From 40b91cdca8dc9e6778a77baa56a79964a0e4327e Mon Sep 17 00:00:00 2001 From: Jakob Rehmann Date: Wed, 31 Jan 2024 23:47:07 +0100 Subject: [PATCH 1/3] added CITATION.cff --- CITATION.cff | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..7a85da7 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,28 @@ +# This CITATION.cff file was generated with cffinit. +# Visit https://bit.ly/cffinit to generate yours today! + +cff-version: 1.2.0 +title: EpiNetSim +message: >- + If you use this software, please cite it using the + metadata from this file. +type: software +authors: + - given-names: Jakob + family-names: Rehmann + email: rehmann@vsp.tu-berlin.de + affiliation: Technische Universität berlin + orcid: 'https://orcid.org/0000-0002-1666-6419' + - given-names: Sydney + family-names: Paltra + email: paltra@vsp.tu-berlin.de + affiliation: Technische Universität Berlin + orcid: 'https://orcid.org/0000-0002-4935-8586' +repository-code: 'https://github.com/matsim-vsp/epi-net-sim' +abstract: >- + EpiNetSim is an epidemiological network-based ABM toy + model written in Julia. +license: GPL-3.0 +commit: 107a59a +version: v0.1 +date-released: '2024-01-31' From 58e8b037c82c66d2c4031eb2d91e414bba84f206 Mon Sep 17 00:00:00 2001 From: Jakob Rehmann Date: Wed, 31 Jan 2024 23:47:37 +0100 Subject: [PATCH 2/3] Update CITATION.cff --- CITATION.cff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CITATION.cff b/CITATION.cff index 7a85da7..4317ab5 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -11,7 +11,7 @@ authors: - given-names: Jakob family-names: Rehmann email: rehmann@vsp.tu-berlin.de - affiliation: Technische Universität berlin + affiliation: Technische Universität Berlin orcid: 'https://orcid.org/0000-0002-1666-6419' - given-names: Sydney family-names: Paltra From 1d29815bd9cb238ac9a7001da88490e4423658d1 Mon Sep 17 00:00:00 2001 From: Jakob Rehmann Date: Wed, 31 Jan 2024 23:54:32 +0100 Subject: [PATCH 3/3] added doi --- CITATION.cff | 1 + 1 file changed, 1 insertion(+) diff --git a/CITATION.cff b/CITATION.cff index 4317ab5..69c7946 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -3,6 +3,7 @@ cff-version: 1.2.0 title: EpiNetSim +doi: 10.5281/zenodo.10602488 message: >- If you use this software, please cite it using the metadata from this file.