You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: courses/agentic-research/week-09.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Overview
4
4
5
-
A finished analysis is not a finished contribution. The data behind it has to be reproducible, shareable, and citable, or the work dies with the paper. Two standards carry the weight: the Brain Imaging Data Structure (BIDS) answers where everything lives (structure), and Hierarchical Event Descriptors (HED) answer what every event meant (semantics). The single most useful idea this week: the bar for a complete annotation is concrete and falsifiable. **A language model should be able to reconstruct the stimulus, or the experiment, from the annotation alone.** That is not a metaphor; it is exactly the test demonstrated in the HBN-EEG paper (Shirazi et al., 2024, Figure 9), where Claude Sonnet 3.5 regenerated the Surround Suppression stimulus from its HED description with no image.
5
+
A finished analysis is not a finished contribution. The data behind it has to be reproducible, shareable, and citable, or the work dies with the paper. Two standards carry the weight: the Brain Imaging Data Structure (BIDS) answers where everything lives (structure), and Hierarchical Event Descriptors (HED) answer what every event meant (semantics). The single most useful idea this week: the bar for a complete annotation is concrete and falsifiable. **A language model should be able to reconstruct the stimulus, or the experiment, from the annotation alone.** That is not a metaphor; it is exactly the test demonstrated in the Healthy Brain Network EEG (HBN-EEG) paper (Shirazi et al., 2024, Figure 9), where Claude Sonnet 3.5 regenerated the Surround Suppression stimulus from its HED description with no image.
6
6
7
7
The dataset throughout is HBN-EEG, the very data the course has analyzed since Week 3. It is itself a BIDS + HED dataset published on both OpenNeuro and NEMAR with exactly the tools this session teaches: the loop closes, the data you analyzed is the worked example for how to share data.
8
8
@@ -154,7 +154,7 @@ The agent runs the BIDS validator, categorizes findings, applies fixes with conf
nemar dataset validate ./my-dataset # BIDS check, must pass
189
189
nemar dataset upload ./my-dataset # creates a private GitHub repo
190
190
nemar dataset publish request nm000XXX # admin approves -> public + DOI
@@ -196,7 +196,7 @@ nemar dataset publish request nm000XXX # admin approves -> public + DOI
196
196
197
197
{ .figure-diagram }
198
198
199
-
On publish, `nemar-cli` mints a **concept DOI** (one stable citation across all versions) plus per-version DOIs, via EZID writing DataCite kernel-4 metadata, and **auto-links every author's ORCID iD**. The dataset then appears on each author's ORCID record automatically. OpenNeuro does not link authors to ORCID on the DOI yet.
199
+
On publish, `nemar-cli` mints a **concept DOI** (one stable citation across all versions) plus per-version DOIs, via EZID writing DataCite kernel-4 metadata (the DOIs carry the `10.82901/NEMAR.<id>` prefix), and **auto-links every author's ORCID iD**. The dataset then appears on each author's ORCID record automatically. OpenNeuro does not link authors to ORCID on the DOI yet.
Copy file name to clipboardExpand all lines: courses/slides/agentic-research/week-09/week-09.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -287,7 +287,7 @@
287
287
{
288
288
"type": "callout",
289
289
"calloutType": "important",
290
-
"content": "HBN-EEG, Figure 9: Claude redrew the Surround Suppression stimulus from the **HED annotation alone.** If a model can rebuild your stimulus from the annotation, it is complete; if it can't, you left something out. *(Shirazi et al., 2024)*",
290
+
"content": "HBN-EEG (Healthy Brain Network EEG), Figure 9: Claude redrew the Surround Suppression stimulus from the **HED annotation alone.** If a model can rebuild your stimulus from the annotation, it is complete; if it can't, you left something out. *(Shirazi et al., 2024)*",
0 commit comments