Kay Robbins
Kay Robbins
This is a preliminary request for change in the BIDS specification to accommodate HED libraries. The first official HED library schema (SCORE library for clinical neurological annotation) is close to...
This PR implements the bids-validator side of HED library support and is related to: - [bids-specification PR#1106](https://github.com/bids-standard/bids-specification/pull/1106) which incorporates HED library support into the BIDS specification. - [hed-javascript PR#75](https://github.com/hed-standard/hed-javascript/pull/75) which...
Most of the examples in the specification give relative file paths that are lower case. I was wondering what the case requirements were for matching files for inheritance? Is there...
I would like to open a discussion about bids-validator versioning and its impact on data providers/data analysts, particularly with respect to OpenNeuro. (This may not be the correct forum, but...
I would like to suggest that a warning be raised if there are no References and Links in the dataset_description. It is easy to forget to include in the relief...
Could a checkbox be added to add the option to ignore issue 99 which is the empty raw file ignore. This would allow users to try validating the examples using...
**Chapter 2 of the documentation in the user's guide has some issues.** **Section 2.1 Loading BIDS datasets** from bids.tests import get_test_data_path should be: from **bids.tests.utils** import get_test_data_path **Section 2.3 Extracting...
Is there some place in the BIDS specification that states what directories under the data set root are valid? I know that the following are okay: `derivatives`, `stimuli`, `code`, `sourcedata`.......
It seems that EEGLAB uses this on the main menu. Something to do for next release
Some datasets on OpenNeuro do not have their events ordered in ascending order by the `onset` time. I couldn't find anything in the spec about this.... but I think downstream...