From 7bedba68ffa4828e3b9b63ede511d720f7df0462 Mon Sep 17 00:00:00 2001 From: Vera Clemens Date: Tue, 14 Nov 2023 17:33:47 +0100 Subject: [PATCH] feat(k8s.dataverse): add LIFE collection --- k8s/dataverse/Chart.yaml | 2 +- .../nfdi4health/dataverses/nfdi4health_life.json | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 k8s/dataverse/persona/nfdi4health/dataverses/nfdi4health_life.json diff --git a/k8s/dataverse/Chart.yaml b/k8s/dataverse/Chart.yaml index 347fd6f..dc77ea5 100644 --- a/k8s/dataverse/Chart.yaml +++ b/k8s/dataverse/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.2.0 +version: 0.2.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/k8s/dataverse/persona/nfdi4health/dataverses/nfdi4health_life.json b/k8s/dataverse/persona/nfdi4health/dataverses/nfdi4health_life.json new file mode 100644 index 0000000..a49e36b --- /dev/null +++ b/k8s/dataverse/persona/nfdi4health/dataverses/nfdi4health_life.json @@ -0,0 +1,12 @@ +{ + "name": "LIFE - Leipzig Research Center for Civilization Diseases", + "alias": "LIFE_-_Leipzig_Research_Center_for_Civilization_Diseases", + "dataverseContacts": [ + { + "contactEmail": "fb.studyhub@nfdi4health.de" + } + ], + "affiliation": "NFDI4Health", + "description": "LIFE pursues the relevant challenges in medical research, namely to support individual health maintenance from childhood to aged people and to find risks for frequent diseases and new strategies for targeted prevention and therapies.\n\nGoal of the Leipzig Research Center for Civilization Diseases (LIFE) is the investigation of civilization diseases like depression, diabetes, allergies or cardiovascular diseases. For this purpose we collect as much data as possible regarding health and living conditions of the population in Leipzig and provide these data for scientists of the University of Leipzig and other research institutions.", + "dataverseType": "UNCATEGORIZED" +} \ No newline at end of file