From 38abd8d9b21bd0fff4f80a54bc08b524bbfc0d1a Mon Sep 17 00:00:00 2001 From: Daniel Vedder <daniel.vedder@idiv.de> Date: Thu, 31 Aug 2023 11:20:17 +0200 Subject: [PATCH] Rewrote model description in README --- CONTRIBUTORS.md | 16 +++++++--------- README.md | 20 +++++++++++--------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 66c7ebd..59bb193 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -1,17 +1,20 @@ # Contributors -### Lead developers +### Lead developer - Daniel Vedder -- (Lea Kolb) - -### Code reviewers +### Code reviewer - Ludmilla Figueiredo +### Supervisor + +- Guy Pe'er + + ### Advisors - Aletta Bonn @@ -19,8 +22,3 @@ - Kerstin Wiegand - Birgit Müller - - -### Supervisor - -- Guy Pe'er diff --git a/README.md b/README.md index 7d5f457..d99b0ed 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,21 @@ -# Persefone +# Persefone.jl -**An agent-based, socio-economic-ecological model of agricultural landscapes -in Europe under the CAP.** +**A multidisciplinary mechanistic model of agricultural landscapes and ecosystems in Europe.** ## Description -Persefone models farmers' decision making and its impact on species in agricultural -landscapes. The aim is to investigate how policies such as the CAP influence farms and -biodiversity. +Persefone.jl models agricultural practice and how it impacts animal species at a landscape +scale. It includes a farm submodel, a crop growth submodel, and individual-based models +of multiple indicator species. Its aim is to investigate how changes in farm operations +(e.g. through policy changes in the CAP) influence biodiversity. The model is based on the [Agents.jl](https://juliadynamics.github.io/Agents.jl/stable/) -framework. It is currently in the very early stages of development. +framework. It is currently in the early stages of development. ## Usage -*For the full documentation, open `docs/documentation.html` in a browser.* +*For the full documentation, open `docs/documentation.html` in a browser, or visit +[https://synoikos.de/persefone/](https://synoikos.de/persefone/).* ### Installation @@ -26,7 +27,8 @@ To install package dependencies, open a Julia REPL in this folder and run ### Running from the commandline -This is the normal mode of operation. Simply execute `run.jl` in a terminal, typically like so: +This is the normal mode of operation. Simply execute `run.jl` in a terminal, typically like +so (in Linux): ``` > julia run.jl -c <config> -- GitLab