From 45382823e573aa55edc6cdb51992306ad8ac9686 Mon Sep 17 00:00:00 2001 From: Jan Caron <j.caron@fz-juelich.de> Date: Wed, 18 Mar 2020 12:04:40 +0100 Subject: [PATCH] Added author list --- authors.json | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 authors.json diff --git a/authors.json b/authors.json new file mode 100644 index 0000000..f5af643 --- /dev/null +++ b/authors.json @@ -0,0 +1,42 @@ +[ + { + "displayname": "Jan Caron", + "authorname": "Caron, Jan", + "affiliation": "Jülich Research Centre, Ernst Ruska Centre (ER-C)", + "gitlab": "jan-car", + "contribution": "Design, implementation, documentation, testing, management, majority of the code", + "orcid": "0000-0002-0873-889X" + }, + { + "displayname": "Jörn Ungermann", + "authorname": "Ungermann, Jörn", + "affiliation": "Jülich Research Centre, Institute of Energy and Climate Research - Stratosphere (IEK-7)", + "gitlab": "unger", + "contribution": "Discussions, structure, reconstruction code from jutil", + "orcid": "0000-0001-9095-8332" + }, + { + "displayname": "Alexander Clausen", + "authorname": "Clausen, Alexander", + "affiliation": "Jülich Research Centre, Ernst Ruska Centre (ER-C)", + "gitlab": "clausen", + "contribution": "Discussions, structure, testing", + "orcid": "0000-0002-9555-7455" + }, + { + "displayname": "Dieter Weber", + "authorname": "Weber, Dieter", + "affiliation": "Jülich Research Centre, Ernst Ruska Centre (ER-C)", + "gitlab": "weber", + "contribution": "Discussions, structure, testing", + "orcid": "0000-0001-6635-9567" + }, + { + "displayname": "Teresa Weßels", + "authorname": "Weßels, Teresa", + "affiliation": "Jülich Research Centre, Ernst Ruska Centre (ER-C)", + "gitlab": "wessels", + "contribution": "Discussions, testing", + "orcid": "0000-0001-5526-639X" + } +] \ No newline at end of file -- GitLab