Interactive curator dashboard built from Melinae_H/Sorghum_2026_Genotyping_Priorities_4_15_26.xlsx.
- Collection scale, availability, genotype coverage, and curator KPIs
- Origin, taxa, race, and improvement-level composition
- Viability, inventory, and request-pressure distributions
- Metadata completeness and country-by-genotype coverage
- A ranked accession watchlist for curation and regeneration follow-up
- Descriptor cohort summaries for
core,preconv,conv, andsap - Line-level descriptor comparison inside the same dashboard
npm install
npm run process-data
npm run process-descriptors
npm run devThe dev server runs on http://127.0.0.1:4173 if started with:
npm run dev -- --host 127.0.0.1 --port 4173npm run buildIf the Excel workbook changes, regenerate the dashboard payload:
npm run process-data
npm run process-descriptorsThe generated data file is committed at public/data/collection-summary.json so GitHub Pages can serve the site statically.
This repo includes a GitHub Pages workflow at .github/workflows/deploy-pages.yml.
Once the repository is pushed to GitHub:
- Enable GitHub Pages for the repository.
- Set Pages to deploy from GitHub Actions.
- Push to
mainormaster.
Because the Vite config uses a relative base path, the site can be deployed either as a project page or from a standalone public repository.