-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ENH] add several tools #355
Conversation
Remi-Gau
commented
Nov 27, 2023
- bids stat model validator
- HED tools
- neurobagel tools
- file mapper
✅ Deploy Preview for astounding-beignet-8ca2d6 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@VisLab: I tried to a one line to describe "HED tools", it may be worth splitting into several entries for HED if you feel like (also what tools are available as python, js, matlab 'libraries'?) |
@surchs adding some neurobagel things as well: mostly what I consider to be the main entry points for many users: query and annotation. |
_data/tools.yml
Outdated
url: https://pypi.org/project/bsmschema/ | ||
description: Validate BIDS statistical model. To learn more the [BIDS stats model website](https://bids-standard.github.io/stats-models/index.html) | ||
|
||
- name: Hierarchical event descriptors annotation tools |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for asking. Would prefer at least two entries (one for the HED Online Tools and one for the HED Python Tools):
-
name: Hierarchical Event Descriptors (HED) online tools
url: https://hedtools.org/hed
description: Online tools for annotation, validation, summary, and assembly of event file contents and annotations.
documentation: https://www.hed-resources.org
language: website -
name: Hierarchical Event Descriptor (HED) python tools
url: https://github.com/hed-standard/hed-python
description: HED libraries supporting schema development as well as annotation, validation, and analysis.
documentation: https://www.hed-resources.org
language: python
distribution:- name: pypi
url: https://pypi.org/project/hedtools/
- name: pypi
I don't know whether we should also list hed-javascript which is the npm JavaScript library used for validation by BIDS? Also we have CTAGGER and the EEGLAB tools for HED. @dungscout96
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK will split that in 2 then
@VisLab I will merge this and we can always add more HED tools later. |