From 9edc02213b01354c3dffa3c101797531081d885a Mon Sep 17 00:00:00 2001 From: Florian Goth Date: Tue, 21 Sep 2021 17:29:36 +0000 Subject: [PATCH] introduce a first citation file format file. --- CITATION.cff | 20 ++++++++++++++++++++ CITATION.md | 4 ---- 2 files changed, 20 insertions(+), 4 deletions(-) create mode 100644 CITATION.cff delete mode 100644 CITATION.md diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..b0ad28d --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,20 @@ +# YAML 1.2 +--- +cff-version: "1.1.0" +title: MARQOV +message: "If you use MARQOV, please mention the following in your acknowledgements: The Monte Carlo simulations were performed with MARQOV, available at https://marqov.physik.uni-wuerzburg.de" +repository-code: "https://git.physik.uni-wuerzburg.de/marqov/marqov" +license: "GPL-3.0+, MIT" +authors: + - + family-names: Schrauth + given-names: Manuel + - + family-names: Goth + given-names: Florian + orcid: "https://orcid.org/0000-0003-2707-4790" +keywords: + - "Markov-Chain-Monte-Carlo" + - "Ising-Model" +... + diff --git a/CITATION.md b/CITATION.md deleted file mode 100644 index a11eb05..0000000 --- a/CITATION.md +++ /dev/null @@ -1,4 +0,0 @@ -## How to cite this project -If you use MARQOV, please mention the following in your acknowledgements: -The Monte Carlo simulations were performed with MARQOV, available at -[https://marqov.physik.uni-wuerzburg.de](https://marqov.physik.uni-wuerzburg.de) -- GitLab