Skip to content

Commit

Permalink
Merge pull request #2 from SCAI-BIO/header-footer
Browse files Browse the repository at this point in the history
Add info box
  • Loading branch information
tiadams committed Dec 11, 2023
2 parents 82c8171 + 81e2f44 commit e2d7797
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@
.content {
min-height: calc(100vh - 40px);
}

.info-box {
background-color: #f8f9fa;
padding: 20px;
margin: 50px auto; /* Center the box and add margin */
max-width: 600px;
}
</style>


Expand All @@ -53,6 +60,21 @@
<div class="header">
<h1>Parkinson's & Alzheimer's Disease Variable Embeddings</h1>
</div>
<div class="info-box">
<p>
The shown plot is a two-dimensional t-SNE projection of GPT embeddings for variable descriptions for Alzheimer's disease (AD) and Parkinson's disease (PD).
</p>
<p>
You can interact with the plot in the following ways:
</p>
<ul>
<li>Hover over a data point to see its descriptions.</li>
<li>Zoom in by holding the cursor and drawing a box for your region of interest.</li>
<li>Click any cohort name in the legend to exclude them from the plot.</li>
<li>Double click on them to only show that specific cohort.</li>
</ul>
</div>

<div class="content">
<script type="text/javascript">
window.PlotlyConfig = { MathJaxConfig: "local" };
Expand Down

0 comments on commit e2d7797

Please sign in to comment.