-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Moritz-Alexander-Kern
committed
Nov 23, 2023
1 parent
2821e83
commit 3778eb9
Showing
2 changed files
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -127,3 +127,5 @@ dmypy.json | |
|
||
# Pyre type checker | ||
.pyre/ | ||
|
||
.idea/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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' |