From d6815c450c8bde4f37f46ef642aedc1e432b8a5e Mon Sep 17 00:00:00 2001 From: sjaeckle <sonja.jaeckle@mevis.fraunhofer.de> Date: Fri, 26 Aug 2022 11:34:32 +0200 Subject: [PATCH] Adapted author list --- DESCRIPTION | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 710218f..9fdf1fc 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -8,9 +8,17 @@ Authors@R: c( person("Stefanie", "Grimm", role = c("aut"), email = "stefanie.grimm@itwm.fraunhofer.de"), person("Sonja", "Jäckle", role = c("aut", "cre"), - email = "sonja.jaeckle@mevis.fraunhofer.de"), + email = "sonja.jaeckle@mevis.fraunhofer.de", + comment = c(ORCID = "0000-0002-2908-299X")), person("Rieke", "Alpers", role = c("aut"), - email = "rieke.alpers@mevis.fraunhofer.de")) + email = "rieke.alpers@mevis.fraunhofer.de", + comment = c(ORCID = "0000-0001-8317-1435")), + person(c("Hong", "Phuc"), "Truong", role = c("aut"), + email = "hong.phuc.truong@itwm.fraunhofer.de"), + person("Amelie", "Lucker", role = c("ctb"), + email = "amelie.lucker@itwm.fraunhofer.de"), + person("Fraunhofer MEVIS", role = c("cph")), + person("Fraunhofer ITWM", role = c("cph"))) Description: Statistical models for specific coronavirus disease 2019 use cases at German local health authorities. All models of Statistical modelling for infectious disease management 'smidm' are part of the decision support toolkit in the 'EsteR' project. More information is published in Sonja Jäckle, Rieke Alpers, Lisa Kühne, Jakob Schumacher, Benjamin Geisler, Max Westphal "'EsteR' – A Digital Toolkit for COVID-19 Decision Support in Local Health Authorities" (2022) <doi:10.3233/SHTI220799> and Sonja Jäckle, Elias Röger, Volker Dicken, Benjamin Geisler, Jakob Schumacher, Max Westphal "A Statistical Model to Assess Risk for Supporting COVID-19 Quarantine Decisions" (2021) <doi:10.3390/ijerph18179166>. License: BSD_3_clause + file LICENSE Encoding: UTF-8 -- GitLab