Skip to content

Updated to show a comprehensive HED example. #423

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
18 changes: 8 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,16 +142,14 @@ TABLE BELOW IS GENERATED AUTOMATICALLY.
DO NOT EDIT DIRECTLY.
-->

| name | description | datatypes | suffixes | link to full data | maintained by |
|:--------------------------------------------------------------------------------------------------------------------------|:-------------------------------------------------------------------------------------------------------------------|:------------|:-----------------------------------------------|:------------------------------------------------|:-----------------------------------------------|
| [eeg_cbm](https://github.com/bids-standard/bids-examples/tree/master/eeg_cbm) | Rest EEG. European Data Format (.edf) | eeg | channels, eeg, events, scans | n/a | [@cpernet](https://github.com/cpernet) |
| [eeg_ds003645s_hed](https://github.com/bids-standard/bids-examples/tree/master/eeg_ds003645s_hed) | Shows usage of Hierarchical Event Descriptor (HED) in events files | eeg | channels, eeg, events | [link](https://openneuro.org/datasets/ds003645) | [@VisLab](https://github.com/VisLab) |
| [eeg_ds003645s_hed_inheritance](https://github.com/bids-standard/bids-examples/tree/master/eeg_ds003645s_hed_inheritance) | HED annotation with multiple inherited sidecars | eeg | channels, eeg, events | [link](https://openneuro.org/datasets/ds003645) | [@VisLab](https://github.com/VisLab) |
| [eeg_ds003645s_hed_library](https://github.com/bids-standard/bids-examples/tree/master/eeg_ds003645s_hed_library) | HED annotation using HED library vocabularies (schema). | eeg | channels, eeg, events | [link](https://openneuro.org/datasets/ds003645) | [@VisLab](https://github.com/VisLab) |
| [eeg_ds003645s_hed_longform](https://github.com/bids-standard/bids-examples/tree/master/eeg_ds003645s_hed_longform) | HED annotation using tags in long form. | eeg | channels, eeg, events | [link](https://openneuro.org/datasets/ds003645) | [@VisLab](https://github.com/VisLab) |
| [eeg_face13](https://github.com/bids-standard/bids-examples/tree/master/eeg_face13) | Deconstructing the early visual electrocortical response to face and house stimuli. EDF format | eeg | channels, coordsystem, eeg, electrodes, events | n/a | [@andesha](https://github.com/andesha) |
| [eeg_matchingpennies](https://github.com/bids-standard/bids-examples/tree/master/eeg_matchingpennies) | Offline data of BCI experiment decoding left vs. right hand movement. BrainVision data format (.eeg, .vhdr, .vmrk) | eeg | channels, eeg, events | [link](https://doi.org/10.17605/OSF.IO/CJ2DR) | [@sappelhoff](https://github.com/sappelhoff) |
| [eeg_rishikesh](https://github.com/bids-standard/bids-examples/tree/master/eeg_rishikesh) | Mind wandering experiment. EEG data in Biosemi (.bdf) format | eeg | channels, eeg, events | [link](https://openneuro.org/datasets/ds001787) | [@arnodelorme](https://github.com/arnodelorme) |
| name | description | datatypes | suffixes | link to full data | maintained by |
|:-------------------------------------------------------------------------------------------------------------------------|:-------------------------------------------------------------------------------------------------------------------|:------------|:-----------------------------------------------|:------------------------------------------------|:-----------------------------------------------|
| [eeg_cbm](https://github.com/bids-standard/bids-examples/tree/master/eeg_cbm) | Rest EEG. European Data Format (.edf) | eeg | channels, eeg, events, scans | n/a | [@cpernet](https://github.com/cpernet) |
| [eeg_ds003645s_hed_demo](https://github.com/bids-standard/bids-examples/tree/master/eeg_ds003645s_hed_demo) | Shows usage of Hierarchical Event Descriptor (HED) in tsv files | eeg | channels, eeg, events, participants, etc. | [link](https://openneuro.org/datasets/ds003645) | [@VisLab](https://github.com/VisLab) |
| [eeg_ds003645s_hed_library](https://github.com/bids-standard/bids-examples/tree/master/eeg_ds003645s_hed_library) | HED annotation using HED library vocabularies (schema). | eeg | channels, eeg, events | [link](https://openneuro.org/datasets/ds003645) | [@VisLab](https://github.com/VisLab) |
| [eeg_face13](https://github.com/bids-standard/bids-examples/tree/master/eeg_face13) | Deconstructing the early visual electrocortical response to face and house stimuli. EDF format | eeg | channels, coordsystem, eeg, electrodes, events | n/a | [@andesha](https://github.com/andesha) |
| [eeg_matchingpennies](https://github.com/bids-standard/bids-examples/tree/master/eeg_matchingpennies) | Offline data of BCI experiment decoding left vs. right hand movement. BrainVision data format (.eeg, .vhdr, .vmrk) | eeg | channels, eeg, events | [link](https://doi.org/10.17605/OSF.IO/CJ2DR) | [@sappelhoff](https://github.com/sappelhoff) |
| [eeg_rishikesh](https://github.com/bids-standard/bids-examples/tree/master/eeg_rishikesh) | Mind wandering experiment. EEG data in Biosemi (.bdf) format | eeg | channels, eeg, events | [link](https://openneuro.org/datasets/ds001787) | [@arnodelorme](https://github.com/arnodelorme) |

### iEEG

Expand Down
4 changes: 1 addition & 3 deletions dataset_listing.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ name description link to full data maintained by datatypes suffixes
eeg_matchingpennies Offline data of BCI experiment decoding left vs. right hand movement. BrainVision data format (.eeg, .vhdr, .vmrk) [link](https://doi.org/10.17605/OSF.IO/CJ2DR) [@sappelhoff](https://github.com/sappelhoff) eeg channels, eeg, events
eeg_rishikesh Mind wandering experiment. EEG data in Biosemi (.bdf) format [link](https://openneuro.org/datasets/ds001787) [@arnodelorme](https://github.com/arnodelorme) eeg channels, eeg, events
eeg_face13 Deconstructing the early visual electrocortical response to face and house stimuli. EDF format [@andesha](https://github.com/andesha) eeg channels, coordsystem, eeg, electrodes, events
eeg_ds003645s_hed Shows usage of Hierarchical Event Descriptor (HED) in events files [link](https://openneuro.org/datasets/ds003645) [@VisLab](https://github.com/VisLab) eeg channels, eeg, events
eeg_ds003645s_hed_inheritance HED annotation with multiple inherited sidecars [link](https://openneuro.org/datasets/ds003645) [@VisLab](https://github.com/VisLab) eeg channels, eeg, events
eeg_ds003645s_hed_longform HED annotation using tags in long form. [link](https://openneuro.org/datasets/ds003645) [@VisLab](https://github.com/VisLab) eeg channels, eeg, events
eeg_ds003645s_hed_demo Shows usage of Hierarchical Event Descriptor (HED) in .tsv files [link](https://openneuro.org/datasets/ds003645) [@VisLab](https://github.com/VisLab) eeg channels, eeg, events, participants, scans
eeg_ds003645s_hed_library HED annotation using HED library vocabularies (schema). [link](https://openneuro.org/datasets/ds003645) [@VisLab](https://github.com/VisLab) eeg channels, eeg, events
eeg_cbm Rest EEG. European Data Format (.edf) [@cpernet](https://github.com/cpernet) eeg channels, eeg, events, scans
ieeg_filtered_speech recordings of three seizures [@choldgraf](https://github.com/choldgraf) ieeg channels, coordsystem, electrodes, events, ieeg, photo
Expand Down
24 changes: 0 additions & 24 deletions eeg_ds003645s_hed/README

This file was deleted.

27 changes: 0 additions & 27 deletions eeg_ds003645s_hed/dataset_description.json

This file was deleted.

17 changes: 0 additions & 17 deletions eeg_ds003645s_hed/participants.json

This file was deleted.

3 changes: 0 additions & 3 deletions eeg_ds003645s_hed/participants.tsv

This file was deleted.

Loading