From 3778eb9c035138d36121b36a0a04f57beb7627ab Mon Sep 17 00:00:00 2001 From: Moritz-Alexander-Kern Date: Thu, 23 Nov 2023 13:29:09 +0100 Subject: [PATCH] add citation.cff --- .gitignore | 2 ++ CITATION.cff | 40 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 CITATION.cff diff --git a/.gitignore b/.gitignore index 731bdc0..e4fb322 100644 --- a/.gitignore +++ b/.gitignore @@ -127,3 +127,5 @@ dmypy.json # Pyre type checker .pyre/ + +.idea/ \ No newline at end of file diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..563aecf --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,40 @@ +# This CITATION.cff file was generated with cffinit. +# Visit https://bit.ly/cffinit to generate yours today! + +cff-version: 1.2.0 +title: Elephant +message: Please cite this software using these metadata. +type: software +authors: + - given-names: Michael + family-names: Denker + affiliation: >- + Institute of Neuroscience and Medicine (INM-6) and + Institute for Advanced Simulation (IAS-6) and + JARA-Institute Brain Structure-Function Relationships + (INM-10), Jülich Research Centre, Jülich, Germany + orcid: 'https://orcid.org/0000-0003-1255-7300' + - given-names: Moritz + family-names: Kern + affiliation: >- + Institute of Neuroscience and Medicine (INM-6) and + Institute for Advanced Simulation (IAS-6) and + JARA-Institute Brain Structure-Function Relationships + (INM-10), Jülich Research Centre, Jülich, Germany + orcid: 'https://orcid.org/0000-0001-7292-1982' +identifiers: + - type: doi + value: 10.12751/incf.ni2018.0019 + description: Concept of publication +repository-code: 'https://github.com/NeuralEnsemble/elephant' +url: 'http://python-elephant.org' +keywords: + - neuroscience + - neurophysiology + - electrophysiology + - statistics + - data-analysis +license: BSD-3-Clause +commit: 77274f6 +version: 1.0.0 +date-released: '2023-11-10' \ No newline at end of file