Skip to content

Commit 1971e8c

Browse files
committed
.
1 parent d61b7b0 commit 1971e8c

3 files changed

Lines changed: 6 additions & 1 deletion

File tree

components/redirect.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,11 @@ export default function Redirect() {
333333
) {
334334
redirect('/assets/file/ICCV23_oral_DriveAdapter.pdf')
335335
}
336+
if (
337+
pathname == '/RISE.pdf'
338+
) {
339+
redirect('https://arxiv.org/abs/2602.11075')
340+
}
336341

337342

338343

data/publications.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export const publications: {
107107
},
108108
{
109109
title: "RISE: Self-Improving Robot Policy with Compositional World Model",
110-
link: "https://opendrivelab.github.io/RISE.pdf",
110+
link: "https://arxiv.org/abs/2602.11075",
111111
image: "https://ik.imagekit.io/opendrivelab/publication/kai0-rl.jpg",
112112
author: "Jiazhi Yang, Kunyang Lin, Jinwei Li, Wencong Zhang, Tianwei Lin, Longyan Wu, Zhizhong Su, Hao Zhao, Ya-Qin Zhang, Li Chen, Ping Luo, Xiangyu Yue, Hongyang Li",
113113
note: "Preprint 2026",

public/RISE.pdf

-11.1 MB
Binary file not shown.

0 commit comments

Comments
 (0)