Skip to content

Commit

Permalink
Merge pull request #339 from VisLab/develop
Browse files Browse the repository at this point in the history
Starting to develop a comprehensive HED examples
  • Loading branch information
VisLab authored Dec 29, 2023
2 parents 586fe82 + 3c5c8e7 commit a4b0168
Show file tree
Hide file tree
Showing 189 changed files with 3,882 additions and 0 deletions.
6 changes: 6 additions & 0 deletions datasets/eeg_ds003645s_hed_demo/CHANGES
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
1.0.0 2021-05-11
- First release
Revision history for Face Recognition experiment by Wakeman-Henson

version 1.0 - April 2021
- Initial release of EEG data in this experiment for HED education purposes
21 changes: 21 additions & 0 deletions datasets/eeg_ds003645s_hed_demo/README
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
## Introduction
This dataset is derived from a number of other datasets, but particularly ds003645 from openNeuro.
The purpose of the dataset is to demonstrate how to use HED in various ways.

| Topic | Description |
| ----- | ------- |
| [Sidecar] | How to use a sidecar. |

### Basic use of sidecar


### Use of the HED column

### Use of inheritance

### Use of curly braces


### Use of long form

### Use in
27 changes: 27 additions & 0 deletions datasets/eeg_ds003645s_hed_demo/dataset_description.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"Name": "Face processing MEEG dataset with HED annotation",
"BIDSVersion": "1.8.0",
"HEDVersion": "8.1.0",
"License": "CC0",
"Authors": [
"Daniel G. Wakeman",
"Richard N Henson",
"Dung Truong (curation)",
"Kay Robbins (curation)",
"Scott Makeig (curation)",
"Arno Delorme (curation)"
],
"ReferencesAndLinks": [
"Wakeman, D., Henson, R. (2015). A multi-subject, multi-modal human neuroimaging dataset. Sci Data 2, 150001. https://doi.org/10.1038/sdata.2015.1",
"Robbins, K., Truong, D., Appelhoff, S., Delorme, A., & Makeig, S. (2021). Capturing the nature of events and event context using Hierarchical Event Descriptors (HED). In press for NeuroImage Special Issue Practice in MEEG. NeuroImage 245 (2021) 118766. Online: https://www.sciencedirect.com/science/article/pii/S1053811921010387.",
"Robbins, K., Truong, D., Jones, A., Callanan, I., & Makeig, S. (2021). Building FAIR functionality: Annotating events in time series data using Hierarchical Event Descriptors (HED). Neuroinformatics Special Issue Building the NeuroCommons. Neuroinformatics https://doi.org/10.1007/s12021-021-09537-4. Online: https://link.springer.com/article/10.1007/s12021-021-09537-4."
],
"Funding": [
"Experiment was supported by the UK Medical Research Council (MC_A060_5PR10) and Elekta Ltd.",
"Curation was supported by: NIH R01 EB023297-03, NIH R01 NS047293-l4, NIH R24 MH120037-01, and R01 MH126700-01A1."
],
"DatasetDOI": "10.18112/openneuro.ds003645.v2.0.2",
"EthicsApprovals": [
"The study was approved by Cambridge University Psychological Ethics Committee. Written informed consent was obtained from each participant prior to and following each phase of the experiment."
]
}
21 changes: 21 additions & 0 deletions datasets/eeg_ds003645s_hed_demo/participants.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"participant_id": {
"LongName": "Participant identifier",
"Description": "Unique subject identifier"
},
"sex": {
"Description": "Sex of the subject",
"Levels": {
"M": "male",
"F": "female"
},
"HED": {
"M": "Male",
"F": "Female"
}
},
"age": {
"Description": "Age of the subject",
"Units": "years"
}
}
3 changes: 3 additions & 0 deletions datasets/eeg_ds003645s_hed_demo/participants.tsv
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
participant_id age sex HED
sub-002 31 M Healthy,Rested,Novice-level
sub-003 25 M Healthy,Drowsy,Expert-level
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Loading

0 comments on commit a4b0168

Please sign in to comment.