Skip to content

Commit 194c14e

Browse files
Expand practicum framing as real research project
1 parent c0fb9b6 commit 194c14e

2 files changed

Lines changed: 14 additions & 3 deletions

File tree

courses/agentic-research/index.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,20 @@ A 10-week live course teaching researchers how to use Claude Code and AI coding
3939
- A [GitHub](https://github.com) account (free)
4040
- No prior coding experience required for Weeks 1-2
4141

42-
## Practicum
42+
## Practicum: A Real Research Project
4343

44-
The course includes a running practicum analyzing Healthy Brain Network (HBN) EEG data for movie shot-change events. The instructor demonstrates each workflow live using EEGLAB + [matlab-mcp-tools](https://github.com/neuromechanist/matlab-mcp-tools) (Claude Code drives MATLAB). Students are encouraged to bring their own projects.
44+
Every workflow in this course is demonstrated against an actual open research question, not a toy dataset. The practicum asks: **is there a group-level electroencephalography (EEG) signature locked to movie shot changes, and does it depend on what is in the shot?**
45+
46+
Concretely, we compare event-related spectral perturbation (ERSP) in the first 500 ms after shot onset between shots in the Pixar short *"The Present"* that open with the boy visible against shots that open with the puppy visible. The contrast isolates content-driven brain responses (animacy, social attention) from low-level visual-onset effects that every shot change shares.
47+
48+
The dataset is the published [Healthy Brain Network (HBN) EEG Release 3](https://nemar.org/dataexplorer/detail?dataset_id=ds005507) on NEMAR and OpenNeuro: 183 children and adolescents watching *The Present*, 128-channel high-density EEG, formatted with Brain Imaging Data Structure (BIDS) and annotated with Hierarchical Event Descriptors (HED). Shot-level annotations come from the EventFormer project (Shirazi lab): 56 shots with frame-level descriptions, log-luminance-ratio, and content flags (`has_boy`, `has_puppy`).
49+
50+
This is not a reproduction of an existing result. The boy-versus-puppy ERSP contrast has not been published for this dataset, and the animacy-of-opening-shot question is genuinely open. The deliverable is a reproducible pipeline (BIDS import -> cleaning -> adaptive mixture independent component analysis (AMICA) -> IClabel -> shot-aligned epoching -> ERSP -> cluster-level statistics) plus a publication-quality figure of the group contrast. The instructor drives the analysis live each week using EEGLAB plus [matlab-mcp-tools](https://github.com/neuromechanist/matlab-mcp-tools) (Claude Code drives MATLAB).
51+
52+
Students are welcome to bring their own research projects and apply the same workflow in parallel. The scaffolding transfers: structured problem definition, epic/phase decomposition, plan mode, pull request review.
53+
54+
!!! tip "Practicum repository"
55+
Starter materials (the structured problem brief and the shot-events table) live at [sessions/week-03/practicum/](https://github.com/OpenScience-Collective/agentic-research-course/tree/main/sessions/week-03/practicum) in the course repo. The practicum itself is built live during the Week 3 session at [OpenScience-Collective/agentic-research-practicum](https://github.com/OpenScience-Collective/agentic-research-practicum).
4556

4657
## Instructor
4758

courses/agentic-research/week-03.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Week 2 installed the agent. This week is about organizing research work so the a
66

77
With no structure, the agent's speed compounds into technical debt: plausible code that silently does the wrong thing, discovered three weeks later during peer review. With steps, checks, and balances, the agent's speed compounds into output: one reviewable chunk at a time, reshape the plan before code is committed, catch anything missed with pull request (PR) review, and end with a pipeline you can hand to a collaborator.
88

9-
Everything in this guide is anchored to the course practicum: a study-level ERP analysis on the Healthy Brain Network (HBN) EEG Release 3 dataset, comparing shots in "The Present" Pixar short that open with the boy visible against shots that open with the puppy visible.
9+
Everything in this guide is anchored to the course practicum: a study-level ERSP analysis on the [Healthy Brain Network (HBN) EEG Release 3](https://nemar.org/dataexplorer/detail?dataset_id=ds005507) dataset. The research question is real and open: **does the group-level EEG response in the first 500 ms after a movie shot change depend on what is in the shot?** We answer a concrete instance of that question by comparing shots in *"The Present"* that open with the boy visible against shots that open with the puppy visible. The contrast has not been published for this dataset; the pipeline we build this week is the first half of a publishable analysis.
1010

1111
!!! abstract "Learning Objectives"
1212
- Write a structured problem definition (Goal, Rough steps, Checks, Success criteria, Quality control) before any code

0 commit comments

Comments
 (0)