From ddccf3cbb8008bbf14e01f3e995dc7a5f9a44e5f Mon Sep 17 00:00:00 2001 From: Sebastian Brandstaeter Date: Fri, 10 Jul 2026 19:41:52 +0200 Subject: [PATCH 1/2] Add link to stomach paper --- _data/examples.json | 1 + 1 file changed, 1 insertion(+) diff --git a/_data/examples.json b/_data/examples.json index eb2e660..83791d4 100644 --- a/_data/examples.json +++ b/_data/examples.json @@ -20,6 +20,7 @@ }, "featured": false, "description": "Peristaltic contractions of human stomach, modelled using monolithic electro-mechanical coupling", + "link": "https://doi.org/10.1016/j.cma.2025.118549", "author": "Maire Henke" }, { From bbb9a171e84818661366b08273d6f235e030b4f1 Mon Sep 17 00:00:00 2001 From: Sebastian Brandstaeter Date: Fri, 10 Jul 2026 23:22:22 +0200 Subject: [PATCH 2/2] Stomach model uses partitioned coupling --- _data/examples.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/examples.json b/_data/examples.json index 83791d4..b9b33bd 100644 --- a/_data/examples.json +++ b/_data/examples.json @@ -19,7 +19,7 @@ "height": "auto" }, "featured": false, - "description": "Peristaltic contractions of human stomach, modelled using monolithic electro-mechanical coupling", + "description": "Peristaltic contractions of the human stomach, modelled using partitioned electro-mechanical coupling", "link": "https://doi.org/10.1016/j.cma.2025.118549", "author": "Maire Henke" },