Skip to content

Commit 4c6b172

Browse files
committed
removed inactive team members
1 parent 66e6ef9 commit 4c6b172

File tree

1 file changed

+36
-36
lines changed

1 file changed

+36
-36
lines changed

Source code/src/data/peopleData.ts

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -124,25 +124,6 @@ export const peopleData: Person[] = [
124124
isActive: true,
125125
joinDate: "2023-09"
126126
},
127-
{
128-
id: "8",
129-
name: "Osman Yasar",
130-
role: "Team Member",
131-
image: "/media/team/osman-yasar.JPG",
132-
education: "M.Sc. Communications and Electronics, TUM",
133-
isActive: true,
134-
joinDate: "2023-10"
135-
},
136-
{
137-
id: "11",
138-
name: "Jakub Skupień",
139-
role: "Team Member",
140-
image: "/media/team/jakub-skupien.jpg",
141-
linkedIn: "https://www.linkedin.com/in/jakub-skupien",
142-
education: "M.Sc. Electrical Engineering and Information Technology, TUM",
143-
isActive: true,
144-
joinDate: "2025-05"
145-
},
146127
{
147128
id: "18",
148129
name: "Deniz Öztürk",
@@ -152,14 +133,6 @@ export const peopleData: Person[] = [
152133
isActive: true,
153134
joinDate: "2024-10"
154135
},
155-
{
156-
id: "19",
157-
name: "Youssef Sharafaldin",
158-
role: "Team Member",
159-
education: "M.Sc. Electrical Engineering and Information Technology, TUM",
160-
isActive: true,
161-
joinDate: "2025-05"
162-
},
163136
{
164137
id: "20",
165138
name: "Michael Lobis",
@@ -169,14 +142,6 @@ export const peopleData: Person[] = [
169142
isActive: true,
170143
joinDate: "2025-05"
171144
},
172-
{
173-
id: "21",
174-
name: "Dinis Carmona",
175-
role: "Team Member",
176-
education: "M.Sc. Electrical Engineering and Information Technology, TUM",
177-
isActive: true,
178-
joinDate: "2025-05"
179-
},
180145
{
181146
id: "22",
182147
name: "Efe Karavelioğlu",
@@ -421,7 +386,42 @@ export const peopleData: Person[] = [
421386
"Contributed to neuromorphic computing research",
422387
"Helped organize the Munich Neuromorphic Hackathon 2024"
423388
]
424-
}
389+
},
390+
{
391+
id: "8",
392+
name: "Osman Yasar",
393+
role: "Team Member",
394+
image: "/media/team/osman-yasar.JPG",
395+
education: "M.Sc. Communications and Electronics, TUM",
396+
isActive: false,
397+
joinDate: "2023-10"
398+
},
399+
{
400+
id: "11",
401+
name: "Jakub Skupień",
402+
role: "Team Member",
403+
image: "/media/team/jakub-skupien.jpg",
404+
linkedIn: "https://www.linkedin.com/in/jakub-skupien",
405+
education: "M.Sc. Electrical Engineering and Information Technology, TUM",
406+
isActive: false,
407+
joinDate: "2025-05"
408+
},
409+
{
410+
id: "19",
411+
name: "Youssef Sharafaldin",
412+
role: "Team Member",
413+
education: "M.Sc. Electrical Engineering and Information Technology, TUM",
414+
isActive: false,
415+
joinDate: "2025-05"
416+
},
417+
{
418+
id: "21",
419+
name: "Dinis Carmona",
420+
role: "Team Member",
421+
education: "M.Sc. Electrical Engineering and Information Technology, TUM",
422+
isActive: false,
423+
joinDate: "2025-05"
424+
},
425425
];
426426

427427
// Helper functions

0 commit comments

Comments
 (0)