Skip to content
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

Reorganized src, updated whats new, and fixed links #352

Merged
merged 13 commits into from
Jan 22, 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
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The [**hedcode**](https://github.com/hed-standard/hed-examples/tree/main/hedcode
subdirectory contains MATLAB scripts, Python Jupyter Notebooks,
and Python scripts with direct calls to HedTools.
The repository also contains example code in python and matlab.
See [**hedcode/README.md**](./hedcode/README.md) for details.
See [**hedcode/README.md**](src/README.md) for details.
The Python scripts and notebooks require the installation of
`hedtools` whose [**installation**](./README.md#installation-of-hedtools)
is described below.
Expand Down
25 changes: 13 additions & 12 deletions datasets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,20 @@ For example, eeg_ds003645s identifies a reduced dataset derived the EEG data
in OpenNeuro dataset ds003645.
The suffix modifier indicates what this dataset is designed to test.

| Dataset | Description |
|-----------------------------------|---------------|
| eeg_ds002893s_hed_attention_shift | Auditory-visual attention shift data.<br>Illustrates remapping of multiple event columns. |
| eeg_ds003645s_hed | Face Perception data using short form tags and definitions. |
| eeg_ds003645s_hed_demo | Face Perception data demonstrating full usage of HED in tsv. |
| eeg_ds003645s_hed_library | Face Perception data using HED libraries. |
| eeg_ds003645s_hed_partnered | Face Perception data using HED partnered libraries. |
| eeg_ds003645s_hed_remodel | Face Perception data in remodeling. |
| eeg_ds004105s_hed | BCIT Driving with auditory cueing data.<br>Part of a test data corpus for BIDS-MEGA testing. |
| eeg_ds004106s_hed | BCIT Advanced guard duty data.<br> Part of a test data corpus for BIDS-MEGA testing. |
| Dataset | Description |
|-----------------------------------|---------------------------------------------------------------------------------------------------------------|
| eeg_ds002893s_hed_attention_shift | Auditory-visual attention shift data.<br>Illustrates remapping of multiple event columns. |
| eeg_ds003645s_hed | Face Perception data using short form tags and definitions. |
| eeg_ds003645s_hed_column | Face Perception data to test annotations in HED column. |
| eeg_ds003645s_hed_demo | Face Perception data demonstrating full usage of HED in tsv. |
| eeg_ds003645s_hed_library | Face Perception data using HED libraries. |
| eeg_ds003645s_hed_partnered | Face Perception data using HED partnered libraries. |
| eeg_ds003645s_hed_remodel | Face Perception data in remodeling. |
| eeg_ds004105s_hed | BCIT Driving with auditory cueing data.<br>Part of a test data corpus for BIDS-MEGA testing. |
| eeg_ds004106s_hed | BCIT Advanced guard duty data.<br> Part of a test data corpus for BIDS-MEGA testing. |
| eeg_ds004117s_hed_sternberg | Sternberg working memory task.<br>Chosen as a replication study for [**EEGManyLabs**](https://osf.io/yb3pq/). |
| frmi_ds002790s_hed_aomic | AOMIC data example |
| fmri_soccer21_hed | HED tags using a single column.<br>Used for fMRI processing examples. |
| frmi_ds002790s_hed_aomic | AOMIC data example |
| fmri_soccer21_hed | HED tags using a single column.<br>Used for fMRI processing examples. |


### Validating examples using the BIDS validator
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"Name": "Auditory-Visual Shift Study",
"BIDSVersion": "1.7.0",
"HEDVersion": "8.0.0",
"BIDSVersion": "1.9.0",
"HEDVersion": "8.2.0",
"License": "CC0",
"Authors": [
"Marissa Westerfield (data, curation)",
Expand Down

This file was deleted.

This file was deleted.

Loading