Skip to content

Commit ee1fed7

Browse files
authored
Merge branch 'bep038' into add-atlas-examples-peer
2 parents cbf6888 + 923e5bf commit ee1fed7

File tree

57 files changed

+287
-511
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+287
-511
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,7 @@ updates:
66
directory: "/"
77
schedule:
88
interval: "weekly"
9+
groups:
10+
actions-infrastructure:
11+
patterns:
12+
- "actions/*"

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- name: Checkout 🛎️
1919
uses: actions/checkout@v5
20-
- uses: actions/setup-python@v5
20+
- uses: actions/setup-python@v6
2121
with:
2222
python-version: "3.11"
2323
- name: Install and Build 🔧

.github/workflows/validate_datasets.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
branches: [master, main, 'bep*']
99
schedule:
1010
- cron: "0 4 * * 1"
11+
workflow_dispatch:
1112

1213
concurrency:
1314
group: ${{ github.ref }}
@@ -36,7 +37,7 @@ jobs:
3637

3738
- name: Set up Node.js
3839
if: matrix.bids-validator == 'legacy'
39-
uses: actions/setup-node@v4
40+
uses: actions/setup-node@v6
4041
with:
4142
node-version: 22
4243

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -324,13 +324,14 @@ TABLE BELOW IS GENERATED AUTOMATICALLY.
324324
DO NOT EDIT DIRECTLY.
325325
-->
326326

327-
| name | description | datatypes | suffixes | link to full data | maintained by |
328-
|:----------------------------------------------------------------------------|:----------------|:------------|:-----------------|:-------------------------------------------------|:---------------------------------------------|
329-
| [pet001](https://github.com/bids-standard/bids-examples/tree/master/pet001) | T1w, PET, blood | anat, pet | T1w, blood, pet | n/a | [@mnoergaard](https://github.com/mnoergaard) |
330-
| [pet002](https://github.com/bids-standard/bids-examples/tree/master/pet002) | T1w, PET | anat, pet | T1w, pet | [link](https://openneuro.org/datasets/ds001420/) | [@mnoergaard](https://github.com/mnoergaard) |
331-
| [pet003](https://github.com/bids-standard/bids-examples/tree/master/pet003) | T1w, PET, blood | anat, pet | T1w, blood, pet | n/a | [@mnoergaard](https://github.com/mnoergaard) |
332-
| [pet004](https://github.com/bids-standard/bids-examples/tree/master/pet004) | PET, blood | pet | blood, pet | n/a | [@mnoergaard](https://github.com/mnoergaard) |
333-
| [pet005](https://github.com/bids-standard/bids-examples/tree/master/pet005) | T1w, PET | anat, pet | T1w, events, pet | n/a | [@mnoergaard](https://github.com/mnoergaard) |
327+
| name | description | datatypes | suffixes | link to full data | maintained by |
328+
|:----------------------------------------------------------------------------|:----------------|:------------|:-----------------|:-------------------------------------------------|:-------------------------------------------------|
329+
| [pet001](https://github.com/bids-standard/bids-examples/tree/master/pet001) | T1w, PET, blood | anat, pet | T1w, blood, pet | n/a | [@mnoergaard](https://github.com/mnoergaard) |
330+
| [pet002](https://github.com/bids-standard/bids-examples/tree/master/pet002) | T1w, PET | anat, pet | T1w, pet | [link](https://openneuro.org/datasets/ds001420/) | [@mnoergaard](https://github.com/mnoergaard) |
331+
| [pet003](https://github.com/bids-standard/bids-examples/tree/master/pet003) | T1w, PET, blood | anat, pet | T1w, blood, pet | n/a | [@mnoergaard](https://github.com/mnoergaard) |
332+
| [pet004](https://github.com/bids-standard/bids-examples/tree/master/pet004) | PET, blood | pet | blood, pet | n/a | [@mnoergaard](https://github.com/mnoergaard) |
333+
| [pet005](https://github.com/bids-standard/bids-examples/tree/master/pet005) | T1w, PET | anat, pet | T1w, events, pet | n/a | [@mnoergaard](https://github.com/mnoergaard) |
334+
| [pet006](https://github.com/bids-standard/bids-examples/tree/master/pet006) | PET | pet | pet | n/a | [@bendhouseart](https://github.com/bendhouseart) |
334335

335336
### qMRI
336337

0 commit comments

Comments
 (0)