Skip to content

Commit 34dac93

Browse files
authored
Merge pull request #26 from OpenPerceptionX/feature/update
Update FreeTacMan author
2 parents e4c3512 + 7fe2351 commit 34dac93

File tree

1 file changed

+43
-1
lines changed

1 file changed

+43
-1
lines changed

app/(project)/FreeTacMan/page.tsx

Lines changed: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,49 @@ export default function Home() {
8888
</h1>
8989
</div>
9090
<div className="flex flex-col justify-center gap-6">
91-
<span className="text-base text-center">Anonymous Submission</span>
91+
<div className="text-base text-center">
92+
<div className="mb-2">
93+
<span >Longyan Wu</span><sup>1,4*</sup> &nbsp;
94+
<span >Checheng Yu</span><sup>1,5*</sup> &nbsp;
95+
<span >Jieji Ren</span><sup>3*</sup> &nbsp;
96+
<span >Li Chen</span><sup>2</sup>
97+
</div>
98+
<div className="mb-2">
99+
<span >Ran Huang</span><sup>4</sup> &nbsp;
100+
<span >Guoying Gu</span><sup>3</sup> &nbsp;
101+
<span >Hongyang Li</span><sup>2,1</sup>
102+
</div>
103+
<div className="mb-2">
104+
<sup>1</sup>Shanghai Innovation Institute &nbsp;
105+
<sup>2</sup>The University of Hong Kong
106+
</div>
107+
<div className="mb-2">
108+
<sup>3</sup>Shanghai Jiao Tong University &nbsp;
109+
<sup>4</sup>Fudan University &nbsp;
110+
<sup>5</sup>Nanjing University
111+
</div>
112+
<div className="mb-2">
113+
<span className="text-red-600 font-semibold">arXiv 2025</span>
114+
</div>
115+
<div className="mt-4 flex flex-row justify-center gap-4">
116+
<a
117+
href="https://www.overleaf.com/5237577172ppjpbgypzgwq#4865d4"
118+
className="px-4 py-2 bg-white text-[#174BE5] rounded-lg shadow-md hover:shadow-lg transition-all duration-200 border border-gray-200"
119+
target="_blank"
120+
rel="noopener noreferrer"
121+
>
122+
Paper
123+
</a>
124+
<a
125+
href="https://github.com/OpenDriveLab/FreeTacMan"
126+
className="px-4 py-2 bg-white text-[#174BE5] rounded-lg shadow-md hover:shadow-lg transition-all duration-200 border border-gray-200"
127+
target="_blank"
128+
rel="noopener noreferrer"
129+
>
130+
Code
131+
</a>
132+
</div>
133+
</div>
92134
<span className="text-base text-center italic text-gray-400">
93135
Good things take time... and so does loading this page! Thanks for
94136
your patience! Best viewed in Chrome on a desktop.

0 commit comments

Comments
 (0)