@@ -7,10 +7,10 @@ mkdir -p {code,derivatives{,/fmriprep-{20.2.7,23.1.3},/mriqc-23.1.0,/neurobagel-
77
88cat > | dataset_description.json << EOF
99{
10- "Name": "Example how nipoppy dataset could be presented as project -type BIDS dataset",
11- "Description": "Demonstration for the https://github.com/bids-standard/bids-specification/pull/1861 ",
12- "BIDSVersion": "1.10 .0",
13- "DatasetType": "project ",
10+ "Name": "Example how nipoppy dataset could be presented as 'study' -type BIDS dataset",
11+ "Description": "Demonstration for the https://github.com/bids-standard/bids-specification/pull/1972 ",
12+ "BIDSVersion": "1.11 .0",
13+ "DatasetType": "study ",
1414 "Authors": [
1515 "Yaroslav O. Halchenko", "Samuel Nastase"
1616 ],
@@ -25,6 +25,11 @@ cat >| dataset_description.json <<EOF
2525EOF
2626
2727cat > | CHANGES << EOF
28+ 0.0.3 2024-10-28
29+
30+ - Changed to use "study" instead of "project".
31+ - Refer to https://github.com/bids-standard/bids-specification/pull/1972 .
32+
28330.0.2 2024-10-28
2934
3035 - Updated to reflect addressed in bids-validator issues and
@@ -38,7 +43,7 @@ cat >| CHANGES << EOF
3843EOF
3944
4045cat > | README.md << EOF
41- This is an example of an entire project/ study level BIDS dataset.
46+ This is an example of an entire study level BIDS dataset.
4247Built taking a hierarchy depicted on
4348https://github.com/neurodatascience/nipoppy?tab=readme-ov-file#nipoppy
4449and turning it into a valid BIDS layout.
0 commit comments