-
Notifications
You must be signed in to change notification settings - Fork 17
/
codemeta.json
40 lines (40 loc) · 1.97 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"type": "SoftwareSourceCode",
"applicationCategory": "Neuroscience",
"author": [
{
"id": "https://orcid.org/0000-0002-9302-0750",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "Royal Institute of Technology (KTH)"
},
"email": "[email protected]",
"familyName": "Hjorth",
"givenName": "Johannes"
},
{
"id": "_:author_2",
"type": "Person",
"email": "[email protected]",
"familyName": "Thunberg",
"givenName": "Wilhelm"
}
],
"codeRepository": "https://github.com/hjorthmedh/Snudda",
"dateCreated": "2024-12-06",
"dateModified": "2024-09-30",
"datePublished": "2021-07-01",
"description": "Snudda creates the connectivity for realistic networks of simulated neurons in silico in a bottom up fashion that can then be simulated using the NEURON software. Neurons are placed within 3D meshes representing the structures of interest, with neural densities as seen in experiments. Based on reconstructed morphologies and neuron placement we can infer locations of putative synapses based on proximity between axon and dendrites. Projections between different structures can be added either using axon reconstructions, or by defining a connectivity map between regions. Putative synapses are pruned to match experimental pair-wise data on connectivity. Networks can be simulated either on desktop machines, or on super computers.",
"downloadUrl": "https://github.com/Hjorthmedh/Snudda.git",
"funder": {
"type": "Organization",
"name": "KTH, HBP, EBRAINS 2.0, VBT"
},
"name": "Snudda",
"programmingLanguage": "Python",
"softwareRequirements": "Python 3.8+",
"version": "2.1.3",
"referencePublication": "https://doi.org/10.1007/s12021-021-09531-w"
}