File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed
Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 3232 with :
3333 fetch-depth : 0
3434 filter : " blob:none"
35- - uses : actions/setup-python@v5
35+ - uses : actions/setup-python@v6
3636 with :
3737 python-version : 3
3838 - run : env
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ jobs:
134134 - uses : actions/checkout@v5
135135
136136 - name : Set Up Python environment
137- uses : actions/setup-python@v5
137+ uses : actions/setup-python@v6
138138 with :
139139 python-version : " 3.11"
140140
Original file line number Diff line number Diff line change 2424 runs-on : ubuntu-latest
2525 steps :
2626 - uses : actions/checkout@v5
27- - uses : actions/setup-node@v4
27+ - uses : actions/setup-node@v5
2828 with :
2929 node-version : 22
3030 - name : Install dependencies
Original file line number Diff line number Diff line change 912912 name : DOI
913913 display_name : DOI
914914 description : |
915- Used to specify the locations of all source datasets .
915+ A Digital Object Identifier (DOI) is a persistent, resolvable name for a digital resource .
916916 (see [URI](SPEC_ROOT/common-principles.md#uniform-resource-indicator))
917917 type : string
918918DoseCalibrationFactor :
@@ -3554,7 +3554,7 @@ SourceDatasets:
35543554 name : SourceDatasets
35553555 display_name : Source Datasets
35563556 description : |
3557- Used to specify the locations and relevant attributes of all source datasets.
3557+ Used to specify the locations and relevant attributes of all source datasets (BIDS or not) .
35583558 Valid keys in each object include `"URL"`, `"DOI"` (see
35593559 [URI](SPEC_ROOT/common-principles.md#uniform-resource-indicator)), and
35603560 `"Version"` with
@@ -3996,7 +3996,8 @@ URL:
39963996 name : URL
39973997 display_name : URL
39983998 description : |
3999- Used to specify the locations of all source datasets.
3999+ A Uniform Resource Locator (URL) is a structured reference to an object that
4000+ includes a resource transfer scheme and a location.
40004001 (see [URI](SPEC_ROOT/common-principles.md#uniform-resource-indicator))
40014002 type : string
40024003 format : uri
You can’t perform that action at this time.
0 commit comments