From af75949c3efc396d97fc9a1b0a443649c48dda0d Mon Sep 17 00:00:00 2001 From: Pascal Engeler <engelerp@itp.phys.ethz.ch> Date: Tue, 23 Jul 2024 07:33:53 +0000 Subject: [PATCH] Added foodwebs, changed title --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 97af999..a414e22 100644 --- a/README.md +++ b/README.md @@ -283,11 +283,16 @@ This data is then visualized in a grafana dashboard. Critical data states also trigger warning messages in a dedicated Element channel, and effect automatic shutdowns when deemed necessary. -# Experimental data storage in database +# Foodweb simulations +**Involved Technologies**: C++ + +**Description**\ +Collection of foodweb simulations. This involved numerically solving equations on arbitrary graphs, and investigating when chaotic behaviour becomes stable via bifurcations. +The goal was writing a code that could reproduce results reported in a paper, which was achieved. -# Foodweb simulations [gitlab](https://gitlab.phys.ethz.ch/engelerp/Foodwebs) +This project was carried out in the framework of a semester thesis under supervision of Mauro Iazzi and Matthias Troyer. -# Framework for automatic topological structure design +# Software package for automatic topological structure design **Involved Technologies**: python, finite elements, CMA-ES **Description**:\ @@ -298,9 +303,6 @@ My contribution was developing a custom symmetry preserving mesher, developing t As this project is yet to be published, code can not be shared. More information can be found [in my PhD thesis](https://doi.org/10.3929/ethz-b-000678922), chapter 6. - -# Dynamic friction simulation[]() - # Texas Hold'em probability analysis **Involved Technologies**: C++, OpenMP -- GitLab