From d56fa888cd5b7d10c3bacc4154e99111d8a1c48e Mon Sep 17 00:00:00 2001 From: Lenz Fiedler Date: Thu, 30 May 2024 11:57:35 +0200 Subject: [PATCH] Added a .rodare.json file --- .rodare.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .rodare.json diff --git a/.rodare.json b/.rodare.json new file mode 100644 index 0000000..ef9c9dd --- /dev/null +++ b/.rodare.json @@ -0,0 +1,30 @@ +{ + "creators": [ + { + "name": "Fiedler, Lenz", + "affiliation": "Helmholtz-Zentrum Dresden-Rossendorf", + "orcid": "0000-0002-8311-0613" + }, + { + "name": "Cangi, Attila", + "affiliation": "Helmholtz-Zentrum Dresden-Rossendorf", + "orcid": "0000-0001-9162-262X" + }, + { + "name": "Brzoza, Bartosz", + "affiliation": "Helmholtz-Zentrum Dresden-Rossendorf", + "orcid": "0009-0007-3618-0428" + }, + { + "name": "Kotik, Daniel", + "affiliation": "Helmholtz-Zentrum Dresden-Rossendorf", + "orcid": "0000-0001-8735-3199" + } + ], + "title": "Test data for MALA", + "access_right": "open", + "upload_type": "data", + "license": "BSD-3-Clause license", + "pub_id": "39162", + "description": "This repository contains data to test, develop and debug MALA and MALA based runscripts. If you plan to do machine-learning tests (\"Does this network implementation work? Is this new data loading strategy working?\"), this is the right data to test with. It is NOT production level data!" +}