Skip to content

Commit 06525cc

Browse files
committed
Re-add MNE
Not sure what happened, but MNE got dropped somewhere - adding it back in Signed-off-by: John 'Warthog9' Hawley <warthog9@eaglescrag.net>
1 parent 5cc69fa commit 06525cc

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

ideas.html

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,40 @@ <h2>
219219
<hr>
220220
</div>
221221
<!--- break --->
222+
<!--- break --->
223+
<div class="pure-u-1 pure-u-md-1-1 pure-u-lg-1-1 shuffleMe">
224+
<div class="pure-g">
225+
<div class="pure-u-1 pure-u-md-1-2 logo">
226+
<img src="/logos/logo_mne_hex.png" alt="MNE-Python logo" />
227+
</div>
228+
<div class="pure-u-1 pure-u-md-1-2">
229+
<h2>
230+
MNE-Python
231+
</h2>
232+
</div>
233+
</div>
234+
<br />
235+
MNE-Python software is an open-source Python package for exploring, visualizing, and analyzing human neurophysiological data such as MEG, EEG, sEEG, ECoG, and more. It includes modules for data input/output, preprocessing, visualization, source estimation, time-frequency analysis, connectivity analysis, machine learning, and statistics.
236+
<div class="pure-g">
237+
<div class="pure-u-1 pure-u-md-1">
238+
<p>Contact Links</p>
239+
</div>
240+
<div class="pure-u-1 pure-u-md-1-3" style="text-align: center;">
241+
<p><a href="https://mne.discourse.group">Mailing List</a></p>
242+
</div>
243+
<div class="pure-u-1 pure-u-md-1-3" style="text-align: center;">
244+
<p><a href="https://mne.tools/dev">Homepage</a></p>
245+
</div>
246+
<div class="pure-u-1 pure-u-md-1" style="text-align: center;">
247+
<p><a href="https://github.com/mne-tools/mne-python/wiki/GSoC-Ideas">Ideas Page</a></p>
248+
</div>
249+
<div class="pure-u-1 pure-u-md-1" style="text-align: center;">
250+
<p><a href="https://github.com/mne-tools/mne-python/">Source Code</a></p>
251+
</div>
252+
</div>
253+
<hr>
254+
</div>
255+
<!--- break --->
222256
</div><!-- !container -->
223257

224258
<!-- Past here finishes out the list -->

0 commit comments

Comments
 (0)