Go to file
2024-06-20 11:10:46 +02:00
00-notebooks feat(code): Add experimental visualizations for validities 2024-02-21 11:28:51 +01:00
02-data fix(data): Fix policy terms citation separation 2024-06-20 11:10:46 +02:00
03-documentation fix(code): Differentiate between national and census data 2024-02-14 22:35:35 +01:00
04-outputs chore(repo): Add output folder to git repository 2023-12-05 16:29:57 +01:00
05-final_paper chore(repo): Add final deliverables to repository 2024-06-14 10:40:05 +02:00
_extensions refactor(code): Move zotero live citations to quarto ext 2024-02-16 12:06:43 +01:00
src feat(code): Update correct internal validity ranking regexes 2024-02-21 11:30:47 +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 refactor(code): Move zotero live citations to quarto ext 2024-02-16 12:06:43 +01:00
Makefile feat(repo): Fix Makefile 2024-02-08 16:53:40 +01:00
meeting_eoy.qmd fix(code): Update to new data load module name 2024-01-18 10:56:39 +01:00
notes.qmd chore(data): Merge zotero library exports 2024-01-06 09:52:08 +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 chore(repo): Fix build package requirements 2024-06-20 11:00:56 +02:00
README.md feat(repo): Add simple explanatory README file 2024-06-20 11:10:19 +02:00
scoping_review.qmd chore(script): Clean leftover todo annotations 2024-06-20 11:01:34 +02:00

Scoping Review: Inequalities on the Labour Market

This repository contains all data, modelling and processing source code and the complete textual content to reproduce the scoping review study.

Raw, intermediate and processed data can all be found in the 02-data/ directory: Raw data include the unmodified database queries using the scoping review search terms. Intermediate data are made up of the bibtex file produced by Zotero, after tagging and sorting in a Zotero library, ready to be re-imported into the application. Processed data include the fully extracted studies which make up the main sample for the review.

The full article text and code can be found in the scoping_review.qmd file. It makes use of supplementary processing code which resides in the src/ directory, mainly to load processed data from the 02-data/ directory and turn it into .csv data, as well as pre-processing those for visualization and validity ranking within the study.

Execution and Reproduction

To reproduce the content herein, there are 3 requirements:

Once you have all required software to install all necessary package dependencies, invoke poetry from the main repository directory:

poetry install

Now, by invoking make the project can be rendered:

make

Make will by default extract the processed data and use it to render the full project into a pdf, an html and a docx version of the review, which are deposited in the 04-outputs/ directory.

You can invoke any of the extract, render, release steps manually instead by executing e.g. make extract.