Commit graph

7 commits

Author SHA1 Message Date
Marty Oehme 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
Marty Oehme 4dd8e13d6b
chore(repo): Rename data loading module 2024-01-10 17:27:48 +01:00
Marty Oehme 75717f837c
chore(code): By default use all processed data 2023-12-22 19:25:24 +01:00
Marty Oehme 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
Marty Oehme 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
Marty Oehme 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
Marty Oehme a854794a43
chore(repo): Move scripts to src directory 2023-12-07 21:16:12 +01:00