-
Notifications
You must be signed in to change notification settings - Fork 0
/
biosimulators-jneuroml.json
200 lines (200 loc) · 5 KB
/
biosimulators-jneuroml.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
{
"id": "jneuroml",
"name": "jNeuroML",
"version": "0.8.5",
"description": "Java package for reading, writing, simulating and analysing NeuroML2/LEMS models.",
"urls": [
{
"type": "Home page",
"url": "https://github.com/NeuroML/jNeuroML"
}
],
"image": null,
"cli": null,
"pythonApi": null,
"authors": [
{
"firstName": "Padraig",
"lastName": "Gleeson",
"identifiers": [
{
"namespace": "orcid",
"id": "0000-0001-5963-8576",
"url": "https://orcid.org/0000-0001-5963-8576"
}
]
}
],
"references": {
"identifiers": [],
"citations": [
{
"title": "LEMS: a language for expressing complex biological models in concise and hierarchical form and its use in underpinning NeuroML 2",
"authors": "Robert C. Cannon, Padraig Gleeson, Sharon Crook, Gautham Ganapathy, Boris Marin, Eugenio Piasini & R. Angus Silver",
"journal": "Frontiers in Neuroinformatics",
"volume": "8",
"pages": "79",
"year": 2014,
"identifiers": [
{
"namespace": "doi",
"id": "10.3389/fninf.2014.00079",
"url": "https://doi.org/10.3389/fninf.2014.00079"
}
]
},
{
"title": "NeuroML: a language for describing data driven models of neurons and networks with a high degree of biological detail",
"authors": "Padraig Gleeson, Sharon Crook, Robert C. Cannon, Michael L. Hines, Guy O. Billings, Matteo Farinella, Thomas M. Morse, Andrew P. Davison, Subhasis Ray, Upinder S. Bhalla, Simon R. Barnes, Yoana D. Dimitrova & R. Angus Silver",
"journal": "PLoS Computational Biology",
"volume": "6",
"pages": "e1000815",
"year": 2010,
"identifiers": [
{
"namespace": "doi",
"id": "10.1371/journal.pcbi.1000815",
"url": "https://doi.org/10.1371/journal.pcbi.1000815"
}
]
}
]
},
"license": {
"namespace": "SPDX",
"id": "LGPL-3.0"
},
"algorithms": [
{
"id": "EULER",
"name": "Euler forward method",
"kisaoId": {
"namespace": "KISAO",
"id": "KISAO_0000030"
},
"modelingFrameworks": [
{
"namespace": "SBO",
"id": "SBO_0000293"
}
],
"modelFormats": [
{
"namespace": "EDAM",
"id": "format_9004",
"version": null,
"supportedFeatures": []
},
{
"namespace": "EDAM",
"id": "format_3971",
"version": null,
"supportedFeatures": []
}
],
"modelChangePatterns": [],
"simulationFormats": [],
"simulationTypes": [],
"archiveFormats": [],
"citations": [],
"parameters": [],
"outputDimensions": [
{
"namespace": "SIO",
"id": "SIO_000418"
}
],
"outputVariablePatterns": [],
"availableSoftwareInterfaceTypes": [
"library",
"command-line application",
"desktop application"
],
"dependencies": [
{
"name": "jLEMS",
"version": null,
"required": true,
"freeNonCommercialLicense": true,
"url": "https://github.com/LEMS/jLEMS"
}
]
},
{
"id": "RK4",
"name": "4th order Runge-kutta method",
"kisaoId": {
"namespace": "KISAO",
"id": "KISAO_0000032"
},
"modelingFrameworks": [
{
"namespace": "SBO",
"id": "SBO_0000293"
}
],
"modelFormats": [
{
"namespace": "EDAM",
"id": "format_9004",
"version": null,
"supportedFeatures": []
},
{
"namespace": "EDAM",
"id": "format_3971",
"version": null,
"supportedFeatures": []
}
],
"modelChangePatterns": [],
"simulationFormats": [],
"simulationTypes": [],
"archiveFormats": [],
"citations": [],
"parameters": [],
"outputDimensions": [
{
"namespace": "SIO",
"id": "SIO_000418"
}
],
"outputVariablePatterns": [],
"availableSoftwareInterfaceTypes": [
"library",
"command-line application",
"desktop application"
],
"dependencies": [
{
"name": "jLEMS",
"version": null,
"required": true,
"freeNonCommercialLicense": true,
"url": "https://github.com/LEMS/jLEMS"
}
]
}
],
"interfaceTypes": [
"library",
"command-line application",
"desktop application"
],
"supportedOperatingSystemTypes": [
"platform-independent"
],
"supportedProgrammingLanguages": [
{
"namespace": "Linguist",
"id": "Java"
}
],
"funding": [],
"biosimulators": {
"specificationVersion": "1.0.0",
"imageVersion": "1.0.0",
"validated": false,
"validationTests": null
}
}