Skip to content

Commit c7e0bb4

Browse files
authored
Update team member entries in peopleData
1 parent 103634a commit c7e0bb4

1 file changed

Lines changed: 20 additions & 20 deletions

File tree

Source code/src/data/peopleData.ts

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,6 @@ export const peopleData: Person[] = [
3131
isActive: true,
3232
joinDate: "2022-09"
3333
},
34-
{
35-
id: "2",
36-
name: "Agustin Nahuel Coppari Hollmann",
37-
role: "Co-Director",
38-
image: "/media/team/agustin-coppari.JPG",
39-
linkedIn: "https://linkedin.com/in/agustin-nahuel-coppari-hollmann/",
40-
education: "M.Sc. Electrical Engineering and Information Technology, TUM",
41-
isActive: true,
42-
joinDate: "2023-01"
43-
},
4434
{
4535
id: "3",
4636
name: "Deniz Onat Erdoğan",
@@ -51,6 +41,16 @@ export const peopleData: Person[] = [
5141
isActive: true,
5242
joinDate: "2023-05"
5343
},
44+
{
45+
id: "10",
46+
name: "Danylo Struk",
47+
role: "Co-Director",
48+
image: "/media/team/danylo-struk.jpg",
49+
linkedIn: "https://linkedin.com/in/danylo-struk-666085195",
50+
education: "M.Sc. Electrical Engineering and Information Technology, TUM",
51+
isActive: true,
52+
joinDate: "2025-05"
53+
},
5454

5555
// Team Leads - Open Positions
5656
/** {
@@ -85,6 +85,16 @@ export const peopleData: Person[] = [
8585
isActive: true,
8686
joinDate: "2023-01"
8787
},
88+
{
89+
id: "2",
90+
name: "Agustin Nahuel Coppari Hollmann",
91+
role: "Advisor",
92+
image: "/media/team/agustin-coppari.JPG",
93+
linkedIn: "https://linkedin.com/in/agustin-nahuel-coppari-hollmann/",
94+
education: "M.Sc. Electrical Engineering and Information Technology, TUM",
95+
isActive: true,
96+
joinDate: "2023-01"
97+
},
8898
/** {
8999
id: "13",
90100
name: "Johannes Geier",
@@ -123,16 +133,6 @@ export const peopleData: Person[] = [
123133
isActive: true,
124134
joinDate: "2023-10"
125135
},
126-
{
127-
id: "10",
128-
name: "Danylo Struk",
129-
role: "Team Member",
130-
image: "/media/team/danylo-struk.jpg",
131-
linkedIn: "https://linkedin.com/in/danylo-struk-666085195",
132-
education: "M.Sc. Electrical Engineering and Information Technology, TUM",
133-
isActive: true,
134-
joinDate: "2025-05"
135-
},
136136
{
137137
id: "11",
138138
name: "Jakub Skupień",

0 commit comments

Comments
 (0)