From 3dc764f2715e951fa547994e3ee3f9cefe446aa8 Mon Sep 17 00:00:00 2001 From: Raphael Hagen Date: Tue, 25 Apr 2023 13:47:11 -0700 Subject: [PATCH] added .zenodo.json template --- .zenodo.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .zenodo.json diff --git a/.zenodo.json b/.zenodo.json new file mode 100644 index 0000000..cc71c23 --- /dev/null +++ b/.zenodo.json @@ -0,0 +1,22 @@ +{ + "title": "", + "description": "<Description of DOI>", + "creators": [ + { + "name": "Creator Name 1", + "affiliation": "CarbonPlan", + "orcid": "" + }, + { + "name": "Creator Name 2", + "affiliation": "CarbonPlan", + "orcid": "" + } + + ], + "upload_type": "<ex: software>", + "keywords": [ + "<keyword_1>", + "<keyword_2>", + + ] \ No newline at end of file