Skip to content

Commit 5a3704c

Browse files
webpage: add video link
1 parent 5eb6423 commit 5a3704c

1 file changed

Lines changed: 12 additions & 17 deletions

File tree

webpage/index.html

Lines changed: 12 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -397,9 +397,9 @@ <h1 class="title is-1 publication-title">Efficient B-Spline Finite Elements for
397397
</a>
398398
</span>
399399
<span class="link-block">
400-
<a class="external-link button is-normal is-rounded" aria-disabled="true" title="Coming soon" style="background-color:#ffffff; color: #c0392b; border: 2px solid #c0392b; opacity: 0.55; cursor: not-allowed; pointer-events: none;">
400+
<a href="https://www.youtube.com/watch?v=JbDYJZRZs24" target="_blank" rel="noopener noreferrer" class="external-link button is-normal is-rounded" style="background-color:#ffffff; color: #c0392b; border: 2px solid #c0392b;">
401401
<span class="icon" style="color:#c0392b;"><i class="fab fa-youtube"></i></span>
402-
<span>Video · Coming Soon</span>
402+
<span>Video</span>
403403
</a>
404404
</span>
405405
</div>
@@ -516,8 +516,7 @@ <h2 class="title is-3 has-text-centered">Supplementary Video</h2>
516516
A complete walkthrough of the method with all simulation results in motion — validation tests,
517517
square-cloth comparisons, contact-rich stress tests, and full-character garment animations.
518518
</p>
519-
<!-- TODO_YOUTUBE_URL: replace href below with the full YouTube watch URL -->
520-
<a class="video-link-card" href="TODO_YOUTUBE_URL" target="_blank" rel="noopener noreferrer"
519+
<a class="video-link-card" href="https://www.youtube.com/watch?v=JbDYJZRZs24" target="_blank" rel="noopener noreferrer"
521520
aria-label="Watch the supplementary video on YouTube">
522521
<img src="./static/images/teaser.png" alt="Supplementary video — click to watch on YouTube">
523522
<span class="play-overlay" aria-hidden="true">
@@ -536,15 +535,14 @@ <h2 class="title is-3 has-text-centered">Supplementary Video</h2>
536535
<section class="section" id="citation">
537536
<div class="container is-max-desktop content">
538537
<h2 class="title">BibTeX</h2>
539-
<pre><code>@article{meng2026bspline,
540-
title = {Efficient B-Spline Finite Elements for Cloth Simulation},
541-
author = {Meng, Yuqi and Shi, Yihao and Huang, Kemeng and Lu, Zixuan and
542-
Guo, Ning and Komura, Taku and Yang, Yin and Li, Minchen},
543-
journal = {ACM Transactions on Graphics},
544-
year = {2026},
545-
volume = {TODO},
546-
number = {TODO},
547-
doi = {TODO}
538+
<pre><code>@misc{meng2026bspline,
539+
title={Efficient B-Spline Finite Elements for Cloth Simulation},
540+
author={Yuqi Meng and Yihao Shi and Kemeng Huang and Zixuan Lu and Ning Guo and Taku Komura and Yin Yang and Minchen Li},
541+
year={2026},
542+
eprint={2506.18867},
543+
archivePrefix={arXiv},
544+
primaryClass={cs.GR},
545+
url={https://arxiv.org/abs/2506.18867},
548546
}</code></pre>
549547
</div>
550548
</section>
@@ -556,10 +554,7 @@ <h2 class="title">BibTeX</h2>
556554
<div class="content has-text-centered">
557555
<p>
558556
Website framework adapted from the
559-
<a href="https://github.com/nerfies/nerfies.github.io">Nerfies template</a>
560-
and <a href="https://github.com/Simulation-Intelligence/PAT3D">PAT3D</a>.
561-
<!-- TODO: replace with your name / lab -->
562-
&copy; 2026 The BS-Cloth authors.
557+
<a href="https://github.com/nerfies/nerfies.github.io">Nerfies template</a>.
563558
</p>
564559
</div>
565560
</div>

0 commit comments

Comments
 (0)