From 84d589effd01d7b4f73f4aa68a490ee79086662b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de> Date: Mon, 5 Dec 2022 11:17:22 +0100 Subject: [PATCH] Update how to cite --- CITATION.cff | 14 +++++++------- README.md | 10 ++++++++-- codemeta.json | 2 +- 3 files changed, 16 insertions(+), 10 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 0ce67d554..ef59a12fa 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -11,7 +11,7 @@ title: Theodolite version: "0.8.2" repository-code: "https://github.com/cau-se/theodolite" license: "Apache-2.0" -doi: "10.1016/j.bdr.2021.100209" +doi: "10.1007/s10664-022-10162-1" preferred-citation: type: article authors: @@ -21,9 +21,9 @@ preferred-citation: - family-names: Hasselbring given-names: Wilhelm orcid: "https://orcid.org/0000-0001-6625-4335" - doi: "10.1016/j.bdr.2021.100209" - journal: "Big Data Research" - month: 7 - title: "Theodolite: Scalability Benchmarking of Distributed Stream Processing Engines in Microservice Architectures" - volume: 25 - year: 2021 + doi: "10.1007/s10664-022-10162-1" + journal: "Empirical Software Engineering" + month: 8 + title: "A Configurable Method for Benchmarking Scalability of Cloud-Native Applications" + volume: 27 + year: 2022 diff --git a/README.md b/README.md index a93be9469..e265655b3 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ > A theodolite is a precision optical instrument for measuring angles between designated visible points in the horizontal and vertical planes. -- <cite>[Wikipedia](https://en.wikipedia.org/wiki/Theodolite)</cite> -Theodolite is a framework for benchmarking the horizontal and vertical scalability of cloud-native applications. +Theodolite is a framework for benchmarking the horizontal and vertical scalability of cloud-native applications in Kubernetes. ## Quickstart @@ -27,4 +27,10 @@ Documentation on Theodolite itself as well as regarding its benchmarking method If you use Theodolite, please cite -> Sören Henning and Wilhelm Hasselbring. (2021). Theodolite: Scalability Benchmarking of Distributed Stream Processing Engines in Microservice Architectures. Big Data Research, Volume 25. DOI: [10.1016/j.bdr.2021.100209](https://doi.org/10.1016/j.bdr.2021.100209). arXiv:[2009.00304](https://arxiv.org/abs/2009.00304). +> Sören Henning and Wilhelm Hasselbring. “A Configurable Method for Benchmarking Scalability of Cloud-Native Applicationsâ€. In: *Empirical Software Engineering* 27. 2022. DOI: [10.1007/s10664-022-10162-1](https://doi.org/10.1007/s10664-022-10162-1). + +When referring to our stream processing benchmarks, please cite + +> Sören Henning and Wilhelm Hasselbring. “Theodolite: Scalability Benchmarking of Distributed Stream Processing Engines in Microservice Architecturesâ€. In: *Big Data Research* 25. 2021. DOI: [10.1016/j.bdr.2021.100209](https://doi.org/10.1016/j.bdr.2021.100209). arXiv:[2009.00304](https://arxiv.org/abs/2009.00304). + +See our website for a [list of publications](https://www.theodolite.rocks/publications.html) directly related to Theodolite. \ No newline at end of file diff --git a/codemeta.json b/codemeta.json index caf403217..476710862 100644 --- a/codemeta.json +++ b/codemeta.json @@ -14,7 +14,7 @@ "relatedLink": [ "https://www.theodolite.rocks" ], - "referencePublication": "https://doi.org/10.1016/j.bdr.2021.100209", + "referencePublication": "https://doi.org/10.1007/s10664-022-10162-1", "programmingLanguage": [ "Kotlin", "Java", -- GitLab