Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
HyunsooCha committed Mar 4, 2024
1 parent 9a14f3f commit e9032e7
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,28 +52,27 @@
<div class="container is-max-desktop">
<div class="columns is-centered">
<div class="column has-text-centered">
<h1 class="title is-1 publication-title">Academic Project Page</h1>
<h1 class="title is-1 publication-title">PEGASUS: Personalized Generative 3D Avatars with Composable Attributes</h1>
<div class="is-size-5 publication-authors">
<!-- Paper authors -->
<span class="author-block">
<a href="FIRST AUTHOR PERSONAL LINK" target="_blank">First Author</a><sup>*</sup>,</span>
<a href="https://hyunsoocha.github.io/" target="_blank">Hyunsoo Cha</a>,</span>
<span class="author-block">
<a href="SECOND AUTHOR PERSONAL LINK" target="_blank">Second Author</a><sup>*</sup>,</span>
<a href="https://bjkim95.github.io/" target="_blank">Byungjun Kim</a>,</span>
<span class="author-block">
<a href="THIRD AUTHOR PERSONAL LINK" target="_blank">Third Author</a>
<a href="https://jhugestar.github.io/" target="_blank">Hanbyul Joo</a>
</span>
</div>

<div class="is-size-5 publication-authors">
<span class="author-block">Institution Name<br>Conferance name and year</span>
<span class="eql-cntrb"><small><br><sup>*</sup>Indicates Equal Contribution</small></span>
<span class="author-block">Seoul National University<br>CVPR 2024</span>
</div>

<div class="column has-text-centered">
<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/pdf/2402.10636.pdf" target="_blank"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fas fa-file-pdf"></i>
Expand All @@ -84,7 +83,7 @@ <h1 class="title is-1 publication-title">Academic Project Page</h1>

<!-- Supplementary PDF link -->
<span class="link-block">
<a href="static/pdfs/supplementary_material.pdf" target="_blank"
<a href="https://www.dropbox.com/scl/fi/nehmudni0rek1a5gjppsi/3439_supp_mat.pdf?rlkey=0qzna7i36pvidzucldyhvsnri&dl=0" target="_blank"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fas fa-file-pdf"></i>
Expand All @@ -95,7 +94,7 @@ <h1 class="title is-1 publication-title">Academic Project Page</h1>

<!-- Github link -->
<span class="link-block">
<a href="https://github.com/YOUR REPO HERE" target="_blank"
<a href="https://github.com/snuvclab/pegasus" target="_blank"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fab fa-github"></i>
Expand All @@ -106,7 +105,7 @@ <h1 class="title is-1 publication-title">Academic Project Page</h1>

<!-- ArXiv abstract Link -->
<span class="link-block">
<a href="https://arxiv.org/abs/<ARXIV PAPER ID>" target="_blank"
<a href="https://arxiv.org/abs/2402.10636" target="_blank"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="ai ai-arxiv"></i>
Expand Down

0 comments on commit e9032e7

Please sign in to comment.