95ad5ed641
chore(data): Merge zotero library exports
...
To not double-commit every library change, we simply export ALL of
the zotero library into a single file in the 'intermediate' data
directory. Technically this still works just as well since it
still reflects our 'intermediate' stage of tagging, screening,
keywording the library contents. It just contains the non-sampled
contents as well now.
2024-01-06 09:52:08 +01:00
b31cbb914f
feat(script): Add inequality and region breakdowns per inequality
2023-12-22 19:27:52 +01:00
e3315d402f
chore(script): Move inequality and region breakdowns to discussion
2023-12-22 19:27:20 +01:00
1efa2a938c
fix(script): Fix em-dash
2023-12-22 19:26:17 +01:00
c8fe3bc5e2
chore(script): Add pagebreak after TOC
2023-12-22 19:26:06 +01:00
46df42ba30
fix(data): Global studies belong to all regions
2023-12-22 19:25:51 +01:00
75717f837c
chore(code): By default use all processed data
2023-12-22 19:25:24 +01:00
cb0c20f835
feat(data): Extract 3 more preliminary studies
2023-12-22 11:20:40 +01:00
af6a261d89
fix(script): Switch to correct Suh2017 citation
...
Thome2017 was thrown out originally.
2023-12-22 10:23:43 +01:00
36d12f4213
fix(script): Add missing Chao entry
2023-12-22 07:50:40 +01:00
1b8508a8b9
feat(data): Add preliminary extractions for collective action
2023-12-21 19:01:46 +01:00
259d95693f
chore(script): Sort by institution-structural-agency
2023-12-21 17:01:26 +01:00
836227d72e
feat(script): Add breakdown by region visualization
2023-12-21 16:49:55 +01:00
3f44b0d710
fix(script): Correctly map regions to studies
...
Correctly mapping multiple countries to multiple regions or income groups.
2023-12-21 16:13:25 +01:00
82f2fa089a
feat(script): Begin adding horizontal inequalities outcomes
2023-12-21 15:09:32 +01:00
a55a9921e3
feat(data): Extract Rendall2013
2023-12-19 15:29:54 +01:00
e3e2440553
feat(data): Extract Suh2017
2023-12-19 14:46:55 +01:00
1ea9b86174
feat(data): Extract Poppen2017
2023-12-18 15:23:59 +01:00
ea338908d2
feat(data): Extract Wang2016
2023-12-18 14:52:32 +01:00
3eb989dbcf
feat(data): Extract Pi2016
2023-12-18 14:52:17 +01:00
2826ac894d
feat(data): Extract Liyanaarachchi2016
2023-12-18 11:11:13 +01:00
daee236eac
feat(data): Extract Mun2018
2023-12-14 19:08:25 +01:00
73b96a757a
feat(data): Extract Militaru2019
2023-12-14 17:42:41 +01:00
b594233d01
feat(data): Extract Davies2022
2023-12-14 16:33:21 +01:00
c3369e83e7
chore(script): Change methodology and inequalities headlines
2023-12-13 21:15:00 +01:00
2fc730812f
feat(data): Extract Khan2021
2023-12-13 21:14:31 +01:00
f63cf44f74
feat(data): Extract Standing2015
2023-12-13 20:02:04 +01:00
30b649f31f
chore(script): De-indent intervention headlines
...
Until we have thematic areas, de-indent the individual headlines for the time being.
2023-12-13 15:46:21 +01:00
84f1d64492
chore(script): Update TODOs and FIXMEs in script
2023-12-13 15:04:19 +01:00
97f6214932
chore(script): Refactor synthesis toward interventions
...
Refactor to start breakdown from interventions and then move towards
individual categories and inequality breakdowns within the sections.
It should follow intervention -> inequality/region logic.
2023-12-13 14:44:08 +01:00
8c2c83cd9a
chore(script): Include superseded in duplicate count
...
Included studies marked as 'out::superseded' in the duplication removal step.
2023-12-13 14:42:34 +01:00
26afa3b8ea
fix(script): Add missing Rosen2014 annotation
2023-12-12 08:48:25 +01:00
30d059d68b
chore(script): Imply regional/findings breakdowns
2023-12-12 08:46:59 +01:00
85497854c1
feat(data): Extract Adams2015
2023-12-11 17:17:42 +01:00
ca7eab92d3
chore(script): Refactor pandas data ingestion
...
Load data at top of file, then use chained methods for
visualizations.
2023-12-10 18:00:27 +01:00
1ba2daeacd
feat(data): Extract Emigh2018
2023-12-10 17:59:19 +01:00
50ce8b6310
feat(data): Extract Shepherd-Banigan2021
2023-12-10 17:59:17 +01:00
7258915ef1
feat(script): Extract Gates2000
2023-12-10 11:33:56 +01:00
efd6e285c8
feat(script): Extract Hardoy2015
2023-12-10 11:04:19 +01:00
8e7f99b20d
chore(script): Refactor dataframe loading code
...
Improved readability of dataframe loading, used improved chaining
and some list comprehension to make it much less messy.
2023-12-09 23:46:21 +01:00
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
708fa90d29
chore(script): Refactor file top imports
2023-12-09 21:54:26 +01:00
c3b0d8cfd6
fix(script): Fix display of fuller-width figures
2023-12-09 20:41:29 +01:00
5d17d5091f
feat(script): Add introductory hook to income inequality
...
Added small hook which can be built upon later, introduces concept of primacy of
vertical income inequality but how it can exacerbate issues.
2023-12-09 19:04:26 +01:00
2cf2a03d87
fix(script): Remove visualization per literature type
...
For the time being removed the distinction between gray and white literature
as our sample did not lend itself to the dissection. May reintroduce later.
2023-12-09 18:58:27 +01:00
56e18b1285
fix(script): Calculate country groups for sample
2023-12-09 18:56:42 +01:00
b83f39ffc1
feat(data): Extract Wong2019
2023-12-09 18:48:59 +01:00
8bef9033f8
feat(data): Extract Alinaghi2020
2023-12-09 18:48:39 +01:00
9c8b42d3bc
feat(data): Extract Field2019
2023-12-09 17:00:05 +01:00
efdb42f36f
feat(data): Extract Carstens2018
2023-12-09 17:00:05 +01:00
cc68e83730
fix(script): Improve spelling and wording
2023-12-09 13:04:01 +01:00
99672df48f
feat(data): Extract Whitworth2021
2023-12-09 13:03:30 +01:00
e1bb1b5fc3
feat(data): Extract Al-Mamun2014
2023-12-09 13:03:29 +01:00
09e2ae6317
feat(data): Extract Delesalle2021
2023-12-09 13:03:11 +01:00
12964bade3
chore(data): Re-integrate previous reviews into bibtex
2023-12-08 15:54:16 +01:00
6f1ce1f8b5
chore(script): Add tentative income inequality synthesis organization
2023-12-08 12:38:18 +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
76ff71765c
chore(script): Lowercase all df columns
...
In preparation for the processed sample renamed all columns to
their lowercase versions.
2023-12-07 20:40:54 +01:00
d88c733b6d
feat(data): Prepare loading WB country group data
2023-12-07 20:11:27 +01:00
8f0f57edcc
feat(script): Begin adding spatial inequality section
2023-12-07 16:56:18 +01:00
d3a6b1296b
chore(repo): Move extracted yml data to processed dir
...
Since it has been processed it should reside in the processed dir
2023-12-07 12:44:00 +01:00
7329540465
feat(script): Move query to imported file
...
Moved search query to file which is imported and acts as
single source of truth for script, notes, etc.
2023-12-07 11:20:02 +01:00
1e4817196c
chore(script): Rename data paths
2023-12-07 11:20:01 +01:00
6130c79c53
feat(script): Add first gender annotations
2023-12-07 11:06:10 +01:00
fae59c5a7d
chore(repo): Update quarto html rendering
2023-12-07 09:21:30 +01:00
ff4af556a5
feat(scripts): Add figure for intervention and inequality types
2023-12-07 09:05:04 +01:00
6020d122b6
feat(script): Switch term tables to data driven design
...
Moved term tables to data directory as csv files and included them
in main script from there, to function as single source of truth.
2023-12-06 17:38:54 +01:00
7a3ed53ea1
fix(script): Correctly import relevant bibtex entries
2023-12-06 16:42:32 +01:00
1b660f9621
fix(script): Correct display of inclusion criteria table
2023-12-06 16:42:00 +01:00
d9cd5fad1a
feat(script): Add dynamic inclusion criteria table
...
In order to pursue single source of truth, we now
explicitly integrate the inclusion criteria table
from a tsv file in the data directory in the main
manuscript. Other locations should also make use
of that file to create their table.
2023-12-06 16:13:00 +01:00
b5c0df16e3
feat(script): Add dynamic screening flowchart
...
Added mermaid flowchart showing the screening numbers, based on
dynamic calculations done at document rendering. Currently missing
some calculations (un-deduplicated numbers and final relevant number).
2023-12-06 16:13:00 +01:00
40a3df132a
chore(repo): Fix links to bibtex file
...
Fixed any relative links to the bibtex file for generating annotations
or similar.
2023-12-05 16:42:20 +01:00
7a2d12d252
feat(script): Add first data descriptions
...
Added preliminary data visualizations and descriptions for the current
identified pool. Not for anything screened yet, but for raw identified
results to use in guiding my screening.
2023-11-12 18:12:07 +01:00
7391c03582
chore(script): Integrate updated inclusion criteria table
2023-11-12 18:11:11 +01:00
81a8894a23
chore(script): Update work/labour references to newest ILO
...
ILO Resolution 2023 on informal work includes updates to the approach to formal/informal
and work/labour distinctions, especially those of the 'informal economy' and 'informal
market economy'. This commit integrates them.
2023-11-12 18:10:00 +01:00
2451aea12a
fix(script): Explicitly refer to inclusion criteria table
2023-11-12 13:06:28 +01:00
cd8fa5b9c3
feat(data): Add ILO-requested query terms
...
Added collective action, unionization and social dialogue into the query
to confirm closer to tripartism ideals in querying.
2023-11-12 12:46:36 +01:00
be5a255c55
feat(data): Add vertical inequality indicators
...
Added from our own project notes on vertical inequality indicator
families. Should be ultimately checked in a pass for usability
once the quantitative analysis is further along.
2023-11-12 12:45:43 +01:00
3e567b1bc7
chore(script): Switch to quarto pagebreaks
2023-11-02 22:46:00 +01:00
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
f6f0e087cd
feat: Update search query for new protocol
2023-10-23 10:35:25 +02:00
a702bbd42f
chore(notes): Default all html to dark theme
2023-10-12 12:29:01 +02:00
d59a98e0e3
chore: Update inclusion criteria table
2023-10-12 12:26:54 +02:00
8724c182fd
feat(script): Add term cluster tables
2023-10-12 12:25:11 +02:00
bf350a18db
chore(script): Move simple description of results into separate section
2023-10-12 12:22:57 +02:00
45a192d703
chore(script): Small text fixes
2023-10-12 12:20:52 +02:00
1e48ff1caa
chore(script): Take care of all standard python imports
2023-10-12 12:14:00 +02:00
2fc020d334
feat: Change default html theme to dark
2023-10-11 21:05:26 +02:00
c9bf0b8e6f
fix: Do not echo initial data import cell
2023-10-11 09:13:14 +02:00
ff181d2737
feat: Move existing reviews above inequality typology
2023-10-05 15:38:31 +02:00
78e6c19d33
feat: Add existing reviews for inequalities
2023-10-05 14:46:30 +02:00
b8fb8f21be
fix: Typo makeup -> make-up
2023-10-04 11:52:07 +02:00
b0f2eaf6d0
fix: Move references before appendix
2023-10-04 11:51:18 +02:00
7d0f122a34
fix: Typo inequal -> unequal
2023-10-04 11:48:22 +02:00
a5b603721f
Move to zotero-provided bibtex library
...
Zotero auto-exports (with the help of bbt) a bibtex file which contains
the whole library for citation purposes.
Overwrote the existing library and fixed any citations to use new bbt
citation keys.
2023-10-03 22:05:45 +02:00
7d335012cc
Update with inequality typology from docx
2023-10-03 19:39:56 +02:00
2fcb90621a
Add full search query to appendix
2023-10-01 10:16:58 +02:00
6305e61d1f
chore: Fix table spacing
2023-09-28 14:30:40 +02:00
1b5d37813e
chore: Fix linter error
2023-09-28 12:03:26 +02:00