-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdataset_description.json
More file actions
36 lines (36 loc) · 1.17 KB
/
dataset_description.json
File metadata and controls
36 lines (36 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"Name": "EMBER Project TODO-FILL short name summarizing the study",
"BIDSVersion": "1.10.1",
"DatasetType": "study",
"Description": "TODO-FILL long(er) description, in a single long paragraph",
"License": "Apache 2.0 (subdatasets could have their own)",
"Authors": [
"First Last1",
"First Last2"
],
"Keywords": [
"neuroscience",
"behavior",
"brain"
],
"Acknowledgements": "Special thanks to ... TODO-FILL",
"HowToAcknowledge": "Please cite this paper: TODO-FILL https://bids-specification.readthedocs.io/en/stable/glossary.html#howtoacknowledge-metadata",
"Funding": [
"National Institute of TODO-FILL Grant ..."
],
"GeneratedBy": [
{
"Description": "TODO-FILL https://bids-specification.readthedocs.io/en/stable/glossary.html#objects.metadata.GeneratedBy",
"Name": "TODO-FILL"
}
],
"EthicsApprovals": [
"TODO-FILL https://bids-specification.readthedocs.io/en/stable/glossary.html#ethicsapprovals-metadata"
],
"ReferencesAndLinks": [
"https://TODO-FILL"
],
"SourceDatasets": [
{"URL": "TODO-FILL https://bids-specification.readthedocs.io/en/stable/glossary.html#sourcedatasets-metadata"}
]
}