diff --git a/AUTHORS.txt b/AUTHORS.txt index 9680b0d5..90e8b111 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -7,3 +7,4 @@ Tanguy Damart @ BBP Aurélien Jaquier @ BBP Anil Tuncel @ BBP Darshan Mandge @ BBP +Ilkan Kilic @ BBP \ No newline at end of file diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 00000000..f2a56c0f --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,29 @@ +cff-version: 1.2.0 +message: "If you use this software, please cite it as below." +title: "eFEL" +doi: 10.5281/zenodo.593869 +url: https://doi.org/10.5281/zenodo.593869 +abstract: "The Electrophys Feature Extraction Library (eFEL) allows neuroscientists to automatically extract features from time series data recorded from neurons (both in vitro and in silico). Examples are the action potential width and amplitude in voltage traces recorded during whole-cell patch clamp experiments. The user of the library provides a set of traces and selects the features to be calculated. The library will then extract the requested features and return the values to the user." +authors: + - family-names: "Ranjan" + given-names: "Rajnish" + - family-names: "Van Geit" + given-names: "Werner" + - family-names: "Moor" + given-names: "Ruben" + - family-names: "Roessert" + given-names: "Christian" + - family-names: "Riquelme" + given-names: "Luis" + - family-names: "Damart" + given-names: "Tanguy" + - family-names: "Jaquier" + given-names: "Aurélien" + - family-names: "Tuncel" + given-names: "Anil" + - family-names: "Mandge" + given-names: "Darshan" + - family-names: "Kilic" + given-names: "Ilkan" +date-released: 2020-03-01 +publisher: "Zenodo" diff --git a/README.md b/README.md index eb76dfcb..bb99851a 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Citation - DOI + DOI @@ -76,31 +76,11 @@ At the moment we provide a way to automatically compile and install the library as a Python module. Instructions on how to compile the eFEL as a standalone C++ library can be found [here](http://efel.readthedocs.io/en/latest/installation.html#installing-the-c-standalone-library). +How to cite +=========== +When you use this eFEL software for your research, we ask you to cite it (this includes poster presentations) by referring to the "Cite this repository" button at the top of the repository page to get various citation formats, including APA and BibTeX. -Citation -======== - -When you use this eFEL software for your research, we ask you to cite the following publications (this includes poster presentations): - -``` - @article{efel, - title={eFEL}, - DOI={10.5281/zenodo.593869}, - url={https://doi.org/10.5281/zenodo.593869} - abstractNote={The Electrophys Feature Extraction Library (eFEL) allows neuroscientists to automatically extract features from time series data recorded from neurons (both in vitro and in silico). Examples are the action potential width and amplitude in voltage traces recorded during whole-cell patch clamp experiments. The user of the library provides a set of traces and selects the features to be calculated. The library will then extract the requested features and return the values to the user.}, - publisher={Zenodo}, - author={Ranjan, Rajnish and - Van Geit, Werner and - Moor, Ruben and - Rössert, Christian and - Riquelme, Juan Luis and - Damart, Tanguy and - Jaquier, Aurélien and - Tuncel, Anil}, - year={2023}, - month={Jul} - } -``` +For detailed citation information, please refer to the [CITATION.cff](./CITATION.cff) file. Requirements ============