A public site for 2i2c's reports: grant narratives, progress reports, and impact reports.
Add an entry here when:
- We're awarded a new grant and can share its narrative (
grant). - We send a progress report to a funder (
progress-report). - A grant or contract closes out with a final or impact report (
impact-report). - We publish an organizational or year-in-review update (
annual-update).
When you add a report, also write a short blog post that links to it.
-
Create a folder at
docs/reports/[year]/[report-name]/with anindex.md. Put any images or PDFs for the report in the same folder. Put the folder under the year folder for the year in which most of the work happened, not when the report was posted. -
Add frontmatter to
index.md:--- title: My report title date: 2025-01-01 description: One sentence about the report. authors: - Author Name tags: - impact-report # one of: grant, progress-report, impact-report, annual-update ---
-
If it's the first report for a new year, add that year to the
tocindocs/myst.yml.
The landing page listing picks up new reports automatically from their frontmatter.
nox -s docs # one-off build
nox -s docs-live # live-reloading server