Skip to content

Commit b6998bb

Browse files
committed
.
1 parent 0b81e86 commit b6998bb

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

components/app-sidebar.tsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,10 @@ export function AppSidebar() {
115115
return (
116116
<FadeIn>
117117
<Sidebar>
118+
119+
120+
121+
{/* see header */}
118122
<div className="fixed flex md:hidden flex-row gap-3 m-6 z-20 flex-wrap">
119123
<Button asChild className="bg-background text-foreground hover:bg-white group">
120124
<Link href="/" className="select-none">
@@ -123,11 +127,12 @@ export function AppSidebar() {
123127
alt="OpenDriveLab"
124128
width={24}
125129
height={24}
126-
className="group-hover:scale-125 transition delay-100 duration-200"
130+
className="group-hover:scale-125 transition delay-100 duration-200"
127131
/>
128132
</Link>
129133
</Button>
130134
</div>
135+
131136

132137

133138
<div className="mt-24 overflow-y-scroll no-scrollbar">

components/header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export function Header() {
3838
<div className="fixed flex flex-row gap-3 p-6 z-20 flex-wrap w-full justify-between md:w-fit md:justify-start">
3939

4040

41-
41+
{/* see app-sidebard */}
4242
<Button asChild className="bg-background text-foreground hover:bg-white group">
4343
<Link href="/" className="select-none">
4444
<Image

data/publications.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ export const publications: {
170170
description: `🏗️ A scalable simulation pipeline that synthesizes diverse and high-fidelity reactive driving scenarios with pseudo-expert.\n🚀 An effective sim-real co-training strategy that improves robustness and generalization across end-to-end planners.\n🔬 A comprehensive recipe that reveals crucial insights into the underlying scaling properties of sim-real learning systems.`,
171171
keys: ['end_to_end_ad'],
172172
time: '2025.11.28',
173-
timeline:[],
173+
timeline:['te2e'],
174174
},
175175
{
176176
title: "Reinforced Refinement with Self-Aware Expansion for End-to-End Autonomous Driving",
@@ -926,7 +926,7 @@ export const publications: {
926926
description: "",
927927
keys: ['end_to_end_ad'],
928928
time: '2025.04.14',
929-
timeline:[],
929+
timeline:['te2e'],
930930
},
931931
{
932932
title: "Centaur: Robust End-to-End Autonomous Driving with Test-Time Training",
@@ -1134,7 +1134,7 @@ export const publications: {
11341134
description: "Revive driving scene understanding by delving into the embodiment philosophy.",
11351135
keys: ['end_to_end_ad'],
11361136
time: '2024.03.07',
1137-
timeline:[],
1137+
timeline:['te2e'],
11381138
},
11391139
{
11401140
title: "DriveAdapter: Breaking the Coupling Barrier of Perception and Planning in End-to-End Autonomous Driving",

0 commit comments

Comments
 (0)