File: carousel.inc

package info (click to toggle)
python-mne 0.19.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 100,440 kB
  • sloc: python: 120,243; pascal: 1,861; makefile: 225; sh: 15
file content (87 lines) | stat: -rw-r--r-- 4,780 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
.. 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/source-modeling/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/stats-source-space/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_006.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/machine-learning/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/machine-learning/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/evoked/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>