1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
|
.. _cite:
How to cite MNE-Python
======================
Citing the software
-------------------
To cite specific version numbers of the software, you can use the DOIs provided
by `Zenodo <https://doi.org/10.5281/zenodo.592483>`_; look for the "versions"
list in the sidebar to find the correct DOI for the version you used in your
work (or to cite the project in a general way, use
https://doi.org/10.5281/zenodo.592483). Additionally, we ask that when citing
MNE-Python you also cite the canonical journal article reference
:footcite:`GramfortEtAl2013a`:
.. footbibliography::
.. dropdown:: BibTeX for MNE-Python
:color: info
:icon: typography
.. include:: ../references.bib
:code: bibtex
:start-after: % MNE-Python reference
:end-before: % everything else
Citing the inverse imaging algorithms
-------------------------------------
To cite MNE-C or the inverse imaging implementations provided by the MNE
software, please use :footcite:`GramfortEtAl2014`:
.. footbibliography::
.. dropdown:: BibTeX for inverse algorithms / MNE-C
:color: info
:icon: typography
.. include:: ../references.bib
:code: bibtex
:start-after: % MNE-C reference
:end-before: % MNE-Python reference
Citing other algorithms
-----------------------
Depending on your research topic, it may also be appropriate to cite related
method papers, some of which are listed in the documentation strings of the
relevant functions or methods. All references cited in the MNE-Python codebase
and documentation are collected in the :ref:`general_bibliography`.
|