Skip to content

Commit 2bface5

Browse files
committed
Tune up for the nipoppy demo script
1 parent 6e270fc commit 2bface5

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

proj-nipoppy/.recreate_hierarchy

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ mkdir -p {code,derivatives{,/fmriprep-{20.2.7,23.1.3},/mriqc-23.1.0,/neurobagel-
77

88
cat >| 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
2525
EOF
2626

2727
cat >| 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+
2833
0.0.2 2024-10-28
2934
3035
- Updated to reflect addressed in bids-validator issues and
@@ -38,7 +43,7 @@ cat >| CHANGES << EOF
3843
EOF
3944

4045
cat >| 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.
4247
Built taking a hierarchy depicted on
4348
https://github.com/neurodatascience/nipoppy?tab=readme-ov-file#nipoppy
4449
and turning it into a valid BIDS layout.

0 commit comments

Comments
 (0)