Home
asset
Activities
Home
NeuroJSON.io
Login
Edit this page
View other revisions
Discuss
BIDS-compatible
dataset_description.json
editor with fNIRS extension
Copy JSON to clipboard
To suggest changes to the form, please submit updated JSON schema using
this repository
Running query ...
dataset_description
content
Update Form
Sharable link to this content
{ "Name": "", "License": "PDDL" }
Validation
This will update whenever the form changes to show validation errors if any.
Schema
Update Form
{ "title": "dataset_description editor", "type": "object", "required": [ "Name", "License" ], "properties": { "Name": { "title": "Dataset name", "type": "string", "options": { "inputAttributes": { "placeholder": "Give your dataset a descriptive name" } } }, "BIDSVersion": { "title": "BIDS version (required for BIDS data)", "type": "string", "pattern": "\\d+\\.\\d+(\\.\\d+)*", "options": { "inputAttributes": { "placeholder": "1.9.0" } } }, "HEDVersion": { "title": "Hierarchical Event Descriptor (HED) version", "type": "string", "pattern": "\\d+\\.\\d+(\\.\\d+)*", "options": { "inputAttributes": { "placeholder": "8.2.0" } } }, "DatasetType": { "title": "Dataset type", "type": "string", "default": "raw", "enum": [ "raw", "derivative" ] }, "License": { "title": "Standard license", "type": "string", "default": "PDDL", "enum": [ "PDDL", "CC0", "PD", "CC-BY-4.0", "CC-BY-SA-4.0", "BSD-3-Clause", "BSD-4-Clause", "CDDL-1.0", "MPL", "MIT", "GPL-2.0", "GPL-2.0+", "GPL-3.0", "GPL-3.0+", "LGPL-3.0+", "GFDL-1.3", "CC-BY-NC-4.0", "CC-BY-NC-SA-4.0", "CC-BY-NC-ND-4.0", "Non-Standard" ], "options": { "enum_titles": [ "PDDL-1.0 - Open Data Commons Public Domain Dedication & License 1.0 (free/libre, maximally permissive)", "CC0-1.0 - Creative Commons Zero v1.0 Universal (public-domain, free/libre, maximally permissive)", "PD - Public domain (free/libre, maximally permissive)", "CC-BY-4.0 - Creative Commons Attribution 4.0 International (free/libre, permissive)", "CC-BY-SA-4.0 - Creative Commons Attribution Share Alike 4.0 International (free/libre, protective)", "BSD-3-Clause - BSD 3-Clause \"New\" or \"Revised\" License (free/libre, permissive)", "BSD-4-Clause - BSD 4-Clause \"Original\" or \"Old\" License (free/libre, permissive)", "CDDL-1.0 - Common Development and Distribution License 1.0 (free/libre, protective)", "MPL - Mozilla Public License 2.0 (free/libre, protective)", "MIT - MIT License (free/libre, permissive)", "GPL-2.0 - GNU General Public License v2.0 only (free/libre, protective)", "GPL-2.0+ - GNU General Public License v2.0 and later (free/libre, protective)", "GPL-3.0 - GNU General Public License v3.0 only (free/libre, protective)", "GPL-3.0+ - GNU General Public License v3.0 and later (free/libre, protective)", "LGPL-3.0+ - GNU Lesser General Public License v3.0 or later (free/libre, permissive)", "GFDL-1.3 - GNU Free Documentation License v1.3 (free/libre, permissive)", "CC-BY-NC-4.0 - Creative Commons Attribution Non Commercial 4.0 Generic (non-free)", "CC-BY-NC-SA-4.0 - Creative Commons Attribution Non Commercial Share Alike 4.0 International (non-free)", "CC-BY-NC-ND-4.0 - Creative Commons Attribution Non Commercial No Derivatives 4.0 International (non-free)", "Non-Standard - User-defined license (please use the DataLicense field to specify details, strongly not recommended)" ] } }, "DataLicense": { "title": "License details (if non-standard, not recommended)", "type": "string", "format": "textarea" }, "Authors": { "title": "Dataset authors", "type": "array", "items": { "type": "string", "anyOf": [ { "title": "Format: LastName, FirstName", "pattern": "[^,]+,\\s*[^,]+", "options": { "inputAttributes": { "placeholder": "LastName, FirstName" } } }, { "title": "Format: FirstName M. LastName", "pattern": "[^,]+(\\s+[A-Za-z]\\.*)*\\s+[^,]+", "options": { "inputAttributes": { "placeholder": "FirstName M. LastName" } } } ] }, "format": "table" }, "Acknowledgements": { "title": "Acknowledgements", "type": "string", "format": "textarea" }, "HowToAcknowledge": { "title": "How to acknowledge", "type": "string", "format": "textarea" }, "Funding": { "title": "Funding sources and grant numbers", "type": "array", "items": { "type": "string", "title": "Funding source" }, "format": "table" }, "EthicsApprovals": { "title": "IRB names and protocol numbers", "type": "array", "items": { "type": "string", "title": "IRB name and protocol number", "options": { "inputAttributes": { "placeholder": "IRB name: protocol number" } } }, "format": "table" }, "ReferencesAndLinks": { "title": "References and links to publications and websites", "type": "array", "items": { "type": "string", "title": "Reference or link", "format": "textarea" }, "format": "table" }, "DatasetDOI": { "title": "DOI full URL", "type": "string", "format": "uri", "pattern": "^(https?://doi.org/|doi:\\s*)*10.\\d{4,9}/[-._;()/:A-Za-z0-9]+$", "options": { "inputAttributes": { "placeholder": "https://doi.org/10.xxxx/yyyy-yyy-yyyy-y" } } }, "GeneratedBy": { "title": "Dataset creation software info", "type": "array", "items": { "type": "object", "title": "Software used", "required": [ "Name" ], "properties": { "Name": { "title": "Software name", "type": "string" }, "Version": { "title": "Software version", "type": "string" }, "CodeURL": { "title": "Software URL", "type": "string", "format": "uri" }, "Description": { "title": "Processing description", "type": "string", "format": "textarea" } } } }, "SourceDatasets": { "title": "Upstream source dataset info", "type": "array", "items": { "type": "object", "title": "Source data", "properties": { "DOI": { "title": "Upstream dataset DOI", "type": "string", "format": "uri", "pattern": "^(https?://doi.org/|doi:\\s*)*10.\\d{4,9}/[-._;()/:A-Za-z0-9]+$", "options": { "inputAttributes": { "placeholder": "https://doi.org/10.xxxx/yyyy-yyy-yyyy-y" } } }, "Version": { "title": "Software version", "type": "string" }, "URL": { "title": "Software URL", "type": "string", "format": "uri" } } } }, "BSFNIRSHeader": { "title": "BFNIRS extended header", "type": "object", "properties": { "Version": { "title": "BFNIRS header version", "type": "string", "pattern": "\\d+\\.\\d+(\\.\\d+)*", "default": "0.1", "options": { "inputAttributes": { "placeholder": "0.1" } } }, "Auxiliary": { "type": "array", "items": { "type": "string", "format": "choices", "enum": [ "fNIRS", "Accelerometer", "PPG", "Respiration", "Blood pressure", "EOG", "EMG", "ECG", "Eye tracking", "Motion tracking", "Capnography", "fMRI" ] } }, "Coverage": { "type": "array", "items": { "type": "string", "enum": [ "Whole head", "Frontal", "Parietal", "Occipital", "Temporal", "Fronto-temporal", "Fronto-parietal", "Parieto-occipital", "Central", "Motor cortex", "Cerebellar", "Subcortical", "EEG 10-20", "EEG 10-10", "EEG 10-5", "EEG 10-2.5", "Prefrontal", "Temporal-occipital", "Fronto-central", "Parieto-temporal", "Temporo-parietal", "Visual cortex", "Auditory cortex", "Somatosensory cortex" ] } }, "Density": { "title": "Dataset type", "type": "string", "enum": [ "Sparse", "High density", "Ultra high density (<12mm)" ] }, "AvgChannelDistances": { "title": "Average channel distance (mm)", "type": "number" }, "ShortChannelCount": { "title": "Short separation channel count", "type": "integer" }, "Paradigm": { "type": "array", "items": { "type": "object", "properties": { "Type": { "title": "Paradigm type", "type": "string", "enum": [ "Resting", "WordColorStroop", "Go/No-go", "N-back", "Oddball", "Visual search", "Emotion recognition", "Face recognition", "Memory encoding", "Memory retrieval", "Motor task", "Language task", "Attention task", "Inhibitory control task", "Decision making", "Risk taking", "Reward processing", "Spatial navigation", "Working memory task", "Mental arithmetic", "Verbal fluency", "Auditory oddball", "Visual oddball", "Passive viewing", "Active listening", "Problem solving", "Cognitive control", "Sensorimotor integration", "Hand grip task", "Foot tapping task", "Overt finger tapping", "Covert finger tapping", "Reading task", "Picture naming", "Mental imagery", "Continuous performance task (CPT)", "Self-referential processing", "Theory of mind", "Pain perception", "Conflict monitoring", "Multisensory integration", "Language comprehension", "Sentence processing", "Arithmetic processing", "Sequential learning", "Classical conditioning", "Operant conditioning", "Emotional stroop", "Simon task", "Flanker task", "Tactile stimulation", "Visual stimulation", "Auditory stimulation", "Social cognition task" ] }, "Description": { "title": "Paradigm description", "type": "string" }, "Condition": { "title": "Paradigm condition", "format": "choices", "type": "string", "enum": [ "Congruent", "Incongruent", "Rest", "Task", "Control", "Experimental", "Active", "Passive", "Baseline", "Stimulus", "Non-stimulus", "Correct response", "Incorrect response", "Go", "No-go", "High load", "Low load", "Target", "Non-target", "Reward", "No reward", "Cue", "No cue", "Single task", "Dual task", "Visual", "Auditory", "Motor", "Cognitive", "Emotional", "Social", "Fearful", "Neutral", "Happy", "Sad", "Anger", "Surprise", "Disgust", "Pre-stimulus", "Post-stimulus", "Encoding", "Retrieval", "Early", "Late", "Fast", "Slow", "Left hand", "Right hand", "Dominant hand", "Non-dominant hand", "Overt", "Covert", "Forward", "Backward", "Simple", "Complex", "Short", "Long", "Immediate", "Delayed" ] }, "TrialDuration": { "title": "Trail duration (in sec)", "type": "number" }, "TrialPerBlock": { "title": "Trails per block", "type": "integer" }, "BlocklDuration": { "title": "Block duration (in sec)", "type": "number" }, "BlockPerCondition": { "title": "Blocks per condition", "type": "integer" }, "BlockPerRun": { "title": "Blocks per block", "type": "integer" }, "SessionDuration": { "title": "Session duration (in min)", "type": "number" }, "RunPerSession": { "title": "Runs per session", "type": "integer" }, "References": { "title": "References", "type": "string" }, "ISI": { "title": "Inter-stimulus interval (ISI)", "type": "string" } } } } } } } }