From 82ac00d871195e1a34827483e61e1745bf415448 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sun, 5 May 2024 12:26:50 +0200 Subject: update TODOs --- _TODO.md | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) (limited to '_TODO.md') 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" + + * 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 + + * 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 -- cgit v1.2.3