@@ -79,20 +79,20 @@ export const peopleData: Person[] = [
7979 id : "12" ,
8080 name : "Aleksa Stojković" ,
8181 role : "Advisor" ,
82+ linkedIn : "https://www.linkedin.com/in/aleksa-stojkovi%C4%87-288550200/" ,
8283 image : "/media/team/aleksa-stojkovic.png" ,
8384 education : "M.Sc. Electrical Engineering and Information Technology, TUM" ,
8485 isActive : true ,
8586 joinDate : "2023-01"
8687 } ,
87- {
88+ /** {
8889 id: "13",
8990 name: "Johannes Geier",
9091 role: "Advisor",
91- linkedIn : "https://linkedin.com" ,
9292 education: "Technical University of Munich, Chair of Electronic Design Automation (Prof. Schlichtmann)",
9393 isActive: true,
9494 joinDate: "2023-01"
95- } ,
95+ },*/
9696
9797 // Team Members
9898 {
@@ -123,15 +123,6 @@ export const peopleData: Person[] = [
123123 isActive : true ,
124124 joinDate : "2023-10"
125125 } ,
126- {
127- id : "9" ,
128- name : "Tobias Konieczny" ,
129- role : "Team Member" ,
130- image : "/media/team/tobias-konieczny.JPG" ,
131- education : "B.Sc Computer Science, TUM" ,
132- isActive : true ,
133- joinDate : "2023-10"
134- } ,
135126 {
136127 id : "10" ,
137128 name : "Danylo Struk" ,
@@ -152,6 +143,50 @@ export const peopleData: Person[] = [
152143 isActive : true ,
153144 joinDate : "2025-05"
154145 } ,
146+ {
147+ id : "18" ,
148+ name : "Deniz Öztürk" ,
149+ role : "Team Member" ,
150+ image : "/media/team/deniz-ozturk.jpg" ,
151+ education : "M.Sc. Informatics, TUM" ,
152+ isActive : true ,
153+ joinDate : "2024-10"
154+ } ,
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+ } ,
163+ {
164+ id : "20" ,
165+ name : "Michael Lobis" ,
166+ role : "Team Member" ,
167+ image : "/media/team/michael-lobis.jpg" ,
168+ education : "M.Sc. Electrical Engineering and Information Technology, TUM" ,
169+ isActive : true ,
170+ joinDate : "2025-05"
171+ } ,
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+ } ,
180+ {
181+ id : "22" ,
182+ name : "Efe Karavelioğlu" ,
183+ role : "Team Member" ,
184+ linkedIn : "https://linkedin.com/in/efe-karavelioğlu-1110ba318" ,
185+ image : "/media/team/efe-karavelioglu.jpg" ,
186+ education : "B.Sc. Electrical Engineering and Information Technology, TUM" ,
187+ isActive : true ,
188+ joinDate : "2025-05"
189+ } ,
155190
156191 // Alumni
157192 {
@@ -181,6 +216,15 @@ export const peopleData: Person[] = [
181216 "Worked on continual learning using Intel's neuromorphic framework"
182217 ]
183218 } ,
219+ {
220+ id : "9" ,
221+ name : "Tobias Konieczny" ,
222+ role : "Former Team Member" ,
223+ image : "/media/team/tobias-konieczny.JPG" ,
224+ education : "B.Sc Computer Science, TUM" ,
225+ isActive : false ,
226+ joinDate : "2023-10"
227+ } ,
184228 {
185229 id : "24" ,
186230 name : "Ingo Fritz" ,
0 commit comments