-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcodemeta.json
47 lines (47 loc) · 1.72 KB
/
codemeta.json
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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/MIT",
"codeRepository": "https://github.com/apdavison/bulbnet-reproduction",
"issueTracker": "https://github.com/apdavison/bulbnet-reproduction/issues",
"name": "bulbnet-reproduction",
"description": "This is a model of the mammalian olfactory bulb for the NEURON simulator. The model contains only mitral and granule cells.\n\nA full description may be found in: Davison A.P., Feng J. and Brown D. (2003) Dendrodendritic inhibition and simulated odor responses in a detailed olfactory bulb network model. J. Neurophysiol. 90:1921-35 http://doi.org/10.1152/jn.00623.2002",
"applicationCategory": "neuroscience",
"developmentStatus": "active",
"referencePublication": "https://doi.org/10.5281/zenodo.3972130",
"funder": [
{
"@type": "Organization",
"name": "BBSRC"
},
{
"@type": "Organization",
"name": "CNRS"
}
],
"keywords": [
"olfactory bulb",
"simulation"
],
"programmingLanguage": [
"Python",
"Hoc",
"NMODL"
],
"relatedLink": [
"https://senselab.med.yale.edu/modeldb/ShowModel?model=2730"
],
"author": [
{
"@type": "Person",
"@id": "http://orcid.org/0000-0002-4793-7541",
"givenName": "Andrew",
"familyName": "Davison",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "Institut des Neurosciences Paris-Saclay, CNRS/Université Paris-Saclay"
}
}
]
}