Skip to content

Commit d463483

Browse files
Adjust publication infos (#14)
* Adjust publication infos * Update image positioning in README.md --------- Co-authored-by: Anton Elmiger <[email protected]>
1 parent 687c360 commit d463483

File tree

5 files changed

+15
-4
lines changed

5 files changed

+15
-4
lines changed

README.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -141,4 +141,14 @@ syclops -da output/2022-09-01_12-00-00
141141

142142
# 🙏 Acknowledgements
143143

144-
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.
144+
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.
145+
146+
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
147+
Niedersachsen (DFKI NI) is sponsored by the Ministry of Science and Culture of Lower
148+
Saxony and the VolkswagenStiftung.
149+
150+
<p align="center">
151+
<img alt="AgriGaia" src="docs/docs/img/agrigaia.png" height="80"/>
152+
<img alt="AgriGaia" src="docs/docs/img/dlr.jpg" height="80"/>
153+
<img alt="AgriGaia" src="docs/docs/img/bmwk.png" height="80"/>
154+
</p>

docs/docs/img/agrigaia.png

22 KB
Loading

docs/docs/img/bmwk.png

51.6 KB
Loading

docs/docs/img/dlr.jpg

26.1 KB
Loading

pyproject.toml

+4-3
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,17 @@ requires = ["setuptools", "setuptools-scm"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
6-
name = "Syclops"
6+
name = "syclops"
77
authors = [
8-
{name = "Anton Elmiger", email = "[email protected]"},
8+
{name = "Anton Elmiger", email = "[email protected]"},
9+
{name = "Kai von Szadkowski", email = "[email protected]"},
910
]
1011
description = "Syclops is a Python library for generating synthetic data for machine learning."
1112
readme = "README.md"
1213
requires-python = ">=3.8"
1314
license = {text = "GPLv3"}
1415

15-
version = "1.2.2"
16+
version = "1.2.3"
1617

1718
dynamic = ["dependencies"]
1819

0 commit comments

Comments
 (0)