Skip to content

Commit ef9a8ac

Browse files
committed
2 parents 0cc4c5a + f786968 commit ef9a8ac

File tree

2 files changed

+34
-6
lines changed

2 files changed

+34
-6
lines changed

me/img/me.png

1.16 MB
Loading

me/index.html

Lines changed: 34 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -103,22 +103,50 @@
103103
<div class="container" style="margin-bottom: 20px;">
104104
<div class="row" style="text-align: center; margin: 80px 0 20px 0">
105105
<img style="max-width: 525px; width: 100%;" src="img/molstar-logo.png" />
106-
<h1>Mesoscale Explorer &mdash; BETA</h1>
106+
<h1>Mesoscale Explorer<sup>BETA</sup></h1>
107107
</div>
108108

109-
<div class="row" style="margin-top: 30px; display: flex;">
110-
<div class="offset-by-two eight columns"
109+
<div class="row" style="text-align: center;">
110+
<div class="two columns">&nbsp;</div>
111+
<div class="eight columns" style="border-top: 1px solid #E0DDD4; padding-top: 20px">
112+
<h5 class="hero-heading">A Mol* app for exploring mesoscale models</h5>
113+
</div>
114+
<div class="two columns">&nbsp;</div>
115+
</div>
116+
117+
<div class="row" style="text-align: center;">
118+
<div class="two columns">&nbsp;</div>
119+
<div class="eight columns" style="text-align: justify;">
120+
The advent of cryo-EM and cryo-ET, coupled with computational modeling,
121+
has enabled the creation of integrative 3D models of viruses, bacteria, and cellular organelles.
122+
Based on these models, the <b>Mesoscale Explorer</b> provides unprecedented access and insight into the molecular fabric of life,
123+
enhancing perception, streamlining exploration, and simplifying visualization of diverse data types, showcasing the intricate details with unparalleled clarity.
124+
</div>
125+
<div class="two columns">&nbsp;</div>
126+
</div>
127+
128+
<div class="row" style="margin-top: 60px; display: flex;">
129+
<div class="one-half column"
130+
style="display: flex; flex-direction: column; justify-content: center; align-items: center; ">
131+
<a href="https://molstar.org/me/viewer" title="Open Mesoscale Explorer">
132+
<img class="shadow-img" style="max-width: 100%" src="img/me.png">
133+
</a>
134+
</div>
135+
<div class="one-half column"
111136
style="display: flex; flex-direction: column; justify-content: center; align-items: center; ">
137+
<a class="button button-primary" href="https://molstar.org/me/viewer" style="font-size: 2rem; width: 100%;"
138+
>Open Mesoscale Explorer</a>
139+
<a class="button" href="https://molstar.org/me/docs/" style="font-size: 2rem; width: 100%;">
140+
Documentation</a>
112141
<div style="text-align: justify; margin: 5px">
113-
<a href="https://molstar.org/me/viewer/">A Mol* app for exploring mesoscale models</a>. This is a BETA version. The larger models may crash your browser with an out-of-memory exception. Generally best viewed on desktops with a dedicated GPU. Use the "Graphics" dropdown in the right panel to trade quality for performance.
114-
Check here the <a href="https://molstar.org/me/docs/">documentation</a>.
142+
<i>This is a BETA version. The larger models may crash your browser with an out-of-memory exception. Generally best viewed on desktops with a dedicated GPU. Use the "Graphics" dropdown in the right panel to trade quality for performance.</i>
115143
</div>
116144
</div>
117145
</div>
118146

119147
<div class="row" style="text-align: center; margin-top: 60px">
120148
<div class="twelve columns">
121-
<h4 class="hero-heading" style="margin-bottom: 40px"><b>Guide Tour Examples</b></h4>
149+
<h4 class="hero-heading" style="margin-bottom: 40px"><b>Guided Tours</b></h4>
122150
<div class="row" id="tours">
123151
<script>
124152
fetch('examples/tour.json')

0 commit comments

Comments
 (0)