Skip to content

Commit

Permalink
adding doc
Browse files Browse the repository at this point in the history
  • Loading branch information
nskat committed Aug 2, 2024
1 parent 505279a commit 7be2875
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions demos.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,13 @@
<div class="right-col">

<div class="container" style="width: 80%; margin-bottom:0px;">
<img width="80%" src="static/images/logo_2.png" alt="Image description">
<img width="60%" src="static/images/logo_2.png" alt="Image description">
</div>

<h1 >Demos</h1>

<p> In this page, we provide several notebooks to get started with <code id="code-block">sparks</code>. </p>


<div class="divider" style="width:24%; margin:30px 0;"></div>

Expand All @@ -97,7 +97,7 @@ <h1 id="mecdemo">Oscillations in the medial entorhinal cortex (MEC)</h1>

<a href="https://franciscrickinstitute.github.io/sparks-ai/demo_mec#" target="_blank">
<div class="container">
<div style="display: inline-block; width: 45%; margin-bottom: 150px;">
<div style="display: inline-block; width: 80%; margin-bottom: 150px;">
<video width="100%" autoplay loop muted preload="auto">
<source src="static/videos/mec_encs.mp4" type="video/mp4">
Your browser does not support the video tag.
Expand All @@ -106,7 +106,7 @@ <h1 id="mecdemo">Oscillations in the medial entorhinal cortex (MEC)</h1>
</a>

<h1 id="monkeyreaching">Prediction of hand position from somatosensory cortex data</h1>
<p>In this notebook, we use SPARKS to obtain state-of-the-art accuracy in predicting the position of monkeys hands from recording in the somatosensory cortex.</p>
<p>In this notebook, we use SPARKS to obtain state-of-the-art accuracy in predicting the position of monkeys' hands from recording in the somatosensory cortex.</p>

<div class="divider" style="width:24%; margin:30px 0;"></div>

Expand Down

0 comments on commit 7be2875

Please sign in to comment.