This repository tracks the CGIAR Climate Data Hub (CDH) use-case portfolio. Each use-case has its own folder containing a canonical BRIEF.md — what it is, who's involved, current status, action plan, and the materials behind it.
Briefs render to a static site at https://cgiar-climate-data-hub.github.io/use-cases/ (planned), built with Astro.
| Use-case | Champion | Status | One-line description |
|---|---|---|---|
| GCF Preparation Facility | Cesare Scartozzi | Active development | Climate Rationale notebook auto-generating evidence-based climate risk narratives and hazard-exposure tables for GCF proposal writers |
| AgWise | TBC | Active development | Integrating historical + forecast climate data into the AgWise fertilization module for process-based crop modelling across Africa |
| B4T — Crop Risk Index (CRI) | Bert Lenaerts (IRRI) | Brief | Review and update of the Climate and Environmental Crop Risk Index to use CMIP6 inputs and harmonized future time horizons |
| Tier 2 Livestock Uncertainty | Ciniro Costa Junior (Alliance) | Idea | Applying a CGIAR emissions uncertainty calculator to Tier 2 livestock GHG inventories in Colombia and Nigeria |
| iCLEANED | Emmanuel Mwema (Alliance) | Idea | CDH climate/environmental data support for the iCLEANED livestock environmental-footprint decision-support tool |
| MELIAF — Adaptation Activator | Andreea Nowak (Alliance) | Idea | Exploring CDH support for CGIAR's MELIAF Climate Adaptation Activator (adaptation tracking and MRV) |
| MFL — Multifunctional Landscapes | Chris Kettle | Idea | Exploring CDH climate data support for digital twins, geospatial intelligence, and MRV across MFL living labs |
- Read a use-case — open the relevant
<slug>/BRIEF.md. - Add a new use-case — see
GUIDELINES.mdfor the 8-step process, then copyBRIEF_TEMPLATE.mdinto a new kebab-case folder. - Update an existing brief — open a PR; use issue templates in
.github/ISSUE_TEMPLATE/for change proposals. - Working with Claude Code — start with
CLAUDE.md; it loads automatically when this repo is opened.
This repo ships an Astro site that renders the briefs.
npm install
npm run dev # live preview at http://localhost:4321
npm run build # static output to ./dist
npm run check # type + content schema validationUse one of these values in the status: frontmatter field of each brief:
| Status | Meaning |
|---|---|
idea |
Concept identified, champion not yet assigned |
brief |
Champion assigned, brief in draft, awaiting Go / No-Go |
active-development |
Go granted, work in flight, deliverables being produced |
piloting |
Early users testing real outputs |
handover |
Transitioning to a sustained owner |
complete |
Delivered and retired from the active list |
on-hold |
Paused, with reason captured |
no-go |
Declined at the Go / No-Go gate |
- Folder names: lowercase kebab-case (
gcf-preparation-facility,b4t,livestock-emissions). - Canonical entry point per use-case:
<slug>/BRIEF.md. Use-case-specific code, notebooks, or sub-briefs may live alongside in the same folder. - Background materials, transcripts, working drafts: live in the OneDrive working store at
Climate_data_hub/use_cases/<slug>/. Briefs link out by relative path; this repo stays public-readable. - Meeting notes: not duplicated here. Canonical source is
Climate_data_hub/meetings/in OneDrive.
MIT — see LICENSE.