Remi Gau
Remi Gau
https://app.circleci.com/pipelines/github/bids-standard/bids-specification/6888/workflows/e9e5d2b3-0729-427b-9843-58ad74a1442e/jobs/20505
TODO for @Remi-Gau Check that direct updates to citation.cff are kept if any of the script to update contributors are run. _Originally posted by @Remi-Gau in https://github.com/bids-standard/bids-specification/pull/1557#issuecomment-1641230056_
sort of planning to write some small utility to create Nimare dataset from nidm results I guess a good starting point would be this one: https://github.com/neurostuff/NiMARE/blob/63f0a7e19ec1e85d3e36ec7e24f0a123765df68a/examples/misc-notebooks/save_nidm_to_dset.ipynb And then make it...
Just tested it and validation passes without warning if leave an empty string (`""`) or just spaces (`" "`) for the dataset_descrtiption name . Same for `Authors`. This probably deserves...
Raised here. Could reproduce with validator 1.12.0 by modifying one of the ASL examples. From my understanding and according to the spec a single M0scan could be intended for several...
EDIT: root of problem is described here: https://github.com/bids-standard/bids-validator/issues/830#issuecomment-649869429 --- Helping a friend create a her first EEG data set. Not sure about the following problem. The 2 following options (A...
Just tested on the bids-examples by putting some SEM.json or SPIM.json in the root folder the validator complained that those are not valid files. This would prevent using the inheritance...
It seems that the validator does not throw warning when slice timing are different across runs. Modified ds114 from the bids examples as follow: - added a `ds114/sub-01/ses-test/func/sub-01_ses-test_task-fingerfootlips_bold.json` with ```json...
Tested on the bids example by removing the `TaskName` metadata in one of the json files. Opening the issue more for book keeping as this topic was mentioned in our...