Skip to content

Commit 909eaa6

Browse files
committed
update ams teaser
1 parent 68c30f0 commit 909eaa6

File tree

1 file changed

+21
-19
lines changed

1 file changed

+21
-19
lines changed

public/AMS/index.html

Lines changed: 21 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css">
1111

1212

13-
<script>
13+
<!-- <script>
1414
function updateComparativeVideos() {
1515
var task = document.getElementById("comparative-menu-tasks").value;
1616
console.log("Comparative", task)
@@ -50,10 +50,10 @@
5050
// Reload videos
5151
document.getElementById("comparative-video1").load();
5252
document.getElementById("comparative-video2").load();
53-
}
53+
} -->
5454

5555

56-
</script>
56+
<!-- </script> -->
5757

5858
<link href="https://fonts.googleapis.com/css?family=Google+Sans|Noto+Sans|Castoro"
5959
rel="stylesheet">
@@ -79,7 +79,7 @@
7979
<section class="hero is-link is-fullheight video" style="overflow: hidden; position:relative;">
8080
<div class="hero-video" style="height: 100%; width: 177.77777778vh; min-width: 100%;min-height: 56.25vw;">
8181
<video playsinline autoplay muted loop>
82-
<source src=" ./media/merge/teaser_compressed.mp4" type="video/mp4">
82+
<source src="https://github.com/OpenDriveLab/opendrivelab.github.io/blob/master/AMS/demopage2.mp4" type="video/mp4">
8383
</video>
8484
</div>
8585
<div class="overlay"></div>
@@ -88,18 +88,18 @@
8888
<div class="container is-size-5">
8989
<div class="navbar-menu">
9090
<div class="navbar-end">
91-
<a class="navbar-item pl-4 pr-4" href="https://arxiv.org/pdf/2505.07294" target="_blank">
91+
<a class="navbar-item pl-4 pr-4" href="" target="_blank">
9292
<span class="icon" style="margin-right:5px;">
9393
<img src="./static/images/pdf.svg" alt="PDF" />
9494
</span>
9595
<span>Paper</span>
9696
</a>
97-
<a class="navbar-item pl-4 pr-4" href="https://arxiv.org/abs/2505.07294" target="_blank">
97+
<a class="navbar-item pl-4 pr-4" href="" target="_blank">
9898
<span class="icon" style="margin-right:5px;">
9999
<img src="./static/images/arxiv.svg" alt="ArXiv" />
100100
</span>
101101
<span>arXiv</span> </a>
102-
<a href="https://youtu.be/mzXH4MEypsk?si=D5r93ytzpsHOojZ7" class="navbar-item pl-4 pr-4" target="_blank">
102+
<a href="" class="navbar-item pl-4 pr-4" target="_blank">
103103
<span class="icon" style="margin-right:5px;">
104104
<img src="./static/images/youtube.svg" alt="Youtube" style="width: 24px; height: 24px;" />
105105
</span>
@@ -155,15 +155,17 @@ <h1 class="title is-1 publication-title">Agility Meets Stability: Versatile Huma
155155
<span class="author-block">
156156
<a target="_blank" href="https://ilnehc.github.io/">Li Chen</a><sup>1</sup>,</span>
157157
<span class="author-block">
158-
<a target="_blank" href="https://kashyap7x.github.io/">Kashyap Chitta</a><sup>3</sup>,</span>
158+
<a target="_blank" href="https://kashyap7x.github.io/">Kashyap Chitta</a><sup>2</sup>,</span>
159159
<span class="author-block">
160160
<a target="_blank" href="https://liangpan99.github.io/">Liang Pan</a><sup>1</sup>,</span>
161161
<span class="author-block">
162162
<a target="_blank" href="">Haoguang Mai</a><sup>1</sup>,</span>
163163
<span class="author-block">
164-
<a target="_blank" href="https://sites.google.com/view/fromandto">Hao Zhao</a><sup>4</sup>,</span>
164+
<a target="_blank" href="https://scholar.google.com/citations?user=-JCRysgAAAAJ">Qingwen Bu</a><sup>1</sup>,</span>
165165
<span class="author-block">
166166
<a target="_blank" href="">Cunyuan Zheng</a><sup> </sup>,</span>
167+
<span class="author-block">
168+
<a target="_blank" href="https://sites.google.com/view/fromandto">Hao Zhao</a><sup>3</sup>,</span>
167169
<span class="author-block">
168170
<a target="_blank" href="https://luoping.me/">Ping Luo</a><sup>1</sup>,</span>
169171
<span class="author-block">
@@ -182,7 +184,7 @@ <h1 class="title is-1 publication-title">Agility Meets Stability: Versatile Huma
182184
<div class="publication-links">
183185
<!-- PDF Link. -->
184186
<span class="link-block">
185-
<a target="_blank" href="https://arxiv.org/pdf/2505.07294"
187+
<a target="_blank" href=""
186188
class="external-link button is-normal is-rounded is-dark">
187189
<span class="icon">
188190
<i class="fas fa-file-pdf"></i>
@@ -192,7 +194,7 @@ <h1 class="title is-1 publication-title">Agility Meets Stability: Versatile Huma
192194
</span>
193195
<!-- arXiv Link. -->
194196
<span class="link-block">
195-
<a target="_blank" href="https://arxiv.org/abs/2505.07294"
197+
<a target="_blank" href=""
196198
class="external-link button is-normal is-rounded is-dark">
197199
<span class="icon">
198200
<i class="ai ai-arxiv"></i>
@@ -201,25 +203,25 @@ <h1 class="title is-1 publication-title">Agility Meets Stability: Versatile Huma
201203
</a>
202204
</span>
203205
<!-- Video Link. -->
204-
<span class="link-block">
205-
<a target="_blank" href="https://youtu.be/mzXH4MEypsk?si=D5r93ytzpsHOojZ7"
206+
<!-- <span class="link-block">
207+
<a target="_blank" href=""
206208
class="external-link button is-normal is-rounded is-dark">
207209
<span class="icon">
208210
<i class="fab fa-youtube"></i>
209211
</span>
210212
<span>Video</span>
211213
</a>
212-
</span>
214+
</span> -->
213215
<!-- Bilibili Video Link -->
214-
<span class="link-block">
216+
<!-- <span class="link-block">
215217
<a target="_blank" href="https://www.bilibili.com/video/BV11x7ZzaEub/?share_source=copy_web&vd_source=45d820e20c3d15aa17adbe9e4893776e"
216218
class="external-link button is-normal is-rounded is-dark">
217219
<span class="icon">
218220
<img src="./static/images/bilibili.svg" alt="Bilibili" style="width: 24px; height: 24px;" />
219221
</span>
220222
<span>Bilibili</span>
221223
</a>
222-
</span>
224+
</span> -->
223225
<!-- Code Link. -->
224226
<!-- <span class="link-block">
225227
<a target="_blank" href=""
@@ -231,15 +233,15 @@ <h1 class="title is-1 publication-title">Agility Meets Stability: Versatile Huma
231233
</a>
232234
</span> -->
233235

234-
<span class="link-block">
236+
<!-- <span class="link-block">
235237
<a href="https://x.com/TongZha22057330/status/1922092674644894041" target="_blank"
236238
class="external-link button is-normal is-rounded is-dark">
237239
<span class="icon">
238240
<i class="fa-brands fa-x-twitter"></i>
239241
</span>
240242
<span>Summary</span>
241243
</a>
242-
</span>
244+
</span> -->
243245

244246
</div>
245247
</div>
@@ -264,7 +266,7 @@ <h1 class="title is-1 publication-title">Agility Meets Stability: Versatile Huma
264266
></iframe>
265267
</div> -->
266268
<video autoplay muted loop playsinline controls width="100%" style="border-radius: 10px;">
267-
<source src="./media/merge/teaser_compressed.mp4" type="video/mp4">
269+
<source src="https://github.com/OpenDriveLab/opendrivelab.github.io/blob/master/AMS/merge_compress.mp4" type="video/mp4">
268270
</video>
269271
</div>
270272
</div>

0 commit comments

Comments
 (0)