added emojis in the title of content meant to be internal
This commit is contained in:
parent
d3f292df2d
commit
d8d38ebb11
11 changed files with 97 additions and 40 deletions
|
@ -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"]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: "Conventions (INTERNAL)"
|
||||
title: "Conventions 🧾"
|
||||
date: "2023-06-29T23:38:56+03:00"
|
||||
author: "editor-put-your-name-here"
|
||||
contributors:
|
||||
|
|
|
@ -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 ), 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 ), 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.
|
||||
|
|
|
@ -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"]
|
||||
|
|
|
@ -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*:
|
||||
```
|
||||

|
||||

|
||||
```
|
||||
|
||||
*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.
|
||||

|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: "Site Management (INTERNAL)"
|
||||
title: "Site Management 🧰"
|
||||
date: "2023-06-24T16:10:29+03:00"
|
||||
author: "anybody"
|
||||
draft: false
|
||||
|
|
|
@ -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:
|
||||
```
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: "ToDo (INTERNAL)"
|
||||
title: "ToDo 🦸"
|
||||
date: "2023-06-26T13:11:49+03:00"
|
||||
author: "anybody"
|
||||
contributors: ["constantinos-miltiadis.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).
|
||||
|
||||

|
||||
**Figure 1: Sample illustration in SVG (vector format).**
|
||||
|
||||

|
||||
|
||||
**Figure 2: Sample illustration in PNG (raster format); exported from Illustrator; type-optimized; transparent background; size x3.**
|
||||
|
||||
Markdown formatting:
|
||||
*Image formatting pseudocode*:
|
||||
```
|
||||

|
||||
**Figure 1: Sample illustration in SVG.**
|
||||

|
||||
|
||||

|
||||
**Figure 2: Sample illustration in PNG.**
|
||||

|
||||
```
|
||||
|
||||
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*:
|
||||
```
|
||||
 This is a SVG vector image.")
|
||||
|
||||
 This a PNG raster image.")
|
||||
```
|
||||
|
||||
*Appearance*:
|
||||
|
||||
|
||||
 This is a SVG vector image.")
|
||||
 This a PNG raster image.")
|
||||
|
||||
|
||||
|
||||
# Citations
|
||||
|
||||
We recommend the use of [Zotero](https://www.zotero.org/).
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: "Pippin Bar"
|
||||
title: "Pippin Bar ⚫"
|
||||
date: "2023-06-24T16:02:50+03:00"
|
||||
author: "anybody"
|
||||
draft: true
|
||||
|
|
|
@ -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"
|
||||
---
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue