Skip to content

Commit

Permalink
Update index.html with link to arxiv and code
Browse files Browse the repository at this point in the history
  • Loading branch information
sbirchfield authored Dec 14, 2024
1 parent 2cc6c0c commit 8166d15
Showing 1 changed file with 68 additions and 0 deletions.
68 changes: 68 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,74 @@
</head>

<body>
<section class="hero">
<div class="hero-body">
<div class="container is-max-desktop">
<div class="columns is-centered">
<div class="column has-text-centered">
<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">
<span class="author-block">
<a href="https://yijiaweng.github.io">Yijia Weng</a></sup>,
<a href="https://research.nvidia.com/person/bowen-wen">Bowen Wen</a></sup>,
<a href="https://research.nvidia.com/person/jonathan-tremblay">Jonathan Tremblay</a></sup>,
<a href="https://research.nvidia.com/person/valts-blukis">Vakts Blukis</a></sup>,
<a href="https://research.nvidia.com/person/dieter-fox">Dieter Fox</a></sup>,
<a href="https://profiles.stanford.edu/leonidas-guibas">Leonidas Guibas</a></sup>,
<a href="https://research.nvidia.com/person/stan-birchfield">Stan Birchfield</a></sup>
</span>
</div>
<br>

<!-- <div class="is-size-5 publication-authors">
<span class="author-block"></sup>NVIDIA</span>
</div> -->

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

<div style="font-size:30px; font-weight: bold;">
CVPR 2024 <span style="color:red">(Highlight) </span>
</div>

<div class="column has-text-centered">
<div class="publication-links">
<!-- 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>
</a>
</span>
<!-- Video Link. -->
<!-- <span class="link-block">
<a href="" class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fab fa-youtube"></i>
</span>
<span>Video</span>
</a>
</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>
</a>
</span>
</div>

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

<div class="container" id="main">
<div class="row">
<h2 class="col-md-12 text-center">
Expand Down

0 comments on commit 8166d15

Please sign in to comment.