From bb18edbbb373abfb582f7cc8e7ce2242d89e95f3 Mon Sep 17 00:00:00 2001 From: Jakub Dranczewski Date: Thu, 25 Apr 2024 14:50:09 +0100 Subject: [PATCH] Citation metadata --- CITATION.cff | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..280ac6e --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,15 @@ +# This CITATION.cff file was generated with cffinit. +# Visit https://bit.ly/cffinit to generate yours today! + +cff-version: 1.2.0 +title: puzzlepiece +message: Please cite this software using these metadata. +type: software +authors: + - given-names: Jakub + family-names: Dranczewski + email: jbd17@ic.ac.uk + orcid: 'https://orcid.org/0000-0002-8946-2214' +repository-code: 'https://github.com/jdranczewski/puzzlepiece' +url: 'https://puzzlepiece.readthedocs.io/' +license: Apache-2.0