From 3925feb2b602921a5f59e83b519acffa735d4f71 Mon Sep 17 00:00:00 2001 From: Dennis Klein Date: Thu, 1 Sep 2022 15:35:53 +0200 Subject: [PATCH] build: Add config for zenodo.org import --- .zenodo.json | 83 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 .zenodo.json diff --git a/.zenodo.json b/.zenodo.json new file mode 100644 index 00000000..00289c59 --- /dev/null +++ b/.zenodo.json @@ -0,0 +1,83 @@ +{ + "creators": [ + { + "name": "Al-Turany, Mohammad" + }, + { + "name": "Klein, Dennis" + }, + { + "name": "Kollegger, Thorsten" + }, + { + "name": "Rybalchenko, Alexey" + }, + { + "name": "Winckler, Nicolas" + } + ], + "contributors": [ + { + "type": "Other", + "name": "Aphecetche, Laurent" + }, + { + "type": "Other", + "name": "Binet, Sebastien" + }, + { + "type": "Other", + "name": "Eulisse, Giulio" + }, + { + "type": "Other", + "name": "Karabowicz, Radoslaw" + }, + { + "type": "Other", + "name": "Kretz, Matthias" + }, + { + "type": "Other", + "name": "Krzewicki, Mikolaj" + }, + { + "type": "Other", + "name": "Lebedev, Andrey" + }, + { + "type": "Other", + "name": "Mrnjavac, Teo" + }, + { + "type": "Other", + "name": "Neskovic, Gvozden" + }, + { + "type": "Other", + "name": "Richter, Matthias" + }, + { + "type": "Other", + "name": "Tacke, Christian" + }, + { + "type": "Other", + "name": "Uhlig, Florian" + }, + { + "type": "Other", + "name": "Wenzel, Sandro" + } + ], + "description": "C++ Message Queuing Library and Framework", + "related_identifiers": [ + { + "identifier": "https://github.com/FairRootGroup/FairMQ/", + "relation": "isSupplementTo", + "resource_type": "software", + "scheme": "url" + } + ], + "title": "FairMQ" +}