From e0e2c2b1a42cb540e5350ab43e517e5327055575 Mon Sep 17 00:00:00 2001 From: constantinos Date: Sun, 16 Jul 2023 15:50:11 +0300 Subject: [PATCH] minor !publish! --- content/article/int-library.md | 6 +++--- content/article/int-management.md | 2 +- content/article/int-sandpoints.md | 10 +++++++++- content/article/library.md | 5 ++++- content/article/md-workflow.md | 2 +- 5 files changed, 18 insertions(+), 7 deletions(-) diff --git a/content/article/int-library.md b/content/article/int-library.md index bba7fb7..f03ae4c 100644 --- a/content/article/int-library.md +++ b/content/article/int-library.md @@ -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 diff --git a/content/article/int-management.md b/content/article/int-management.md index 5754045..920d223 100644 --- a/content/article/int-management.md +++ b/content/article/int-management.md @@ -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 diff --git a/content/article/int-sandpoints.md b/content/article/int-sandpoints.md index 5e19724..36e9bb8 100644 --- a/content/article/int-sandpoints.md +++ b/content/article/int-sandpoints.md @@ -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/). \ No newline at end of file diff --git a/content/article/library.md b/content/article/library.md index 7065e3b..a930aa2 100644 --- a/content/article/library.md +++ b/content/article/library.md @@ -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][]. \ No newline at end of file +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. diff --git a/content/article/md-workflow.md b/content/article/md-workflow.md index bd87232..e091515 100644 --- a/content/article/md-workflow.md +++ b/content/article/md-workflow.md @@ -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/`.