Skip to content

Repository files navigation

UNHCR 50by35 Monitoring Framework

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.

Live Book

The rendered book is available at:
https://GPID-WB.github.io/50by35/

Repository Structure

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

Quick Start for Contributors

See the wiki/contributing.md file for full setup instructions, including how to install Quarto, R, Stata, and how to write and preview chapters.

Prerequisites

  • Quarto ≥ 1.4
  • R ≥ 4.4 and the packages in renv.lock (install via renv::restore())
  • Stata (any recent version) — required only if you are authoring or modifying Stata chunks
  • Git

Local Preview

# 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 render

The rendered book will appear in docs/.

Releases

Contributors

Languages