Skip to content

Commit 5711739

Browse files
bclenetjulia-pfarr
andauthored
[ENH][BEP028] Website update for BEP028 BIDS-Prov (#733)
Co-authored-by: Julia-Katharina Pfarr <[email protected]>
1 parent 7f2fbe7 commit 5711739

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

docs/getting_started/folders_and_files/derivatives.md

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -16,28 +16,15 @@ As with BIDS datasets, all conformant derivative datasets contain a `dataset_des
1616

1717
New fields include `DatasetType`, which distinguishes `"derivative"` datasets from `"raw"`:
1818

19-
- `GeneratedBy`, a list of processes that generated the data
19+
- `GeneratedBy`, identifies the activity (one or more) responsible for the creation of the dataset.
2020
- `SourceDatasets`, a list of datasets used to generate the derivative.
2121

2222
```json
2323
{
2424
"Name": "FMRIPREP Outputs",
2525
"BIDSVersion": "1.4.0",
2626
"DatasetType": "derivative",
27-
"GeneratedBy": [
28-
{
29-
"Name": "fmriprep",
30-
"Version": "1.4.1",
31-
"Container": {
32-
"Type": "docker",
33-
"Tag": "poldracklab/fmriprep:1.4.1"
34-
}
35-
},
36-
{
37-
"Name": "Manual",
38-
"Description": "Re-added RepetitionTime metadata to bold.json files"
39-
}
40-
],
27+
"GeneratedBy": "bids::prov#preprocessing-xMpFqB5q",
4128
"SourceDatasets": [
4229
{
4330
"DOI": "10.18112/openneuro.ds000114.v1.0.1",

0 commit comments

Comments
 (0)