From 7f8970af359115383ebb465d59878bf5fc7ee64f Mon Sep 17 00:00:00 2001 From: Thibaut Lunet Date: Wed, 20 Sep 2023 14:23:27 +0200 Subject: [PATCH] TL: additional rework --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 93951bf..996a6d2 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,12 @@ Develop a python code based on a generic framework allowing to investigate and a In addition to this code, a [website framework](./dynamic_site) is provided to allow building of **Application Webpage (or WebApp)**, that uses the `blockops` code for specific application and experiments. -> :bell: See the current [**online demo website**](https://jupyterhub.mat.tu-harburg.de/blockops/) +See the current [**online demo website**](https://jupyterhub.mat.tu-harburg.de/blockops/), that has a few WebApps implemented : -The WebApps are now under development : current will be improved, and other WebApps will be added soon ... +- [Analysis of Sequential Time-Integration Methods (accuracy, order, ...)](./web_apps/seqint/index.md) +- [Performance Analysis of Scheduling Strategies for different PinT Algorithms](./web_apps/schedule/index.md) + +> :bell: The WebApps are now under development : current will be improved, and other WebApps will be added soon ... ## Base Convention