Skip to content

Commit 81eb913

Browse files
authored
fix: people names; minor tweak underline in banner (#20)
1 parent 6965e91 commit 81eb913

File tree

10 files changed

+25
-10
lines changed

10 files changed

+25
-10
lines changed

app/page.tsx

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,33 @@ export default function Home() {
2727
<div className="space-y-5 lg:space-y-6">
2828
<h1 className="animate-fade-in text-3xl font-bold leading-[1.1] tracking-tight sm:text-4xl lg:text-[2.75rem] xl:text-5xl">
2929
We work at the intersection of{" "}
30-
<Link href="/research" className="animated-underline">
30+
<Link
31+
href="/research"
32+
className="group relative inline-block"
33+
>
3134
computational neuroscience
35+
<span className="absolute bottom-1 left-0 h-[1px] w-full bg-foreground/25" />
36+
<span className="absolute bottom-1 left-0 h-[1px] w-0 bg-foreground transition-all duration-300 group-hover:w-full" />
3237
</Link>{" "}
3338
and{" "}
34-
<Link href="/research" className="animated-underline">
39+
<Link
40+
href="/research"
41+
className="group relative inline-block"
42+
>
3543
machine learning
44+
<span className="absolute bottom-1 left-0 h-[1px] w-full bg-foreground/25" />
45+
<span className="absolute bottom-1 left-0 h-[1px] w-0 bg-foreground transition-all duration-300 group-hover:w-full" />
3646
</Link>
3747
</h1>
3848
<p className="animate-slide-up text-sm leading-relaxed text-muted-foreground sm:text-base lg:text-base">
3949
We are interested in understanding{" "}
40-
<Link href="/publications" className="animated-underline-muted hover:text-foreground">
50+
<Link
51+
href="/publications"
52+
className="group relative inline-block transition-colors hover:text-foreground"
53+
>
4154
behavior
55+
<span className="absolute bottom-0.5 left-0 h-[1px] w-full bg-muted-foreground/30" />
56+
<span className="absolute bottom-0.5 left-0 h-[1px] w-0 bg-foreground transition-all duration-300 group-hover:w-full" />
4257
</Link>{" "}
4358
in computational terms and in reverse-engineering the algorithms of the brain.
4459
</p>

data/group-photos.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"description": "Joint lab retreat with Mackenzie’s team"
99
},
1010
{
11-
"id": "conference-neurips-2023",
11+
"id": "mini-golf-2023",
1212
"title": "Mini golf",
1313
"date": "2023-05",
1414
"location": "Geneva",

data/people.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"id": "merkourios-simos",
7070
"name": "Merkourios Simos",
7171
"role": "PhD Student",
72-
"avatar": "/images/people/merkourios-thodoris.jpg",
72+
"avatar": "/images/people/merkourios.jpg",
7373
"project": "Proprioception, sensorimotor control and learning",
7474
"links": {
7575
"website": "https://people.epfl.ch/merkourios.simos"
@@ -109,7 +109,7 @@
109109
"id": "bianca-ziliotto",
110110
"name": "Bianca Ziliotto",
111111
"role": "PhD Student",
112-
"avatar": "/images/people/bianca-carioni.jpg",
112+
"avatar": "/images/people/bianca.jpg",
113113
"project": "Proprioception and sensorimotor control",
114114
"links": {
115115
"website": "https://people.epfl.ch/bianca.ziliotto"
@@ -159,7 +159,7 @@
159159
"id": "maxim-pavliv",
160160
"name": "Maxim Pavliv",
161161
"role": "Software Engineer",
162-
"avatar": "/images/people/max-beddies.jpg",
162+
"avatar": "/images/people/max.jpg",
163163
"project": "All things software, including DeepLabCut",
164164
"note": "Also works in M.W. Mathis lab",
165165
"tags": ["software engineering", "DeepLabCut"],
@@ -202,7 +202,7 @@
202202
"name": "Alberto Chiappa",
203203
"role": "Alumni",
204204
"degree": "PhD",
205-
"avatar": "/images/people/alberto-silvio-chiappa.jpg",
205+
"avatar": "/images/people/alberto.jpg",
206206
"project": "Reinforcement learning for motor control",
207207
"graduationYear": 2025,
208208
"graduationSeason": "Spring",
@@ -218,7 +218,7 @@
218218
"name": "Mu Zhou",
219219
"role": "Alumni",
220220
"degree": "PhD",
221-
"avatar": "/images/people/mu-qiao.jpg",
221+
"avatar": "/images/people/mu.jpg",
222222
"project": "Pose estimation and ReID",
223223
"graduationYear": 2025,
224224
"graduationSeason": "Fall",
@@ -234,7 +234,7 @@
234234
"name": "Adriana Perez Rotondo",
235235
"role": "Alumni",
236236
"degree": "Postdoc",
237-
"avatar": "/images/people/adriana-mendez-leal.jpeg",
237+
"avatar": "/images/people/adriana.jpeg",
238238
"project": "Modeling and theory for sensorimotor circuits",
239239
"links": {
240240
"scholar": "https://scholar.google.com/citations?hl=en&user=buPwZfgAAAAJ"
File renamed without changes.
File renamed without changes.
File renamed without changes.
-107 KB
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)