Skip to content

Commit d368f35

Browse files
committed
[DATALAD RUNCMD] ./.recreate_hierarchy
=== Do not change lines below === { "chain": [ "648a57de32987cea0cc1a94ca9231b49e3a2d451", "0fd7fe8e6f36f986c4beb8139bbe823e2e53eff3" ], "cmd": "./.recreate_hierarchy", "exit": 0, "extra_inputs": [], "inputs": [], "outputs": [], "pwd": "proj-nipoppy" } ^^^ Do not change lines above ^^^
1 parent 2bface5 commit d368f35

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

proj-nipoppy/CHANGES

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.0.3 2024-10-28
2+
3+
- Changed to use "study" instead of "project".
4+
- Refer to https://github.com/bids-standard/bids-specification/pull/1972 .
5+
16
0.0.2 2024-10-28
27

38
- Updated to reflect addressed in bids-validator issues and

proj-nipoppy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This is an example of an entire project/study level BIDS dataset.
1+
This is an example of an entire study level BIDS dataset.
22
Built taking a hierarchy depicted on
33
https://github.com/neurodatascience/nipoppy?tab=readme-ov-file#nipoppy
44
and turning it into a valid BIDS layout.

proj-nipoppy/dataset_description.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"Name": "Example how nipoppy dataset could be presented as project-type BIDS dataset",
3-
"Description": "Demonstration for the https://github.com/bids-standard/bids-specification/pull/1861",
4-
"BIDSVersion": "1.10.0",
5-
"DatasetType": "project",
2+
"Name": "Example how nipoppy dataset could be presented as 'study'-type BIDS dataset",
3+
"Description": "Demonstration for the https://github.com/bids-standard/bids-specification/pull/1972",
4+
"BIDSVersion": "1.11.0",
5+
"DatasetType": "study",
66
"Authors": [
77
"Yaroslav O. Halchenko", "Samuel Nastase"
88
],

0 commit comments

Comments
 (0)