Skip to content

Commit 35f9d12

Browse files
committed
update files
1 parent 7dd329e commit 35f9d12

File tree

6 files changed

+30
-22
lines changed

6 files changed

+30
-22
lines changed

index.html

+30-22
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,8 @@ <h2 class="title is-3">Abstract</h2>
157157
<!-- End paper abstract -->
158158

159159

160-
<section class="section hero is-small">
160+
<!-- MC-Bench -->
161+
<section class="section hero">
161162
<div class="columns is-centered has-text-centered">
162163
<div class="column is-six-fifths">
163164
<h2 class="title is-3">MC-Bench</h2>
@@ -187,29 +188,36 @@ <h3 class="title is-4">Statistical analysis</h3>
187188
</div>
188189

189190

190-
<!-- Image carousel -->
191-
<section class="hero is-small">
192-
<div class="hero-body">
193-
<div class="container">
194-
<div id="results-carousel" class="carousel results-carousel">
195-
<div class="item">
196-
<!-- Your image here -->
197-
<img src="static/images/fig_1.jpg" alt="MY ALT TEXT"/>
191+
<!-- Expperiments -->
192+
<section class="section hero is-light">
193+
<div class="columns is-centered has-text-centered">
194+
<div class="column is-six-fifths">
195+
<h2 class="title is-3">Experiments</h2>
196+
</div>
197+
</div>
198198

199+
<div class="container is-max-desktop">
200+
<!-- First Subheading -->
201+
<div class="columns is-centered">
202+
<div class="column is-full-width">
203+
<h3 class="title is-4">Benchmark results</h3>
204+
<figure>
205+
<img width="100%" src="static/images/fig_benchmark.png">
206+
</figure>
199207
</div>
200-
<div class="item">
201-
<!-- Your image here -->
202-
<img src="static/images/fig_2.jpg" alt="MY ALT TEXT"/>
208+
</div>
209+
210+
<div class="container is-max-desktop">
211+
<!-- Second Subheading -->
212+
<div class="columns is-centered">
213+
<div class="column is-full-width">
214+
<h3 class="title is-4">More analysis</h3>
215+
<figure>
216+
<img width="100%" src="static/images/fig_analysis.jpg">
217+
</figure>
203218
</div>
204-
<div class="item">
205-
<!-- Your image here -->
206-
<img src="static/images/fig_3.jpg" alt="MY ALT TEXT"/>
207-
</div>
208-
</div>
209-
</div>
210-
</div>
211-
</section>
212-
<!-- End image carousel
219+
</div>
220+
213221

214222

215223
<!--BibTex citation -->
@@ -230,7 +238,7 @@ <h2 class="title">BibTeX</h2>
230238
<footer class="footer">
231239
<div class="container">
232240
<div class="columns is-centered">
233-
<div class="column is-8">
241+
<div class="column is-full-width">
234242
<div class="content">
235243
<p>
236244
This page was built using the <a href="https://github.com/eliahuhorwitz/Academic-project-page-template" target="_blank">Academic Project Page Template</a> which was adopted from the <a href="https://nerfies.github.io" target="_blank">Nerfies</a> project page.

static/images/fig_1.jpg

-7.52 MB
Binary file not shown.

static/images/fig_2.jpg

-3.91 MB
Binary file not shown.

static/images/fig_3.jpg

-902 KB
Binary file not shown.

static/images/fig_analysis.jpg

1 MB
Loading

static/images/fig_benchmark.png

951 KB
Loading

0 commit comments

Comments
 (0)