@@ -45,28 +45,44 @@ export default function PositionsPage() {
4545 </ CardHeader >
4646 < CardContent >
4747 < p className = "mb-4 text-muted-foreground" >
48- We are always actively looking for undergraduate and master's students with
49- interests in behavioral analysis and modeling sensorimotor learning.
48+ We are always actively mentoring undergraduate and master's students with
49+ interests in AI4Science, sensorimotor learning, computer vision, robotics, and related fields
50+ for semester projects and thesis.
5051 </ p >
51- < div className = "space-y-2" >
52- < p className = "text-sm" >
53- < span className = "font-medium" > Research areas:</ span > Machine learning tools
54- for animal behavior analysis, brain-inspired motor skill learning, proprioception
55- and sensorimotor processing
56- </ p >
57- < p className = "text-sm" >
58- < span className = "font-medium" > Requirements:</ span > Background in mathematics,
59- computer science, computational neuroscience, or related fields
52+ < div className = "space-y-3" >
53+ < div >
54+ < h4 className = "mb-2 text-sm font-medium" > Requirements:</ h4 >
55+ < ul className = "ml-4 list-disc space-y-1 text-sm text-muted-foreground" >
56+ < li > Background in mathematics, computer science, computational neuroscience, or related fields</ li >
57+ < li > Self-motivated and high standards for their work</ li >
58+ </ ul >
59+ </ div >
60+ < p className = "text-sm text-muted-foreground" >
61+ < span className = "font-medium" > Note:</ span > Our Open Projects list is only accessible within the EPFL network.
62+ External students, please reach out via our{ " " }
63+ < Link href = "/contact" className = "text-primary hover:underline" >
64+ contact page
65+ </ Link > .
6066 </ p >
6167 </ div >
6268 < div className = "mt-6 flex flex-col gap-3 sm:flex-row" >
6369 < Button asChild >
70+ < a
71+ href = "https://docs.google.com/document/u/2/d/e/2PACX-1vSWTi96M7RRfSEsYcVNooaq8wAqUBLuUkXTgEkUHCGKW8uERxzpl0hfkobAdkcp77_nhnY_8fbjcDrS/pub"
72+ target = "_blank"
73+ rel = "noopener noreferrer"
74+ >
75+ Open Projects (EPFL Only)
76+ < ExternalLink className = "ml-2 size-4" />
77+ </ a >
78+ </ Button >
79+ < Button asChild variant = "outline" >
6480 < a
6581 href = "https://docs.google.com/forms/d/e/1FAIpQLScyKbu2Hfv24i3RClKZsAEnt8Rzo77RQ27w-VIo4fZEFk8QFg/viewform"
6682 target = "_blank"
6783 rel = "noopener noreferrer"
6884 >
69- Express Interest (EPFL Students)
85+ Fill Out Form
7086 < ExternalLink className = "ml-2 size-4" />
7187 </ a >
7288 </ Button >
0 commit comments