|
103 | 103 | <div class="container" style="margin-bottom: 20px;">
|
104 | 104 | <div class="row" style="text-align: center; margin: 80px 0 20px 0">
|
105 | 105 | <img style="max-width: 525px; width: 100%;" src="img/molstar-logo.png" />
|
106 |
| - <h1>Mesoscale Explorer — BETA</h1> |
| 106 | + <h1>Mesoscale Explorer<sup>BETA</sup></h1> |
107 | 107 | </div>
|
108 | 108 |
|
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"> </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"> </div> |
| 115 | + </div> |
| 116 | + |
| 117 | + <div class="row" style="text-align: center;"> |
| 118 | + <div class="two columns"> </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"> </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" |
111 | 136 | 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> |
112 | 141 | <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> |
115 | 143 | </div>
|
116 | 144 | </div>
|
117 | 145 | </div>
|
118 | 146 |
|
119 | 147 | <div class="row" style="text-align: center; margin-top: 60px">
|
120 | 148 | <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> |
122 | 150 | <div class="row" id="tours">
|
123 | 151 | <script>
|
124 | 152 | fetch('examples/tour.json')
|
|
0 commit comments