-
Notifications
You must be signed in to change notification settings - Fork 0
/
codemeta.json
41 lines (41 loc) · 1.66 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"type": "SoftwareSourceCode",
"author": [
{
"id": "https://orcid.org/0000-0001-5880-2012",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "Kirchhoff-Institute for Physics, Heidelberg University"
},
"email": "[email protected]",
"familyName": "Müller",
"givenName": "Eric"
},
{
"type": "schema:Role",
"schema:author": "https://orcid.org/0000-0001-5880-2012",
"schema:roleName": "Architect",
"schema:startDate": "2014-12-01"
}
],
"codeRepository": "https://github.com/electronicvisions/releases-ebrains",
"dateCreated": "2012-06-11",
"dateModified": "2024-10-11",
"datePublished": "2018-06-15",
"description": "The BrainScaleS Operating System (BrainScaleS OS) is a software stack designed for the user-friendly operation of the BrainScaleS spiking neuromorphic computing architectures. It currently includes the top-level APIs \"PyNN.brainscales\", \"hxtorch\" and \"jaxsnn\".",
"downloadUrl": "https://github.com/electronicvisions/releases-ebrains",
"identifier": "10.5281/ZENODO.8375522",
"license": "https://spdx.org/licenses/LGPL-2.0+",
"name": "BrainScaleS Operating System",
"operatingSystem": "Linux",
"programmingLanguage": [
"C++",
"Python 3",
"C",
"SystemVerilog"
],
"softwareRequirements": "cf. EBRAINS Software Distribution: `spack spec pynn-brainscales hxtorch jaxsnn`",
"version": "9.0"
}