openfmri icon indicating copy to clipboard operation
openfmri copied to clipboard

minor inconsistencies in BIDS version specifications in datasets

Open yarikoptic opened this issue 8 years ago • 2 comments

$> grep -i BIDS */*json | f3 | sort | uniq -c 
      3 "1.0.0-rc2",
      2 "1.0.0-rc3",
     18 "1.0.0rc3",
      1 "1.0.0-rc4",
      4 "1.0.0rc4",
      1 "1.0.0rc4",

with a dash before rc or without? ;)

yarikoptic avatar Sep 04 '16 01:09 yarikoptic

consider me a member of team dash and many thanks for your intense attention to detail!

On Sep 3, 2016, at 6:08 PM, Yaroslav Halchenko [email protected] wrote:

$> grep -i BIDS _/_json | f3 | sort | uniq -c 3 "1.0.0-rc2", 2 "1.0.0-rc3", 18 "1.0.0rc3", 1 "1.0.0-rc4", 4 "1.0.0rc4", 1 "1.0.0rc4", with a dash before rc or without? ;)

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/poldrack/openfmri/issues/7, or mute the thread https://github.com/notifications/unsubscribe-auth/AA1KkHr_TRHgNKkRnOf6pb553hQjUdLBks5qmhoUgaJpZM4J0bn-.

— Russell A. Poldrack Albert Ray Lang Professor of Psychology Bldg. 420, Jordan Hall Stanford University Stanford, CA 94305

[email protected] http://www.poldracklab.org/

poldrack avatar Sep 04 '16 04:09 poldrack

and here is a new one: (note the space)

ds000208/dataset_description.json:  "BIDSVersion": "1.0.0 ",

yarikoptic avatar Sep 23 '16 03:09 yarikoptic