Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
sbirchfield authored Dec 14, 2024
1 parent 78fd645 commit 8b2e90e
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
<div class="container is-max-desktop">
<div class="columns is-centered">
<div class="column has-text-centered">
<center>
<h1 class="title is-1 publication-title" style="font-size:28px;">Neural Implicit Representation for Building Digital Twins of <br>
Unknown Articulated Objects</h1>
<div class="is-size-5 publication-authors" style="font-size:24px;">
Expand All @@ -58,7 +59,7 @@ <h1 class="title is-1 publication-title" style="font-size:28px;">Neural Implicit
<span class="author-block"></sup>NVIDIA</span>
</div> -->

<img src="imag/nvlogo.png" style="max-height: 150px">
<img src="img/nvlogo.png" style="max-height: 150px">

<div style="font-size:30px; font-weight: bold;">
CVPR 2024
Expand All @@ -69,31 +70,26 @@ <h1 class="title is-1 publication-title" style="font-size:28px;">Neural Implicit
<!-- PDF Link. -->
<span class="link-block">
<a href="https://arxiv.org/abs/2404.01440" class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fas fa-file-pdf"></i>
</span>
<span>Paper</span>
<span style="font-size:20px">Paper</span>
</a>
</span>
<span> - </span>
<span style="font-size:20px"> - </span>
<!-- Code Link. -->
<span class="link-block">
<a href="https://github.com/NVlabs/DigitalTwinArt" class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fab fa-github"></i>
</span>
<span>Code</span>
<span style="font-size:20px">Code</span>
</a>
</span>
</div>

</div>
</center>
</div>
</div>
</div>
</div>
</section>

<div class="row">
<div class="col-md-8 col-md-offset-2">
<h3>
Expand Down

0 comments on commit 8b2e90e

Please sign in to comment.