File tree Expand file tree Collapse file tree 4 files changed +30
-6
lines changed Expand file tree Collapse file tree 4 files changed +30
-6
lines changed Original file line number Diff line number Diff line change @@ -143,8 +143,18 @@ Example:
143
143
144
144
### ` README `
145
145
146
- Every BIDS dataset SHOULD come with a free form text file (` README ` ) describing the dataset in more detail.
147
- The ` README ` file MUST be either in ASCII or UTF-8 encoding.
146
+ A REQUIRED text file, ` README ` , SHOULD describe the dataset in more detail.
147
+ The ` README ` file MUST be either in ASCII or UTF-8 encoding and MAY have one of the extensions:
148
+ ` .md ` ([ Markdown] ( https://www.markdownguide.org/ ) ),
149
+ ` .rst ` ([ reStructuredText] ( https://docutils.sourceforge.io/rst.html ) ),
150
+ or ` .txt ` .
151
+ A BIDS dataset MUST NOT contain more than one ` README ` file (with or without extension)
152
+ at its root directory.
153
+ BIDS does not make any recommendations with regards to the
154
+ [ Markdown flavor] ( https://www.markdownguide.org/extended-syntax/#lightweight-markup-languages )
155
+ and does not validate the syntax of Markdown and reStructuredText.
156
+ The ` README ` file SHOULD be structured such that its contents can be easily understood
157
+ even if the used format is not rendered.
148
158
A guideline for creating a good ` README ` file can be found in the
149
159
[ bids-starter-kit] ( https://github.com/bids-standard/bids-starter-kit/blob/master/templates/README ) .
150
160
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ This section compiles the object definitions in the schema.
4
4
5
5
<!--
6
6
This section is autogenerated based on the src/schema. DO NOT EDIT DIRECTLY.
7
- Follow https://github.com/bids-standard/bids-specification/blob/master/CONTRIBUTING.md#updating- the-schema
7
+ Follow https://github.com/bids-standard/bids-specification/blob/master/CONTRIBUTING.md#making-a-change-to- the-BIDS -schema
8
8
-->
9
9
{{ MACROS__ _ make_glossary() }}
Original file line number Diff line number Diff line change @@ -21,9 +21,20 @@ LICENSE:
21
21
README :
22
22
name : README
23
23
description : |
24
- In addition a free form text file (`README`) describing the dataset in more details SHOULD be
25
- provided.
26
- The `README` file MUST be either in ASCII or UTF-8 encoding.
24
+ A REQUIRED text file, `README`, SHOULD describe the dataset in more detail.
25
+ The `README` file MUST be either in ASCII or UTF-8 encoding and MAY have one of the extensions:
26
+ `.md` ([Markdown](https://www.markdownguide.org/)),
27
+ `.rst` ([reStructuredText](https://docutils.sourceforge.io/rst.html)),
28
+ or `.txt`.
29
+ A BIDS dataset MUST NOT contain more than one `README` file (with or without extension)
30
+ at its root directory.
31
+ BIDS does not make any recommendations with regards to the
32
+ [Markdown flavor](https://www.markdownguide.org/extended-syntax/#lightweight-markup-languages)
33
+ and does not validate the syntax of Markdown and reStructuredText.
34
+ The `README` file SHOULD be structured such that its contents can be easily understood
35
+ even if the used format is not rendered.
36
+ A guideline for creating a good `README` file can be found in the
37
+ [bids-starter-kit](https://github.com/bids-standard/bids-starter-kit/blob/master/templates/README).
27
38
dataset_description :
28
39
name : Dataset Description
29
40
description : |
Original file line number Diff line number Diff line change 3
3
required : true
4
4
extensions :
5
5
- None
6
+ - .md
7
+ - .rst
8
+ - .txt
6
9
CHANGES :
7
10
required : true
8
11
extensions :
You can’t perform that action at this time.
0 commit comments