Logo Lanfrica

jcanoortega/ESPEN-CIFF-Progress-Indicators

Domaine:

healthcare

Type de record:

tools
Créateur:
jca
Hôte:
Dashboards displaying PC-NTD indicators showing pogress towards the elimination of PC-NTDs in the African region # ESPEN–CIFF PCT Progress Indicators Dashboard A web-based, shareable dashboard for monitoring Preventive Chemotherapy (PCT) NTD programme progress across the WHO African Region (AFRO). Built in collaboration between **ESPEN** (Expanded Special Project for the Elimination of NTDs) and **CIFF** (Children's Investment Fund Foundation). --- ## Dashboard Structure | Tab | Content | |-----|---------| | **WHO AFRO Region** | Aggregated indicators for all 47 AFRO Member States, filterable by year | | **Lymphatic Filariasis** | Country-level indicators for LF, year & country filters | | **Onchocerciasis** | Country-level indicators for ONC, year & country filters | | **STH** | Country-level indicators for soil-transmitted helminthiases | | **Schistosomiasis** | Country-level indicators for SCH | | **Trachoma** | Country-level indicators for TRA | | **Elimination Map** | Choropleth map of ESPEN Performance Scores (Ind. 36–39) | Each disease tab includes, at the bottom: - **Cross-cutting indicators** – Ind. 33 (Integrated Treatment Coverage Index) and Ind. 35 (Number of eliminated PC-NTDs) - **NTD System Integration** – Q1, Q2, Q3 responses for 2024 and 2025 --- ## Data Sources | File | Description | |------|-------------| | `PCT_Indicators_CIFF_ .xlsx` | Main country- and AFRO-level indicators | | `NTD_System_Integration.xlsx` | System integration questionnaire responses (Q1–Q3) | --- ## Deployment ### GitHub Pages (recommended — shareable URL) 1. Push this repository to GitHub (see below). 2. Go to **Settings → Pages → Source**: set to `GitHub Actions`. 3. The `deploy.yml` workflow will publish the site automatically on every push to `main`. The URL will be: `https:// .github.io` ### Local preview The dashboard loads data via `fetch()`, which requires a web server: ```bash # Python (from the repo root) python -m http.server 8000 # Then open: localhost ``` > **Note:** Opening `index.html` directly (`file://`) will …