Skip to content

Commit 5320fca

Browse files
Update index.html
1 parent 677cc0a commit 5320fca

File tree

1 file changed

+22
-51
lines changed

1 file changed

+22
-51
lines changed

index.html

Lines changed: 22 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -29,64 +29,35 @@ <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-
<div class="row text-center">
33-
<!-- PDF Link -->
34-
<span class="link-block">
35-
<a href="./static/paper/CARP.pdf"
36-
class="external-link button is-normal is-rounded is-dark" target="_blank">
37-
<span class="icon">
38-
<i class="fas fa-file-pdf"></i>
39-
</span>
40-
<span>Paper</span>
41-
</a>
42-
</span>
43-
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" target="_blank">
48-
<span class="icon">
49-
<i class="ai ai-arxiv"></i>
32+
<div class="row text-center" style="margin-top: 20px;">
33+
<!-- PDF Link -->
34+
<span class="link-block">
35+
<a href="./static/paper/CARP.pdf" class="btn btn-custom" target="_blank">
36+
<i class="fas fa-file-pdf"></i> Paper
37+
</a>
5038
</span>
51-
<span>arXiv</span>
52-
</a>
53-
</span>
5439

55-
<!-- Code Link -->
56-
<span class="link-block">
57-
<a href="https://github.com/OpenHelix-robot/OpenHelix"
58-
class="external-link button is-normal is-rounded is-dark" target="_blank">
59-
<span class="icon">
60-
<i class="fab fa-github"></i>
40+
<!-- arXiv Link -->
41+
<span class="link-block">
42+
<a href="https://arxiv.org/abs/2412.06782" class="btn btn-custom" target="_blank">
43+
<i class="fas fa-book"></i> arXiv
44+
</a>
6145
</span>
62-
<span>Code</span>
63-
</a>
64-
</span>
6546

66-
<!-- Huggingface Link -->
67-
<span class="link-block">
68-
<a href="https://huggingface.co/zhefeigong/carp"
69-
class="external-link button is-normal is-rounded is-dark" target="_blank">
70-
<span class="icon">
71-
<i class="fas fa-smile-beam"></i>
47+
<!-- Code Link -->
48+
<span class="link-block">
49+
<a href="https://github.com/OpenHelix-robot/OpenHelix" class="btn btn-custom" target="_blank">
50+
<i class="fab fa-github"></i> Code
51+
</a>
7252
</span>
73-
<span>Huggingface</span>
74-
</a>
75-
</span>
7653

77-
<!-- Dataset Link(目前注释掉了,如果以后要打开直接取消注释) -->
78-
<!--
79-
<span class="link-block">
80-
<a href="https://github.com/google/nerfies/releases/tag/0.1"
81-
class="external-link button is-normal is-rounded is-dark" target="_blank">
82-
<span class="icon">
83-
<i class="far fa-images"></i>
54+
<!-- Huggingface Link -->
55+
<span class="link-block">
56+
<a href="https://huggingface.co/zhefeigong/carp" class="btn btn-custom" target="_blank">
57+
<i class="fas fa-smile-beam"></i> Huggingface
58+
</a>
8459
</span>
85-
<span>Data</span>
86-
</a>
87-
</span>
88-
-->
89-
</div>
60+
</div>
9061
<!-- <div class="row text-center">
9162
<ul class="list-inline">
9263
<li><a href="#" target="_blank"><strong>Paper</strong></a></li>

0 commit comments

Comments
 (0)