Commit graph

3 commits

Author SHA1 Message Date
Marty Oehme b574084023
chore(code): Update live zotero citation plugin 2023-12-06 16:09:47 +01:00
Marty Oehme c7533e01d6
feat(script): Add yaml simple yaml to dataframe loader
Ingests all yaml files in the directory, and loads the data for each study.

Currently creates a dataframe for each *observation* in the pool (can be
multiple per study, if a study has multiple analyses for different
independent/dependent vars). This is to follow the tidy data paradigm
of one observation per row.
2023-12-05 16:24:11 +01:00
Marty Oehme 976bb0b709
feat: Add zotero live citations for docx
Citations in docx format will, instead of the normal quarto-provided
linking to their references, consist of live-citations that work with
Zotero (can be changed, updated and are automatically used for the
bibliography at the end of the file).

Uses better-bibtex created pandoc lua filter.
2023-11-02 22:44:05 +01:00