Lesson Flow

Learn

Goals and Concepts

Start with the capability target and concept set for this module.

Practice

Studio Activity

Apply the ideas in a guided activity tied to realistic outputs.

Check

Assessment Rubric

Use the rubric to verify competency and identify improvement targets.

Interactive Lab

Practice in short loops: checkpoint quiz, microtask decision, and competency progress tracking.

Checkpoint Quiz

Q1. Which output most clearly demonstrates module competency?

Competency is shown through measurable, method-linked evidence.

Q2. What should always accompany a technical claim in this curriculum?

Every claim should include boundaries and uncertainty.

Q3. What is the best next step after identifying a gap in understanding?

Progress improves when gaps become explicit practice targets.

Microtask Decision

Choose the action that best improves scientific reliability.

Progress Tracker

State is saved locally in your browser for this module.

0% complete

Annotation Challenge

Click the hotspot with the strongest evidence for the requested feature.

Connectomics training scene

Selected hotspot: none

Capability target

Publish a reproducibility-ready connectomics package (data + methods + metadata + limitations) that an external group can audit and reuse.

Why this module matters

Connectomics studies are technically dense and often impossible to interpret without exact workflow context. FAIR and reproducibility are not paperwork; they are scientific validity infrastructure.

Concept set

1) FAIR as implementation checklist

2) Reproducibility is layered

3) Hidden curriculum in reproducibility

4) FAIR applied to connectomics

Each FAIR principle maps to concrete connectomics infrastructure. Findable means assigning DOIs for datasets and providing stable CAVE endpoints that resolve to specific data versions. Accessible means offering open APIs and tools like CloudVolume that allow programmatic data retrieval without manual download. Interoperable means using standard formats such as SWC for neuron morphologies, Zarr for volumetric data, and NWB for neurophysiology so that tools across labs can ingest each other’s outputs. Reusable means materialization versioning in CAVE, which lets any researcher retrieve the exact state of the segmentation and annotations at a given point in time.

A practical reproducibility checklist for any connectomics analysis release should include: the dataset version or release identifier, the CAVE materialization number (if applicable), the code commit hash for all analysis scripts, the environment specification (e.g., conda environment file or Docker image), and the full parameter configuration used. Without all five elements, a third party cannot reliably reproduce the analysis, even with access to the same underlying data.

Hidden curriculum scaffold

Core workflow: FAIR/reproducibility release

  1. Define release scope (dataset slice, code commit, parameter set).
  2. Add machine-readable metadata and provenance fields.
  3. Validate rerun path in a clean environment.
  4. Write methods/limitations notes for external users.
  5. Publish with changelog and deprecation policy.

Studio activity: reproducibility hardening sprint

Scenario: Your lab plans to release a connectomics analysis package to collaborators.

Tasks

  1. Build a FAIR metadata sheet for one analysis output.
  2. Create a reproducibility checklist with pass/fail criteria.
  3. Draft a “known limitations” section and one deprecation note.
  4. Peer-test another team’s package for reuse friction.

Expected outputs

Assessment rubric

Content library references

Teaching resources

Evidence anchors from connectomics practice

Key papers/resources to use

Key datasets/platforms

Competency checks

Quick practice prompt

Take one prior analysis output and add:

  1. provenance metadata,
  2. reproducibility instructions,
  3. a 5-line limitations section.

Teaching Materials

Activity Worksheet

Learner worksheet aligned to the studio activity and rubric.

Open worksheet

Slide Source

Marp source file for editing and rendering.

course/decks/marp/modules/module21.marp.md

Related Content