diff --git a/README.md b/README.md index 590e0f04..d9994fb6 100644 --- a/README.md +++ b/README.md @@ -37,3 +37,8 @@ configs = cs.sample_configuration(2) date = {2019}, } ``` + +## Sponsorship + +The maintenance and development of ConfigSpace is partially funded by the Alexander von Humboldt Foundation through an Alexander von Humboldt Professorship awarded to Prof. Holger H. Hoos. + diff --git a/docs/sponsorship.md b/docs/sponsorship.md new file mode 100644 index 00000000..61815a44 --- /dev/null +++ b/docs/sponsorship.md @@ -0,0 +1,7 @@ +## Sponsorship + +Thanks to all the sponsors making ConfigSpace possible! + +### Alexander von Humdboldt Foundation + +The maintenance and development of ConfigSpace is partially funded by the Alexander von Humboldt Foundation through an Alexander von Humboldt Professorship awarded to Prof. Holger H. Hoos. diff --git a/mkdocs.yml b/mkdocs.yml index d30c4f23..96be3c03 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -175,3 +175,4 @@ nav: - Serialization: "reference/serialization.md" - Util: "reference/util.md" - API: "api/" + - Sponsorship: "sponsorship.md"