Skip to content

Commit e2d7797

Browse files
authored
Merge pull request #2 from SCAI-BIO/header-footer
Add info box
2 parents 82c8171 + 81e2f44 commit e2d7797

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

index.html

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,13 @@
4545
.content {
4646
min-height: calc(100vh - 40px);
4747
}
48+
49+
.info-box {
50+
background-color: #f8f9fa;
51+
padding: 20px;
52+
margin: 50px auto; /* Center the box and add margin */
53+
max-width: 600px;
54+
}
4855
</style>
4956

5057

@@ -53,6 +60,21 @@
5360
<div class="header">
5461
<h1>Parkinson's & Alzheimer's Disease Variable Embeddings</h1>
5562
</div>
63+
<div class="info-box">
64+
<p>
65+
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).
66+
</p>
67+
<p>
68+
You can interact with the plot in the following ways:
69+
</p>
70+
<ul>
71+
<li>Hover over a data point to see its descriptions.</li>
72+
<li>Zoom in by holding the cursor and drawing a box for your region of interest.</li>
73+
<li>Click any cohort name in the legend to exclude them from the plot.</li>
74+
<li>Double click on them to only show that specific cohort.</li>
75+
</ul>
76+
</div>
77+
5678
<div class="content">
5779
<script type="text/javascript">
5880
window.PlotlyConfig = { MathJaxConfig: "local" };

0 commit comments

Comments
 (0)