From 9e6407de7258ae6375b362447aa44995bb252deb Mon Sep 17 00:00:00 2001 From: lmalina Date: Sun, 8 Sep 2024 16:39:45 +0200 Subject: [PATCH] Adding .zenodo.json (#59) --- .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..4fc4d94 --- /dev/null +++ b/.zenodo.json @@ -0,0 +1,35 @@ +{ + "creators": [ + { + "name": "Lukáš Malina", + "affiliation": "DESY", + "orcid": "0000-0002-4673-6035" + }, + { + "name": "Thorsten Hellert", + "affiliation": "LBNL", + "orcid": "0000-0002-2797-0926" + }, + { + "name": "Simone Liuzzo", + "affiliation": "ESRF", + "orcid": "0000-0003-3596-4654" + }, + { + "name": "Elaf Musa", + "affiliation": "DESY" + }, + { + "name": "Lina Hoummi", + "affiliation": "ESRF", + "orcid": "0009-0002-7631-3313" + }, + { + "name": "Bianca Veglia", + "affiliation": "DESY" + } + + ], + "title": "pySC", + "description": "Python library for simulated commissioning of storage-ring particle accelerators." +} \ No newline at end of file