This repository contains the Quarto book documenting the joint World Bank / UNHCR methodology for monitoring the 50by35 target: that 50% of refugees in protracted crises are self-reliant by 2035.
The rendered book is available at:
https://GPID-WB.github.io/50by35/
| Folder/File | Purpose |
|---|---|
chapters/ |
Book chapters as .qmd files |
R/ |
Shared R utility functions |
stata/ |
Shared Stata do-files |
data/raw/ |
Raw data (not committed — see data access instructions) |
data/processed/ |
Processed/derived data (not committed) |
_extensions/tachyons/ |
Tachyons CSS Quarto extension |
wiki/ |
Contributor guides and documentation |
.github/workflows/ |
CI/CD pipeline for GitHub Pages |
See the wiki/contributing.md file for full setup
instructions, including how to install Quarto, R, Stata, and how to write and
preview chapters.
- Quarto ≥ 1.4
- R ≥ 4.4 and the packages in
renv.lock(install viarenv::restore()) - Stata (any recent version) — required only if you are authoring or modifying Stata chunks
- Git
# Clone the repo
git clone https://github.com/GPID-WB/50by35.git
cd 50by35
# Install R packages
Rscript -e "renv::restore()"
# Preview the book (live reload)
quarto preview
# Full render
quarto renderThe rendered book will appear in docs/.