Skip to content

Commit ea48176

Browse files
committed
website refresh5
1 parent 65fec61 commit ea48176

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

docs/root/index.html

+25-1
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,23 @@ <h3><i class="fas fa-play-circle"></i> Demo Applications</h3>
165165
Video file not supported in this web browser.
166166
</video>
167167

168-
<p>Application of CEBRA-Behavior to rat hippocampus data (Grosmark and Buzsáki, 2016), showing position/neural activity (left), overlayed with decoding obtained by CEBRA. The current point in embedding space is highlighted (right). CEBRA obtains a median absolute error of 5cm (total track length: 160cm; see pre-print for details). Video is played at 2x real-time speed.</p>
168+
<p>Application of CEBRA-Behavior to rat hippocampus data (Grosmark and Buzsáki, 2016), showing position/neural activity (left), overlayed with decoding obtained by CEBRA. The current point in embedding space is highlighted (right). CEBRA obtains a median absolute error of 5cm (total track length: 160cm; see Schneider et al. 2023 for details). Video is played at 2x real-time speed.</p>
169169
</div>
170170

171+
<div class="col-md-6 mb-2">
172+
<!-- Embedding the Plotly figure using iframe -->
173+
<div style="position: relative; height: 315px; overflow: hidden; margin-bottom: 1rem;">
174+
<iframe src="static/img/hippocampus_posdir3_full.html"
175+
style="position: absolute; top: -140px; left: -5%; width: 110%; height: 150%; border: none; transform: scale(0.85); transform-origin: top center;"
176+
scrolling="no">
177+
</iframe>
178+
</div>
179+
180+
<p style="margin-top: -70px;">Interactive visualization of the CEBRA embedding for the rat hippocampus data. This 3D plot shows how neural activity is mapped to a lower-dimensional space that correlates with the animal's position and movement direction. <a href="https://colab.research.google.com/github/AdaptiveMotorControlLab/CEBRA-demos/blob/main/Demo_hippocampus.ipynb" target="_blank" style="color: #6235E0;"><i class="fas fa-external-link-alt"></i> Open In Colaboratory</a></p>
181+
</div>
182+
</div>
183+
184+
<div class="row">
171185
<div class="col-md-6 mb-2">
172186
<video width="100%" autoplay loop muted preload="auto">
173187
<source src="static/videos/allen.mp4" type="video/mp4">
@@ -177,6 +191,16 @@ <h3><i class="fas fa-play-circle"></i> Demo Applications</h3>
177191
<p>CEBRA applied to mouse primary visual cortex, collected at the Allen Institute (de Vries et al. 2020, Siegle et al. 2021). 2-photon and Neuropixels recordings are embedded with CEBRA using DINO frame features as labels.
178192
The embedding is used to decode the video frames using a kNN decoder on the CEBRA-Behavior embedding from the test set.</p>
179193
</div>
194+
195+
<div class="col-md-6 mb-2">
196+
<!-- YouTube embed for CEBRA on M1 and S1 neural data with cleaner styling -->
197+
<video width="100%" autoplay loop muted preload="auto">
198+
<source src="static/videos/cebra_s1m1.mp4" type="video/mp4">
199+
Video file not supported in this web browser.
200+
</video>
201+
202+
<p>CEBRA applied to M1 and S1 neural data, demonstrating how neural activity from primary motor and somatosensory cortices can be effectively embedded and analyzed. See <a href="https://www.biorxiv.org/content/10.1101/2024.09.11.612513v2" target="_blank" style="color: #6235E0;">DeWolf et al. 2024</a> for details.</p>
203+
</div>
180204
</div>
181205

182206
<div class="row mt-4">

0 commit comments

Comments
 (0)