From 95c99a82050e3ed20bdd73567e1d36b6c38bc766 Mon Sep 17 00:00:00 2001 From: q9i <46249765+quantum9Innovation@users.noreply.github.com> Date: Tue, 27 Jul 2021 14:49:05 -0700 Subject: [PATCH] Add .zenodo.json Configuration for Zenodo releases, as seen here: https://zenodo.org/record/5136721 --- .zenodo.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .zenodo.json diff --git a/.zenodo.json b/.zenodo.json new file mode 100644 index 0000000..8129097 --- /dev/null +++ b/.zenodo.json @@ -0,0 +1,17 @@ +{ + "description": "

epispot


Epispot is an epidemiological analysis tool designed for modeling infectious diseases. To read more about epispot, visit the official GitHub repository at epispot/epispot.

", + "license": "GNU General Public License v3 (GPLv3)", + "title": "epispot/epispot", + "upload_type": "software", + "creators": [ + { + "affiliation": "@epispot", + "name": "quantum9innovation" + }, + { + "affiliation": "@epispot", + "name": "Quantalabs" + } + ], + "access_right": "open" +}