Skip to content

Commit 6da77ba

Browse files
Update peopleData.ts with correct information for alumni
1 parent ad0c20a commit 6da77ba

1 file changed

Lines changed: 11 additions & 12 deletions

File tree

src/data/peopleData.ts

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -157,29 +157,28 @@ export const peopleData: Person[] = [
157157
{
158158
id: "26",
159159
name: "Alyona Starikova",
160-
role: "Former Co-Director",
160+
role: "Former Team Lead",
161161
image: "/media/alumni/alyona-starikova.png",
162162
isActive: false,
163163
joinDate: "2021-06",
164164
endDate: "2023-01",
165165
contributions: [
166-
"Co-founded OpenHardware initiative",
167-
"Led strategic partnerships with industry",
168-
"Secured initial funding for operations"
166+
"Co-founded the brain-inspired computing group at neuroTUM",
167+
"Co-organized the neuromorphic hackathon of 2024",
168+
"Worked on learning rules usng SNNs"
169169
]
170170
},
171171
{
172172
id: "25",
173173
name: "Fabio Veneto",
174-
role: "Former Team Lead",
174+
role: "Former Advisor",
175175
image: "/media/alumni/fabio-veneto.png",
176176
isActive: false,
177177
joinDate: "2021-09",
178178
endDate: "2023-05",
179179
contributions: [
180-
"Led the communications team",
181-
"Established partnership with TUM entrepreneurship center",
182-
"Organized multiple hackathons"
180+
"Advised on topics related to computational neuroscience",
181+
"Worked on continual learning using Intel's neuromorphic framework"
183182
]
184183
},
185184
{
@@ -191,8 +190,8 @@ export const peopleData: Person[] = [
191190
joinDate: "2022-01",
192191
endDate: "2023-04",
193192
contributions: [
194-
"Contributed to FPGA design for neuromorphic computing",
195-
"Developed power analysis tooling for SNN accelerators"
193+
"Worked on learning rules related to computational neuroscience",
194+
"Contributed to the transformer SNN model"
196195
]
197196
},
198197
{
@@ -206,7 +205,7 @@ export const peopleData: Person[] = [
206205
endDate: "2024-03",
207206
contributions: [
208207
"Contributed to spiking neural network implementations",
209-
"Worked on hardware optimization for edge devices"
208+
"Worked on FPGA SoC integration with SNN accelerator"
210209
]
211210
},
212211
{
@@ -219,7 +218,7 @@ export const peopleData: Person[] = [
219218
joinDate: "2023-12",
220219
endDate: "2024-03",
221220
contributions: [
222-
"Developed hardware accelerators for neural networks",
221+
"Developed analog LIF neuron for SNNs",
223222
"Optimized power efficiency for edge AI applications"
224223
]
225224
},

0 commit comments

Comments
 (0)