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: examples/dcm2niix/README.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,18 +39,19 @@ as follows:
39
39
40
40
## New features for BIDS / BIDS Prov
41
41
42
-
We introduce the following BIDS suffixes that are currently not existing:
43
-
*`soft`: the file describes BIDS Prov `Software` for the provenance traces
44
-
*`env`: the file describes BIDS Prov `Environments` for the provenance traces
45
-
*`base`: the file describes common BIDS Prov parameters for the provenance traces (version and context for BIDS Prov)
46
-
47
42
We introduce the following BIDS entity that is currently not existing:
48
43
*`prov`
49
44
* Full name: Provenance traces
50
45
* Format: `prov-<label>`
51
46
* Definition: A grouping of provenance traces. Defining multiple provenance traces groups is appropriate when several processings have been performed on data.
52
47
53
-
We use the `GeneratedBy` field of JSON sidecars to describe `Activities` that created the file the sidecars refers to.
48
+
We introduce the following BIDS suffixes that are currently not existing:
49
+
*`act`: the file describes BIDS Prov `Activities` for the group of provenance traces
50
+
*`soft`: the file describes BIDS Prov `Software` for the group of provenance traces
51
+
*`env`: the file describes BIDS Prov `Environments` for the group of provenance traces
52
+
*`base`: the file describes common BIDS Prov parameters for the group of provenance traces (version and context for BIDS Prov)
53
+
54
+
We use the `GeneratedBy` field of JSON sidecars to link to `Activities` that created the file the sidecars refers to.
54
55
55
56
## Merging JSON in a JSON-LD file and plotting graph
0 commit comments