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

Deploy to Netlify

Option A — drag & drop (no account setup):

  1. Unzip project_archive_site.zip.
  2. Go to app.netlify.com/drop.
  3. Drag the unzipped archive_site folder 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.