Skip to content

Commit fb9173e

Browse files
authored
Fix repository HED tools URLs and add HED browser tools (#764)
1 parent 4c4549c commit fb9173e

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

data/tools/tools.yml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@
113113
url: https://hub.docker.com/r/halfpipe/halfpipe
114114

115115
- name: Hierarchical Event Descriptors (HED) Python tools
116-
repo_url: https://github.com/hed-standard/hed-Python
117-
documentation: https://www.hedtags.org/
116+
repo_url: https://github.com/hed-standard/hed-python
117+
documentation: https://www.hedtags.org/hed-python
118118
language:
119119
- Python
120120
category: data annotation
@@ -131,6 +131,18 @@
131131
category: data annotation
132132
description: Online tools for annotation, validation, summary, and assembly of event file contents and annotations.
133133

134+
- name: Hierarchical Event Descriptors (HED) browser-based tools
135+
repo_url: https://github.com/hed-standard/hed-javascript
136+
documentation: https://www.hedtags.org/hed-javascript
137+
language:
138+
- Javascript
139+
category: data annotation
140+
distribution:
141+
- name: npm
142+
url: https://www.npmjs.com/package/hed-validator
143+
description: Browser-based validation of HED in BIDS datasets (no data upload).
144+
145+
134146
- name: Lead-DBS
135147
repo_url: https://github.com/netstim/leaddbs
136148
documentation: https://www.lead-dbs.org/

0 commit comments

Comments
 (0)