Skip to content

Commit

Permalink
Merge pull request #231 from hed-standard/develop
Browse files Browse the repository at this point in the history
Updated what's new -- creating release
  • Loading branch information
VisLab authored Feb 14, 2023
2 parents 207b2ae + e07cfae commit 87fc53e
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 6 deletions.
10 changes: 5 additions & 5 deletions datasets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.<br>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.<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/).|
Expand Down
13 changes: 13 additions & 0 deletions docs/source/WhatsNew.md
Original file line number Diff line number Diff line change
@@ -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**<br/>

> The HED score library schema v1.0.0 has been officially released.
Expand Down
2 changes: 1 addition & 1 deletion hedcode/matlab_scripts/web_services/runAllTests.m
Original file line number Diff line number Diff line change
@@ -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);
Expand Down

0 comments on commit 87fc53e

Please sign in to comment.