Skip to content

Commit 4bffdc8

Browse files
committed
.
1 parent 28b1ccb commit 4bffdc8

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

app/(default)/(teaching)/AP0001/page.tsx

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ const scheduleItems: {
148148
"Design and training of VLA models",
149149
"VLA model deployment for typical robotic manipulation tasks",
150150
],
151+
note: "Quiz",
151152
},
152153
{
153154
date: "2026/4/9",
@@ -240,7 +241,6 @@ const scheduleItems: {
240241
"High-impact presentation",
241242
"Ethics and open science",
242243
],
243-
note: "Quiz",
244244
},
245245
{
246246
date: "2026/6/18",
@@ -529,9 +529,14 @@ export default function Home() {
529529
<span className="block mt-1 pl-4 text-foreground/90">Students are encouraged to complete them independently and communicate with instructors in a timely manner.</span>
530530
</li>
531531
<li>
532-
<strong>Group Project (60%)</strong>
532+
<strong>Individual Final Project (60%)</strong>
533533
<br />
534-
<span className="block mt-1 pl-4 text-foreground/90">Students are encouraged to undertake projects related to Embodied Intelligence, or to conduct their own self-directed projects. A project report, presentation, and code must be submitted upon completion of the course.</span>
534+
<span className="block mt-1 pl-4 text-foreground/90">
535+
<ul className="list-[circle] list-inside ml-4 mt-1 space-y-0.5">
536+
<li><strong>Content: </strong>Technical - non-robotics / Demo - robotics [Our tutorial] / Survey on Data Collection [reading week] / Business Plan</li>
537+
<li><strong>Formation: </strong>Report (peer-reviewed), Presentation and Q&A</li>
538+
</ul>
539+
</span>
535540
</li>
536541
<li>
537542
<strong>Regrade Request</strong>

0 commit comments

Comments
 (0)