Skip to content

Commit 60a1fa2

Browse files
committed
Add more content
1 parent 9af5b10 commit 60a1fa2

File tree

7 files changed

+245
-162
lines changed

7 files changed

+245
-162
lines changed

.cspell_dict.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
addopts
22
annefou
3+
arostica
34
Astrocyte
45
Bippe
56
brainpulse
@@ -15,18 +16,22 @@ docname
1516
docnames
1617
Dokken
1718
DOLFINx
19+
elastodynamics
1820
electrodiffusive
1921
ffian
2022
finsberg
2123
Finsberg
2224
Forsch
2325
Fouilloux
26+
geometriesx
2427
Gjerde
2528
glymphatic
29+
gotranx
2630
Graphnics
2731
Haubner
2832
howpublished
2933
htmlcov
34+
idealised
3035
importlib
3136
Ingeborg
3237
Jørgen
@@ -35,6 +40,7 @@ Jupyterbook
3540
jupytext
3641
Laughlin
3742
Meep
43+
microphysiological
3844
minrk
3945
multicompartmental
4046
Multiphysics

.github/ISSUE_TEMPLATE/package.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,15 @@ body:
2727
validations:
2828
required: true
2929

30+
- type: input
31+
id: label
32+
attributes:
33+
label: Label
34+
description: Add label (see https://scientificcomputing.github.io/packages.html for existing labels)
35+
placeholder: Brain
36+
validations:
37+
required: true
38+
3039
- type: textarea
3140
id: bib
3241
attributes:

.pre-commit-config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,8 @@ repos:
1111
hooks:
1212
- id: cspell
1313
files: docs/(.+).md|README.md
14+
- repo: https://github.com/FlamingTempura/bibtex-tidy
15+
rev: v1.14.0 # see changelog for latest version
16+
hooks:
17+
- id: bibtex-tidy
18+
args: ['--sort', '--merge'] # any other settings

docs/myst.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,22 @@ project:
6464

6565
site:
6666
template: book-theme
67+
nav:
68+
- title: Home
69+
url: /index
70+
- title: Software
71+
url: /packages
72+
- title: Papers with code
73+
url: /repositories
74+
- title: Departments
75+
children:
76+
- title: ComPhy
77+
url: https://www.simula.no/research/research-departments/computational-physiology
78+
- title: SCAN
79+
url: https://www.simula.no/research/research-departments/numerical-analysis-and-scientific-computing
80+
- title: HPC
81+
url: https://www.simula.no/research/research-departments/high-performance-computing
82+
6783
options:
6884
# favicon: favicon.ico
6985
logo: _static/logo.png

docs/packages.md

Lines changed: 30 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,38 @@
22

33
A list scientific software (and corresponding publication) developed by personnel in the Scientific Computing Department.
44

5-
- ADIOS4DOLFINx: A framework for checkpointing in FEniCS [ADIOS4DOLFINx](https://github.com/jorgensd/adios4dolfinx/) {cite}`Dokken2024adios`
6-
- SMART: Spatial Modeling Algorithms for Reactions and Transport [smart](https://github.com/RangamaniLabUCSD/smart) {cite}`Laughlin2023smart`
7-
- Surface Volume Meshing ToolKit: [SVMTK](https://github.com/SVMTK/SVMTK) {cite}`Valnes2022`
8-
- Intracranial Pulsation: [brainpulse](https://github.com/MariusCausemann/intracranialPulsation) {cite}`Causemann2022`
9-
- Software Components for Multiphysics Problems: [HAZniCS](https://github.com/HAZmathTeam/hazmath) {cite}`budisa2022`
5+
6+
## FEniCS
7+
- ADIOS4DOLFINx: A framework for checkpointing in FEniCS [ADIOS4DOLFINx](https://github.com/jorgensd/adios4dolfinx/) {cite}`dokken2024adios`
108
- Multi-point constraints with DOLFINx: [DOLFINx_MPC](https://github.com/jorgensd/dolfinx_mpc)
9+
10+
## Simulation
11+
- SMART: Spatial Modeling Algorithms for Reactions and Transport [smart](https://github.com/RangamaniLabUCSD/smart) {cite}`laughlin2023smart`
1112
- Network models for FEniCS: [Graphnics](https://github.com/IngeborgGjerde/graphnics)
13+
- Software Components for Multiphysics Problems: [HAZniCS](https://github.com/HAZmathTeam/hazmath) {cite}`budisa2022`
14+
15+
## Meshing
16+
- Surface Volume Meshing ToolKit: [SVMTK](https://github.com/SVMTK/SVMTK) {cite}`valnes2022`
17+
- Tool for creating idealised cardiac geometries and microstructure in FEniCS: [cardiac-geometries](https://github.com/ComputationalPhysiology/cardiac-geometries)
18+
- Tool for creating idealised cardiac geometries and microstructure in FEniCSx: [cardiac-geometriesx](https://github.com/ComputationalPhysiology/cardiac-geometriesx)
19+
20+
21+
## Fluid Dynamics
22+
- Next generation Open Source Navier Stokes solver using FEniCSx [oasisx](https://github.com/ComputationalPhysiology/oasisx)
23+
24+
## Brain
25+
- Intracranial Pulsation: [brainpulse](https://github.com/MariusCausemann/intracranialPulsation) {cite}`causemann2022`
26+
27+
## Heart
28+
- Simula Cardiac ElectroMechanics Solver [simcardems](https://github.com/ComputationalPhysiology/simcardems) {cite}`finsberg2023`
29+
- Tools for working with microphysiological data [mps](https://github.com/ComputationalPhysiology/mps)
30+
- Library for tracking motion in cardiac mps data [mps-motion](https://github.com/ComputationalPhysiology/mps_motion)
31+
- Library for extracting action potential features [ap-features](https://github.com/ComputationalPhysiology/ap_features)
32+
- Cardiac Circulation Models: [circulation](https://github.com/ComputationalPhysiology/circulation)
33+
34+
## Other
35+
- General ODE translator [gotranx](https://github.com/finsberg/gotranx) {cite}`
36+
1237

1338
## Missing a package?
1439

0 commit comments

Comments
 (0)