Update index.html
Browse files- index.html +3 -16
index.html
CHANGED
|
@@ -20,15 +20,6 @@
|
|
| 20 |
<script src="./static/js/bulma-carousel.min.js"></script>
|
| 21 |
<script src="./static/js/bulma-slider.min.js"></script>
|
| 22 |
<script src="./static/js/index.js"></script>
|
| 23 |
-
.report-link {
|
| 24 |
-
text-align: center;
|
| 25 |
-
padding: 2rem 0;
|
| 26 |
-
font-size: 1.2rem;
|
| 27 |
-
}
|
| 28 |
-
.report-link a {
|
| 29 |
-
font-weight: 600;
|
| 30 |
-
text-decoration: underline;
|
| 31 |
-
}
|
| 32 |
</head>
|
| 33 |
<body>
|
| 34 |
|
|
@@ -171,6 +162,9 @@
|
|
| 171 |
<div class="column is-four-fifths">
|
| 172 |
<h2 class="title is-3 has-text-centered">Key Results</h2>
|
| 173 |
<div class="content has-text-justified">
|
|
|
|
|
|
|
|
|
|
| 174 |
<figure class="image">
|
| 175 |
<img src="figs/Fig1.png" alt="Performance comparison">
|
| 176 |
<figcaption>
|
|
@@ -193,13 +187,6 @@
|
|
| 193 |
</figure>
|
| 194 |
</div>
|
| 195 |
</div>
|
| 196 |
-
<div class="columns is-centered">
|
| 197 |
-
<div class="column is-four-fifths">
|
| 198 |
-
<div class="report-link">
|
| 199 |
-
Read the full technical report <a href="arxiv_submitted.pdf" target="_blank">here</a>
|
| 200 |
-
</div>
|
| 201 |
-
</div>
|
| 202 |
-
</div>
|
| 203 |
</div>
|
| 204 |
</div>
|
| 205 |
</section>
|
|
|
|
| 20 |
<script src="./static/js/bulma-carousel.min.js"></script>
|
| 21 |
<script src="./static/js/bulma-slider.min.js"></script>
|
| 22 |
<script src="./static/js/index.js"></script>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
</head>
|
| 24 |
<body>
|
| 25 |
|
|
|
|
| 162 |
<div class="column is-four-fifths">
|
| 163 |
<h2 class="title is-3 has-text-centered">Key Results</h2>
|
| 164 |
<div class="content has-text-justified">
|
| 165 |
+
<div class="columns is-centered has-text-centered">
|
| 166 |
+
Read the full technical report <a href="arxiv_submitted.pdf" target="_blank">here</a>
|
| 167 |
+
</div>
|
| 168 |
<figure class="image">
|
| 169 |
<img src="figs/Fig1.png" alt="Performance comparison">
|
| 170 |
<figcaption>
|
|
|
|
| 187 |
</figure>
|
| 188 |
</div>
|
| 189 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 190 |
</div>
|
| 191 |
</div>
|
| 192 |
</section>
|