From e005af68a0005a6ed32e37d3ce186430ba7ce764 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arthur=20M=C3=BChl?= Date: Tue, 19 Aug 2025 12:34:59 +0200 Subject: [PATCH] Create CITATION.cff Added a citation.cff file for publishing the method to the methods hub --- CITATION.cff | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..1732219 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,27 @@ +# This CITATION.cff file was generated with cffinit. +# Visit https://bit.ly/cffinit to generate yours today! + +cff-version: 1.2.0 +title: WhatsR +message: >- + If you use this software, please cite it using the + metadata from this file. +type: software +authors: + - given-names: Julian + family-names: Kohne + email: julian.kohne@gesis.org + affiliation: GESIS - Leibniz-Institut für Sozialwissenschaften + orcid: 'https://orcid.org/0000-0002-6710-7545' + - given-names: Christian + family-names: Montag + orcid: 'https://orcid.org/0000-0001-8112-0837' + affiliation: University of Macau + email: cmontag@um.edu.mo +identifiers: + - type: doi + value: 10.3758/s13428-023-02276-1 + - type: doi + value: 10.5281/zenodo.7875621 +repository-code: 'https://github.com/gesiscss/WhatsR' +license: GPL-3.0