Version 0.2.4
Bentley Schieckoff, University of Konstanz
Maximilian Sprengholz, Humboldt-Universität zu Berlin.
We provide a review of the literature on the labor market integration of immigrant women in Europe and some current descriptive statistics.
See online appendix.
.
├── .gitignore
├── environment.yml
├── LICENSE.md
├── Makefile
├── README.md
├── data <- All project data, ignored by git
│ ├── processed <- Final data sets for modeling. (PG)
│ ├── raw <- The original, immutable data dump (RO)
│ └── temp <- Intermediate, transformed data (PG)
├── docs <- Documentation
├── results
│ ├── figures <- Figures for the manuscript or reports (PG)
│ ├── misc <- Other output (PG)
│ └── tables <- Tables (PG)
└── src <- Source code (HW)
└── external <- External source code used (RO)
RO = read-only, HW = human-writeable, PG = project-generated. Repository organization implemented with cookiecutter using an adapted version of the good-enough-project template by Barbara Vreede. The fork is available here.
To replicate the analysis and docs, you need to have Anaconda installed and conda
available via shell. Windows users probably need Make too. Do the following in your shell:
# create and activate conda environment (initialized as subdirectory ./env)
cd /path/to/fem-lit-review
conda env create --prefix ./env --file environment.yml
conda activate ./env
# check if environment is active and python is in it
make checksetup
# run analysis and make docs
make all
This project is licensed under the terms of the MIT License
Please cite this project as:
Bentley Schieckoff, Maximilian Sprengholz (2021). The labor market integration of immigrant women in Europe: Context, theory and evidence. Supplementary materials, version 0.2.4. Url: https://github.com/maximilian-sprengholz/fem-lit-review