Skip to content

Commit dae5b8f

Browse files
committed
removed roles from names
1 parent 4f5369b commit dae5b8f

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/pages/team.astro

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import Page from '../layouts/Page.astro';
33
44
const members = [
55
{
6-
name: 'Simone Rubinacci – PI',
6+
name: 'Simone Rubinacci',
77
role: 'FIMM-EMBL Group Leader',
88
photo: '/images/lab/simone.jpg',
99
initials: 'SR',
@@ -18,7 +18,7 @@ const members = [
1818
],
1919
},
2020
{
21-
name: 'Maarja Jõeloo – Postdoctoral researcher',
21+
name: 'Maarja Jõeloo',
2222
role: 'Postdoctoral researcher',
2323
photo: null,
2424
initials: 'MJ',
@@ -33,7 +33,7 @@ const members = [
3333
],
3434
},
3535
{
36-
name: 'Francesca Rosamilia – Postdoctoral Researcher',
36+
name: 'Francesca Rosamilia',
3737
role: 'Postdoctoral researcher',
3838
photo: null,
3939
initials: 'FR',
@@ -48,7 +48,7 @@ const members = [
4848
],
4949
},
5050
{
51-
name: 'Théo Schneider – Doctoral researcher',
51+
name: 'Théo Schneider',
5252
role: 'Doctoral researcher',
5353
photo: '/images/lab/theo.jpg',
5454
initials: 'TS',
@@ -62,7 +62,7 @@ const members = [
6262
],
6363
},
6464
{
65-
name: 'Marinella Laaksonen – Research assistant',
65+
name: 'Marinella Laaksonen',
6666
role: 'Research assistant',
6767
photo: null,
6868
initials: 'ML',
@@ -76,7 +76,7 @@ const members = [
7676
],
7777
},
7878
{
79-
name: 'Alisa Willman – Research assistant',
79+
name: 'Alisa Willman',
8080
role: 'Research assistant',
8181
photo: null,
8282
initials: 'AW',

0 commit comments

Comments
 (0)