329f1b10f6
* FIX: Fix doc links [circle front] * FIX: Fix buttons [circle front] * FIX: Fix colors
88 lines
4.6 KiB
HTML
88 lines
4.6 KiB
HTML
.. raw:: html
|
|
|
|
<div id="index_carousel_tn" class="thumbnail nopad">
|
|
<div id="examples_carousel" class="carousel slide nopad" data-ride="carousel">
|
|
<ol id="mne_index_indicators" class="carousel-indicators">
|
|
<li data-target="#examples_carousel" data-slide-to="0" class="active"></li>
|
|
<li data-target="#examples_carousel" data-slide-to="1" class=""></li>
|
|
<li data-target="#examples_carousel" data-slide-to="2" class=""></li>
|
|
<li data-target="#examples_carousel" data-slide-to="3" class=""></li>
|
|
<li data-target="#examples_carousel" data-slide-to="4" class=""></li>
|
|
<li data-target="#examples_carousel" data-slide-to="5" class=""></li>
|
|
</ol>
|
|
<!-- Carousel items -->
|
|
<div class="carousel-inner">
|
|
|
|
<div class="item active">
|
|
<div class="chopper container"><img src="_images/sphx_glr_plot_mne_dspm_source_localization_009.png" alt="dSPM" class="carousel-image"></div>
|
|
<div class="container">
|
|
<div class="carousel-caption">
|
|
<h2>Source estimation</h2>
|
|
<p>Distributed, sparse, mixed-norm, beamformers, dipole fitting, and more.</p>
|
|
<p><a class="btn btn-info btn-sm" href="auto_tutorials/plot_mne_dspm_source_localization.html" role="button">Check it out</a></p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="item">
|
|
<div class="chopper container"><img src="_images/sphx_glr_plot_stats_cluster_spatio_temporal_001.png" alt="Clusters" class="carousel-image"></div>
|
|
<div class="container">
|
|
<div class="carousel-caption">
|
|
<h2>Statistics</h2>
|
|
<p>Parametric and non-parametric, permutation tests and clustering.</p>
|
|
<p><a class="btn btn-info btn-sm" href="auto_tutorials/plot_stats_cluster_spatio_temporal.html" role="button">Check it out</a></p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="item">
|
|
<div class="chopper container"><img src="_images/sphx_glr_plot_sensors_decoding_004.png" alt="Decoding" class="carousel-image"></div>
|
|
<div class="container">
|
|
<div class="carousel-caption">
|
|
<h2>Machine learning</h2>
|
|
<p>Advanced decoding models including time generalization.</p>
|
|
<p><a class="btn btn-info btn-sm" href="auto_tutorials/plot_sensors_decoding.html" role="button">Check it out</a></p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="item">
|
|
<div class="chopper container"><img src="_images/sphx_glr_plot_receptive_field_001.png" alt="STRF" class="carousel-image"></div>
|
|
<div class="container">
|
|
<div class="carousel-caption">
|
|
<h2>Encoding models</h2>
|
|
<p>Receptive field estimation with optional smoothness priors.</p>
|
|
<p><a class="btn btn-info btn-sm" href="auto_tutorials/plot_receptive_field.html" role="button">Check it out</a></p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="item">
|
|
<div class="chopper container"><img src="_images/sphx_glr_plot_mne_inverse_label_connectivity_001.png" alt="Connectivity" class="carousel-image"></div>
|
|
<div class="container">
|
|
<div class="carousel-caption">
|
|
<h2>Connectivity</h2>
|
|
<p>All-to-all spectral and effective connectivity measures.</p>
|
|
<p><a class="btn btn-info btn-sm" href="auto_examples/connectivity/plot_mne_inverse_label_connectivity.html" role="button">Check it out</a></p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="item">
|
|
<div class="chopper container"><img src="_images/sphx_glr_plot_visualize_evoked_009.png" alt="Visualization" class="carousel-image"></div>
|
|
<div class="container">
|
|
<div class="carousel-caption">
|
|
<h2>Data visualization.</h2>
|
|
<p>Explore your data from multiple perspectives.</p>
|
|
<p><a class="btn btn-info btn-sm" href="auto_tutorials/plot_visualize_evoked.html" role="button">Check it out</a></p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
<!-- Carousel nav -->
|
|
<a class="carousel-control left" href="#examples_carousel" role="button" data-slide="prev"><span class="glyphicon glyphicon-chevron-left"></span></a>
|
|
<a class="carousel-control right" href="#examples_carousel" role="button" data-slide="next"><span class="glyphicon glyphicon-chevron-right"></span></a>
|
|
</div>
|
|
</div>
|