File tree Expand file tree Collapse file tree 3 files changed +20
-4
lines changed Expand file tree Collapse file tree 3 files changed +20
-4
lines changed Original file line number Diff line number Diff line change @@ -13,15 +13,23 @@ cat >| dataset_description.json <<EOF
1313 "DatasetType": "project",
1414 "Authors": [
1515 "Yaroslav O. Halchenko", "Samuel Nastase"
16- ]
16+ ],
17+ "GeneratedBy": [
18+ {
19+ "Name": "Script to produce this dataset",
20+ "CodeURL": "file://./recreate-hierarchy"
21+ }
22+ ],
23+ "License": "PDDL"
1724}
1825EOF
1926
2027cat > | CHANGES << EOF
21280.0.2 2024-10-28
2229
2330 - Updated to reflect addressed in bids-validator issues and
24- to merge "master" branch of the bids-examples project
31+ to merge "master" branch of the bids-examples project.
32+ Added GeneratedBy and License.
2533
26340.0.1 2024-06-20
2735
Original file line number Diff line number Diff line change 110.0.2 2024-10-28
22
33 - Updated to reflect addressed in bids-validator issues and
4- to merge "master" branch of the bids-examples project
4+ to merge "master" branch of the bids-examples project.
5+ Added GeneratedBy and License.
56
670.0.1 2024-06-20
78
Original file line number Diff line number Diff line change 55 "DatasetType" : " project" ,
66 "Authors" : [
77 " Yaroslav O. Halchenko" , " Samuel Nastase"
8- ]
8+ ],
9+ "GeneratedBy" : [
10+ {
11+ "Name" : " Script to produce this dataset" ,
12+ "CodeURL" : " file://./recreate-hierarchy"
13+ }
14+ ],
15+ "License" : " PDDL"
916}
You can’t perform that action at this time.
0 commit comments