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
| BIDSVersion | REQUIRED. The version of the BIDS standard that was used.|
21
-
| HEDVersion | RECOMMENDED if HED tags are used. The version of the HED schema used to validate HED tags for study.|
22
-
| DatasetType | RECOMMENDED. The interpretation of the dataset. MUST be one of `"raw"` or `"derivative"`. For backwards compatibility, the default value is `"raw"`. |
23
-
| License | RECOMMENDED. The license for the dataset. The use of license name abbreviations is RECOMMENDED for specifying a license (see [Appendix II](./99-appendices/02-licenses.md)). The corresponding full license text MAY be specified in an additional `LICENSE` file. |
24
-
| Authors | OPTIONAL. List of individuals who contributed to the creation/curation of the dataset.|
25
-
| Acknowledgements | OPTIONAL. Text acknowledging contributions of individuals or institutions beyond those listed in Authors or Funding.|
26
-
| HowToAcknowledge | OPTIONAL. Text containing instructions on how researchers using this dataset should acknowledge the original authors. This field can also be used to define a publication that should be cited in publications that use the dataset.|
27
-
| Funding | OPTIONAL. List of sources of funding (grant numbers).|
28
-
| EthicsApprovals | OPTIONAL. List of ethics committee approvals of the research protocols and/or protocol identifiers.|
29
-
| ReferencesAndLinks | OPTIONAL. List of references to publication that contain information on the dataset, or links.|
30
-
| DatasetDOI | OPTIONAL. The Document Object Identifier of the dataset (not the corresponding paper).|
| Name | REQUIRED|[string][]|Name of the dataset. |
20
+
| BIDSVersion | REQUIRED|[string][]|The version of the BIDS standard that was used. |
21
+
| HEDVersion | RECOMMENDED |[string][]| If HED tags are used: The version of the HED schema used to validate HED tags for study. |
22
+
| DatasetType | RECOMMENDED|[string][]| The interpretation of the dataset. MUST be one of `"raw"` or `"derivative"`. For backwards compatibility, the default value is `"raw"`. |
23
+
| License | RECOMMENDED|[string][]| The license for the dataset. The use of license name abbreviations is RECOMMENDED for specifying a license (see [Appendix II](./99-appendices/02-licenses.md)). The corresponding full license text MAY be specified in an additional `LICENSE` file. |
24
+
| Authors | OPTIONAL|[array][] of [strings][]|List of individuals who contributed to the creation/curation of the dataset. |
25
+
| Acknowledgements | OPTIONAL|[string][]|Text acknowledging contributions of individuals or institutions beyond those listed in Authors or Funding. |
26
+
| HowToAcknowledge | OPTIONAL|[string][]|Text containing instructions on how researchers using this dataset should acknowledge the original authors. This field can also be used to define a publication that should be cited in publications that use the dataset. |
27
+
| Funding | OPTIONAL|[array][] of [strings][]|List of sources of funding (grant numbers). |
28
+
| EthicsApprovals | OPTIONAL|[array][] of [strings][]|List of ethics committee approvals of the research protocols and/or protocol identifiers. |
29
+
| ReferencesAndLinks | OPTIONAL|[array][] of [strings][]|List of references to publication that contain information on the dataset, or links. |
30
+
| DatasetDOI | OPTIONAL|[string][]|The Document Object Identifier of the dataset (not the corresponding paper). |
31
31
32
32
Example:
33
33
@@ -69,21 +69,21 @@ In addition to the keys for raw BIDS datasets,
69
69
derived BIDS datasets include the following REQUIRED and RECOMMENDED
| GeneratedBy | REQUIRED. List of [objects][] with at least one element.|
75
-
| SourceDatasets | RECOMMENDED. A list of [objects][]specifying the locations and relevant attributes of all source datasets. Valid fields in each object include `URL`, `DOI`, and `Version`. |
| GeneratedBy | REQUIRED|[array][] of [objects][]| Used to specify provenance of the derived dataset. See table below for contents of each object.|
75
+
| SourceDatasets | RECOMMENDED|[array][]of [objects][]| Used to specify the locations and relevant attributes of all source datasets. Valid keys in each object include `URL`, `DOI`, and `Version` with [string][] values. |
76
76
77
77
Each object in the `GeneratedBy` list includes the following REQUIRED, RECOMMENDED
| Name | REQUIRED. Name of the pipeline or process that generated the outputs. Use `"Manual"` to indicate the derivatives were generated by hand, or adjusted manually after an initial run of an automated pipeline. |
83
-
| Version | RECOMMENDED. Version of the pipeline. |
84
-
| Description | OPTIONAL. Plain-text description of the pipeline or process that generated the outputs. RECOMMENDED if `Name` is `"Manual"`. |
85
-
| CodeURL | OPTIONAL. URL where the code used to generate the derivatives may be found. |
86
-
| Container | OPTIONAL. [Object][]specifying the location and relevant attributes of software container image used to produce the derivative. Valid fields in this object include `Type`, `Tag` and `URI`. |
| Name | REQUIRED|[string][]| Name of the pipeline or process that generated the outputs. Use `"Manual"` to indicate the derivatives were generated by hand, or adjusted manually after an initial run of an automated pipeline. |
83
+
| Version | RECOMMENDED|[string][]|Version of the pipeline.|
84
+
| Description | OPTIONAL|[string][]| Plain-text description of the pipeline or process that generated the outputs. RECOMMENDED if `Name` is `"Manual"`. |
85
+
| CodeURL | OPTIONAL|[string][]| URL where the code used to generate the derivatives may be found. |
86
+
| Container | OPTIONAL|[object][]| Used to specify the location and relevant attributes of software container image used to produce the derivative. Valid keys in this object include `Type`, `Tag` and `URI` with [string][] values.|
87
87
88
88
Example:
89
89
@@ -381,3 +381,6 @@ code organization of these scripts at the moment.
0 commit comments