diff --git a/.zenodo.json b/.zenodo.json new file mode 100644 index 0000000..6fbeeb6 --- /dev/null +++ b/.zenodo.json @@ -0,0 +1,51 @@ +{ + "creators": [ + { + "orcid": "0000-0003-1255-7300", + "affiliation": "Institute for Advanced Simulation (IAS-6), Jülich Research Centre, Jülich, Germany", + "name": "Denker, Michael" + }, + { + "orcid": "0000-0001-7292-1982", + "affiliation": "Institute for Advanced Simulation (IAS-6), Jülich Research Centre, Jülich, Germany", + "name": "Kern, Moritz" + }, + { + "orcid": "0009-0003-9352-9826", + "affiliation": "BioMEMS Lab, University of Applied Sciences Aschaffenburg, Germany", + "name": "Richter, Felician" + } + ], + + "title": "Elephant 1.1.0b1", + + "keywords": [ + "neuroscience", + "neurophysiology", + "electrophysiology", + "statistics", + "data-analysis" + ], + + "license": { + "id": "BSD-3-Clause" + }, + + "related_identifiers": [ + { + "scheme": "doi", + "identifier": "10.12751/incf.ni2018.0019", + "relation": "isDocumentedBy", + "resource_type": "publication-article" + } + ], + + "grants": [ + {"id": "604102"}, + {"id": "720270"}, + {"id": "785907"}, + {"id": "945539"} + ], + + "upload_type": "software" +} diff --git a/CITATION.cff b/CITATION.cff deleted file mode 100644 index 563aecf..0000000 --- a/CITATION.cff +++ /dev/null @@ -1,40 +0,0 @@ -# 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