Commit graph

11 commits

Author SHA1 Message Date
41b2d651a6
fix(code): Fix live zotero gen with quarto 1.4
Quarto 1.4 does not like a bare 'zotero' metadata frontmatter key with
sub keys for the filter options. This commit updates the zotero-live
citations filter plugin by retorque and changes its configuration so
it takes settings either through the 'zotero' key or, if that one is
not found, through the 'zoterolive' key. Same options.
2024-02-14 17:29:27 +01:00
157d437611
chore(code): Fix setting with copy warning 2024-02-14 16:18:40 +01:00
72e11a67d7
chore(code): Format code 2024-02-14 16:02:42 +01:00
a0794c6d09
feat(code): Add validity calculation 2024-02-14 15:48:47 +01:00
673cf88c13
fix(code): Fix yaml library overwriting
The yaml loader just being called yaml overwrote loading the external
yaml library in the file itself. Simple fix by renaming module to
yml.py.
2024-01-18 11:07:22 +01:00
4dd8e13d6b
chore(repo): Rename data loading module 2024-01-10 17:27:48 +01:00
75717f837c
chore(code): By default use all processed data 2023-12-22 19:25:24 +01:00
7241b62efe
fix(code): Load data script from anywhere
Allow loading the script both through quarto using full absolute path and through
the command line using (I believe) a relative path.
2023-12-14 18:08:13 +01:00
38099c3358
feat(code): Output data as csv to stdout on script run
When running data python script (`src/data.py`) directly through the command line,
we now use pandas to output the collected data directly as a csv to stdout.
Can then be redirected to e.g. a file to save the data in csv format.
2023-12-14 18:06:39 +01:00
ed3d09b3f7
feat(script): Use extracted data for manuscript
For the first time we use the actual final extracted data from relevant studies
to do analysis on instead of just the intermediate Zotero-provided metadata.

We still inject the intermediate metadata where it may be useful (things like
citation counts and keywords) but otherwise switch to the new data.
2023-12-07 22:34:18 +01:00
a854794a43
chore(repo): Move scripts to src directory 2023-12-07 21:16:12 +01:00