Commit a351995
committed
docs: replace pre-2.0 landing-page illustration with editable SVG
The hero image on the docs landing page was a 1 MB raster bundling a
diagram and a code snippet; the editable source had been lost. The
snippet used pre-2.0 type names (longblob, double).
Replace with a hand-written SVG (5 KB) that:
- depicts a calcium-imaging pipeline using the vocabulary already in
calcium-pipeline.svg and computation-model.md
- follows DataJoint's notation: rectangles for Manual/Lookup, ovals
for Imported/Computed, encoded by both shape and color
- uses 2.0 type syntax (int32, <blob@>) and the canonical make() form
- preserves the original zoom-in callout from the highlighted node
to its definition, with the same pedagogical annotations
- uses the lighter pastel palette already in calcium-pipeline.svg
The SVG is its own source — committed as text, no separate editable
asset to lose.1 parent 9e01c44 commit a351995
3 files changed
Lines changed: 115 additions & 1 deletion
Binary file not shown.
Loading
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments