Home
Activities
Overview
Benefits
Guiding principles
Architecture
Infrastructure
Metadata pipeline
Starter kit
Browse datasets
Search datasets
MATLAB API
Python API
Tutorials
REST-API
Visualization
BIDS data tools
dataset_description.json
BIDS-to-JSON (neuroj)
BIDS-to-JSON (MATLAB)
MATLAB/Octave users
jsonlab
jnifty
jsnirfy
zmat
easyh5
Python users
jdata
bjdata
JSON format
JData spec
BJData spec
JNIfTI spec
JSNIRF spec
JMesh spec
Login
Edit this page
View other revisions
Discuss
NeuroJSON Database Metadata Search
Execute Query
Running query ...
Metadata search
Data query parameters
Update Form
Direct Link to the query
{ "keyword": "visual AND memory", "limit": 25, "skip": 0 }
Validation
This will update whenever the form changes to show validation errors if any.
Schema
{ "title": "Metadata Search", "type": "object", "required": [], "properties": { "keyword": { "title": "Search keyword", "type": "string" }, "database": { "title": "Search database", "type": "string", "default": "any", "enum": [ "openneuro", "abide", "abide2", "datalad-registry", "adhd200", "any" ] }, "dataset": { "title": "Search dataset", "type": "string" }, "age_min": { "title": "Minimum age", "type": "number", "format": "stepper", "maximum": 1000 }, "age_max": { "title": "Maximum age", "type": "number", "format": "stepper", "maximum": 1000 }, "gender": { "title": "Subject gender", "type": "string", "default": "any", "enum": [ "male", "female", "unknown", "any" ] }, "sess_min": { "title": "Minimum session count", "type": "integer", "format": "stepper", "minimum": 0, "maximum": 1000 }, "sess_max": { "title": "Maximum session count", "type": "integer", "format": "stepper", "minimum": 0, "maximum": 1000 }, "task_min": { "title": "Minimum task count", "type": "integer", "format": "stepper", "minimum": 0, "maximum": 1000 }, "task_max": { "title": "Maximum task count", "type": "integer", "format": "stepper", "minimum": 0, "maximum": 1000 }, "run_min": { "title": "Minimum runs", "type": "integer", "format": "stepper", "minimum": 0, "maximum": 1000 }, "run_max": { "title": "Maximum runs", "type": "integer", "format": "stepper", "minimum": 0, "maximum": 1000 }, "task_name": { "title": "Task keywords", "type": "string" }, "session_name": { "title": "Session keywords", "type": "string" }, "run_name": { "title": "Run keywords", "type": "string" }, "type_name": { "title": "Data type keywords", "type": "string" }, "modality": { "title": "Modalities", "type": "string", "default": "any", "enum": [ "Structural MRI (anat)", "fMRI (func)", "DWI (dwi)", "Field maps (fmap)", "Perfusion (perf)", "MEG (meg)", "EEG (eeg)", "Intracranial EEG (ieeg)", "Behavioral (beh)", "PET (pet)", "microscopy (micr)", "fNIRS (nirs)", "motion (motion)", "any" ] }, "limit": { "type": "integer", "format": "stepper", "minimum": 0 }, "skip": { "type": "integer", "format": "stepper", "minimum": 0 }, "count": { "title": "Only return total counts", "type": "boolean", "default": false }, "unique": { "title": "Only return unique entries", "type": "boolean", "default": false } } }
Query Output