From d8d38ebb11ca9e6ae51e32870750f2598c1b0dfd Mon Sep 17 00:00:00 2001 From: constantinos Date: Sat, 15 Jul 2023 14:42:42 +0300 Subject: [PATCH] added emojis in the title of content meant to be internal --- content/article/int-content.md | 2 +- content/article/int-conventions.md | 2 +- content/article/int-features.md | 62 +++++++++++++++++++--- content/article/int-infrastructure-info.md | 2 +- content/article/int-library.md | 10 ++-- content/article/int-management.md | 2 +- content/article/int-sandpoints.md | 10 ++-- content/article/int-todo.md | 2 +- content/article/sample-article.md | 38 ++++++++----- content/contributor/pippin-bar.md | 2 +- content/print/p-everything.md | 5 +- 11 files changed, 97 insertions(+), 40 deletions(-) diff --git a/content/article/int-content.md b/content/article/int-content.md index dad7845..0c6a913 100644 --- a/content/article/int-content.md +++ b/content/article/int-content.md @@ -1,5 +1,5 @@ --- -title: "Content creation (INTERNAL)" +title: "Content creation ๐Ÿ‘ท" date: "2023-07-04T18:30:44+03:00" author: "anybody" contributors: ["constantinos-miltiadis.md"] diff --git a/content/article/int-conventions.md b/content/article/int-conventions.md index 9b80b62..b3bde43 100644 --- a/content/article/int-conventions.md +++ b/content/article/int-conventions.md @@ -1,5 +1,5 @@ --- -title: "Conventions (INTERNAL)" +title: "Conventions ๐Ÿงพ" date: "2023-06-29T23:38:56+03:00" author: "editor-put-your-name-here" contributors: diff --git a/content/article/int-features.md b/content/article/int-features.md index 0887c76..dd4a8b0 100644 --- a/content/article/int-features.md +++ b/content/article/int-features.md @@ -1,5 +1,5 @@ --- -title: "Features Requests / Issues (INTERNAL)" +title: "Features Requests / Issues ๐Ÿฆš " date: "2023-07-11T17:48:22+03:00" author: "anybody" contributors: ["constantinos-miltiadis.md"] @@ -27,12 +27,7 @@ Expose publication date of published material so that citation/reference scraper My experimental [Dotawo Zotero Translator](https://github.com/cmiltiadis/Dotawo-Journal-Zotero-Translator) cannot find any mention of a date. - Issue posted on *Sandpoints* repository -- CM 06.2023. - -## Fix Zotero collection (export) > Calibre (import) - -Accorder (see ![Library management](article:int-library)), has a feature that allows reference collections exported via Zotero, to be imported into the (Calibre) library. This doesn't seem to work properly. - -- Marcell is currently developing this feature on the new version of accorder in Go lang -- CM 07.2023. +- Perhaps this can be done with the `.PublishDate` [page variable](https://gohugo.io/variables/page/) associated with the header field `publishdate` -- CM 13.07.2023. ## Add option to sort orphan entries in Sitemap by type Currently, entries without parent (Print, Authors, Editors, etc.) appear in the [sitemap](/) sorted by creation date. It would be useful to have an option for sorting such orphan entries by type. For example, to have all Authors together, as well as Print entries and Editors appearing as grouped together. @@ -45,6 +40,54 @@ It would be useful, as in backlinks, to be able to have a button such as 'print - Issue posted on *Sandpoints* repository -- CM 06.2023. +## Fix Accorder (Zotero to Calibre) Metadata loss + +Accorder seems to be optimized for book, and less for papers or chapters. +Necessary metadata fields seem to get lost in the transfer, like: +- ISBN of book chapter (ids) +- DOI of paper (ids) +- Conference and proceedings names +- URL of paper +- Book editors are +- For papers keep Conference and Proceedings name. +- Here is a Zotero item exported (file/annotation fields remove): + ``` + @incollection{graziano2019, + title = {Learning from \#{{Syllabus}}}, + booktitle = {State Machines: Reflections and Actions at the Edge of Digital Citizenship, Finance, and Art}, + author = {Graziano, Valeria and Mars, Marcell and Tomislav, Medak}, + editor = {Colakides, Yiannis and Garrrett, Marc and Gloerich, Inte}, + date = {2019}, + publisher = {{Institute of Network Cultures}}, + location = {{Amsterdam}}, + url = {http://www.statemachines.eu/books/state-machines-reflections-and-actions-at-the-edge-of-digital-citizenship-finance-and-art/}, + abstract = {some abstract}, + isbn = {978-94-92302-33-5}, + langid = {english}, + keywords = {calibre,shadow libraries,syllabus} + } + ``` +- This in `catalog.json` becomes (cover,formats, librarian, and id removed): + - editors become authors + ``` + "xxxxxxxxxxxxxxxxxx": { + "title": "Learning from Syllabus", + "title_sort": "Learning from Syllabus", + "pubdate": "2019-07-15 00:00:00+00:00", + "last_modified": "2023-07-12 15:10:30.186344+00:00", + "tags": ["shadow libraries", "calibre", "syllabus"], + "abstract": "abstract", + "publisher": "Institute of Network Cultures", + "authors": ["Valeria Graziano", "Marcell Mars", "Medak Tomislav", "Yiannis Colakides", "Marc Garrrett", "Inte Gloerich"], + "identifiers": [{ + "scheme": "bibhash", + "code": "nBlXgFSgppCE" + } + ], + "languages": ["eng"] + } + ``` + # Resolved ## Add background to code blocks @@ -68,6 +111,11 @@ Nevertheless: Current changes are in commit `f405856fbd` -- CM 11.07.2023. +## Fix Zotero (.bib import) to Calibre + +Accorder (see ![Library management](article:int-library)), has a feature that allows reference collections exported from Zotero in `.bib` to be imported into the (Calibre) library. This doesn't seem to work properly -- CM 07.2023. +- We made it work via WSL terminal in Windows, using an older Calibre installation. In the meantime Marcell is working a new version of accorder in Go, which should arrive soon. For now library items can be forwarded via compressed `.bib` to the librarian -- CM 13.07.2023. + ## Remove date from keywords perspective If you click on any keyword, the new page shows all entries with that keyword. It ALSO shows the date these were created (in my case file creation date is part of the MD header). It would be great if these dates could be omitted. diff --git a/content/article/int-infrastructure-info.md b/content/article/int-infrastructure-info.md index 8f9f804..5f22bdb 100644 --- a/content/article/int-infrastructure-info.md +++ b/content/article/int-infrastructure-info.md @@ -1,5 +1,5 @@ --- -title: "Infrastructure Info (INTERNAL) --legacy" +title: "Infrastructure Info -- legacy ๐Ÿšฎ" date: "2023-06-24T16:22:47+03:00" author: "anybody" contributors: ["constantinos-miltiadis.md"] diff --git a/content/article/int-library.md b/content/article/int-library.md index 1dce03c..95cf4f7 100644 --- a/content/article/int-library.md +++ b/content/article/int-library.md @@ -1,5 +1,5 @@ --- -title: "Library Management (INTERNAL)" +title: "Library Management ๐Ÿ“š" date: "2023-06-29T18:59:19+03:00" author: "anybody" contributors: @@ -195,12 +195,10 @@ Thus, the item unique id is: `3ea44269-47eb-468b-906e-3104398aaa07`. *Formatting*: ``` -![](bib:dbc2b6d4-32fc-40c9-adab-4cf380be96d6) +![](bib:62cdc920-998c-4563-a656-1e874d280101) ``` *Appearance*: - -> Games are increasingly becoming the focus for research due to their cultural and economic impact on modern society. However, there are many different types of approaches and methods than can be applied to understanding games or those that play games. This book provides an introduction to various game research methods that are useful to students in all levels of higher education covering both quantitative, qualitative and mixed methods. In addition, approaches using game development for research is described. Each method is described in its own chapter by a researcher with practical experience of applying the method to topic of games. Through this, the book provides an overview of research methods that enable us to better our understanding on games. +![](bib:62cdc920-998c-4563-a656-1e874d280101) + diff --git a/content/article/int-management.md b/content/article/int-management.md index 2f8b6d2..5754045 100644 --- a/content/article/int-management.md +++ b/content/article/int-management.md @@ -1,5 +1,5 @@ --- -title: "Site Management (INTERNAL)" +title: "Site Management ๐Ÿงฐ" date: "2023-06-24T16:10:29+03:00" author: "anybody" draft: false diff --git a/content/article/int-sandpoints.md b/content/article/int-sandpoints.md index df8150f..5e19724 100644 --- a/content/article/int-sandpoints.md +++ b/content/article/int-sandpoints.md @@ -1,5 +1,5 @@ --- -title: "Understanding Sandpoints (INTERNAL)" +title: "Understanding Sandpoints ๐Ÿ–‡" date: "2023-07-11T18:20:10+03:00" author: "anybody" contributors: ["constantinos-miltiadis.md"] @@ -44,9 +44,9 @@ Content in *Sandpoints* is formatted in Markdown files, which are organized in s Each subdirectory inside `content/` is named after and corresponds to a specific content type. This project features the following content types (and subdirectories): -- `journal` (the parent object, with only one instance: `index.md`) -- `issue` -- `article` +- `journal` (the parent object) +- `issue` (child) +- `article` (grandchild) - `editor` - `contributor` - `print` @@ -166,7 +166,7 @@ Key elements of the config file include: ``` - Project home ``` - sandpointsHome = "journal/index.md" + sandpointsHome = "journal/jgdr.md" ``` - Description: ``` diff --git a/content/article/int-todo.md b/content/article/int-todo.md index c6b51b6..9f172e8 100644 --- a/content/article/int-todo.md +++ b/content/article/int-todo.md @@ -1,5 +1,5 @@ --- -title: "ToDo (INTERNAL)" +title: "ToDo ๐Ÿฆธ" date: "2023-06-26T13:11:49+03:00" author: "anybody" contributors: ["constantinos-miltiadis.md"] diff --git a/content/article/sample-article.md b/content/article/sample-article.md index 9ee1ad7..35a7f2b 100644 --- a/content/article/sample-article.md +++ b/content/article/sample-article.md @@ -1,5 +1,5 @@ --- -title: "Sample Article" +title: "Sample Article โšซ" date: "2023-06-30T00:36:18+03:00" author: "anybody" contributors: ["jane-contributor.md"] @@ -7,6 +7,8 @@ draft: false keywords: - sample article - journal info + - guide + - draft abstract: | The text of your abstract. Max length..? --- @@ -63,22 +65,32 @@ Place graphics in a subfolder e.g. `graphics/`. > - What identifier to use ? (Figure / Image/ Graphic?) > - !Images should appear **before/after** the first mention, and should be referred to in full, as in Figure 1 (not fig. 1). -![](static/sample/jgdr-test-illustration.svg) -**Figure 1: Sample illustration in SVG (vector format).** - -![](static/sample/jgdr-test-illustration-3x.png) - -**Figure 2: Sample illustration in PNG (raster format); exported from Illustrator; type-optimized; transparent background; size x3.** - -Markdown formatting: +*Image formatting pseudocode*: ``` -![](static/sample/jgdr-test-illustration.svg) -**Figure 1: Sample illustration in SVG.** +![Image 1: Caption.](path/to/image.png) -![](static/sample/jgdr-test-illustration-3x.png) -**Figure 2: Sample illustration in PNG.** +![Image 2: Caption.](path/to/image.png "Optional mouse-over text description.") ``` +The examples below use the same graphic put together in Illustrator and exported to: +- SVG --> 3KB +- PNG (upscaled 3 times: 2100x900, optimized for text; with transparent background) --> 56KB + +*Image formatting example*: +``` +![Figure 1: Sample illustration in SVG (vector format).](static/sample/jgdr-test-illustration.svg "(Optional mouse-over text description) This is a SVG vector image.") + +![Figure 2: Sample illustration in PNG (raster format); exported from Illustrator: type-optimized, transparent background, size x3.](static/sample/jgdr-test-illustration-3x.png "(Optional mouse-over text) This a PNG raster image.") +``` + +*Appearance*: + + +![Figure 1: Sample illustration in SVG (vector format).](static/sample/jgdr-test-illustration.svg "(Optional mouse-over text description) This is a SVG vector image.") +![Figure 2: Sample illustration in PNG (raster format); exported from Illustrator: type-optimized, transparent background, size x3.](static/sample/jgdr-test-illustration-3x.png "(Optional mouse-over text) This a PNG raster image.") + + + # Citations We recommend the use of [Zotero](https://www.zotero.org/). diff --git a/content/contributor/pippin-bar.md b/content/contributor/pippin-bar.md index 1ae90d3..fce26cf 100644 --- a/content/contributor/pippin-bar.md +++ b/content/contributor/pippin-bar.md @@ -1,5 +1,5 @@ --- -title: "Pippin Bar" +title: "Pippin Bar โšซ" date: "2023-06-24T16:02:50+03:00" author: "anybody" draft: true diff --git a/content/print/p-everything.md b/content/print/p-everything.md index 8ac5725..75d139e 100644 --- a/content/print/p-everything.md +++ b/content/print/p-everything.md @@ -1,8 +1,7 @@ --- -title: "Print Whole Journal" +title: "Print Entire Journal" date: "2023-06-29T18:50:00+03:00" author: "anybody" draft: false -print: "journal/index.md" +print: "journal/jgdr.md" --- -