From 79cfb74f1f9ef3db7b29b759884818983c7bb17c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de>
Date: Fri, 15 Jul 2022 13:39:01 +0200
Subject: [PATCH] Add project info and publications

---
 docs/api-reference/index.md |  2 +-
 docs/development/index.md   |  2 +-
 docs/project-info.md        | 30 ++++++++++++++++++++++++++++++
 docs/publications.md        | 17 +++++++++++++++++
 4 files changed, 49 insertions(+), 2 deletions(-)
 create mode 100644 docs/project-info.md
 create mode 100644 docs/publications.md

diff --git a/docs/api-reference/index.md b/docs/api-reference/index.md
index 63326e4f0..fd3c1435b 100644
--- a/docs/api-reference/index.md
+++ b/docs/api-reference/index.md
@@ -1,5 +1,5 @@
 ---
 title: API Reference
 has_children: true
-nav_order: 9
+nav_order: 11
 ---
\ No newline at end of file
diff --git a/docs/development/index.md b/docs/development/index.md
index fc4447286..a427c98d6 100644
--- a/docs/development/index.md
+++ b/docs/development/index.md
@@ -1,5 +1,5 @@
 ---
 title: Development
 has_children: true
-nav_order: 8
+nav_order: 10
 ---
\ No newline at end of file
diff --git a/docs/project-info.md b/docs/project-info.md
new file mode 100644
index 000000000..923df7fd8
--- /dev/null
+++ b/docs/project-info.md
@@ -0,0 +1,30 @@
+---
+title: Project Info
+has_children: false
+nav_order: 8
+---
+
+# Project Info
+
+Theodolite is open-source research software, actively maintained at Kiel University's [Software Engineering Group](https://www.se.informatik.uni-kiel.de).
+
+## Getting Help
+
+To get support with using Theodolite, feel free to directly contact [Sören Henning](https://www.se.informatik.uni-kiel.de/en/team/soeren-henning-m-sc).
+You might also want to raise an issue on [GitHub](http://github.com/cau-se/theodolite).
+
+## Project Management
+
+Theodolite's internal development including issue boards, merge requests and extensive CI pipelines is tracked in our [internal GitLab](https://git.se.informatik.uni-kiel.de/she/theodolite). We provide a public mirror on GitHub, [cau-se/theodolite](http://github.com/cau-se/theodolite), where we are also happy to welcome issues and pull requests.
+
+## Contributors
+
+* [Sören Henning](https://www.se.informatik.uni-kiel.de/en/team/soeren-henning-m-sc) (Maintainer)
+* [Jan Bensien](https://oceanrep.geomar.de/id/eprint/52342/)
+* [Lorenz Boguhn](https://github.com/lorenzboguhn)
+* [Simon Ehrenstein](https://github.com/sehrenstein)
+* [Willi Hasselbring](https://www.se.informatik.uni-kiel.de/en/team/prof.-dr.-wilhelm-willi-hasselbring)
+* [Tobias Pfandzelter](https://pfandzelter.com/)
+* [Björn Vonheiden](https://github.com/bvonheid)
+* [Benedikt Wetzel](https://github.com/benediktwetzel)
+* [Max Wiedenhöft](https://www.linkedin.com/in/maxwiedenhoeft/)
diff --git a/docs/publications.md b/docs/publications.md
new file mode 100644
index 000000000..418476901
--- /dev/null
+++ b/docs/publications.md
@@ -0,0 +1,17 @@
+---
+title: Publications
+has_children: false
+nav_order: 9
+---
+
+# Publications
+
+Below you can find a list of publications that are directly related to Theodolite:
+
+* S. Henning and W. Hasselbring. “A Configurable Method for Benchmarking Scalability of Cloud-Native Applications”. In: *Empirical Software Engineering* (2022). In press. DOI: 10.
+1007/s10664-022-10162-1.
+* T. Pfandzelter, S. Henning, T. Schirmer, W. Hasselbring, and D. Bermbach. “[Streaming vs. Functions: A Cost Perspective on Cloud Event Processing](https://arxiv.org/pdf/2204.11509.pdf)”. In: *IEEE International Conference on Cloud Engineering*. 2022. In press.
+* S. Henning and W. Hasselbring. “Demo Paper: Benchmarking Scalability of Cloud-Native Applications with Theodolite”. In: *IEEE International Conference on Cloud Engineering*. 2022. In press.
+* S. Henning, B. Wetzel, and W. Hasselbring. “[Reproducible Benchmarking of Cloud-Native Applications With the Kubernetes Operator Pattern](http://ceur-ws.org/Vol-3043/short5.pdf)”. In: *Symposium on Software Performance*. 2021.
+* S. Henning and W. Hasselbring. “[How to Measure Scalability of Distributed Stream Processing Engines?](https://research.spec.org/icpe_proceedings/2021/companion/p85.pdf)” In: *Companion of the ACM/SPEC International Conference on Performance Engineering*. 2021. DOI: [10.1145/3447545.3451190](https://doi.org/10.1145/3447545.3451190).
+* S. Henning and W. Hasselbring. “[Theodolite: Scalability Benchmarking of Distributed Stream Processing Engines in Microservice Architectures](https://arxiv.org/abs/2009.00304)”. In: *Big Data Research* 25 (2021). DOI: [10.1016/j.bdr.2021.100209](https://doi.org/10.1016/j.bdr.2021.100209).
-- 
GitLab