Skip to content

Commit

Permalink
Update SSVEP EEGNet paper citation
Browse files Browse the repository at this point in the history
  • Loading branch information
vlawhern committed Nov 1, 2018
1 parent bafc3fd commit b0c98c9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
2 changes: 1 addition & 1 deletion EEGModels.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ def EEGNet_SSVEP(nb_classes = 12, Chans = 8, Samples = 256,
[1]. Waytowich, N. et. al. (2018). Compact Convolutional Neural Networks
for Classification of Asynchronous Steady-State Visual Evoked Potentials.
Journal of Neural Engineering.
Journal of Neural Engineering vol. 15(6).
http://iopscience.iop.org/article/10.1088/1741-2552/aae5d8
"""
Expand Down
22 changes: 10 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,19 +105,17 @@ If you use the SSVEP variant of the EEGNet model in your research and found it h

```
@article{Waytowich2018,
author = {Nicholas R. Waytowich and
Vernon Lawhern and
Javier O. Garcia and
Jennifer Cummings and
Josef Faller and
Paul Sajda and
Jean M. Vettel},
title = {Compact Convolutional Neural Networks for Classification of Asynchronous
Steady-state Visual Evoked Potentials},
journal = {Journal of Neural Engineering},
year = {In press},
url = {http://iopscience.iop.org/article/10.1088/1741-2552/aae5d8}
author={Nicholas Waytowich and Vernon J Lawhern and Javier O Garcia and Jennifer Cummings and Josef Faller and Paul Sajda and Jean M
Vettel},
title={Compact convolutional neural networks for classification of asynchronous steady-state visual evoked potentials},
journal={Journal of Neural Engineering},
volume={15},
number={6},
pages={066031},
url={http://stacks.iop.org/1741-2552/15/i=6/a=066031},
year={2018}
}
```

Similarly, if you use the ShallowConvNet or DeepConvNet models and found them helpful, please cite the following paper:
Expand Down

0 comments on commit b0c98c9

Please sign in to comment.