From f470f620fcb0e8ecb5d681b43b480cdc77069d6f Mon Sep 17 00:00:00 2001 From: Joshua Moore <102399896+joshuabmoore@users.noreply.github.com> Date: Sat, 7 Feb 2026 10:14:45 +1100 Subject: [PATCH] Create CITATION.cff for pyspi software Added citation file for pyspi software with authors and identifiers. --- CITATION.cff | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..c82e793 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,24 @@ +cff-version: 1.2.0 +title: pyspi: Python Toolkit of Statistics for Pairwise Interactions +message: If you use this software, please cite both the article from preferred-citation and the software itself. +type: software +authors: + - given-names: Oliver M. + family-names: Cliff + - given-names: Annie G. + family-names: Bryant + - given-names: Joseph T. + family-names: Lizier + - family-names: Tsuchiya + given-names: Naotsugu + - given-names: Ben D. + family-names: Fulcher +identifiers: + - type: doi + value: 10.1038/s43588-023-00519-x + description: The journal article of the encompassing paper. +repository-code: 'https://github.com/DynamicsAndNeuralSystems/pyspi' +keywords: + - pairwise-interactions + - time-series analysis +license: GPL-3.0