From 7556773f3f6f290453ee95a636ef369b1a7ee810 Mon Sep 17 00:00:00 2001 From: JoeZiminski Date: Tue, 20 Jan 2026 17:31:45 +0000 Subject: [PATCH] Add citation. --- CITATION.CFF | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 CITATION.CFF diff --git a/CITATION.CFF b/CITATION.CFF new file mode 100644 index 0000000..4274d86 --- /dev/null +++ b/CITATION.CFF @@ -0,0 +1,25 @@ +cff-version: 1.2.0 +title: spikewrap +message: >- + If you use spikewrap in your work, please cite the following Zenodo DOI. + Please also cite SpikeInterface, which contains all the processing tools + that are wrapped in spikewrap. +authors: + - given-names: Joseph J. + family-names: Ziminski + orcid: 'https://orcid.org/0000-0003-4286-6868' + email: joseph.j.ziminski@gmail.com +identifiers: + - type: doi + value: 10.5281/zenodo.18316830 + description: 'A collection of archived snapshots of spikewrap on Zenodo.' +repository-code: 'https://github.com/neuroinformatics-unit/spikewrap' +url: 'https://spikewrap.neuroinformatics.dev/' +abstract: >- + A Python package for managing extracellular electrophysiology pipelines. +keywords: + - neuroscience + - systems neuroscience + - extracellular electrophysiology + - spike sorting +license: CC-BY-4.0