vlawhern / arl-eegmodels

This is the Army Research Laboratory (ARL) EEGModels Project: A Collection of Convolutional Neural Network (CNN) models for EEG signal classification, using Keras and Tensorflow
Other
1.14k stars 284 forks source link

fix MNE dataset description #11

Closed agramfort closed 5 years ago

agramfort commented 5 years ago

thanks for putting this example together. This is just a nitpick while reading it.

Just a quick remark. Thanks for pointing to MNE papers here:

 [1] A. Gramfort, M. Luessi, E. Larson, D. Engemann, D. Strohmeier, C. Brodbeck,
     L. Parkkonen, M. Hämäläinen, MNE software for processing MEG and EEG data, 
     NeuroImage, Volume 86, 1 February 2014, Pages 446-460, ISSN 1053-8119.

 [2] A. Gramfort, M. Luessi, E. Larson, D. Engemann, D. Strohmeier, C. Brodbeck, 
     R. Goj, M. Jas, T. Brooks, L. Parkkonen, M. Hämäläinen, MEG and EEG data 
     analysis with MNE-Python, Frontiers in Neuroscience, Volume 7, 2013.

It would be great if you could also acknowledge MNE in your papers such as: https://arxiv.org/pdf/1803.04566.pdf and https://arxiv.org/pdf/1611.08024.pdf We rely on proper academic citations to justify impact and get sustainable funding to support the project.

thanks