Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .cspell_dict.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jupytext
Laughlin
Meep
minrk
multicompartmental
Multiphysics
mypackage
mypy
Expand Down
14 changes: 14 additions & 0 deletions docs/references.bib
Original file line number Diff line number Diff line change
Expand Up @@ -145,3 +145,17 @@ @article{Sætra2023
pages = {1-31},
number = {7}
}

@article{saetra2024,
doi = {10.1371/journal.pcbi.1012114},
author = {Sætra, Marte J. AND Mori, Yoichiro},
journal = {PLOS Computational Biology},
publisher = {Public Library of Science},
title = {An electrodiffusive network model with multicompartmental neurons and synaptic connections},
year = {2024},
month = {11},
volume = {20},
url = {https://doi.org/10.1371/journal.pcbi.1012114},
pages = {1-33},
number = {11}
}
1 change: 1 addition & 0 deletions docs/repositories.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ A list of repositories used in research in the Scientific Computing Department f
- [HAZniCS - Software Components for Multiphysics Problems](https://github.com/anabudisa/HAZniCS-examples) {cite}`budisa2022`
- [Medical image registration using optimal control of a linear hyperbolic transport equation with a DG discretization](https://github.com/JohannesHaubner/mapMRI) {cite}`zapf2023medical`
- [ffian: Fluid Flow In Astrocyte Networks](https://github.com/martejulie/fluid-flow-in-astrocyte-networks) {cite}`Sætra2023`
- [An electrodiffusive network model with multicompartmental neurons and synaptic connections](https://github.com/martejulie/electrodiffusive-network-model) {cite}`saetra2024`

## Missing a repository?

Expand Down
Loading