-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathcodemeta.json
More file actions
36 lines (36 loc) · 1.17 KB
/
codemeta.json
File metadata and controls
36 lines (36 loc) · 1.17 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
{
"@context": "https://w3id.org/codemeta/3.0",
"type": "SoftwareSourceCode",
"applicationCategory": "computational neuroscience",
"codeRepository": "https://github.com/nest/ode-toolbox/",
"description": "Automatic selection and generation of integration schemes for systems of ordinary differential equations",
"funder": {
"type": "Organization",
"name": "Jülich Research Centre GmbH, Jülich, Germany"
},
"keywords": [
"ODE",
"ordinary differential equation",
"differential equation",
"dynamics",
"dynamical",
"dynamic system",
"hybrid dynamic system",
"neuron",
"synapse",
"neuroscience",
"neural network",
"spiking",
"event",
"discrete event"
],
"license": "https://spdx.org/licenses/GPL-2.0-only",
"name": "ODE-toolbox",
"programmingLanguage": "Python",
"codemeta:contIntegration": {
"id": "https://github.com/nest/ode-toolbox/"
},
"continuousIntegration": "https://github.com/nest/ode-toolbox/",
"issueTracker": "https://github.com/nest/ode-toolbox/issues",
"version": "2.5.12-post-dev"
}