minor !publish!
This commit is contained in:
parent
f24685debc
commit
e0e2c2b1a4
5 changed files with 18 additions and 7 deletions
|
@ -9,7 +9,7 @@ keywords:
|
|||
- library
|
||||
- journal management
|
||||
abstract: |
|
||||
(Internal)Library management guide for Sandpoints projects.
|
||||
(Internal) Library management guide for Sandpoints projects.
|
||||
---
|
||||
|
||||
[Accorder]: https://pypi.org/project/accorder/ "Accorder at pypi.org."
|
||||
|
@ -20,11 +20,11 @@ abstract: |
|
|||
|
||||
# Introduction
|
||||
Sandpoints is designed to be integrated with a library. The library is accessible via the red button at the top right corner of any content page, or at [Library][] . Key features of the library include:
|
||||
- hosting collections by multiple librarians;
|
||||
- hosting collections maintained by different librarians;
|
||||
- library catalogue search by Author, Title, or Tags;
|
||||
- presentation of catalogue by book covers (default) or as list (select from top of the page);
|
||||
- basic item metadata as well as the Librarian's description of an entry.
|
||||
- reference of library items in entries of this site.
|
||||
- referencing library items in entries of this site, and automating bibliographic citation via item id.
|
||||
|
||||
# Required software for library management
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ abstract: |
|
|||
# Introduction
|
||||
|
||||
This project runs on *Sandpoints*, a module/theme for the static website builder [Hugo][].
|
||||
Content is organized with plain-text Markdown files, and collaboration/version control is managed via [Git].
|
||||
Content is organized with plain-text Markdown files, and collaboration/version control is managed via [Git][].
|
||||
Thus, with the infrastructure in place, no programming is needed
|
||||
|
||||
# Required tools and installations
|
||||
|
|
|
@ -65,7 +65,7 @@ Journal
|
|||
```
|
||||
|
||||
This ontology follows that:
|
||||
- there is *one* `journal` item, that serves as a parent item,
|
||||
- a `journal` item serves as a parent,
|
||||
- which can have multiple `issues`, and
|
||||
- each `issue` can have multiple `articles`.
|
||||
|
||||
|
@ -176,3 +176,11 @@ Key elements of the config file include:
|
|||
```
|
||||
sandpointsMentionedIn = ["contributor", "article" ]
|
||||
```
|
||||
|
||||
|
||||
# Notes
|
||||
|
||||
- For an extended description of *Sandpoints* see [Sandpoints Portfolio (sandpoints.org)](https://pages.sandpoints.org/sandpoints/simplesandpoints-de47f813/draft/portfolio/), which includes descriptions of its implementation in different projects, and related bibliography.
|
||||
- [Sandoints (Gitea project repository)](https://git.sandpoints.org/Drawwell/).
|
||||
- See also:
|
||||
- Graziano, Valeria, Marcell Mars, and Medak Tomislav. ‘Learning from \#Syllabus’. In _State Machines: Reflections and Actions at the Edge of Digital Citizenship, Finance, and Art_, edited by Yiannis Colakides, Marc Garrrett, and Inte Gloerich. Amsterdam: Institute of Network Cultures, 2019. [http://www.statemachines.eu/books/state-machines-reflections-and-actions-at-the-edge-of-digital-citizenship-finance-and-art/](http://www.statemachines.eu/books/state-machines-reflections-and-actions-at-the-edge-of-digital-citizenship-finance-and-art/).
|
|
@ -6,6 +6,8 @@ contributors: ["constantinos-miltiadis.md"]
|
|||
draft: false
|
||||
keywords:
|
||||
- draft
|
||||
- journal info
|
||||
- library
|
||||
abstract: |
|
||||
Library information.
|
||||
---
|
||||
|
@ -13,4 +15,5 @@ abstract: |
|
|||
[Library]: /library/BROWSE_LIBRARY.html "Project library."
|
||||
|
||||
|
||||
This project includes a working-group [Library][].
|
||||
This project includes a working-group [Library][] for cataloging and archiving readings, syllabi, and artifacts related to its research agenda. Technically, the library can host digital documents, video and audio files, as well as compressed (zip) files of executables and playable artifacts.
|
||||
Furthermore, items in the library catalogue can be referenced in articles of this site.
|
||||
|
|
|
@ -53,7 +53,7 @@ Download a citation style file (CSL), from [the official citation style reposito
|
|||
|
||||
# Gather files
|
||||
|
||||
[^dir]: One way to get the absolute path of a file, is to drag and drop a file into a terminal (e.g. *PowerShell* in Windows and *Terminal* in macOS). Select the path that will appear, and right click, copy.
|
||||
[^dir]: An easy way to get the absolute path of a file, is to drag and drop a file into a terminal (e.g. *PowerShell* in Windows and *Terminal* in macOS). Select the path that will appear, and right click, copy.
|
||||
|
||||
- Optional good practices:
|
||||
- Gather your document, bibliography, and CSL files in the same directory, say `/mydocument/`.
|
||||
|
|
Loading…
Add table
Reference in a new issue