Lecture Plan: Connectome Analysis and NeuroAI
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: advanced learners bridging connectomics with computational modeling.
- Duration: 85 minutes lecture + 15 minutes motif-design exercise.
- Output: executable motif-analysis plan with null-model justification.
Slide-by-slide lecture plan
- Slide 1 (2 min): Title and learning objective
- Slide 2 (5 min): From reconstructed circuit to testable graph hypotheses
- Slide 3 (6 min): Motif analysis workflow overview
- Slide 4 (6 min): Query language and representation choices
- Slide 5 (6 min): Subgraph isomorphism complexity and tooling
- Slide 6 (6 min): Null models I
- degree preserving and random rewires.
- Slide 7 (6 min): Null models II
- spatial and cell-type constrained controls.
- Slide 8 (7 min): Multiple-testing and statistical interpretation
- Slide 9 (7 min): Worked query example (DotMotif-style)
- Slide 10 (7 min): Reproducibility requirements
- versioned data, query code, seeds.
- Slide 11 (5 min): Cross-dataset comparability caveats
- Slide 12 (5 min): NeuroAI transfer: where it helps, where it overreaches
- Slide 13 (6 min): Failure modes
- post-hoc hypotheses, null mismatch, overgeneralization.
- Slide 14 (6 min): Activity + debrief
- define motif, null, and success criterion.
Figure integration points
- Primary shortlist:
course/units/figures/09-connectome-analysis-neuroai-selected-v1.md. - Use one algorithmic complexity visual, one motif query visual, one benchmark caveat panel.
Speaker notes (expert-level)
- Keep exploratory and confirmatory analyses explicitly separated.
- Treat all benchmark performance from older decks as historical unless revalidated.
Assessment and artifacts
- Deliverable: motif-analysis protocol card.
- Rubric dimensions: hypothesis clarity, statistical rigor, and reproducibility.
Connections
- Unit page: Connectome Analysis and NeuroAI
- Journal club: Technical Track Journal Club
- Dictionary: Connectomics Dictionary
- Existing module overlap: module10, module13, module14, module15, module20
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