Skip to content

Commit

Permalink
paper and video added
Browse files Browse the repository at this point in the history
  • Loading branch information
yashturkar committed Sep 23, 2024
1 parent ba45c80 commit 3d60bb9
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,25 +90,25 @@ <h1 class="title is-1 publication-title"><span style="color: rgb(192, 0, 0)">PIX
<div class="publication-links">
<!-- Arxiv PDF link -->
<span class="link-block">
<a href="https://arxiv.org/pdf/<ARXIV PAPER ID>.pdf" target="_blank"
<a href="https://arxiv.org/abs/2409.13151" target="_blank"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fas fa-file-pdf"></i>
</span>
<span>Paper (Coming Soon)</span>
<span>Paper</span>
</a>
</span>

<!-- Supplementary PDF link -->
<span class="link-block">
<!-- <span class="link-block">
<a href="static/pdfs/supplementary_material.pdf" target="_blank"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fas fa-file-pdf"></i>
</span>
<span>Supplementary (Coming Soon)</span>
</a>
</span>
</span> -->

<!-- Github link -->
<span class="link-block">
Expand All @@ -117,7 +117,7 @@ <h1 class="title is-1 publication-title"><span style="color: rgb(192, 0, 0)">PIX
<span class="icon">
<i class="fab fa-github"></i>
</span>
<span>Code</span>
<span>Code (Coming Soon)</span>
</a>
</span>

Expand Down Expand Up @@ -181,23 +181,23 @@ <h2 class="title is-3">Abstract</h2>
<!-- End paper abstract -->

<!--Youtube video -->
<!-- <section class="section">
<section class="section">
<div class="container is-max-desktop">
<div class="columns is-centered has-text-centered">
<div class="column is-four-fifths">
<h2 class="title is-3">Video Presentation</h2>
<div class="publication-video">
<iframe src="https://www.youtube.com/embed/EOGI1pU1G40" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen=""></iframe>
<iframe width="1280" height="720" src="https://www.youtube.com/embed/6dDXMJNIMHY?si=hvPRGy5bBFIfJoeV" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<p>Coming Soon!</p>
</div>
</div>
</div>
</div>
</section> -->
</section>
<!-- End youtube video -->

<!-- Method -->
<section class="section hero">
<section class="section hero is-light">
<div class="container is-max-desktop">
<div class="columns is-centered has-text-centered">
<div class="column"><h2 class="title is-3">Method</h2>
Expand All @@ -220,7 +220,7 @@ <h2 class="title is-3">Video Presentation</h2>
</style>

<!-- Luna-1 -->
<section class="section hero is-light">
<section class="section hero">
<div class="container is-max-desktop">
<div class="columns is-centered has-text-centered">
<div class="column"><h2 class="title is-3">The Davis Dataset</h2>
Expand All @@ -240,7 +240,7 @@ <h2 class="title is-3">Video Presentation</h2>
<!-- End Luna-1 -->

<!-- Results -->
<section class="section hero">
<section class="section hero is-light">
<div class="container is-max-desktop">
<div class="columns is-centered has-text-centered">
<div class="column"><h2 class="title is-3">Results</h2>
Expand Down

0 comments on commit 3d60bb9

Please sign in to comment.