From c59e190df57c952218ba4c9e4377444b14f0f396 Mon Sep 17 00:00:00 2001 From: Mitchell Olsthoorn Date: Wed, 25 Oct 2023 17:40:58 +0200 Subject: [PATCH] build: add zenodo config The Zenodo configuration file automatically configures the Zenodo metadata for the software entity publication. --- .zenodo.json | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 .zenodo.json diff --git a/.zenodo.json b/.zenodo.json new file mode 100644 index 0000000..f6ee0f6 --- /dev/null +++ b/.zenodo.json @@ -0,0 +1,35 @@ +{ + "upload_type": "dataset", + "creators": [ + { + "orcid": "0000-0003-0551-6690", + "affiliation": "Delft University of Technology", + "name": "Olsthoorn, Mitchell" + }, + { + "orcid": "0009-0003-7843-2372", + "affiliation": "Delft University of Technology", + "name": "Stallenberg, Dimitri" + }, + { + "orcid": "0000-0002-7395-3588", + "affiliation": "Delft University of Technology", + "name": "Panichella, Annibale" + } + ], + "access_right": "open", + "license": "Apache-2.0", + "keywords": [ + "syntest", + "syntest-framework", + "testing", + "search-based-software-engineering", + "search-based-software-testing", + "automated-test-generation" + ], + "communities": [ + { + "identifier": "syntest" + } + ] +}