From e69ff0f378a2b3dd7428c8b0cf3c0eb0dd761acc Mon Sep 17 00:00:00 2001 From: Bjoern Ludwig <bjoern.ludwig@ptb.de> Date: Sat, 21 Jan 2023 13:37:39 +0100 Subject: [PATCH] refactor(CITATION): move dataset DOI from README into CITATION.cff --- CITATION.cff | 19 +++++++++++++++++++ README.md | 8 +++----- 2 files changed, 22 insertions(+), 5 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 9347252..f1587e8 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -49,3 +49,22 @@ identifiers: version, please check the README or the Zenodo webpage. type: doi value: "10.5281/zenodo.7556142" +references: + - authors: + - given-names: Maximilian + family-names: Gruber + email: maximilian.gruber@ptb.de + affiliation: Physikalisch-Technische Bundesanstalt + - given-names: Tanja + family-names: Dorst + affiliation: ZeMA gGmbH + orcid: 'https://orcid.org/0000-0001-9756-9014' + - given-names: Anupam Prasad + family-names: Vedurmudi + email: anupam.vedurmudi@ptb.de + affiliation: Physikalisch-Technische Bundesanstalt + - title: >- + Sensor data set of one electromechanical cylinder at ZeMA testbed (ZeMA + DAQ and Smart-Up Unit) + type: dataset + doi: 10.5281/zenodo.5185953 diff --git a/README.md b/README.md index 13db9b0..cfc51a3 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,9 @@ [](https://github.com/PTB-M4D/zema_emc_annotated/releases/latest) [](https://doi.org/10.5281/zenodo.7556142) -This software provides a convenient API to access the annotated ZeMA dataset about -remaining useful life of an electro-mechanical cylinder on Zenodo -([ -](https://doi.org/10.5281/zenodo.5185953)). The code was written for _Python 3.10_. +This software provides a convenient API to access the [annotated ZeMA dataset about +remaining useful life of an electro-mechanical cylinder on +Zenodo](https://doi.org/10.5281/zenodo.5185953). The code was written for _Python 3.10_. ## Getting started -- GitLab