www-from-model/content/datasets/e511f0bb-9baf-4c29-88e0-079836868273/dataset.json
Stephan Heunis 01540154a4
All checks were successful
Deploy on webserver / Build site and deploy on success (push) Successful in 3m31s
Use extend-head partial to inject dataset.json if available
This is for a demo. The idea is to:
- search for a dataset.json file in a bundle
- if found, assume it is a json-ld document describing a Dataset object
  that is compliant with schema.org and google dataset search's requirements
- inject the file content into the correct script tag in the html page head

This should be the necessary steps to allow the page to be indexed by Google
dataset search.

This does not distinguish yet between different schema.org classes. It is
for a dataset demo, specifically the studyforrest phase 2 dataset, which has
received a handcrafted json-ld document in it's bundle
2026-06-16 22:45:20 +02:00

35 lines
No EOL
2.1 KiB
JSON

{
"@context": {
"@vocab": "https://schema.org/"
},
"@type": "Dataset",
"name": "Studyforrest: Phase 2 Data",
"description": "Here we present an update of the studyforrest (http://studyforrest.org) dataset that complements the previously released functional magnetic resonance imaging (fMRI) data for natural language processing with a new two-hour 3 Tesla fMRI acquisition while 15 of the original participants were shown an audio-visual version of the stimulus motion picture. We demonstrate with two validation analyses that these new data support modeling specific properties of the complex natural stimulus, as well as a substantial within-subject BOLD response congruency in brain areas related to the processing of auditory inputs, speech, and narrative when compared to the existing fMRI data for audio-only stimulation. In addition, we provide participants' eye gaze location as recorded simultaneously with fMRI, and an additional sample of 15 control participants whose eye gaze trajectories for the entire movie were recorded in a lab setting—to enable studies on attentional processes and comparative investigations on the potential impact of the stimulation setting on these processes.",
"url": "https://hub.psychoinformatics.de/studyforrest/data-phase2",
"version": "",
"isAccessibleForFree": true,
"keywords": [
"Naturalistic stimulation",
"Cognitive science",
"Naturalistic neuroimaging"
],
"license": [
"http://spdx.org/licenses/PDDL-1.0"
],
"citation": "https://doi.org/10.1038/sdata.2016.92",
"creator": [
{
"@type": "Person",
"url": "https://concepts.datalad.org/s/demo-research-information/ns/persons/michael-hanke",
"name": "Michael Hanke",
"identifier":
{
"@id": "https://orcid.org/0000-0001-6398-6370",
"@type": "PropertyValue",
"propertyID": "https://registry.identifiers.org/registry/orcid",
"url": "https://orcid.org/0000-0001-6398-6370",
"value": "orcid:0000-0001-6398-6370"
}
}
]
}