Commit graph

4 commits

Author SHA1 Message Date
Marty Oehme 446db080f6
chore(code): Refactor yml loading code
Fix for new paths and restructure to have the from_yml and to_tsv
functions in the same data loading file.
Improved path behavior to resolve any paths to absolutes before
loading.
2023-12-07 13:04:29 +01:00
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