|
a |
|
b/docs/cite.rst |
|
|
1 |
:orphan: |
|
|
2 |
|
|
|
3 |
.. _cite: |
|
|
4 |
|
|
|
5 |
How to cite Braindecode |
|
|
6 |
======================== |
|
|
7 |
|
|
|
8 |
Citing the Braindecode |
|
|
9 |
---------------------- |
|
|
10 |
|
|
|
11 |
If you are using the library in a scientific context, to cite the braindecode software, |
|
|
12 |
you can use the canonical journal article reference |
|
|
13 |
|
|
|
14 |
.. code-block:: bibtex |
|
|
15 |
|
|
|
16 |
@article {HBM:HBM23730, |
|
|
17 |
author = {Schirrmeister, Robin Tibor and Springenberg, Jost Tobias and Fiederer, |
|
|
18 |
Lukas Dominique Josef and Glasstetter, Martin and Eggensperger, Katharina and Tangermann, Michael and |
|
|
19 |
Hutter, Frank and Burgard, Wolfram and Ball, Tonio}, |
|
|
20 |
title = {Deep learning with convolutional neural networks for EEG decoding and visualization}, |
|
|
21 |
journal = {Human Brain Mapping}, |
|
|
22 |
issn = {1097-0193}, |
|
|
23 |
url = {http://dx.doi.org/10.1002/hbm.23730}, |
|
|
24 |
doi = {10.1002/hbm.23730}, |
|
|
25 |
month = {aug}, |
|
|
26 |
year = {2017}, |
|
|
27 |
keywords = {electroencephalography, EEG analysis, machine learning, end-to-end learning, brain–machine interface, |
|
|
28 |
brain–computer interface, model interpretability, brain mapping}, |
|
|
29 |
} |
|
|
30 |
|
|
|
31 |
|
|
|
32 |
Citing the MNE |
|
|
33 |
------------------------------------- |
|
|
34 |
|
|
|
35 |
Braindecode is built on top of the `MNE-Python <https://mne.tools>`_ software. |
|
|
36 |
you can use the DOIs provided by `Zenodo <https://doi.org/10.5281/zenodo.592483>`_. |
|
|
37 |
Additionally, we also ask that when citing the MNE-Python package, |
|
|
38 |
you cite the canonical journal article reference below: |
|
|
39 |
|
|
|
40 |
|
|
|
41 |
.. code-block:: bibtex |
|
|
42 |
|
|
|
43 |
@article{10.3389/fnins.2013.00267, |
|
|
44 |
author={Gramfort, Alexandre and Luessi, Martin and Larson, Eric and Engemann, |
|
|
45 |
Denis and Strohmeier, Daniel and Brodbeck, Christian and Goj, Roman and Jas, |
|
|
46 |
Mainak and Brooks, Teon and Parkkonen, Lauri and Hämäläinen, Matti}, |
|
|
47 |
title={{MEG and EEG data analysis with MNE-Python}}, |
|
|
48 |
journal={Frontiers in Neuroscience}, |
|
|
49 |
volume={7}, |
|
|
50 |
pages={267}, |
|
|
51 |
year={2013}, |
|
|
52 |
url={https://www.frontiersin.org/article/10.3389/fnins.2013.00267}, |
|
|
53 |
doi={10.3389/fnins.2013.00267}, |
|
|
54 |
issn={1662-453X}, |
|
|
55 |
} |
|
|
56 |
|
|
|
57 |
|
|
|
58 |
|
|
|
59 |
Citing other algorithms |
|
|
60 |
----------------------- |
|
|
61 |
|
|
|
62 |
Depending on your research topic, it may also be appropriate to cite related |
|
|
63 |
method papers, some of which are listed in the documentation strings of the |
|
|
64 |
relevant functions or methods. We recommend always check the documentation |
|
|
65 |
of the function. |