You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<liclass="toctree-l2"><aclass="reference internal" href="notebooks/shortclips/00_download_shortclips.html">Download the data set</a></li>
187
186
<liclass="toctree-l2"><aclass="reference internal" href="notebooks/shortclips/01_plot_explainable_variance.html">Compute the explainable variance</a></li>
188
187
<liclass="toctree-l2"><aclass="reference internal" href="notebooks/shortclips/02_plot_ridge_regression.html">Understand ridge regression and cross-validation</a></li>
189
188
<liclass="toctree-l2"><aclass="reference internal" href="notebooks/shortclips/03_plot_wordnet_model.html">Fit a ridge model with wordnet features</a></li>
190
189
<liclass="toctree-l2"><aclass="reference internal" href="notebooks/shortclips/04_plot_hemodynamic_response.html">Visualize the hemodynamic response</a></li>
191
-
<liclass="toctree-l2"><aclass="reference internal" href="notebooks/shortclips/05_plot_motion_energy_model.html">Fit a ridge model with motionenergy features</a></li>
192
-
<liclass="toctree-l2"><aclass="reference internal" href="notebooks/shortclips/06_plot_banded_ridge_model.html">Fit a banded ridge model with both wordnet and motionenergy features</a></li>
193
-
<liclass="toctree-l2"><aclass="reference internal" href="notebooks/shortclips/07_extract_motion_energy.html">Extract motionenergy features from the stimuli</a></li>
190
+
<liclass="toctree-l2"><aclass="reference internal" href="notebooks/shortclips/05_plot_motion_energy_model.html">Fit a ridge model with motion-energy features</a></li>
191
+
<liclass="toctree-l2"><aclass="reference internal" href="notebooks/shortclips/06_plot_banded_ridge_model.html">Fit a banded ridge model with both wordnet and motion-energy features</a></li>
192
+
<liclass="toctree-l2"><aclass="reference internal" href="notebooks/shortclips/07_extract_motion_energy.html">Extract motion-energy features from the stimuli</a></li>
<liclass="toctree-l2"><aclass="reference internal" href="notebooks/vim2/00_download_vim2.html">Download the data set from CRCNS</a></li>
198
-
<liclass="toctree-l2"><aclass="reference internal" href="notebooks/vim2/01_extract_motion_energy.html">Extract motionenergy features from the stimuli</a></li>
197
+
<liclass="toctree-l2"><aclass="reference internal" href="notebooks/vim2/01_extract_motion_energy.html">Extract motion-energy features from the stimuli</a></li>
199
198
<liclass="toctree-l2"><aclass="reference internal" href="notebooks/vim2/02_plot_ridge_model.html">Fit a ridge model with motion energy features</a></li>
<p>(If you are looking for some Jupyter notebooks, check the <aclass="reference external" href="https://github.com/gallantlab/voxelwise_tutorials/tree/main/tutorials/notebooks">notebooks</a>
<h2>Build the website<aclass="headerlink" href="#build-the-website" title="Link to this heading">#</a></h2>
423
+
<divclass="highlight-bash notranslate"><divclass="highlight"><pre><span></span>make<spanclass="w"></span>clean<spanclass="w"></span><spanclass="c1"># Remove all files generated by the website build</span>
424
+
make<spanclass="w"></span>build<spanclass="w"></span><spanclass="c1"># Build the website</span>
425
+
make<spanclass="w"></span>push-pages<spanclass="w"></span><spanclass="c1"># Push the website to GitHub pages</span>
426
+
</pre></div>
427
+
</div>
428
+
</section>
429
+
<sectionid="merge-notebooks">
430
+
<h2>Merge notebooks<aclass="headerlink" href="#merge-notebooks" title="Link to this heading">#</a></h2>
431
+
<divclass="highlight-bash notranslate"><divclass="highlight"><pre><span></span>make<spanclass="w"></span>notebooks<spanclass="w"></span><spanclass="c1"># Create a new version of the merged notebooks</span>
432
+
</pre></div>
433
+
</div>
434
+
</section>
435
+
</section>
412
436
413
437
<scripttype="text/x-thebe-config">
414
438
{
@@ -455,9 +479,10 @@ <h2> Contents </h2>
455
479
<iclass="fa-solid fa-list"></i> Contents
456
480
</div>
457
481
<navclass="bd-toc-nav page-toc">
458
-
<ulclass="simple visible nav section-nav flex-column">
482
+
<ulclass="visible nav section-nav flex-column">
483
+
<liclass="toc-h2 nav-item toc-entry"><aclass="reference internal nav-link" href="#build-the-website">Build the website</a></li>
0 commit comments