-
Notifications
You must be signed in to change notification settings - Fork 275
Expand file tree
/
Copy pathcodemeta_base.json
More file actions
72 lines (72 loc) · 1.9 KB
/
codemeta_base.json
File metadata and controls
72 lines (72 loc) · 1.9 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
{
"@context": "https://w3id.org/codemeta/3.0",
"@type": "SoftwareSourceCode",
"targetProduct": {
"@type": "SoftwareLibrary",
"name": "brian2",
"runtimePlatform": [
"Python",
"Python 3"
]
},
"maintainer": [
{
"@id": "https://orcid.org/0000-0002-2648-4790"
}
],
"author": [
{
"@id": "https://orcid.org/0000-0002-2648-4790",
"@type": "Person",
"familyName": "Stimberg",
"givenName": "Marcel",
"identifier": "https://github.com/mstimberg"
},
{
"@id": "https://orcid.org/0000-0003-1007-6474",
"@type": "Person",
"familyName": "Goodman",
"givenName": "Dan F. M.",
"identifier": "https://github.com/thesamovar"
},
{
"@id": "https://orcid.org/0000-0002-1734-6070",
"@type": "Person",
"familyName": "Evans",
"givenName": "Benjamin D.",
"identifier": "https://github.com/bdevans"
},
{
"@id": "https://orcid.org/0000-0003-0110-1623",
"@type": "Person",
"familyName": "Brette",
"givenName": "Romain",
"identifier": "https://github.com/romainbrette"
}
],
"codeRepository": "https://github.com/brian-team/brian2",
"continuousIntegration": "https://github.com/brian-team/brian2/actions",
"issueTracker": "https://github.com/brian-team/brian2/issues",
"keywords": [
"biological neural networks",
"computational neuroscience",
"neural networks",
"research",
"simulation",
"spiking neurons"
],
"operatingSystem": "OS Independent",
"softwareHelp": "https://brian2.readthedocs.io/",
"developmentStatus": "active",
"description": "A clock-driven simulator for spiking neural networks",
"license": "https://spdx.org/licenses/CECILL-2.1",
"name": "Brian simulator",
"url": "https://briansimulator.org",
"programmingLanguage": [
"Python"
],
"runtimePlatform": [
"Python",
"Python 3"
]
}