Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ENH, MRG] Add citation for intracranial JOSS paper #10616

Merged
merged 2 commits into from
May 10, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
13 changes: 13 additions & 0 deletions doc/references.bib
Original file line number Diff line number Diff line change
Expand Up @@ -1481,6 +1481,19 @@ @inproceedings{RivetEtAl2011
year = {2011}
}

@article{RockhillEtAl2022,
doi = {10.21105/joss.03897},
url = {https://doi.org/10.21105/joss.03897},
year = {2022},
publisher = {The Open Journal},
volume = {7},
number = {70},
pages = {3897},
author = {Alexander P. Rockhill and Eric Larson and Brittany Stedelin and Alessandra Mantovani and Ahmed M. Raslan and Alexandre Gramfort and Nicole C. Swann},
title = {Intracranial Electrode Location and Analysis in MNE-Python},
journal = {Journal of Open Source Software}
}

@article{Rousselet2012,
author = {Rousselet, Guillaume A.},
doi = {10.3389/fpsyg.2012.00131},
Expand Down
5 changes: 5 additions & 0 deletions tutorials/clinical/10_ieeg_localize.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@
Please note that this tutorial requires ``nibabel``, ``nilearn`` and ``dipy``
which can be installed using ``pip`` as well as 3D plotting
(see :ref:`manual-install`).

Support for intracranial electrophysiology analysis in MNE was added after
the original publication, so please cite :footcite:`RockhillEtAl2022` if you
use this module in your analysis to support the addition of new projects to
MNE.
"""

# Authors: Alex Rockhill <aprockhill@mailbox.org>
Expand Down