File tree Expand file tree Collapse file tree 2 files changed +17
-8
lines changed Expand file tree Collapse file tree 2 files changed +17
-8
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ and a guide for using macros can be found at
34
34
"DatasetLinks": "REQUIRED if [ BIDS URIs] [ ] are used",
35
35
"DatasetType": "RECOMMENDED",
36
36
"License": "RECOMMENDED",
37
- "Authors": "RECOMMENDED",
37
+ "Authors": "RECOMMENDED if CITATION.cff is not present ",
38
38
"Acknowledgements": "OPTIONAL",
39
39
"HowToAcknowledge": "OPTIONAL",
40
40
"Funding": "OPTIONAL",
Original file line number Diff line number Diff line change @@ -8,13 +8,8 @@ dataset_description:
8
8
DatasetType : recommended
9
9
License : recommended
10
10
Authors :
11
- level : recommended
12
- issue :
13
- code : NO_AUTHORS
14
- message : |
15
- The Authors field of dataset_description.json should contain an array of fields -
16
- with one author per field. This was triggered because there are no authors, which
17
- will make DOI registration from dataset metadata impossible.
11
+ level : optional
12
+ level_addendum : recommended if no CITATION.cff file is present
18
13
Acknowledgements : optional
19
14
HowToAcknowledge : optional
20
15
Funding : optional
@@ -24,6 +19,20 @@ dataset_description:
24
19
GeneratedBy : recommended
25
20
SourceDatasets : recommended
26
21
22
+ dataset_authors :
23
+ selectors :
24
+ - path == "/dataset_description.json"
25
+ - ' !exists("CITATION.cff", "dataset")'
26
+ fields :
27
+ Authors :
28
+ level : recommended
29
+ issue :
30
+ code : NO_AUTHORS
31
+ message : |
32
+ The Authors field of dataset_description.json should contain an array of fields -
33
+ with one author per field. This was triggered because there are no authors, which
34
+ will make DOI registration from dataset metadata impossible.
35
+
27
36
derivative_description :
28
37
selectors :
29
38
- path == "/dataset_description.json"
You can’t perform that action at this time.
0 commit comments