Commit graph

445 commits

Author SHA1 Message Date
Marty Oehme ef1f7785c2
chore(script): Clean leftover todo annotations 2024-06-20 11:01:34 +02:00
Marty Oehme 97df1d4814
chore(repo): Fix build package requirements 2024-06-20 11:00:56 +02:00
Marty Oehme 6c621bd0bf
chore(repo): Add final deliverables to repository 2024-06-14 10:40:05 +02:00
Marty Oehme 75d1ac2688
Publish version 0.5.1 2024-03-30 09:56:59 +01:00
Marty Oehme c97314154d
chore(data): Update zotero bibtex 2024-03-15 10:00:56 +01:00
Marty Oehme 6e94f60ea6
fix(script): Split validity figures in two
Since otherwise the docx file did not contain correct representations
of the discussion section validity robustness, I split them in two
separate figures (no sub-figures)instead. Now they are like any
other figure.
2024-02-28 10:22:56 +01:00
Marty Oehme 1f61cf8098
chore(data): Update zotero bibtex library 2024-02-28 08:28:43 +01:00
Marty Oehme 2e62566e24 Publish version 0.5.0 2024-02-28 08:12:36 +01:00
Marty Oehme 16b81cde34
feat(data): Remove duplicate studies from bibtex 2024-02-21 17:27:32 +01:00
Marty Oehme a04bb7bf8e
chore(data): Correctly identify Wang2020 structural model 2024-02-21 17:27:01 +01:00
Marty Oehme a9519beeb9
chore(data): Update extracted studies 2024-02-21 17:26:41 +01:00
Marty Oehme 82d63ebe48
chore(data): Improve structural findings csv rendering 2024-02-21 17:26:24 +01:00
Marty Oehme 621da670a8
fix(script): Fix screening numbers 2024-02-21 17:24:13 +01:00
Marty Oehme 5f94649c8f
feat(script): Separate appendix table enumeration
Use A1..A<n> table references for appendix tables.
2024-02-21 11:33:28 +01:00
Marty Oehme 2afbae0fc1
chore(script): Unify heading concatenation
Do not use '&' but 'and' in all headlines.
2024-02-21 11:33:01 +01:00
Marty Oehme 4901baa5e5
feat(script): Add validity discussion 2024-02-21 11:31:39 +01:00
Marty Oehme cc9749a011
feat(code): Update correct internal validity ranking regexes 2024-02-21 11:30:47 +01:00
Marty Oehme c2d20e46ec
feat(code): Add experimental visualizations for validities 2024-02-21 11:28:51 +01:00
Marty Oehme fe614ab47a
chore(script): Add table captions 2024-02-20 18:41:38 +01:00
Marty Oehme 7af85cac19
chore(data): Update zotero bibtex 2024-02-20 18:36:41 +01:00
Marty Oehme ff2c3cb514
feat(script): Add validity method explanation and appendix 2024-02-20 18:36:23 +01:00
Marty Oehme 50c4f5e8c0
feat(code): Add experiments for summary tables 2024-02-20 17:58:55 +01:00
Marty Oehme e50e5cfcbc
feat(code): Add experiments for validity visualization 2024-02-20 17:58:35 +01:00
Marty Oehme 3cb96ffef2
feat(script): Update inequality area discussions 2024-02-20 17:58:12 +01:00
Marty Oehme 8187a6ec63
feat(script): Update robustness by inequality type 2024-02-20 17:15:10 +01:00
Marty Oehme 0af0fed94e
feat(script): Add robustness by region section 2024-02-20 17:14:39 +01:00
Marty Oehme 6126f8bbc2
fix(data): Remove redundant study sources structural findings 2024-02-20 17:14:02 +01:00
Marty Oehme ace8631104
chore(data): Update extracted studies 2024-02-18 19:03:58 +01:00
Marty Oehme ebc7724f57
fix(script): Correct findings summary table headings 2024-02-18 19:02:42 +01:00
Marty Oehme 51b747a058
fix(data): Fix regions for world economy 2024-02-18 19:00:36 +01:00
Marty Oehme 1d90133049
refactor(script): Update synthesis intro 2024-02-18 16:59:26 +01:00
Marty Oehme b453afd112
feat(code): Allow custom strength of evidence bins
For display in findings summaries we can now allow arbitrary strength
of evidence binning. We simply pass in a dict with the strength (as
float) as the key and the string-representation that should appear
in the table as value.
2024-02-18 16:59:01 +01:00
Marty Oehme 2b0fa5db7c
feat(data): Extract remaining prelim study data 2024-02-17 19:06:27 +01:00
Marty Oehme 67fa885cdd
refactor(code): Shorten data preparation 2024-02-17 17:35:04 +01:00
Marty Oehme b89ab5f5d9
fix(script): Fixed paranthesis in scoping calculation 2024-02-17 17:31:20 +01:00
Marty Oehme 42222447dc
refactor(code): Move observation data prep to src
Moved the overall metadata, country grouping code to the src directory
somewhat trimming the prep code in the beginning of the manuscript
itself.
2024-02-17 17:30:58 +01:00
Marty Oehme 71d02ff8dd
feat(script): Add source note to exclusion term table 2024-02-17 16:16:11 +01:00
Marty Oehme 86610803d4
feat(data): Update extraction matrix 2024-02-16 18:01:59 +01:00
Marty Oehme 74a9d201b5
fix(script): Suppress bibtex warning on import
When first importing bibtex entries, if there are e.g. double entries,
the library gives an 'unsuppressable' warning which will always
appear in the manuscript otherwise. This simply ensures no warning
is displayed by turning off logging for the duration of their use.
2024-02-16 18:01:45 +01:00
Marty Oehme eaaba00755
fix(data): Fix discrepancies of raw data and findings summaries
Fixed especially citation keys that were entered wrong or carried the wrong year.
2024-02-16 17:59:57 +01:00
Marty Oehme e032a5c192
refactor(code): Extract internal validity ranking keywords
Extracted keywords into dict which can be extended with either keywords
or rankings as needed, providing more flexibility.
2024-02-16 17:59:09 +01:00
Marty Oehme 4e865ee2b5
feat(code): Warn if findings studies do not match available
Since we add the studies that bring findings for the finding tables manually,
this ensures that we spot any mistakes when entering them, or similar
discrepancies on the other side of the raw data.
2024-02-16 17:58:02 +01:00
Marty Oehme 8cd6dc790d
refactor(code): Move zotero live citations to quarto ext
Instead of it lying in the src directory (where, reasonably, only python
data extraction, processing and modelling code should lie), I turned
the retorque filter into a simple quarto extension.
Could reasonably be repackaged separately from this repo since I believe
other people could profit off it.
2024-02-16 12:06:43 +01:00
Marty Oehme fac7d4c86a
refactor(code): Split validity calc and matrix extract
Validity calculation belongs to the modelling, so we put it into the
validity module.

Extracting our matrix is a processing step so we made its own matrix
module and put it in their.
Should hopefully provide better separation of concerns going forward.
2024-02-16 11:25:19 +01:00
Marty Oehme 8333bbe9be
refactor(code): Rename validity module
From strength of findings to the more general validity module, which can then
in turn contain the 'add_to_findings' function which unsurprisingly adds
validities to findings. Makes more sense to me.
2024-02-16 10:24:31 +01:00
Marty Oehme 5f9f3a1370
feat(data): Make docx table style left-aligned
Though it does not seem to work on its own.
2024-02-15 20:22:00 +01:00
Marty Oehme a05f274a16
chore(script): Add descriptive labels to all compute cells 2024-02-15 20:21:19 +01:00
Marty Oehme 58ef7f84a0
feat(script): Add agency-based findings table 2024-02-15 20:11:38 +01:00
Marty Oehme d29dd03a22
feat(script): Add structural findings table
Added main findings for structural policies. Moved environmentally-focused
infrastructure projects into structural (infrastructure) policies since
they are not in fact institutional policies.
2024-02-15 18:50:47 +01:00
Marty Oehme a63d6c4a12
refactor(script): Move Cieplinski to social protection 2024-02-15 16:37:36 +01:00