From 2970e2a95a15ef552fb2a670adfb3c276d9f158c Mon Sep 17 00:00:00 2001 From: Jens Saak Date: Tue, 21 Apr 2026 14:02:06 +0200 Subject: [PATCH 1/2] Correct MOR Wiki link in about.md Updated the link to the MOR Wiki for consistency. --- pages/about.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/about.md b/pages/about.md index bef5f24..b90f08a 100644 --- a/pages/about.md +++ b/pages/about.md @@ -99,5 +99,5 @@ These techniques, known as model order reduction (MOR), are now becoming an integral part in many simulation workflows which otherwise would be infeasible, even on the largest available supercomputers. -See the [MOR Wiki](https://morwiki.mpi-magdeburg.mpg.de/morwiki) for more +See the [MOR Wiki](https://modelreduction.org) for more information. From f1b92fda787cd593a66d2b7ad860b79e45d22474 Mon Sep 17 00:00:00 2001 From: Jens Saak Date: Tue, 21 Apr 2026 14:04:24 +0200 Subject: [PATCH 2/2] Correct 'decade' to 'decades' in about.md It didn't feel appropriate anymore to limit the period that much. --- pages/about.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/about.md b/pages/about.md index b90f08a..1504c98 100644 --- a/pages/about.md +++ b/pages/about.md @@ -91,7 +91,7 @@ scientific discipline. Yet, the use of such models is often limited by the available computational resources. -Over the last decade, a variety of algorithms have been developed which compute, +Over the last decades, a variety of algorithms have been developed which compute, for a given numerical ODE/PDE model, a mathematically certified surrogate that can be simulated in a small fraction of the time required for the solution of the original model.