Skip to content

Commit 7610bdb

Browse files
committed
update members on about-us page
1 parent efb321d commit 7610bdb

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

pages/about-us.tsx

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,11 @@ function AboutUs() {
3333
const avatarsDir = "./static/images/avatars/";
3434

3535
const members = [
36-
{ title: "Hannah Weiser", desc: "Geography Student", url: avatarsDir + "HannahWeiser.jpeg"},
36+
{ title: "Hannah Weiser", desc: "Researcher (Geoinformatics)", url: avatarsDir + "HannahWeiser.jpeg"},
3737
{ title: "Sarah Lohr", desc: "Researcher (Climate Impacts)", url: avatarsDir + "SarahLohr.jpeg"},
38-
{ title: "Nina Krašovec", desc: "Researcher (Geoinformatics)", url: avatarsDir + "NinaKrasovec.jpeg"},
3938
{ title: "Christina Ludwig", desc: "Researcher (Geoinformatics)", url: avatarsDir + "ChristinaLudwig.jpeg"},
4039
{ title: "Veit Ulrich", desc: "Researcher (Geoinformatics)", url: avatarsDir + "VeitUlrich.jpeg"},
41-
{ title: "Guillermo Lozano Onrubia", desc: "Researcher (Chemistry)", url: avatarsDir + "GuillermoLozanoOnrubia.jpeg"},
4240
{ title: "Fabian Kneissl", desc: "Computer and Data Science Student", url: avatarsDir + "FabianKneissl.jpeg"},
43-
{ title: "María Fernanda Lozano", desc: "Researcher (Physics)", url: avatarsDir + "MariaFernandaLozano.jpeg"},
44-
{ title: "Alex Bercik", desc: "Researcher (Aerospace Engineering)", url: avatarsDir + "AlexBercik.jpeg"}
4541
];
4642

4743
return (
@@ -83,8 +79,8 @@ function AboutUs() {
8379
</Grid>
8480
<br />
8581
<Typography variant="body1" gutterBottom align="left">
86-
Apart from our team members we want to thank Scientists4Future Heidelberg,
87-
Goethe Institute and other colleagues from the Institute of Geography of Heidelberg University, HeiGIT and Max Planck Institute for Astronomy Heidelberg for their support.
82+
We would like to thank Scientists4Future Heidelberg, Goethe Institute and our colleagues from the Institute of Geography at Heidelberg University, HeiGIT and the Max Planck Institute for Astronomy Heidelberg for all their support.
83+
Special thank also go to our former team members Alex Bercik, María Fernanda Lozano, Guillermo Lozano Onrubia, Nina Krašovec and Sami.
8884
</Typography>
8985
<br />
9086
<br />

0 commit comments

Comments
 (0)