aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2024-05-05 12:26:50 +0200
committerJonas Smedegaard <dr@jones.dk>2024-06-04 17:35:41 +0200
commit82ac00d871195e1a34827483e61e1745bf415448 (patch)
tree5744248c182fe03ffeb062f475fb75f8a551a684
parent73538d2e0e6c45f27a2e609440c62964da946a6c (diff)
update TODOs
-rw-r--r--_TODO.md29
1 files changed, 28 insertions, 1 deletions
diff --git a/_TODO.md b/_TODO.md
index 4fe45f0..994d66e 100644
--- a/_TODO.md
+++ b/_TODO.md
@@ -1,6 +1,33 @@
+core metadata:
+
+ * declare metadata for waste resport,
+ including project group name
+
+citation:
+
+ * lint-check bibliography
+ `biber --validate-datamodel --tool ref.bib`
+ `bibtool -o '' ref.bib`
+ * modernize to use biblatex field "journaltitle" (not "journal")
+ * modernize to use biblatex field "date" (not "year" or "month")
+ * maybe include website title by abusing biblatex field "etype"
+ <https://github.com/plk/biblatex-apa/issues/154#issuecomment-1027664481>
+ * include urldate only material intended to change over time
+ by using biblatex entry type "online" only for inherently online material
+ * use full date for non-academic material
+ by declaring field entrysubtype = "nonacademic"
+ * structure appendices according to APA style guide
+ <https://penandthepad.com/add-addendum-apa-format-3512.html>
+ * maybe lint-check ref.bib using biber
+ `biber --validate-datamodel --tool ref.bib`
+
+rights:
+
* confirm CC-by-sa licensing by all participants
* Jonas: ok
- * add Gantt diagram below plans
+
+auxiliary metadata:
+
* generate PDF/A compliant PDF files
<https://www.aalto.fi/en/services/creating-a-pdfa-compliant-file-of-your-thesis>
<https://tex.stackexchange.com/a/655531/309738>