Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"creators": [
{
"affiliation": "Blue Brain Project, EPFL",
"name": "Damart, Tanguy Pierre Louis",
"orcid": "0000-0003-2175-7304"
"name": "Mandge, Darshan",
"orcid": "0000-0002-7104-4604"
},
{
"affiliation": "Blue Brain Project, EPFL",
Expand All @@ -16,8 +16,8 @@
},
{
"affiliation": "Blue Brain Project, EPFL",
"name": "Mandge, Darshan",
"orcid": "0000-0002-7104-4604"
"name": "Damart, Tanguy Pierre Louis",
"orcid": "0000-0003-2175-7304"
},
{
"affiliation": "Blue Brain Project, EPFL",
Expand Down
4 changes: 2 additions & 2 deletions AUTHORS.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Tanguy Damart @ BBP
Aurélien Jaquier @ BBP
Darshan Mandge @ BBP
Aurélien Jaquier @ BBP
Tanguy Damart @ BBP
Ilkan Kilic @ BBP
Anil Tuncel @ BBP
Alexis Arnaudon @ BBP
Expand Down
8 changes: 4 additions & 4 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ doi: 10.5281/zenodo.8283490
url: https://doi.org/10.5281/zenodo.8283490
abstract: "BluePyEModel is a Python package facilitating the configuration and execution of electrical neuron model (e-model) building tasks. It covers tasks such as extraction of electrical features from electrophysiology data, e-model parameters optimisation and model validation. As such, it builds on top of eFEL, BluePyEfe and BluePyOpt."
authors:
- family-names: "Damart"
given-names: "Tanguy"
- family-names: "Jaquier"
given-names: "Aurélien"
- family-names: "Mandge"
given-names: "Darshan"
- family-names: "Jaquier"
given-names: "Aurélien"
- family-names: "Damart"
given-names: "Tanguy"
- family-names: "Kilic"
given-names: "Ilkan"
- family-names: "Tuncel"
Expand Down
13 changes: 12 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,21 @@ Note that this package only covers e-model building based on patch-clamp data an

How to cite
-----------
If you use this repository in your work, please refer to the ``Cite this repository`` button at the top of the repository page to get various citation formats, including APA and BibTeX.
If you use this repository in your work, please use the ``Cite this repository`` button at the top of the repository page to get various citation formats, including APA and BibTeX.

For detailed citation information, please refer to the `CITATION.cff <./CITATION.cff>`_ file.

Additionally, to cite software used for different steps of the pipeline, please use these :

- Optimisation and Validation:
- ``BluePyOpt``: `Van Geit et al., 2016 <https://doi.org/10.3389/fninf.2016.00017>`_
- ``NEURON``: The NEURON Book: Carnevale and Hines 2006 : https://doi.org/10.1017/CBO9780511541612

- Feature Extraction:
- ``eFEL``: `Zenodo DOI: 10.5281/zenodo.593869 <https://doi.org/10.5281/zenodo.593869>`_
- ``BluePyEfe``: `Zenodo DOI: 10.5281/zenodo.3728191 <https://doi.org/10.5281/zenodo.3728191>`_

- Ion Channel Selector: `Me-Features-to-Mo-ID Mapping <https://github.com/BlueBrain/me-features-to-mo-ID-mapping>`_: paper: `Roussel et al., 2023 <https://doi.org/10.1371/journal.pcbi.1010058>`_

Installation
------------
Expand Down
Loading
Loading