-
Notifications
You must be signed in to change notification settings - Fork 38
/
codemeta.json
55 lines (55 loc) · 1.87 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
48
49
50
51
52
53
54
55
{
"@context": "https://w3id.org/codemeta/3.0",
"type": "SoftwareSourceCode",
"applicationCategory": "Computational neuroscience",
"author": [
{
"id": " https://orcid.org/0000-0003-2155-7820",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "PDC/KTH"
},
"email": "[email protected]",
"familyName": "Djurfeldt",
"givenName": "Mikael"
},
{
"id": "https://orcid.org/0000-0002-2792-1622",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "KTH"
},
"email": "[email protected]",
"familyName": "Ekeberg",
"givenName": "Örjan"
}
],
"codeRepository": "https://github.com/INCF/MUSIC",
"dateCreated": "2007-09-13",
"dateModified": "2023-04-03",
"datePublished": "2009-03-03",
"downloadUrl": "https://github.com/INCF/MUSIC/releases/download/1.2.1/music-1.2.1.tar.gz",
"funder": {
"type": "Organization",
"name": "INCF, FACETS, The Human Brain Project"
},
"keywords": "co-simulation",
"license": "https://spdx.org/licenses/GPL-3.0-or-later",
"name": "MUSIC",
"operatingSystem": [
"Linix",
"MacOS"
],
"releaseNotes": "MUSIC 1.2.1 has updates to the Python installation infrastructure. Among other things, it fixes a problem where Python-related files were installed in the wrong location under certain circumstances.",
"softwareRequirements": [
"Python 3",
"MPI",
"/"
],
"version": "1.2.1",
"funding": "FP6-2004-IST-FETPI-015879, FP7/2007-2013/604102 (HBP)",
"issueTracker": "https://github.com/INCF/MUSIC/issues",
"referencePublication": "https://doi.org/10.1007/s12021-010-9064-z"
}