Skip to content

Commit ece52fc

Browse files
committed
wholebodyVLA
1 parent bc83d8d commit ece52fc

File tree

4 files changed

+59
-2
lines changed

4 files changed

+59
-2
lines changed

public/WholeBodyVLA/index.html

Lines changed: 38 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,24 @@
380380
border-radius: 20px 20px 0 0;
381381
}
382382

383+
/* Publication links styles */
384+
.publication-links {
385+
display: flex;
386+
flex-wrap: wrap;
387+
justify-content: center;
388+
align-items: center;
389+
gap: 10px;
390+
}
391+
392+
.link-block {
393+
display: inline-block;
394+
}
395+
396+
.link-block a {
397+
margin-top: 5px;
398+
margin-bottom: 5px;
399+
}
400+
383401
/* Responsive adjustments */
384402
@media (max-width: 768px) {
385403
.left-nav {
@@ -611,6 +629,12 @@
611629
</span>
612630
<span>Video</span>
613631
</a>
632+
<a class="navbar-item pl-4 pr-4" href="static/pdf/WholeBodyVLA.pdf" target="_blank" style="justify-content: center;">
633+
<span class="icon" style="margin-right:5px;">
634+
<img src="static/pdf/pdf.svg" alt="PDF" />
635+
</span>
636+
<span>Paper</span>
637+
</a>
614638
</div>
615639
</div>
616640
</header>
@@ -622,7 +646,7 @@ <h1 class="title is-1 publication-title is-size-2-mobile" style="font-size: 5rem
622646
WholeBodyVLA
623647
</h1>
624648
<h1 class="title is-1 publication-title is-size-5-mobile" style="font-size: 2.8rem;">
625-
<small>WholeBodyVLA: Towards Unified Latent VLA for Whole-body Loco-manipulation Control</small>
649+
<small>Towards Unified Latent VLA for Whole-body Loco-manipulation Control</small>
626650
</h1>
627651
</div>
628652
</div>
@@ -680,9 +704,21 @@ <h1 class="title is-1 publication-title">WholeBodyVLA: Towards Unified Latent VL
680704
<div style="display: flex; justify-content: center; align-items: center; gap: 40px; margin-top: 20px;">
681705
<img src="https://assets.kinetixai.cn/WholeBodyVLA/hku_logo.png" width="20%">
682706
<img src="https://assets.kinetixai.cn/WholeBodyVLA/agibot_logo.png" width="20%">
683-
<img src="https://assets.kinetixai.cn/WholeBodyVLA/fudan_logo.png" width="25%">
707+
<img src="static/pdf/fudan.png" width="12%">
684708
<img src="https://assets.kinetixai.cn/WholeBodyVLA/sii_logo.png" width="15%">
685709
</div>
710+
<div class="column has-text-centered" style="margin-top: 30px;">
711+
<div class="publication-links">
712+
<span class="link-block">
713+
<a href="static/pdf/WholeBodyVLA.pdf" class="external-link button is-large is-rounded is-dark" target="_blank" style="font-size: 1.2rem; padding: 1rem 2rem; text-decoration: none;">
714+
<span class="icon" style="font-size: 1.5rem;">
715+
<i class="fas fa-file-pdf"></i>
716+
</span>
717+
<span>Paper</span>
718+
</a>
719+
</span>
720+
</div>
721+
</div>
686722
</div>
687723
</div>
688724
</div>
1.39 MB
Binary file not shown.
77.1 KB
Loading
Lines changed: 21 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)