Lecture Plan: Volume Reconstruction Infrastructure
What this document is
This page is a build plan for an instructor assembling a lecture on this unit. It gives the slide sequence, per-slide timing, the points at which figures belong, and the speaker notes that carry the argument. It is a design document, not a rendered deck: there are no slides on this page to project, and nothing here is written to be shown to learners as it stands.
A separately maintained Marp deck for this unit does exist, and it is linked at the foot of this page under Rendered deck artifacts. That deck was authored in its own right and does not follow this plan slide for slide, so treat this page as the teaching design and the Marp file as one existing implementation of it. The learner-facing material is the unit page linked under Connections.
Session profile
- Audience: technical leads and trainees operating reconstruction pipelines.
- Duration: 80 minutes lecture + 10 minutes architecture critique.
- Output: pipeline architecture diagram with release and rollback policy.
Slide-by-slide lecture plan
- Slide 1 (2 min): Title and architecture mindset
- Slide 2 (5 min): Why connectomics is a systems problem
- Slide 3 (6 min): Reference architecture overview
- Ingest, transform, inference, post-process, serving.
- Slide 4 (6 min): Data contracts between stages
- Slide 5 (6 min): Orchestration and idempotency
- Slide 6 (6 min): Provenance schema design
- Slide 7 (6 min): Storage and chunking strategies
- Slide 8 (6 min): API/query layer for proofreading and analysis
- Slide 9 (6 min): Release engineering for model updates
- Slide 10 (6 min): SLOs and monitoring dashboards
- Slide 11 (5 min): Failure modes
- Non-determinism, provenance drift, hotspot bottlenecks.
- Slide 12 (5 min): Cost-performance tradeoff framework
- Slide 13 (5 min): Case study: bad release and rollback plan
- Slide 14 (6 min): Bridge to biological interpretation units (05-07).
Figure integration points
- Primary shortlist:
course/units/figures/04-volume-reconstruction-infrastructure-selected-v1.md. - Include one pipeline diagram and one QC dashboard mockup.
Speaker notes (expert-level)
- Treat reproducibility as a first-class feature, not documentation afterthought.
- Show how region-scoped reprocessing prevents full-pipeline reruns.
Assessment and artifacts
- Deliverable: staged architecture plan with lineage fields.
- Rubric dimensions: reliability, traceability, scalability, and recovery readiness.
Connections
- Unit page: Volume Reconstruction Infrastructure
- Journal club: Technical Track Journal Club
- Dictionary: Connectomics Dictionary
- Existing module overlap: module12, module18
Rendered deck artifacts
These are the separately maintained Marp deck artifacts for this unit. They are not generated from the plan above, so their sequence and timing differ from it.
The HTML deck presents directly in a browser. The Markdown source is the one to
take if you want to adapt it — it renders with Marp.
For PowerPoint, run ./scripts/render_marp.sh --pptx; the exports are not
committed because the full set runs to tens of megabytes.
Batch render helper: ./scripts/render_marp.sh