diff --git a/datasets/README.md b/datasets/README.md index dee7122..a2f32d0 100644 --- a/datasets/README.md +++ b/datasets/README.md @@ -23,11 +23,11 @@ The suffix modifier indicates what this dataset is designed to test. | Dataset | Description | | ----------------- | ------------| | eeg_ds002893s_hed_attention_shift | Auditory-visual attention shift data.
Illustrates remapping of multiple event columns. | -| eeg_ds003645s_hed | Wakeman-Henson data using short form tags and definitions. | -| eeg_ds003645s_hed_column | Wakeman-Henson data with tags in events.tsv HED column. | -| eeg_ds003645s_hed_inheritance | Wakeman-Henson data with multiple sidecars. | -| eeg_ds003645s_hed_library | Wakeman-Henson data using HED libraries. | -| eeg_ds003645s_hed_longform | Wakeman-Henson data using long form tags and definitions. | +| eeg_ds003645s_hed | Face Perception data using short form tags and definitions. | +| eeg_ds003645s_hed_column | Face Perception data with tags in events.tsv HED column. | +| eeg_ds003645s_hed_inheritance | Face Perception data with multiple sidecars. | +| eeg_ds003645s_hed_library | Face Perception data using HED libraries. | +| eeg_ds003645s_hed_longform | Face Perception data using long form tags and definitions. | | eeg_ds004105s_hed | BCIT Driving with auditory cueing data.
Part of a test data corpus for BIDS-MEGA testing. | | eeg_ds004106s_hed | BCIT Advanced guard duty data.
Part of a test data corpus for BIDS-MEGA testing. | | eeg_ds004117s_hed_sternberg | Sternberg working memory task.
Chosen as a replication study for [**EEGManyLabs**](https://osf.io/yb3pq/).| diff --git a/docs/source/WhatsNew.md b/docs/source/WhatsNew.md index 20dc5b0..30bbe49 100644 --- a/docs/source/WhatsNew.md +++ b/docs/source/WhatsNew.md @@ -1,6 +1,19 @@ (whats-new-anchor)= # What's new? +**Upcoming March 27, 2023**: **HED Workshop at CNS 2023** + +> **Workshop**: +> **Title:** *Recording What Happened during your experiment using Hierarchical Event Descriptors (HED)* +> Led by [**Scott Makeig**](https://sccn.ucsd.edu/~scott/) UCSD and assisted by members of the HED Working Group. +> **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 + +**February 14, 2023**: **HEDTools 0.2.0 is released.** + +> This release includes the HED remodeling tools. +> Improved local caching and schema validation messages are included. +> This is the first release distinct `stable`, `master`, and `develop` branches. + **January 28, 2023**: **HED SCORE Library v1.0.0 released**
> The HED score library schema v1.0.0 has been officially released. diff --git a/hedcode/matlab_scripts/web_services/runAllTests.m b/hedcode/matlab_scripts/web_services/runAllTests.m index a9fb636..c50499a 100644 --- a/hedcode/matlab_scripts/web_services/runAllTests.m +++ b/hedcode/matlab_scripts/web_services/runAllTests.m @@ -1,6 +1,6 @@ host = 'https://hedtools.ucsd.edu/hed_dev'; %host = 'https://hedtools.ucsd.edu/hed'; -%host = 'http://127.0.0.1:5000/'; +host = 'http://127.0.0.1:5000/'; errorMap = containers.Map('KeyType', 'char', 'ValueType', 'any'); errorMap('testGetServices') = testGetServices(host); errorMap('testEventServices') = testEventServices(host);