Skip to content

Commit 62595cd

Browse files
authored
Update paper year and links in index.html
1 parent c17821b commit 62595cd

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ <h1 class="text-4xl md:text-5xl font-bold text-slate-900 mb-4 leading-tight">
8585
<span class="text-3xl md:text-4xl font-semibold">Compositional 3D Gaussian Avatars for <br class="hidden md:block"/> Free-Form Virtual Try-on</span>
8686
</h1>
8787
<p class="text-lg text-slate-600 mb-6">
88-
3DV 2025 Paper
88+
3DV 2026 Paper
8989
</p>
9090
<div class="flex justify-center items-center flex-wrap gap-x-6 gap-y-2 mb-8">
9191
<span class="font-medium"><a href="https://www.linkedin.com/in/zhiyi-chen-a094b2175/" target="_blank" class="text-link">Zhiyi Chen</a><sup>*1</sup></span>
@@ -124,9 +124,9 @@ <h1 class="text-4xl md:text-5xl font-bold text-slate-900 mb-4 leading-tight">
124124
<div class="mt-8 flex justify-center gap-4">
125125
<!-- Links -->
126126
<a href="#" class="bg-blue-600 text-white font-semibold px-6 py-2 rounded-lg hover:bg-blue-700 transition-colors">Paper</a>
127-
<a href="#" class="bg-gray-800 text-white font-semibold px-6 py-2 rounded-lg hover:bg-gray-900 transition-colors">Code</a>
128-
<a href="#" class="bg-teal-500 text-white font-semibold px-6 py-2 rounded-lg hover:bg-teal-600 transition-colors">Video</a>
129-
<a href="https://ait.ethz.ch/gaussianwardrobe" class="bg-orange-500 text-white font-semibold px-6 py-2 rounded-lg hover:bg-orange-600 transition-colors">Project Page</a>
127+
<a href="https://github.com/eth-ait/GaussianWardrobe" class="bg-gray-800 text-white font-semibold px-6 py-2 rounded-lg hover:bg-gray-900 transition-colors">Code</a>
128+
<a href="https://www.youtube.com/watch?v=AZ-OzDKw4QU" class="bg-teal-500 text-white font-semibold px-6 py-2 rounded-lg hover:bg-teal-600 transition-colors">Video</a>
129+
<a href="#" class="bg-orange-500 text-white font-semibold px-6 py-2 rounded-lg hover:bg-orange-600 transition-colors">Poster</a>
130130
</div>
131131
</div>
132132
</header>
@@ -150,7 +150,7 @@ <h2 class="section-title">TL;DR</h2>
150150

151151
<iframe
152152
class="w-full aspect-video"
153-
src="https://www.youtube.com/embed/8fGe9ATJjuI?si=NjOA38t1De4Z655w"
153+
src="https://www.youtube.com/embed/AZ-OzDKw4QU?si=jpB-y5Ujualospm4"
154154
title="YouTube video player"
155155
frameborder="0"
156156
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
@@ -387,7 +387,7 @@ <h2 class="section-title">Citation</h2>
387387
@inproceedings{chen2026gaussian,
388388
title={Gaussian Wardrobe: Compositional 3D Gaussian Avatars for Free-Form Virtual Try-on},
389389
author={Chen, Zhiyi and Ho, Hsuan-I and Jiang, Tianjian and Song, Jie and Kaufmann, Manuel and Guo, Chen},
390-
booktitle={Thirteenth International Conference on 3D Vision},
390+
booktitle={Proceedings of the International Conference on 3D Vision (3DV)},
391391
year={2026},
392392
url={https://openreview.net/forum?id=sncanvgvUn}
393393
}
@@ -442,4 +442,4 @@ <h2 class="section-title">Citation</h2>
442442
</script>
443443

444444
</body>
445-
</html>
445+
</html>

0 commit comments

Comments
 (0)