Skip to content

Commit eb0f115

Browse files
committed
bidsignore
1 parent 4f32a1f commit eb0f115

File tree

2 files changed

+30
-7
lines changed

2 files changed

+30
-7
lines changed

provenance_spm/.bidsignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
sub-01/*

provenance_spm/README.md

Lines changed: 29 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
This example aims at showing provenance metadata for a functional MRI preprocessing performed with [`SPM`](https://www.fil.ion.ucl.ac.uk/spm/). Provenance metadata was created manually ; it acts as a guideline for further machine-generated provenance by `SPM`.
44

5+
> [!WARNING]
6+
> Validation of the `sub-01/` directory is ignored through a `.bidsignore` file, as the aim of the example is to focus on provenance metadata.
7+
58
## Original dataset
69

710
This is a derivative dataset, based upon `sub-01` data from OpenfMRI DS000011 classification learning and tone counting experiment (cf. https://openfmri.org/dataset/ds000011/).
@@ -12,40 +15,59 @@ The Matlab batch file `code/spm_preprocessing.m` allows to perform the preproces
1215

1316
## Directory tree
1417

15-
The directory tree is as follows. Files marked with a ✍️ were generated manually.
18+
The directory tree is as follows. Files marked with a ✍️ were generated manually, other files were generated by the preprocessing step.
19+
20+
> [!NOTE]
21+
> Note that the `docs/` directory contains explanatory data (see [Provenance as a RDF graph](#provenance-as-a-rdf-graph)) that is not required to encode provenance.
1622
1723
```
1824
.
1925
├── ✍️ code
20-
│ ├── ✍️ merge_prov.py
2126
│ └── ✍️ spm_preprocessing.m
2227
├── ✍️ dataset_description.json
28+
├── ✍️ docs
29+
│ ├── ✍️ prov-spm.jsonld
30+
│ └── ✍️ prov-spm.png
2331
├── ✍️ prov
2432
│ ├── ✍️ prov-spm_act.json
2533
│ ├── ✍️ prov-spm_ent.json
2634
│ └── ✍️ prov-spm_soft.json
27-
├── README.md
35+
├── ✍️ README.md
2836
└── sub-01
2937
├── anat
38+
│ ├── ✍️ c1sub-01_T1w.json
3039
│ ├── c1sub-01_T1w.nii
40+
│ ├── ✍️ c2sub-01_T1w.json
3141
│ ├── c2sub-01_T1w.nii
42+
│ ├── ✍️ c3sub-01_T1w.json
3243
│ ├── c3sub-01_T1w.nii
44+
│ ├── ✍️ c4sub-01_T1w.json
3345
│ ├── c4sub-01_T1w.nii
46+
│ ├── ✍️ c5sub-01_T1w.json
3447
│ ├── c5sub-01_T1w.nii
48+
│ ├── ✍️ msub-01_T1w.json
3549
│ ├── msub-01_T1w.nii
50+
│ ├── ✍️ sub-01_T1w.json
3651
│ ├── sub-01_T1w.nii
37-
│ ├── sub-01_T1w.nii.gz
52+
│ ├── ✍️ sub-01_T1w_seg8.json
3853
│ ├── sub-01_T1w_seg8.mat
54+
│ ├── ✍️ wmsub-01_T1w.json
3955
│ ├── wmsub-01_T1w.nii
56+
│ ├── ✍️ y_sub-01_T1w.json
4057
│ └── y_sub-01_T1w.nii
4158
└── func
59+
├── ✍️ meansub-01_task-tonecounting_bold.json
4260
├── meansub-01_task-tonecounting_bold.nii
61+
├── ✍️ rp_sub-01_task-tonecounting_bold.json
4362
├── rp_sub-01_task-tonecounting_bold.txt
63+
├── ✍️ rsub-01_task-tonecounting_bold.json
64+
├── rsub-01_task-tonecounting_bold.nii
4465
├── sub-01_task-tonecounting_bold.mat
4566
├── sub-01_task-tonecounting_bold.nii
46-
├── sub-01_task-tonecounting_bold.nii.gz
47-
├── swsub-01_task-tonecounting_bold.nii
48-
└── wsub-01_task-tonecounting_bold.nii
67+
├── ✍️ swrsub-01_task-tonecounting_bold.json
68+
├── swrsub-01_task-tonecounting_bold.nii
69+
├── ✍️ wrsub-01_task-tonecounting_bold.json
70+
└── wrsub-01_task-tonecounting_bold.nii
4971
```
5072

5173
## Provenance as a RDF graph

0 commit comments

Comments
 (0)