Skip to content

Commit 87fc53e

Browse files
authored
Merge pull request #231 from hed-standard/develop
Updated what's new -- creating release
2 parents 207b2ae + e07cfae commit 87fc53e

File tree

3 files changed

+19
-6
lines changed

3 files changed

+19
-6
lines changed

datasets/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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/).|

docs/source/WhatsNew.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
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.

hedcode/matlab_scripts/web_services/runAllTests.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
host = '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/';
44
errorMap = containers.Map('KeyType', 'char', 'ValueType', 'any');
55
errorMap('testGetServices') = testGetServices(host);
66
errorMap('testEventServices') = testEventServices(host);

0 commit comments

Comments
 (0)