File tree Expand file tree Collapse file tree 3 files changed +19
-6
lines changed
hedcode/matlab_scripts/web_services Expand file tree Collapse file tree 3 files changed +19
-6
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ The suffix modifier indicates what this dataset is designed to test.
2323| Dataset | Description |
2424| ----------------- | ------------|
2525| eeg_ds002893s_hed_attention_shift | Auditory-visual attention shift data.<br >Illustrates remapping of multiple event columns. |
26- | eeg_ds003645s_hed | Wakeman-Henson data using short form tags and definitions. |
27- | eeg_ds003645s_hed_column | Wakeman-Henson data with tags in events.tsv HED column. |
28- | eeg_ds003645s_hed_inheritance | Wakeman-Henson data with multiple sidecars. |
29- | eeg_ds003645s_hed_library | Wakeman-Henson data using HED libraries. |
30- | eeg_ds003645s_hed_longform | Wakeman-Henson data using long form tags and definitions. |
26+ | eeg_ds003645s_hed | Face Perception data using short form tags and definitions. |
27+ | eeg_ds003645s_hed_column | Face Perception data with tags in events.tsv HED column. |
28+ | eeg_ds003645s_hed_inheritance | Face Perception data with multiple sidecars. |
29+ | eeg_ds003645s_hed_library | Face Perception data using HED libraries. |
30+ | eeg_ds003645s_hed_longform | Face Perception data using long form tags and definitions. |
3131| eeg_ds004105s_hed | BCIT Driving with auditory cueing data.<br >Part of a test data corpus for BIDS-MEGA testing. |
3232| eeg_ds004106s_hed | BCIT Advanced guard duty data.<br > Part of a test data corpus for BIDS-MEGA testing. |
3333| eeg_ds004117s_hed_sternberg | Sternberg working memory task.<br >Chosen as a replication study for [ ** EEGManyLabs** ] ( https://osf.io/yb3pq/ ) .|
Original file line number Diff line number Diff line change 11(whats-new-anchor)=
22# What's new?
33
4+ ** Upcoming March 27, 2023** : ** HED Workshop at CNS 2023**
5+
6+ > ** Workshop** :
7+ > ** Title:** * Recording What Happened during your experiment using Hierarchical Event Descriptors (HED)*
8+ > Led by [ ** Scott Makeig** ] ( https://sccn.ucsd.edu/~scott/ ) UCSD and assisted by members of the HED Working Group.
9+ > ** Time and location:** at March 27, 2023 12:15-1:15 pm Seacliff room March 27, 2023 12:15-1:15 pm Hyatt Regency San Francisco Hotel Seacliff room
10+
11+ ** February 14, 2023** : ** HEDTools 0.2.0 is released.**
12+
13+ > This release includes the HED remodeling tools.
14+ > Improved local caching and schema validation messages are included.
15+ > This is the first release distinct ` stable ` , ` master ` , and ` develop ` branches.
16+
417** January 28, 2023** : ** HED SCORE Library v1.0.0 released** <br />
518
619> The HED score library schema v1.0.0 has been officially released.
Original file line number Diff line number Diff line change 11host = ' https://hedtools.ucsd.edu/hed_dev' ;
22% host = 'https://hedtools.ucsd.edu/hed';
3- % host = 'http://127.0.0.1:5000/';
3+ host = ' http://127.0.0.1:5000/' ;
44errorMap = containers .Map(' KeyType' , ' char' , ' ValueType' , ' any' );
55errorMap(' testGetServices' ) = testGetServices(host );
66errorMap(' testEventServices' ) = testEventServices(host );
You can’t perform that action at this time.
0 commit comments