Skip to content

Commit

Permalink
icon removed
Browse files Browse the repository at this point in the history
  • Loading branch information
zeng-yifei committed Mar 25, 2024
1 parent b2e6152 commit b5ff108
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css">
<link rel="stylesheet" href="./static/css/index.css">
<link rel="icon" href="./static/images/favicon.svg">


<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script defer src="./static/js/fontawesome.all.min.js"></script>
Expand Down Expand Up @@ -119,7 +119,7 @@ <h1 class="title is-1 publication-title">STAG4D: Spatial-Temporal Anchored Gener
<div class="publication-links">
<!-- PDF Link. TODO -->
<span class="link-block">
<a href="https://arxiv.org/"
<a href="https://arxiv.org/abs/2403.14939/"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fas fa-file-pdf"></i>
Expand All @@ -128,7 +128,7 @@ <h1 class="title is-1 publication-title">STAG4D: Spatial-Temporal Anchored Gener
</a>
</span>
<span class="link-block">
<a href="https://arxiv.org/"
<a href="https://arxiv.org/pdf/2403.14939.pdf"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="ai ai-arxiv"></i>
Expand All @@ -148,7 +148,7 @@ <h1 class="title is-1 publication-title">STAG4D: Spatial-Temporal Anchored Gener
</span>
<!-- Code Link. TODO-->
<span class="link-block">
<a href="https://github.com/"
<a href="https://github.com/zeng-yifei/STAG4D"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fab fa-github"></i>
Expand Down Expand Up @@ -451,7 +451,21 @@ <h3 class="title is-4">Scene Composition</h3>



<section class="section" id="BibTeX">

  <div class="container is-max-desktop content">

<h2 class="title">BibTeX</h2>

    <pre><code>@article{zeng2024stag4d,
title={STAG4D: Spatial-Temporal Anchored Generative 4D Gaussians},
author={Yifei Zeng and Yanqin Jiang and Siyu Zhu and Yuanxun Lu and Youtian Lin and Hao Zhu and Weiming Hu and Xun Cao and Yao Yao},
year={2024}
}</code></pre>

</div>

</section>


<!--/TODO: insert citation. -->
Expand Down

0 comments on commit b5ff108

Please sign in to comment.