Skip to content

Commit 65997d8

Browse files
authored
Merge pull request #2158 from markmikkelsen/mikkel-dev
[ENH] Add "Keywords" to `dataset_description.json`
2 parents 4411fde + f4233b9 commit 65997d8

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

src/modality-agnostic-files/dataset-description.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ and a guide for using macros can be found at
3333
"DatasetType": "RECOMMENDED",
3434
"License": "RECOMMENDED",
3535
"Authors": "RECOMMENDED if CITATION.cff is not present",
36+
"Keywords": "OPTIONAL",
3637
"Acknowledgements": "OPTIONAL",
3738
"HowToAcknowledge": "OPTIONAL",
3839
"Funding": "OPTIONAL",
@@ -67,6 +68,11 @@ Example:
6768
"Paul Broca",
6869
"Carl Wernicke"
6970
],
71+
"Keywords": [
72+
"neuroscience",
73+
"language",
74+
"brain"
75+
],
7076
"Acknowledgements": "Special thanks to Korbinian Brodmann for help in formatting this dataset in BIDS. We thank Alan Lloyd Hodgkin and Andrew Huxley for helpful comments and discussions about the experiment and manuscript; Hermann Ludwig Helmholtz for administrative support; and Claudius Galenus for providing data for the medial-to-lateral index analysis.",
7177
"HowToAcknowledge": "Please cite this paper: https://www.ncbi.nlm.nih.gov/pubmed/001012092119281",
7278
"Funding": [

src/schema/objects/metadata.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1736,6 +1736,15 @@ JNTANGChannelCount:
17361736
Number of joint angle channels.
17371737
type: integer
17381738
minimum: 0
1739+
Keywords:
1740+
name: Keywords
1741+
display_name: Keywords
1742+
description: |
1743+
A list of keywords that describe the content or subject matter of the dataset.
1744+
These may be used to enhance the findability of the dataset on public archives.
1745+
type: array
1746+
items:
1747+
type: string
17391748
LabelingDistance:
17401749
name: LabelingDistance
17411750
display_name: Labeling Distance

src/schema/rules/dataset_metadata.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ dataset_description:
1010
Authors:
1111
level: optional
1212
level_addendum: recommended if no CITATION.cff file is present
13+
Keywords: optional
1314
Acknowledgements: optional
1415
HowToAcknowledge: optional
1516
Funding: optional

0 commit comments

Comments
 (0)