Skip to content

Commit

Permalink
Adjust publication infos (#14)
Browse files Browse the repository at this point in the history
* Adjust publication infos

* Update image positioning in README.md

---------

Co-authored-by: Anton Elmiger <[email protected]>
  • Loading branch information
kavonszadkowski and aelmiger committed Apr 16, 2024
1 parent 687c360 commit d463483
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<p align="center">
<img alt="AgriGaia" src="docs/docs/img/agrigaia.png" height="80"/>
<img alt="AgriGaia" src="docs/docs/img/dlr.jpg" height="80"/>
<img alt="AgriGaia" src="docs/docs/img/bmwk.png" height="80"/>
</p>
Binary file added docs/docs/img/agrigaia.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/docs/img/bmwk.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/docs/img/dlr.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,17 @@ requires = ["setuptools", "setuptools-scm"]
build-backend = "setuptools.build_meta"

[project]
name = "Syclops"
name = "syclops"
authors = [
{name = "Anton Elmiger", email = "[email protected]"},
{name = "Anton Elmiger", email = "[email protected]"},
{name = "Kai von Szadkowski", email = "[email protected]"},
]
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"]

Expand Down

0 comments on commit d463483

Please sign in to comment.