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
repository on GitHub should be used to validate the study event annotations.
175
175
176
176
```JSON
177
177
{
178
178
"Name": "A great experiment",
179
-
"BIDSVersion": "1.8.0",
180
-
"HEDVersion": "8.2.0"
179
+
"BIDSVersion": "1.10.1",
180
+
"HEDVersion": "8.4.0"
181
181
}
182
182
```
183
183
@@ -210,8 +210,8 @@ A given library schema version is either partnered or standalone.
210
210
unpartnered is fixed when the library is released and cannot be changed.
211
211
For example,
212
212
[HED-SCORE version 1.0.0](https://github.com/hed-standard/hed-schemas/blob/main/library_schemas/score/hedwiki/HED_score_1.0.0.mediawiki)
213
-
is unpartnered, but [HED-SCORE version 1.1.0](https://github.com/hed-standard/hed-schemas/blob/main/library_schemas/score/hedwiki/HED_score_1.1.0.mediawiki)
214
-
is partnered with standard schema version 8.2.0.
213
+
is unpartnered, but [HED-SCORE version 2.1.0](https://github.com/hed-standard/hed-schemas/blob/main/library_schemas/score/hedwiki/HED_score_2.1.0.mediawiki)
214
+
is partnered with standard schema version 8.4.0.
215
215
216
216
##### Unpartnered library schema example
217
217
@@ -224,8 +224,8 @@ for clinical neurological annotation located at
224
224
```JSON
225
225
{
226
226
"Name": "A great experiment",
227
-
"BIDSVersion": "1.7.0",
228
-
"HEDVersion": ["8.1.0", "sc:score_1.0.0"]
227
+
"BIDSVersion": "1.10.1",
228
+
"HEDVersion": ["8.4.0", "sc:score_1.0.0"]
229
229
}
230
230
```
231
231
The `sc:` is a user-chosen prefix used to distinguish the source schemas
@@ -250,7 +250,7 @@ The following `dataset_description.json` indicates that only the HED-SCORE libra
Copy file name to clipboardExpand all lines: src/modality-agnostic-files/dataset-description.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ Example:
61
61
```JSON
62
62
{
63
63
"Name": "The mother of all experiments",
64
-
"BIDSVersion": "1.6.0",
64
+
"BIDSVersion": "1.10.1",
65
65
"DatasetType": "raw",
66
66
"License": "CC0",
67
67
"Authors": [
@@ -87,7 +87,7 @@ Example:
87
87
"Alzheimer A., & Kraepelin, E. (2015). Neural correlates of presenile dementia in humans. Journal of Neuroscientific Data, 2, 234001. doi:1920.8/jndata.2015.7"
0 commit comments