-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathcodemeta.json
More file actions
119 lines (119 loc) · 3.88 KB
/
codemeta.json
File metadata and controls
119 lines (119 loc) · 3.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"@context": "https://w3id.org/codemeta/3.0",
"type": "SoftwareSourceCode",
"applicationCategory": "Neuroscience",
"author": [
{
"id": "https://orcid.org/0000-0002-4892-2659",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "Department of Psychology, University of Texas at Austin"
},
"email": "james.kent@austin.utexas.edu",
"familyName": "Kent",
"givenName": "James"
},
{
"type": "Role",
"schema:author": "https://orcid.org/0000-0002-4892-2659",
"roleName": "Technical Lead",
"startDate": "2020-09-01"
},
{
"id": "https://orcid.org/0009-0000-7088-310X",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "University of Texas at Austin"
},
"email": "niconal902@gmail.com",
"familyName": "Lee",
"givenName": "Nicholas"
},
{
"type": "Role",
"schema:author": "https://orcid.org/0009-0000-7088-310X",
"roleName": "UX Designer/Frontend Developer",
"startDate": "2021-09-01"
},
{
"id": "https://orcid.org/0000-0001-9062-3778",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "Department of Psychology, University of Texas at Austin"
},
"email": "delavega@utexas.edu",
"familyName": "De La Vega",
"givenName": "Alejandro"
}
],
"codeRepository": "https://github.com/neurostuff/neurostore",
"dateCreated": "2022-09-07",
"dateModified": "2026-04-21",
"datePublished": "2022-09-07",
"description": "Platform for representing summary data from studies and methods to synthesize the data (typically a meta-analysis)",
"downloadUrl": "https://github.com/neurostuff/neurostore/archive/refs/tags/v0.19.1.tar.gz",
"funder": {
"type": "Organization",
"name": "National Institutes of Health"
},
"identifier": "RRID:SCR_027966",
"keywords": [
"neuroimaging",
"fMRI",
"cognitive neuroscience",
"brain mapping",
"coordinate-based meta-analysis",
"image-based meta-analysis",
"meta-analysis",
"activation likelihood estimation",
"ALE",
"MKDA",
"SDM-PSI",
"voxelwise analysis",
"statistical parametric mapping",
"reproducible research",
"open science",
"systematic review",
"evidence synthesis",
"data curation",
"annotation platform",
"research data platform",
"neuroinformatics",
"reverse inference",
"functional decoding",
"machine learning",
"semantic search",
"Docker",
"web application"
],
"license": "https://spdx.org/licenses/BSD-2-Clause",
"name": "Neurosynth Compose",
"operatingSystem": [
"Linux",
"Windows",
"Mac OSX"
],
"programmingLanguage": [
"Python3",
"Typescript"
],
"relatedLink": [
"https://compose.neurosynth.org",
"https://neurostuff.github.io/compose-docs/",
"https://nimare.readthedocs.io/en/stable",
"https://neurostuff.github.io/"
],
"runtimePlatform": "Docker Compose",
"version": "0.19.1",
"codemeta:contIntegration": {
"id": "https://github.com/neurostuff/neurostore/actions"
},
"continuousIntegration": "https://github.com/neurostuff/neurostore/actions",
"developmentStatus": "active",
"funding": "5R01MH096906-06",
"issueTracker": "https://github.com/neurostuff/neurostore/issues",
"referencePublication": "https://doi.org/10.1162/IMAG.a.1114"
}