Skip to content

Commit 0032843

Browse files
Update index.html
1 parent 4b0ad04 commit 0032843

File tree

1 file changed

+55
-3
lines changed

1 file changed

+55
-3
lines changed

index.html

Lines changed: 55 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,66 @@ <h1><strong>ROBOSE</strong>: A Simple yet Effective Dual System for Robot Learni
2929
<p>*Project lead | †Corresponding author</p>
3030
<p><strong>Under Review</strong></p>
3131
</div>
32-
33-
<div class="row text-center">
32+
<div class="column has-text-centered">
33+
<div class="publication-links">
34+
<!-- PDF Link. -->
35+
<span class="link-block">
36+
<a href="./static/paper/CARP.pdf"
37+
class="external-link button is-normal is-rounded is-dark" target="_blank">
38+
<span class="icon">
39+
<i class="fas fa-file-pdf"></i>
40+
</span>
41+
<span>Paper</span>
42+
</a>
43+
</span>
44+
<!-- arXiv Link. -->
45+
<span class="link-block">
46+
<a href="https://arxiv.org/abs/2412.06782"
47+
class="external-link button is-normal is-rounded is-dark">
48+
<span class="icon">
49+
<i class="ai ai-arxiv"></i>
50+
</span>
51+
<span>arXiv</span>
52+
</a>
53+
</span>
54+
<!-- Code Link. -->
55+
<span class="link-block">
56+
<a href="https://github.com/OpenHelix-robot/OpenHelix"
57+
class="external-link button is-normal is-rounded is-dark">
58+
<span class="icon">
59+
<i class="fab fa-github"></i>
60+
</span>
61+
<span>Code</span>
62+
</a>
63+
</span>
64+
<!-- Huggingface Link. -->
65+
<span class="link-block">
66+
<a href="https://huggingface.co/zhefeigong/carp"
67+
class="external-link button is-normal is-rounded is-dark">
68+
<span class="icon">
69+
<i class="fas fa-smile-beam"></i>
70+
</span>
71+
<span>Huggingface</span>
72+
</a>
73+
</span>
74+
<!-- Dataset Link. -->
75+
<!-- <span class="link-block">
76+
<a href="https://github.com/google/nerfies/releases/tag/0.1"
77+
class="external-link button is-normal is-rounded is-dark">
78+
<span class="icon">
79+
<i class="far fa-images"></i>
80+
</span>
81+
<span>Data</span>
82+
</a> -->
83+
</div>
84+
</div>
85+
<!-- <div class="row text-center">
3486
<ul class="list-inline">
3587
<li><a href="#" target="_blank"><strong>Paper</strong></a></li>
3688
<li><a href="https://github.com/OpenHelix-robot/OpenHelix" target="_blank"><strong>code</strong></a></li>
3789
<li><a href="#" target="_blank"><strong>checkpoints</strong></a></li>
3890
</ul>
39-
</div>
91+
</div> -->
4092

4193
<div class="row">
4294
<div class="col-md-8 col-md-offset-2">

0 commit comments

Comments
 (0)