Miscellaneous¶
dataset¶
-
class
dataset a class to represent the metadata for this project dataset as a whole, including a license information based on a
licenseobject.a typical
datasetwould look something like below:example dataset object¶{ "name": "HumanForagingBehavior_PostdocRoom", "description": "Tracking data of human subjects performing a foraging task inside a post-doc room", "keywords": ["foraging behavior", "human", "scientists"], "license": { "name": "CC0", "uri": "http://creativecommons.org/publicdomain/zero/1.0", "year": "2019", "authors": { "$ref": "/people" } }, "references": [ { "reference_type": "is-supplement-to", "name": "Sehara K, Colomb J, Larkum ME (2019) Dendritic mechanisms underlying foraging behavior of human subjects.", "uri": "doi:10.1101/000000" } ] }
-
name¶ a required
stringproperty representing the identifiable name of this dataset as a whole.
-
description¶ a required
stringproperty representing the description of this dataset as a whole.
-
keywords¶ an optional array of
stringobjects representing the free keywords for this dataset.
-
references¶ a required array of
citationobjects referring to the articles related to this dataset.
-
credit¶
-
class
credit a
stringrole of acontributor, specified in terms of contributor roles (as it is defined in the CRediT taxonomy).It must be one of the followings:
- conceptualization
- project-administration
- supervision
- funding-acquisition
- investigation
- methodology
- software
- formal-analysis
- visualization
- writing-original-draft
- writing-review-editing
- data-curation