Go to file
2024-08-06 13:53:26 +02:00
_extensions feat(repo): Add journal extension 2024-07-14 11:52:32 +02:00
data fix(data): Add RD approach to Dustmann2012 2024-07-20 13:27:21 +02:00
docs chore(repo): Move documentation to the docs dir 2024-07-16 15:10:39 +02:00
final_document fix(repo): Rename all references to data and output dir 2024-07-15 21:43:30 +02:00
manuscript feat(script): Add first draft Discussion and Conclusion 2024-08-06 13:53:26 +02:00
notebooks chore(repo): Move references to reference data dir 2024-07-16 15:59:41 +02:00
src chore(script): Refactor study strength bin calc 2024-07-29 09:48:25 +02:00
.gitignore fix(repo): Update gitignore for new dir structure 2024-07-15 22:27:16 +02: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-journal.yml fix(script): Output ordinary html instead of elsevier 2024-07-20 16:41:37 +02:00
_quarto-workingpaper.yml chore(repo): Move manuscripts to separate dir 2024-07-15 22:14:03 +02:00
_quarto.yml chore(repo): Move zotero references to reference dir 2024-07-16 17:46:31 +02:00
Makefile feat(code): Add prisma calculation 2024-07-15 21:11:53 +02:00
poetry.lock chore(repo): Update pynvim dependency 2024-06-20 18:20:59 +02:00
pyproject.toml chore(repo): Switch preview to article 2024-07-29 09:50:18 +02:00
README.md chore(repo): Move yml files to extracted data dir 2024-07-16 17:46:31 +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. The most up-to-date version of this repository can always be found here.

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

All full texts and visualization code reside in the manuscripts/ directory. The full working paper text and code can be found in the scoping_review.qmd file. The full article text can be found in the article.qmd file.

They both make use of supplementary extraction and processing code which resides in the src/ directory, mainly to load processed data from the data/ directory and turn it into .csv data, as well as pre-processing 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 outputs/ directory.

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