You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Docs: human-readable feature descriptions, references, and feature-map labels
- Feature map: chips now use plain-language names + a count of levels/dims
(e.g. "action category (400)", "AudioSet sound tags (527)"); regenerated SVG.
- FEATURE_MAP.md: new "major feature types" guide describing each deployed
model (type, outputs, fMRI use cases) with canonical reference links.
- Scoping review (02-07): clickable reference on every table row + linkified
<details> bullets; "In plain terms" lay descriptions with category counts
for the deployed models; note on later-added EmoNet/CardiffNLP in affect.
- Reference PDFs downloaded to PDFs/ (gitignored, Dropbox-only); documented
in .gitignore and DEPLOYING.md.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: docs/DEPLOYING.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,16 +13,18 @@ This project mixes small, shareable text with large, copyrighted media. The spli
13
13
| Pipeline code (`src/`, `matlab/`, `tools/`) | Stimulus **media** — the movies and audio (`data/**/*.mp4,*.wav,…`, ~11 GB) |
14
14
| Docs (`docs/`, `README.md`) and the book config (`book/book.toml`) | Annotation **derivatives** (`annotations/`, ~217 MB of `.h5` + sidecars) |
15
15
| Schema (`schema/`), figures (`analysis/figures/`), search index (`analysis/web/`) ||
16
-
| Corpus **metadata** (`data/manifest.csv`, `data/**/SOURCES.md`, lexicon CSVs, text story) ||
16
+
| Corpus **metadata** (`data/manifest.csv`, `data/**/SOURCES.md`, lexicon CSVs, text story) |Reference **PDFs** (`PDFs/`, ~100 MB) — publisher/preprint PDFs of the papers behind each model |
17
17
18
-
Why the mediaand annotations stay out of git:
18
+
Why the media, annotations, and reference PDFs stay out of git:
19
19
20
20
-**Media** exceed GitHub's 100 MB per-file limit and are **copyrighted** (the `spacetop`
21
21
clips, the *Narratives* audio, and *Kung Fury* are third-party IP). Only the CC-BY
22
22
Blender open films are freely redistributable.
23
23
-**Annotations** are large derivatives (and their ASR transcripts reproduce film
24
24
dialogue). They are regenerable from the media, so they are kept in Dropbox and can be
25
25
published separately (e.g. OSF/Zenodo with a DOI) if a citable dataset is wanted.
26
+
-**Reference PDFs** (`PDFs/`) are copyrighted publisher/preprint copies kept for offline
27
+
convenience; the docs link to the public arXiv/DOI URLs instead, so the site needs no PDFs.
26
28
27
29
The published site does **not** need either: it is built from the docs, the figures, and
28
30
the interactive search index, all of which are committed.
0 commit comments