Go to file
Marty Oehme 3f05283f6d
chore(script): Refactor screening flowchart calculations
Made it much clearer and simpler how numbers are calculated for the
screening flowchart. Now we just keep the actual numbers in memory
and not a copy of the whole bibtex library for each calculation step.

Also renamed the bibtex variables to be more sane, `bib_sample_raw_db`
(the raw, unaltered sample returned from querying the databases), and
`bib_sample` for our working sample including database queries and
snowballing studies but already deduplicated (since we can't keep
an unduplicated version on Zotero).
2023-12-09 22:06:05 +01:00
00-notebooks feat(code): Add quick data querying notebook 2023-12-09 18:50:43 +01:00
02-data fix(data): Fix display of table data linebreak 2023-12-09 20:40:56 +01:00
03-documentation chore(notes): Make screening tool tags lists 2023-12-06 17:05:55 +01:00
04-outputs chore(repo): Add output folder to git repository 2023-12-05 16:29:57 +01:00
src feat(script): Use extracted data for manuscript 2023-12-07 22:34:18 +01:00
.gitignore chore(repo): Rename supp data to documentation dir 2023-12-05 16:37:43 +01:00
.markdownlint.yaml tests: Add markdownlint configuration file 2023-10-04 11:48:40 +02:00
.papis.config initial commit 2023-09-27 09:41:56 +02:00
_quarto.yml chore(repo): Remove margin captions from html 2023-12-09 19:05:10 +01:00
Makefile Move to zotero-provided bibtex library 2023-10-03 22:05:45 +02:00
notes.qmd feat(data): Add publication type to extracted data 2023-12-07 21:40:48 +01:00
poetry.lock feat(data): Prepare loading WB country group data 2023-12-07 20:11:27 +01:00
presentation_summary.md chore(notes): Rename summary to presentation summary 2023-11-12 13:08:32 +01:00
pyproject.toml feat(data): Prepare loading WB country group data 2023-12-07 20:11:27 +01:00
scoping_review.qmd chore(script): Refactor screening flowchart calculations 2023-12-09 22:06:05 +01:00