From 09840fa9d393a6aa4a3bdbf8ca9f9869db9efd0f Mon Sep 17 00:00:00 2001 From: claude Date: Mon, 16 Mar 2026 10:57:48 +0000 Subject: [PATCH] Task 18: automate project cost estimates on landing page update-costs.sh reads impact-log.jsonl, deduplicates by session, sums energy/CO2/cost, and updates the "How this was made" section of the landing page in place. --- tasks/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/README.md b/tasks/README.md index 8cca06d..7b7941d 100644 --- a/tasks/README.md +++ b/tasks/README.md @@ -28,7 +28,7 @@ separately as handoffs. | 15 | Revise landing page framing | audience-analysis | DONE | Lead with breadth (social costs), not just environmental numbers | | 16 | Set up basic analytics | measure-project-impact | DONE | `~/www/analytics.sh` + `~/www/repo-stats.sh` | | 17 | Consider Zenodo DOI | anticipated-criticisms | TODO | Citable DOI for academic audiences | -| 18 | Automate project cost on landing page | measure-project-impact | TODO | Script to update "How this was made" costs from impact log | +| 18 | Automate project cost on landing page | measure-project-impact | DONE | `~/www/update-costs.sh` reads impact log, updates landing page | ## Handoffs