diff options
author | Jonas Smedegaard <dr@jones.dk> | 2024-05-05 12:26:50 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2024-05-05 16:56:24 +0200 |
commit | 9a2b61160e75e49896e50110f862cd659f33cd4e (patch) | |
tree | 55190444a477a32521589e8a513facc1f9d0a6f2 /_TODO.md | |
parent | c775b991bcebb36e3172da3d4f9224591ea3841c (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> |