-
Notifications
You must be signed in to change notification settings - Fork 4
/
.zenodo.json
33 lines (33 loc) · 1.28 KB
/
.zenodo.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
{
"title" : "Currentscape",
"license": "Apache-2.0",
"upload_type": "software",
"description": "Currentscape is a Python tool enabling scientists to easily plot the currents in electrical neuron models. The code is based on the paper Alonso and Marder, 2019. Currentscape figures plot the percentage of inward and outward ionic membrane currents, the total inward and outward currents, as well as the voltage in function of time. It allows modellers to see which currents play a role at any given time during a simulation, and check in depth the current dynamics.",
"creators": [
{
"affiliation": "Blue Brain Project, EPFL",
"name": "Jaquier, Aurélien",
"orcid": "0000-0001-6202-6175"
},
{
"affiliation": "Blue Brain Project, EPFL",
"name": "Tuncel, Anil",
"orcid": "0000-0003-0317-2556"
},
{
"affiliation": "Blue Brain Project, EPFL",
"name": "Van Geit, Werner",
"orcid": "0000-0002-2915-720X"
},
{
"affiliation": "Marder Lab, Department of Biology, Brandeis University",
"name": "Alonso, Leandro M",
"orcid": "0000-0001-8211-2855"
},
{
"affiliation": "Marder Lab, Department of Biology, Brandeis University",
"name": "Marder, Eve",
"orcid": "0000-0001-9632-5448"
}
]
}