About this archive & how to deploy it
What this is
A static, self-contained snapshot of the work done in this project's Claude Science sessions. It is meant to let collaborators and reviewers browse what was done, read a concise summary of each working session, and download the underlying artifacts (figures, tables, manuscripts, sequences, protein structures, decks, and code).
How it's organized
- Overview — every work session as a card with a one-line goal; click through to a full summary and that session's files.
- All artifacts — a filterable table of all 778 files, by type and name.
- External data — large data/media files not bundled here, listed with provenance and public source accessions (e.g. GEO) so they can be regenerated.
manifest.csv— the complete machine-readable index (filename, type, size, session, bundled/external status, provenance, accessions).
Deploy to Netlify
Option A — drag & drop (no account setup):
- Unzip
project_archive_site.zip. - Go to app.netlify.com/drop.
- Drag the unzipped
archive_sitefolder onto the page. Netlify publishes it and gives you a shareable URL.
Option B — Netlify CLI:
npm install -g netlify-cli
cd archive_site
netlify deploy --dir . --prod
Option C — add to your existing site as a subfolder: copy the archive_site/
contents into e.g. /archive of your current Netlify site and link to
/archive/index.html. All internal links are relative, so it works from any base path.
Notes on the summaries
Each session summary is generated from that session's recorded goal, its final recorded outcome, and the list of files it produced — not from re-interpreting the raw data. They are intended as faithful navigation aids; the artifacts themselves are the primary record. Figures and numbers shown inside artifacts should be treated as the work product and checked against their source where it matters.