Ross Blair

Results 107 comments of Ross Blair

Technically does not matter. Main expectation is that subject and session will always be first and derivative entities tend towards the end. Might be nice to have concrete rules that...

@ejolly Taking a look into it now, will let you know what I find out.

Found three issues. The css for the table library was missing. The metadata field in the database not having migrated from the hstore type to jsonb type. The javascript that...

pynv may need to cut a new release to handle changes to api authentication.

request POST dictionaries are not mutable: https://github.com/NeuroVault/NeuroVault/blob/7a61f13601ce069bed52360060774e3705abedf9/neurovault/apps/statmaps/utils.py#L371 I'll see about getting a fix deployed this week.

I'm leaning towards the something in the dataset_description.json not playing well with the markdown to jsx library: https://github.com/quantizor/markdown-to-jsx/issues/496 https://github.com/quantizor/markdown-to-jsx/issues/473

Re that second link, ds004504 README has a lot of consecutive spaces in it.

Found the problem. The quick test looks at all files and sees if at least one of them will pass the isCorrectModality test: https://github.com/bids-standard/bids-validator/blob/master/bids-validator/utils/modalities.js#L43 This really only looks at .nii*,...

#557 is loosely related, if we had path regex we'd probably use it here.

Discussing this with a few maintainers we settled on allowing json arrays whose only values are strings as an acceptable solution. The json specification allows json documents to start with...