From bdc6c9686bf6c5feb3941e43c43d449b5ec2ac08 Mon Sep 17 00:00:00 2001 From: IvBu <ivan.buntic@iws.uni-stuttgart.de> Date: Thu, 18 Jul 2024 15:02:20 +0200 Subject: [PATCH] [bayes] Add bayes to overview slide. --- slides/README.md | 1 + slides/bayesvalidrox.md | 13 +++++++++---- slides/index.md | 1 + 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/slides/README.md b/slides/README.md index 6c4b3835..498d0fe2 100644 --- a/slides/README.md +++ b/slides/README.md @@ -27,6 +27,7 @@ To reach a specific lecture directly, we have compiled some direct links: - [Coupled free-flow, porous media systems](https://pages.iws.uni-stuttgart.de/dumux-repositories/dumux-course/coupled_ff-pm.html#/title-slide) - [Discrete fracture modeling](https://pages.iws.uni-stuttgart.de/dumux-repositories/dumux-course/fractures.html#/title-slide) - [Biomineralization modeling](https://pages.iws.uni-stuttgart.de/dumux-repositories/dumux-course/biomin.html#/title-slide) + - [Uncertain model validation](https://pages.iws.uni-stuttgart.de/dumux-repositories/dumux-course/bayesvalidrox.html#/title-slide) ## Developing the slides diff --git a/slides/bayesvalidrox.md b/slides/bayesvalidrox.md index 83263c45..37640701 100644 --- a/slides/bayesvalidrox.md +++ b/slides/bayesvalidrox.md @@ -2,7 +2,7 @@ title: BayesValidRox </br><small>Surrogate-assisted Bayesian validation of computational models</small> --- -# SFB Project Area D: Development and realization of uncertainty-aware validation benchmarks +# SFB Project Area D: </br><small>Development and realization of uncertainty-aware validation benchmarks</small> ## Task @@ -10,17 +10,22 @@ Compare models against data and each other ## Task -<img src="img/bayesvalidrox_balance.png"/></br> +<img src="img/bayesvalidrox_balance.png"> ## Task <img src="img/bayesvalidrox_missionstatement.png"/></br> # BayesValidRox + +## BayesValidRox + <img src="img/bayesvalidrox_contentworkflow.png"/> -# Examples +## Examples + <img src="img/bayesvalidrox_example_results.png"/> -# Find us at +## Find us at + <img src="img/bayesvalidrox_codewebsite.png"/> diff --git a/slides/index.md b/slides/index.md index 3bf3d579..918498ae 100644 --- a/slides/index.md +++ b/slides/index.md @@ -37,4 +37,5 @@ subtitle: Overview * [Free-Flow Porous-Medium Flow Systems](./coupled_ff-pm.html) * [Discrete Fracture Modeling](./fractures.html) * [Biomineralization Modeling](./biomin.html) +* [Uncertain Model Validation](./bayesvalidrox.html) -- GitLab