-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
101 lines (92 loc) · 3.06 KB
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<head>
<title>redirecting</title>
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-L7VEDHS6G8"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-L7VEDHS6G8');
</script>
<body>
<p>redirecting...</p>
</body>
<script>
switch (new URL(document.URL).pathname) {
case "/lihongyang":
window.location = "https://lihongyang.info/";
break
case "/lihongyang.html":
window.location = "https://lihongyang.info/";
break
case "/UniAD":
window.location = "https://opendrivelab.github.io/UniAD/";
break
case "/UniAD.html":
window.location = "https://opendrivelab.github.io/UniAD/";
break
case "/challenge":
window.location = "/challenge2024/";
break
case "/challenge/":
window.location = "/challenge2024/";
break
case "/publication":
window.location = "/publications/";
break
case "/publication/":
window.location = "/publications/";
break
case "/event":
window.location = "/events/";
break
case "/event/":
window.location = "/events/";
break
case "/event/":
window.location = "/events/";
break
case "/event/iclr23_ADworkshop":
window.location = "/sr4ad/iclr23";
break
case "/event/iclr23_ADworkshop.html":
window.location = "/sr4ad/iclr23";
break
case "/event/cvpr23_ADworkshop":
window.location = "/e2ead/cvpr23";
break
case "/event/cvpr23_ADworkshop.html":
window.location = "/e2ead/cvpr23";
break
case "/cvpr2024/challenge":
window.location = "/challenge2024/";
break
case "/cvpr2024/challenge/":
window.location = "/challenge2024/";
break
case "/ICCV23_towards_general_ai_in_ad.pdf":
window.location = "/assets/file/ICCV23_towards_general_ai_in_ad.pdf";
break
case "/ICCV23_oral_DriveAdapter.pdf":
window.location = "/assets/file/ICCV23_oral_DriveAdapter.pdf";
break
case "/Dataset_Survey_Chinese_V2.pdf":
window.location = "http://engine.scichina.com/doi/10.1360/SSI-2023-0313";
break
case "/DriveAGI":
window.location = "https://github.com/OpenDriveLab/DriveAGI";
break
case "/DriveAGI.html":
window.location = "https://github.com/OpenDriveLab/DriveAGI";
break
case "/AD23Challenge":
window.location = "/challenge2023/";
break
case "/AD23Challenge.html":
window.location = "/challenge2023/";
break
default:
window.location = "/";
};
</script>