Skip to content

Commit fb1c8f9

Browse files
committed
Dataset description
1 parent 34c95f0 commit fb1c8f9

File tree

3 files changed

+42
-12
lines changed

3 files changed

+42
-12
lines changed

provenance_manual/README.md

Lines changed: 31 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Provenance of manual brain segmentations
22

3-
https://www.itksnap.org/pmwiki/pmwiki.php?n=Main.HomePage
4-
53
## Goal
64

75
This example aims at showing provenance metadata for a study dataset in which several experts performed manual brain segmentations from the same T1w file.
@@ -12,7 +10,37 @@ This example aims at showing provenance metadata for a study dataset in which se
1210
> 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.
1311
1412
```
15-
13+
.
14+
├── dataset_description.json
15+
├── derivatives
16+
│ └── segmentations
17+
│ ├── dataset_description.json
18+
│ └── sub-001
19+
│ └── anat
20+
│ ├── sub-001_space-orig_desc-exp1_dseg.json
21+
│ ├── sub-001_space-orig_desc-exp1_dseg.nii.gz
22+
│ ├── sub-001_space-orig_desc-exp2_dseg.json
23+
│ ├── sub-001_space-orig_desc-exp2_dseg.nii.gz
24+
│ ├── sub-001_space-orig_desc-exp3_dseg.json
25+
│ └── sub-001_space-orig_desc-exp3_dseg.nii.gz
26+
├── docs
27+
│ └── prov.jsonld
28+
├── prov
29+
│ ├── provenance.tsv
30+
│ ├── prov-seg1_act.json
31+
│ ├── prov-seg1_soft.json
32+
│ ├── prov-seg2_act.json
33+
│ ├── prov-seg2_soft.json
34+
│ ├── prov-seg3_act.json
35+
│ └── prov-seg3_soft.json
36+
├── README.md
37+
└── sourcedata
38+
└── raw
39+
├── participants.tsv
40+
└── sub-001
41+
└── anat
42+
├── sub-001_T1w.json
43+
└── sub-001_T1w.nii.gz
1644
```
1745

1846
## Provenance as a RDF graph
Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"Name": "Outputs from fMRIPrep preprocessing of the NARPS data",
2+
"Name": "Brain segmentations from 3 experts",
33
"BIDSVersion": "1.10.0",
44
"DatasetType": "study",
55
"License": "CC0",
@@ -9,12 +9,5 @@
99
"DatasetLinks": {
1010
"raw": "sourcedata/raw/",
1111
"segmentations": "derivatives/segmentations/",
12-
"ds001734": "https://openneuro.org/datasets/ds001734/versions/1.0.5"
13-
},
14-
"SourceDatasets": [
15-
{
16-
"URL": "ds001734",
17-
"Version": "1.0.5"
18-
}
19-
]
12+
}
2013
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"Name": "T1w image for one participant",
3+
"BIDSVersion": "1.10.0",
4+
"DatasetType": "raw",
5+
"License": "CC0",
6+
"Authors": [
7+
"Boris Clénet"
8+
]
9+
}

0 commit comments

Comments
 (0)