-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodemeta.json
More file actions
39 lines (38 loc) · 1.88 KB
/
codemeta.json
File metadata and controls
39 lines (38 loc) · 1.88 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
37
38
{
"@context": "https://w3id.org/codemeta/3.0",
"@type": "SoftwareSourceCode",
"name": "Naturalistic-CausalBrainModel",
"description": "This repository provides a MATLAB implementation of the Generative Connectivity of the Arrow of Time (GCAT) framework,\ndeveloped to investigate how the hierarchical organisation of brain activity changes under naturalistic conditions.\nSpecifically, it enables the analysis of fMRI data from the Human Connectome Project (HCP), comparing movie-watching and rest.\nThe GCAT metric quantifies directionally-resolved effective connectivity across cortical regions,\noffering a novel approach to assess the breakdown of hierarchical brain structures during ecologically valid stimulation.\nFor methodology, usage, and reproducibility guidelines, see [README.md](https://github.com/decolab/gec/blob/main/README.md) (https://github.com/decolab/gec/blob/main/README.md)",
"codeRepository": "https://github.com/decolab/gec",
"downloadUrl": "https://github.com/decolab/gec/releases/tag/v1.0.0",
"dateCreated": "2023-06-13",
"datePublished": "2025-06-25",
"version": "1.0.0",
"license": "https://spdx.org/licenses/CC-BY-NC-4.0",
"applicationCategory": "Neuroscience",
"keywords": [
"naturalistic stimuli",
"generative effective connectivity"
],
"programmingLanguage": [
{
"@type": "ComputerLanguage",
"name": "MATLAB"
}
],
"author": {
"@type": "Person",
"givenName": "Gustavo",
"familyName": "Deco",
"email": "gustavo.deco@upf.edu",
"affiliation": {
"@type": "Organization",
"name": "University Pompeu Fabra"
}
},
"referencePublication": {
"@type": "ScholarlyArticle",
"name": "Towards a naturalistic neuroscience: Mechanisms underlying the flattening of brain hierarchical organisation in movie-watching compared to rest and task",
"url": "https://doi.org/10.1101/2023.09.15.557911"
}
}