diff --git a/README.md b/README.md index dbbbadc..55880e6 100644 --- a/README.md +++ b/README.md @@ -141,4 +141,14 @@ syclops -da output/2022-09-01_12-00-00 # 🙏 Acknowledgements -We would like to thank [@tik0](https://github.com/tik0), [@hwuebben](https://github.com/hwuebben) and [@frahe-ama](https://github.com/frahe-ama) for their valuable feedback during the development of Syclops. Their insightful discussions have played a role in shaping the project and setting its direction. We appreciate the involvement and expertise they have brought to the project. +We would like to thank our colleagues Timo Korthals ([@tik0](https://github.com/tik0)), Henning Wübben ([@hwuebben](https://github.com/hwuebben)), Florian Rahe ([@frahe-ama](https://github.com/frahe-ama)), Thilo Steckel and Stefan Stiene for their valuable feedback during the development of Syclops. Their involvement and the resulting insightful discussions have played a key role in shaping the project and setting its direction. + +Syclops was developed in the research project Agri-Gaia. This work was supported by the German Federal Ministry for Economic Affairs and Climate Action within the Agri-Gaia project (grant number: 01MK21004A). The DFKI +Niedersachsen (DFKI NI) is sponsored by the Ministry of Science and Culture of Lower +Saxony and the VolkswagenStiftung. + +

+ AgriGaia + AgriGaia + AgriGaia +

diff --git a/docs/docs/img/agrigaia.png b/docs/docs/img/agrigaia.png new file mode 100644 index 0000000..ad99f89 Binary files /dev/null and b/docs/docs/img/agrigaia.png differ diff --git a/docs/docs/img/bmwk.png b/docs/docs/img/bmwk.png new file mode 100644 index 0000000..ad2070a Binary files /dev/null and b/docs/docs/img/bmwk.png differ diff --git a/docs/docs/img/dlr.jpg b/docs/docs/img/dlr.jpg new file mode 100644 index 0000000..be12069 Binary files /dev/null and b/docs/docs/img/dlr.jpg differ diff --git a/pyproject.toml b/pyproject.toml index 66af079..32be63d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,16 +3,17 @@ requires = ["setuptools", "setuptools-scm"] build-backend = "setuptools.build_meta" [project] -name = "Syclops" +name = "syclops" authors = [ - {name = "Anton Elmiger", email = "anton.elmiger@gmail.com"}, + {name = "Anton Elmiger", email = "anton.elmiger@dfki.de"}, + {name = "Kai von Szadkowski", email = "kai.von_szadkowski@dfki.de"}, ] description = "Syclops is a Python library for generating synthetic data for machine learning." readme = "README.md" requires-python = ">=3.8" license = {text = "GPLv3"} -version = "1.2.2" +version = "1.2.3" dynamic = ["dependencies"]