From 9f2646813d83b8fd3b1da6b1a5242a36cc0e1ce8 Mon Sep 17 00:00:00 2001 From: Tobias Date: Tue, 27 Apr 2021 12:02:59 +0200 Subject: [PATCH] added zenodo support --- .zenodo.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .zenodo.json diff --git a/.zenodo.json b/.zenodo.json new file mode 100644 index 0000000..0c9365f --- /dev/null +++ b/.zenodo.json @@ -0,0 +1,14 @@ +{ + "creators": [ + { + "affiliation": "Chair of Proteomics and Bioanalytics, Technical University of Munich, Germany", + "name": "Tobias Schmidt", + "orcid": "0000-0002-1883-6514" + }, + { + "affiliation": "Chair of Proteomics and Bioanalytics, Technical University of Munich, Germany", + "name": "Patroklos Samaras", + "orcid": "0000-0001-6042-1585" + } + ] +}