Skip to content

Commit

Permalink
Merge pull request #60 from scientificcomputing/more-content
Browse files Browse the repository at this point in the history
More content
  • Loading branch information
finsberg authored Dec 23, 2024
2 parents 800fe50 + 334ad51 commit 445cb7f
Show file tree
Hide file tree
Showing 8 changed files with 295 additions and 169 deletions.
10 changes: 10 additions & 0 deletions .cspell_dict.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
addopts
annefou
arostica
Astrocyte
Bippe
brainpulse
Expand All @@ -9,32 +10,41 @@ checkpointing
cibuildwheel
conda
Cookiecutter
cotransporter
Daversin
discretization
docname
docnames
Dokken
DOLFINx
elastodynamics
electrodiffusive
Empagliflozin
ffian
finsberg
Finsberg
Forsch
Fouilloux
geometriesx
Gjerde
glymphatic
gotranx
Graphnics
Haubner
howpublished
htmlcov
idealised
importlib
Ingeborg
Jørgen
jorgensd
Jupyterbook
jupytext
Laughlin
ldrb
LUNSONGA
Meep
microphysiological
minrk
multicompartmental
Multiphysics
Expand Down
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,15 @@ body:
validations:
required: true

- type: input
id: label
attributes:
label: Label
description: Add label (see https://scientificcomputing.github.io/packages.html for existing labels)
placeholder: Brain
validations:
required: true

- type: textarea
id: bib
attributes:
Expand Down
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,8 @@ repos:
hooks:
- id: cspell
files: docs/(.+).md|README.md
- repo: https://github.com/FlamingTempura/bibtex-tidy
rev: v1.14.0 # see changelog for latest version
hooks:
- id: bibtex-tidy
args: ['--sort', '--merge'] # any other settings
20 changes: 19 additions & 1 deletion docs/myst.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,25 @@ project:

site:
template: book-theme
nav:
- title: Home
url: /index
- title: Software
url: /packages
- title: Papers with code
url: /repositories
- title: Resources
url: /resources
- title: Departments
children:
- title: ComPhy
url: https://www.simula.no/research/research-departments/computational-physiology
- title: SCAN
url: https://www.simula.no/research/research-departments/numerical-analysis-and-scientific-computing
- title: HPC
url: https://www.simula.no/research/research-departments/high-performance-computing

options:
# favicon: favicon.ico
favicon: _static/favicon.ico
logo: _static/logo.png
logo_dark: _static/logo.png
38 changes: 33 additions & 5 deletions docs/packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,41 @@

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

- ADIOS4DOLFINx: A framework for checkpointing in FEniCS [ADIOS4DOLFINx](https://github.com/jorgensd/adios4dolfinx/) {cite}`Dokken2024adios`
- SMART: Spatial Modeling Algorithms for Reactions and Transport [smart](https://github.com/RangamaniLabUCSD/smart) {cite}`Laughlin2023smart`
- Surface Volume Meshing ToolKit: [SVMTK](https://github.com/SVMTK/SVMTK) {cite}`Valnes2022`
- Intracranial Pulsation: [brainpulse](https://github.com/MariusCausemann/intracranialPulsation) {cite}`Causemann2022`
- Software Components for Multiphysics Problems: [HAZniCS](https://github.com/HAZmathTeam/hazmath) {cite}`budisa2022`

## FEniCS
- ADIOS4DOLFINx: A framework for checkpointing in FEniCS [ADIOS4DOLFINx](https://github.com/jorgensd/adios4dolfinx/) {cite}`dokken2024adios`
- Multi-point constraints with DOLFINx: [DOLFINx_MPC](https://github.com/jorgensd/dolfinx_mpc)

## Simulation
- SMART: Spatial Modeling Algorithms for Reactions and Transport [smart](https://github.com/RangamaniLabUCSD/smart) {cite}`laughlin2023smart`
- Network models for FEniCS: [Graphnics](https://github.com/IngeborgGjerde/graphnics)
- Software Components for Multiphysics Problems: [HAZniCS](https://github.com/HAZmathTeam/hazmath) {cite}`budisa2022`

## Meshing
- Surface Volume Meshing ToolKit: [SVMTK](https://github.com/SVMTK/SVMTK) {cite}`valnes2022`
- Tool for creating idealised cardiac geometries and microstructure in FEniCS: [cardiac-geometries](https://github.com/ComputationalPhysiology/cardiac-geometries)
- Tool for creating idealised cardiac geometries and microstructure in FEniCSx: [cardiac-geometriesx](https://github.com/ComputationalPhysiology/cardiac-geometriesx)


## Fluid Dynamics
- Next generation Open Source Navier Stokes solver using FEniCSx [oasisx](https://github.com/ComputationalPhysiology/oasisx)

## Brain
- Intracranial Pulsation: [brainpulse](https://github.com/MariusCausemann/intracranialPulsation) {cite}`causemann2022`

## Heart
- Simula Cardiac ElectroMechanics Solver [simcardems](https://github.com/ComputationalPhysiology/simcardems) {cite}`finsberg2023`
- Tools for working with microphysiological data [mps](https://github.com/ComputationalPhysiology/mps)
- Library for tracking motion in cardiac mps data [mps-motion](https://github.com/ComputationalPhysiology/mps_motion)
- Library for extracting action potential features [ap-features](https://github.com/ComputationalPhysiology/ap_features)
- Cardiac Circulation Models: [circulation](https://github.com/ComputationalPhysiology/circulation)
- `pulse` - Cardiac mechanics solver in [FEniCSx](https://github.com/finsberg/fenicsx-pulse) and [FEnICS](https://github.com/finsberg/pulse)
- `beat` - Cardiac electrophysiology solver in [FEniCSx](https://github.com/finsberg/fenicsx-beat) and [FEnICS](https://github.com/finsberg/fenics-beat)
- `ldrb` - Library for creating rule-based fiber orientations in [FEniCSx](https://github.com/finsberg/fenicsx-ldrb) and [FEniCS](https://github.com/finsberg/ldrb)

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


## Missing a package?

Expand Down
Loading

0 comments on commit 445cb7f

Please sign in to comment.