Skip to content

Commit 4f00253

Browse files
committed
Added people
1 parent 6d7153e commit 4f00253

11 files changed

Lines changed: 84 additions & 40 deletions

File tree

.DS_Store

8 KB
Binary file not shown.
4.96 MB
Loading
5.25 MB
Loading
4.8 MB
Loading

Source code/src/data/peopleData.ts

Lines changed: 56 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -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",
Lines changed: 27 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<meta name="twitter:site" content="@open_hardware" />
1717
<meta name="twitter:image" content="/public/OHW_logo.png" />
1818
<link rel="icon" href="/lovable-uploads/8c21749c-761b-4cf2-85ca-64f204ac61dd.png" type="image/png">
19-
<script type="module" crossorigin src="/assets/index-MRjEqAfs.js"></script>
19+
<script type="module" crossorigin src="/assets/index-D1X0ICJG.js"></script>
2020
<link rel="stylesheet" crossorigin href="/assets/index-wK49dBnS.css">
2121
</head>
2222

media/.DS_Store

6 KB
Binary file not shown.

media/team/deniz-ozturk.jpg

4.96 MB
Loading

media/team/efe-karavelioglu.jpg

5.25 MB
Loading

0 commit comments

Comments
 (0)