-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathcodemeta.json
More file actions
46 lines (46 loc) · 2.23 KB
/
codemeta.json
File metadata and controls
46 lines (46 loc) · 2.23 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
37
38
39
40
41
42
43
44
45
46
{
"@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": "hjorth@kth.se",
"familyName": "Hjorth",
"givenName": "Johannes"
},
{
"@type": "Person",
"email": "wilhelm.thunberg@ki.se",
"familyName": "Thunberg",
"givenName": "Wilhelm"
}
],
"codeRepository": "https://github.com/hjorthmedh/Snudda",
"dateCreated": "2024-12-06",
"dateModified": "2026-03-19",
"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://files.pythonhosted.org/packages/e1/60/8c8ac3caf949459629d22f48e1c165285fec03b38482a4d770c209a261c1/snudda-2.2.6.4.tar.gz",
"funder": [
{
"@type": "Organization",
"name": "Royal Institute of Technology (KTH)"
},
{
"@type": "Organization",
"name": "European Commission"
}
],
"name": "Snudda",
"programmingLanguage": "Python",
"softwareRequirements": "Python 3.11+",
"version": "2.2.6.4",
"referencePublication": "https://doi.org/10.1007/s12021-021-09531-w",
"license": "https://spdx.org/licenses/GPL-3.0-only.html"
}