From f36e9f9dc6e09f04e2195342dac508f1a6ac1b21 Mon Sep 17 00:00:00 2001 From: Stefan Verhoeven Date: Fri, 16 Mar 2018 14:26:52 +0100 Subject: [PATCH 1/3] Added CITATION.cff and defaults for Zenodo entry --- .zenodo.json | 4 ++++ CITATION.cff | 14 ++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 .zenodo.json create mode 100644 CITATION.cff diff --git a/.zenodo.json b/.zenodo.json new file mode 100644 index 0000000..c067717 --- /dev/null +++ b/.zenodo.json @@ -0,0 +1,4 @@ +{ + "license": "GPL-3.0", + "title": "KNIME testflow" +} diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..c28ecef --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,14 @@ +# YAML 1.2 +# Metadata for citation of this software according to the CFF format (https://citation-file-format.github.io/) +cff-version: 1.0.3 +message: If you use this software, please cite it as below. +title: KNIME testflow +doi: 10.5281/zenodo.55805 +authors: +- given-names: Stefan + family-names: Verhoeven + affiliation: Nederlands eScience Center +version: 1.0.0 +date-released: '2016-06-17' +repository-code: https://github.com/3D-e-Chem/knime-testflow +license: GPL-3.0 From e8e3f0da01ef6df116d3a8e7886a0eb1c1e4d314 Mon Sep 17 00:00:00 2001 From: Stefan Verhoeven Date: Wed, 21 Mar 2018 13:10:25 +0100 Subject: [PATCH 2/3] typo JUnit --- plugin/META-INF/MANIFEST.MF | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/META-INF/MANIFEST.MF b/plugin/META-INF/MANIFEST.MF index c8f9f02..78d79bc 100644 --- a/plugin/META-INF/MANIFEST.MF +++ b/plugin/META-INF/MANIFEST.MF @@ -1,6 +1,6 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 -Bundle-Name: Test Knime workflows from a Junit test +Bundle-Name: Test Knime workflows from a JUnit test Bundle-SymbolicName: nl.esciencecenter.e3dchem.knime.testing.plugin;singleton:=true Bundle-Version: 1.0.2.qualifier Bundle-RequiredExecutionEnvironment: JavaSE-1.8 From a6aa94edf9524a849af783d7117f6705e4d00920 Mon Sep 17 00:00:00 2001 From: Stefan Verhoeven Date: Fri, 23 Mar 2018 10:58:08 +0100 Subject: [PATCH 3/3] cff: release date should be date type not a string --- CITATION.cff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CITATION.cff b/CITATION.cff index c28ecef..636063a 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -9,6 +9,6 @@ authors: family-names: Verhoeven affiliation: Nederlands eScience Center version: 1.0.0 -date-released: '2016-06-17' +date-released: 2016-06-17 repository-code: https://github.com/3D-e-Chem/knime-testflow license: GPL-3.0