-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #439 from Hjorthmedh/neuromod_redux2
Neuromod redux2
- Loading branch information
Showing
21 changed files
with
1,254 additions
and
262 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
250 changes: 158 additions & 92 deletions
250
examples/notebooks/neuromodulation/neuromodulation_bath_current.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
731 changes: 731 additions & 0 deletions
731
examples/notebooks/optimise_prune/OLD2/OptimisePrune-ChIN-NGF.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
255 changes: 113 additions & 142 deletions
255
examples/notebooks/optimise_prune/OptimisePrune.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.