diff options
author | Jonas Smedegaard <dr@jones.dk> | 2024-05-05 12:26:50 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2024-06-04 17:35:41 +0200 |
commit | 82ac00d871195e1a34827483e61e1745bf415448 (patch) | |
tree | 5744248c182fe03ffeb062f475fb75f8a551a684 /_TODO.md | |
parent | 73538d2e0e6c45f27a2e609440c62964da946a6c (diff) |
update TODOs
Diffstat (limited to '_TODO.md')
-rw-r--r-- | _TODO.md | 29 |
1 files changed, 28 insertions, 1 deletions
@@ -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> |