Skip to content

Commit 942636e

Browse files
authored
Merge pull request #2237 from VisLab/update_hed_version
[ENH] Updated HED Version to 8.4.0 in examples
2 parents e76bedb + 2a36d0c commit 942636e

File tree

2 files changed

+15
-16
lines changed

2 files changed

+15
-16
lines changed

src/appendices/hed.md

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -168,16 +168,16 @@ This allows for properly validating the HED annotations
168168
(for example, using the `bids-validator`).
169169

170170
**Example:** The following `dataset_description.json` file specifies that the
171-
[`HED8.2.0.xml`](https://github.com/hed-standard/hed-schemas/blob/main/standard_schema/hedxml/HED8.2.0.xml)
171+
[`HED8.4.0.xml`](https://github.com/hed-standard/hed-schemas/blob/main/standard_schema/hedxml/HED8.4.0.xml)
172172
file from the `standard_schema/hedxml` directory of the
173173
[`hed-schemas`](https://github.com/hed-standard/hed-schemas)
174174
repository on GitHub should be used to validate the study event annotations.
175175

176176
```JSON
177177
{
178178
"Name": "A great experiment",
179-
"BIDSVersion": "1.8.0",
180-
"HEDVersion": "8.2.0"
179+
"BIDSVersion": "1.10.1",
180+
"HEDVersion": "8.4.0"
181181
}
182182
```
183183

@@ -210,8 +210,8 @@ A given library schema version is either partnered or standalone.
210210
unpartnered is fixed when the library is released and cannot be changed.
211211
For example,
212212
[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.
215215

216216
##### Unpartnered library schema example
217217

@@ -224,8 +224,8 @@ for clinical neurological annotation located at
224224
```JSON
225225
{
226226
"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"]
229229
}
230230
```
231231
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
250250
```JSON
251251
{
252252
"Name": "A great experiment",
253-
"BIDSVersion": "1.7.0",
253+
"BIDSVersion": "1.10.1",
254254
"HEDVersion": "score_1.0.0"
255255
}
256256
```
@@ -265,20 +265,19 @@ Eye-blink-artifact, Seizure-PNES
265265

266266
The following `dataset_description.json` file specifies that
267267
the HED-SCORE library schema
268-
[version 1.1.0](https://github.com/hed-standard/hed-schemas/blob/main/library_schemas/score/hedwiki/HED_score_1.1.0.mediawiki) is used.
268+
[version 2.1.0](https://github.com/hed-standard/hed-schemas/blob/main/library_schemas/score/hedwiki/HED_score_2.1.0.mediawiki) is used.
269269
This particular library schema version is partnered with the standard schema version
270-
[8.2.0](https://github.com/hed-standard/hed-schemas/blob/main/standard_schema/hedxml/HED8.2.0.xml).
270+
[8.4.0](https://github.com/hed-standard/hed-schemas/blob/main/standard_schema/hedxml/HED8.4.0.xml).
271271

272272
```JSON
273273
{
274274
"Name": "A great experiment",
275-
"BIDSVersion": "1.8.0",
276-
"HEDVersion": "score_1.1.0"
275+
"BIDSVersion": "1.10.1",
276+
"HEDVersion": "score_2.1.0"
277277
}
278278
```
279279
The corresponding annotations in the dataset use tags from the
280-
HED-SCORE library schema (`Eye-blink-artifact` and `Seizure-PNES`) and from the standard HED (`Data-feature`)
281-
as follows:
280+
HED-SCORE library schema (`Seizure-PNES`) and from the standard HED (`Data-feature` and `Eye-blink-artifact`) as follows:
282281

283282
```Text
284283
Data-feature, Eye-blink-artifact, Seizure-PNES

src/modality-agnostic-files/dataset-description.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Example:
6161
```JSON
6262
{
6363
"Name": "The mother of all experiments",
64-
"BIDSVersion": "1.6.0",
64+
"BIDSVersion": "1.10.1",
6565
"DatasetType": "raw",
6666
"License": "CC0",
6767
"Authors": [
@@ -87,7 +87,7 @@ Example:
8787
"Alzheimer A., & Kraepelin, E. (2015). Neural correlates of presenile dementia in humans. Journal of Neuroscientific Data, 2, 234001. doi:1920.8/jndata.2015.7"
8888
],
8989
"DatasetDOI": "doi:10.0.2.3/dfjj.10",
90-
"HEDVersion": "8.0.0",
90+
"HEDVersion": "8.4.0",
9191
"GeneratedBy": [
9292
{
9393
"Name": "reproin",

0 commit comments

Comments
 (0)