From 87956baca47508271a6cff18306f013c5e6a96eb Mon Sep 17 00:00:00 2001 From: Leon Oostrum Date: Tue, 14 Jul 2020 14:33:02 +0200 Subject: [PATCH] Add .zenodo.json --- .zenodo.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .zenodo.json diff --git a/.zenodo.json b/.zenodo.json new file mode 100644 index 0000000..268f9fb --- /dev/null +++ b/.zenodo.json @@ -0,0 +1,31 @@ +{ + "creators": [ + { + "affiliation": "Netherlands eScience Center", + "name": "Attema, Jisk", + "orcid": "0000-0002-0948-1176" + }, + { + "affiliation": "ASTRON / UvA", + "name": "Oostrum, Leon", + "orcid": "0000-0001-8724-8372" + }, + { + "affiliation": "ASTRON / UvA", + "name": "Leeuwen van, Joeri", + "orcid": "0000-0002-7587-6352" + } + ], + "keywords": [ + "PSRDada", + "Python3", + "Astrophysics", + "Pulsars", + "Fast Radio Bursts FRB", + "Data processing" + ], + "license": { + "id": "Apache-2.0" + }, + "title": "dadafits" +}