Public Q1 2026 dashboard for sexual violence incidents documented by the Human Rights Section, UN Integrated Office in Haiti (BINUH).
Built for GitHub Pages — static HTML/CSS/JS only, no server or build step on deploy.
https://mafiatun.github.io/binuh-hrd-dashboard/
- Push this repo to GitHub
- Settings → Pages → Branch main, folder /
- Wait 1–2 minutes, open the Pages URL
See DEPLOY.md for full details.
| File | On GitHub? |
|---|---|
js/data.js |
Yes — BINUH_DATA (pre-aggregated; what the site loads) |
documents/*.csv |
No — gitignored; local ETL input only |
Do not double-click HTML files (file://). Browsers block data.js and charts will stay empty.
- Open Terminal in this project folder:
cd "/Users/mafilicious/Library/CloudStorage/OneDrive-UnitedNations/Projects/binuh-online-dasboard"
python3 -m http.server 8000- In your browser open:
- Overview: http://localhost:8000/index.html
- Geographic: http://localhost:8000/geographic.html
- Perpetrators: http://localhost:8000/perpetrators.html
- Stop the server with
Ctrl+Cin Terminal.
Optional — refresh data from CSV (CSV stays local, not on GitHub):
pip3 install -r requirements.txt
# Place Report_2.0.csv in documents/, then:
python3 extract_data.py
# Reload the browser (no server restart needed)Overview · Demographics · Perpetrators · Geographic · SV Types · Maps
Data are non-exhaustive and subject to underreporting.