Static dashboard for exploring how diversity weighting affects SCI scenario distributions, time-series summaries, and database composition.
Once GitHub Pages is enabled, the dashboard will be available at:
https://hamishbeath.github.io/sci-debiasing-dashboard/
index.html- dashboard page.styles.css- dashboard styling.dashboard.js- browser-side dashboard logic.dashboard_data.json- generated data bundle used by the dashboard.
The settings menu switches between Model Agnostic, Model Separate, and Hybrid diversity weights. Hybrid is the default and preserves the original view.
The dashboard is fully static and does not require a Python server once published.
Regenerate dashboard_data.json in the source analysis repository, then copy the updated dashboard assets into this repository:
cp ../scenario_debiasing/sci/Dashboard/index.html .
cp ../scenario_debiasing/sci/Dashboard/styles.css .
cp ../scenario_debiasing/sci/Dashboard/dashboard.js .
cp ../scenario_debiasing/sci/Dashboard/dashboard_data.json .
git add .
git commit -m "Update dashboard"
git pushGitHub Pages will update after the push.
In the GitHub repository settings:
- Open
Settings>Pages. - Under
Build and deployment, setSourcetoDeploy from a branch. - Select branch
mainand folder/ (root). - Save.