From 47c17c474c0a5ea134c23cdcb64929bfdafcd5e5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de>
Date: Fri, 20 Aug 2021 11:27:21 +0200
Subject: [PATCH] Add preferred citation

---
 CITATION.cff | 21 +++++++++++++++++----
 1 file changed, 17 insertions(+), 4 deletions(-)

diff --git a/CITATION.cff b/CITATION.cff
index b6afbc8d7..52e6e1328 100644
--- a/CITATION.cff
+++ b/CITATION.cff
@@ -1,12 +1,10 @@
 cff-version: "1.1.0"
 message: "If you use Theodolite, please cite it using these metadata."
 authors: 
-  -
-    family-names: Henning
+  - family-names: Henning
     given-names: "Sören"
     orcid: "https://orcid.org/0000-0001-6912-2549"
-  -
-    family-names: Hasselbring
+  - family-names: Hasselbring
     given-names: Wilhelm
     orcid: "https://orcid.org/0000-0001-6625-4335"
 title: Theodolite
@@ -14,3 +12,18 @@ version: "0.4.0"
 repository-code: "https://github.com/cau-se/theodolite"
 license: "Apache-2.0"
 doi: "10.1016/j.bdr.2021.100209"
+preferred-citation:
+  type: article
+  authors: 
+    - family-names: Henning
+      given-names: "Sören"
+      orcid: "https://orcid.org/0000-0001-6912-2549"
+    - 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
-- 
GitLab