From 68960bc7c1c0c72c8f18ee5bd6e70706a33afd43 Mon Sep 17 00:00:00 2001 From: Shane Maloney Date: Thu, 28 Nov 2024 12:18:11 +0000 Subject: [PATCH] Add Zenodo file (#413) * Add Zenodo author information --- .zenodo.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .zenodo.json diff --git a/.zenodo.json b/.zenodo.json new file mode 100644 index 00000000..4b6b7aaf --- /dev/null +++ b/.zenodo.json @@ -0,0 +1,25 @@ +{ + "description": "STIXCore is the software pipeline for STIX data, turning raw telemetry into standards compliant FITS files for anaysis", + "license": "bsd-3-clause", + "title": "STIXCore", + "upload_type": "software", + "creators": [ + { + "name": "Shane Maloney", + "orcid": "0000-0002-4715-1805", + "affiliation": "Dublin Institute for Advanced Studies" + }, + { + "name": "Nicky Hochmuth", + "orcid": "0009-0005-3785-7643", + "affiliation": "Ateleris GmbH Switzerland" + }, + { + "name": "", + "orcid": "", + "affiliation": "" + } + + ], + "access_right": "open" +}