From e12fe1a7fdfe04ee7efc2fb97457c0c62426def6 Mon Sep 17 00:00:00 2001 From: Daniel Vedder <daniel.vedder@idiv.de> Date: Wed, 1 Feb 2023 14:53:07 +0100 Subject: [PATCH] Added CONTRIBUTORS file --- CONTRIBUTORS.md | 26 ++++++++++++++++++++++++++ README.md | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 CONTRIBUTORS.md diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md new file mode 100644 index 0000000..fc099a9 --- /dev/null +++ b/CONTRIBUTORS.md @@ -0,0 +1,26 @@ +# Contributors + +### Lead developers + +- Daniel Vedder + +- Lea Kolb + + +### Code reviewers + +- Ludmilla Figueiredo + + +### Advisors + +- Aletta Bonn + +- Kerstin Wiegand + +- Birgit Müller + + +### Supervisor + +- Guy Pe'er diff --git a/README.md b/README.md index e2d6943..94f45f5 100644 --- a/README.md +++ b/README.md @@ -75,4 +75,4 @@ You can then access all Persephone functions, such as `simulate()`. (See --- -© 2022-2023 Daniel Vedder, Lea Kolb (MIT license) +© 2022-2023 the contributors (MIT license) -- GitLab