You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: provenance_spm/README.md
+29-7Lines changed: 29 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,9 @@
2
2
3
3
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`.
4
4
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
+
5
8
## Original dataset
6
9
7
10
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
12
15
13
16
## Directory tree
14
17
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.
0 commit comments