Skip to content

Commit 334ad51

Browse files
committed
Add more content
1 parent 60a1fa2 commit 334ad51

File tree

6 files changed

+56
-13
lines changed

6 files changed

+56
-13
lines changed

.cspell_dict.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ checkpointing
1010
cibuildwheel
1111
conda
1212
Cookiecutter
13+
cotransporter
1314
Daversin
1415
discretization
1516
docname
@@ -18,6 +19,7 @@ Dokken
1819
DOLFINx
1920
elastodynamics
2021
electrodiffusive
22+
Empagliflozin
2123
ffian
2224
finsberg
2325
Finsberg
@@ -39,6 +41,8 @@ jorgensd
3941
Jupyterbook
4042
jupytext
4143
Laughlin
44+
ldrb
45+
LUNSONGA
4246
Meep
4347
microphysiological
4448
minrk

docs/myst.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ site:
7171
url: /packages
7272
- title: Papers with code
7373
url: /repositories
74+
- title: Resources
75+
url: /resources
7476
- title: Departments
7577
children:
7678
- title: ComPhy
@@ -81,6 +83,6 @@ site:
8183
url: https://www.simula.no/research/research-departments/high-performance-computing
8284

8385
options:
84-
# favicon: favicon.ico
86+
favicon: _static/favicon.ico
8587
logo: _static/logo.png
8688
logo_dark: _static/logo.png

docs/packages.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ A list scientific software (and corresponding publication) developed by personne
3030
- Library for tracking motion in cardiac mps data [mps-motion](https://github.com/ComputationalPhysiology/mps_motion)
3131
- Library for extracting action potential features [ap-features](https://github.com/ComputationalPhysiology/ap_features)
3232
- Cardiac Circulation Models: [circulation](https://github.com/ComputationalPhysiology/circulation)
33+
- `pulse` - Cardiac mechanics solver in [FEniCSx](https://github.com/finsberg/fenicsx-pulse) and [FEnICS](https://github.com/finsberg/pulse)
34+
- `beat` - Cardiac electrophysiology solver in [FEniCSx](https://github.com/finsberg/fenicsx-beat) and [FEnICS](https://github.com/finsberg/fenics-beat)
35+
- `ldrb` - Library for creating rule-based fiber orientations in [FEniCSx](https://github.com/finsberg/fenicsx-ldrb) and [FEniCS](https://github.com/finsberg/ldrb)
3336

3437
## Other
3538
- General ODE translator [gotranx](https://github.com/finsberg/gotranx) {cite}`

docs/references.bib

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ @article{gjerde2022
9191
year = {2022},
9292
doi = {10.1090/mcom/3682}
9393
}
94-
@article{haubner2021,
94+
@article{haubner2023,
9595
author = {Haubner, Johannes and Neumann, Franziska and Ulbrich, Michael},
9696
title = {{A Novel Density Based Approach for Topology Optimization of Stokes Flow}},
9797
journal = {SIAM Journal on Scientific Computing},
@@ -112,6 +112,19 @@ @article{laughlin2023smart
112112
title = {{SMART: Spatial Modeling Algorithms for Reactions and Transport}},
113113
journal = {Journal of Open Source Software}
114114
}
115+
@article{LUNSONGA202599,
116+
title = {The sodium/glucose cotransporter 2 inhibitor Empagliflozin inhibits long QT 3 late sodium currents in a mutation specific manner},
117+
journal = {Journal of Molecular and Cellular Cardiology},
118+
volume = {198},
119+
pages = {99--111},
120+
year = {2025},
121+
issn = {0022-2828},
122+
doi = {https://doi.org/10.1016/j.yjmcc.2024.11.014},
123+
url = {https://www.sciencedirect.com/science/article/pii/S0022282824002049},
124+
author = {Lynn C. Lunsonga and Mohammad Fatehi and Wentong Long and Amy J. Barr and Brittany Gruber and Arkapravo Chattopadhyay and Khaled Barakat and Andrew G. Edwards and Peter E. Light},
125+
keywords = {Empagliflozin, Long QT syndrome type 3, Late sodium current, Nav1.5, Arrhythmia, Cardioprotection},
126+
abstract = {Background Sodium/glucose cotransporter 2 inhibitors (SGLT2is) like empagliflozin have demonstrated cardioprotective effects in patients with or without diabetes. SGLT2is have been shown to selectively inhibit the late component of cardiac sodium current (late INa). Induction of late INa is the primary mechanism in the pathophysiology of congenital long QT syndrome type 3 (LQT3) gain-of-function mutations in the SCN5A gene encoding Nav1.5. We investigated empagliflozin's effect on late INa in thirteen known LQT3 mutations located in distinct regions of the channel. Methods The whole-cell patch-clamp technique was used to investigate the effect of empagliflozin on late INa in recombinantly expressed Nav1.5 channels containing different LQT3 mutations. Molecular modeling of human Nav1.5 and simulations in a mathematical model of human ventricular myocytes were used to extrapolate our experimental results to excitation-contraction coupling. Results Empagliflozin selectively inhibited late INa in LQT3 mutations in the inactivation gate region of Nav1.5, without affecting peak current or channel kinetics. In contrast, empagliflozin inhibited both peak and late INa in mutations in the S4 voltage-sensing regions, altered channel gating, and slowed recovery from inactivation. Empagliflozin had no effect on late/peak INa or channel kinetics in channels with mutations in the putative empagliflozin binding region. Simulation results predict that empagliflozin may have a desirable therapeutic effect in LQT3 mutations in the inactivation gate region. Conclusions Empagliflozin selectively inhibits late INa, without affecting channel kinetics, in LQT3 mutations in the inactivation gate region. Empagliflozin may thus be a promising precision medicine approach for patients with specific LQT3 mutations.}
127+
}
115128
@unpublished{poulain2022,
116129
title = {{Multi-compartmental model of glymphatic clearance of solutes in brain tissue}},
117130
author = {Poulain, Alexandre and Riseth, J{{\o}}rgen and Vinje, Vegard},

docs/repositories.md

Lines changed: 23 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,32 @@
1-
# Repositories
1+
# Papers with code
22
A list of repositories used in research in the Scientific Computing Department follows. A link to relevant publications/preprints is referenced.
33

4+
5+
## 2024
6+
- [A software benchmark for cardiac elastodynamics](https://github.com/finsberg/cardiac_benchmark) {cite}`arostica2025117485`
7+
- [The sodium/glucose cotransporter 2 inhibitor Empagliflozin inhibits long QT 3 late sodium currents in a mutation specific manner](https://github.com/andygedwards/LQT3-SGLT2i) {cite}`LUNSONGA202599`
8+
- [An electrodiffusive network model with multicompartmental neurons and synaptic connections](https://github.com/martejulie/electrodiffusive-network-model) {cite}`saetra2024`
9+
- [Automatic motion estimation with applications to hiPSC-CMs](https://github.com/ComputationalPhysiology/automatic-motion-estimation) {cite}`10.1088/2057-1976/ad7268`
10+
11+
12+
## 2023
13+
14+
- [Medical image registration using optimal control of a linear hyperbolic transport equation with a DG discretization](https://github.com/JohannesHaubner/mapMRI) {cite}`zapf2023medical`
15+
- [ffian: Fluid Flow In Astrocyte Networks](https://github.com/martejulie/fluid-flow-in-astrocyte-networks) {cite}`sætra2023`
16+
- [A novel density based approach for topology optimization of Stokes flow](https://github.com/JohannesHaubner/TopOpt) {cite}`haubner2023`
17+
18+
19+
## 2022
420
- [Multi-compartmental model of glymphatic clearance of solutes in brain tissue](https://github.com/jorgenriseth/multicompartment-solute-transport) {cite}`poulain2022`
521
- [Geometrically reduced modelling of pulsatile flow in perivascular networks](https://github.com/cdaversin/geometrically-reduced-PVS-flow) {cite}`daversin2022`
622
- [Nitsche method for solving Navier-Stokes with slip boundary conditions](https://github.com/IngeborgGjerde/nitsche-method-for-navier-stokes-with-slip) {cite}`gjerde2022`
7-
- [A novel density based approach for topology optimization of Stokes flow](https://github.com/JohannesHaubner/TopOpt) {cite}`haubner2021`
8-
- [An electrodiffusive neuron-extracellular-glia model for exploring the genesis of slow potentials in the brain](https://github.com/CINPLA/edNEGmodel_analysis) {cite}`saetra2021`
923
- [HAZniCS - Software Components for Multiphysics Problems](https://github.com/anabudisa/HAZniCS-examples) {cite}`budisa2022`
10-
- [Medical image registration using optimal control of a linear hyperbolic transport equation with a DG discretization](https://github.com/JohannesHaubner/mapMRI) {cite}`zapf2023medical`
11-
- [ffian: Fluid Flow In Astrocyte Networks](https://github.com/martejulie/fluid-flow-in-astrocyte-networks) {cite}`sætra2023`
12-
- [An electrodiffusive network model with multicompartmental neurons and synaptic connections](https://github.com/martejulie/electrodiffusive-network-model) {cite}`saetra2024`
13-
- [Automatic motion estimation with applications to hiPSC-CMs](https://github.com/ComputationalPhysiology/automatic-motion-estimation) `cite`{10.1088/2057-1976/ad7268}
14-
- [A software benchmark for cardiac elastodynamics](https://github.com/finsberg/cardiac_benchmark) {cite}`arostica2025117485`
24+
25+
## 2021
26+
- [An electrodiffusive neuron-extracellular-glia model for exploring the genesis of slow potentials in the brain](https://github.com/CINPLA/edNEGmodel_analysis) {cite}`saetra2021`
27+
28+
29+
1530
## Missing a repository?
1631

1732
If you repository is missing from the list, go to [Add new repository](https://github.com/scientificcomputing/scientificcomputing.github.io/issues/new?assignees=&labels=new-repo&template=repository.yml&title=%5BAdd+repo%5D%3A+)

docs/resources.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
1-
# Other Resources
1+
# Resources
22

33
There are a few very good online guides on reproducible research.
44

5-
Perhaps the most comprehensive one is [The Turing way](https://the-turing-way.netlify.app/welcome.html) from the [Alan Turing institute](https://github.com/alan-turing-institute). This page contains information and guidelines about most of the things you need to know about reproducible research and we encourage everyone to skim through this site. They also have a [template repo](https://github.com/alan-turing-institute/reproducible-project-template) that might be relevant.
5+
- [The Turing way](https://the-turing-way.netlify.app/welcome.html) from the [Alan Turing institute](https://github.com/alan-turing-institute). This page contains information and guidelines about most of the things you need to know about reproducible research and we encourage everyone to skim through this site. They also have a [template repo](https://github.com/alan-turing-institute/reproducible-project-template) that might be relevant.
66

7-
Another relevant project is [Papers with code](https://github.com/paperswithcode) which is probably more targeted machine learning projects. The also have a pretty comprehensive guide at https://github.com/paperswithcode/releasing-research-code.
7+
- [Scientific Python](https://learn.scientific-python.org/development/) is a guide on how to develop scientific software in Python. This guide is a bit more technical than the Turing way and is more focused on the software development part.
8+
9+
- [CodeRefinery](https://coderefinery.org/) is a project that aims to teach researchers how to write better code. They have a lot of good resources and workshops that you can attend.
10+
11+
- [Sigma2 training](https://www.sigma2.no/training-and-events) is a Norwegian project that provides training in high performance computing and data management. They have links to a lot of good resources.
12+
13+
- [Papers with code](https://github.com/paperswithcode) which is probably more targeted machine learning projects. The also have a pretty comprehensive guide at https://github.com/paperswithcode/releasing-research-code.
814

915
Getting inspiration from other project is often a good way. Papers with code also has a [web page](https://paperswithcode.com) where you can search for papers with code. For example you, could try to [search for FEniCS](https://paperswithcode.com/search?q_meta=&q_type=&q=FEniCS) and you will get a list of projects where FEniCS is mentioned.

0 commit comments

Comments
 (0)