Skip to content

Commit c26c495

Browse files
authored
Update Team.tsx
1 parent ba49ca2 commit c26c495

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

src/app/components/Team.tsx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ const teamMembers: TeamMember[] = [
2626
college website: "https://www.jesus.ox.ac.uk/about-jesus-college/our-community/people/dr-oiwi-parker-jones/",
2727
ori website: "https://ori.ox.ac.uk/people/oiwi-parker-jones/",
2828
twitter: "@oiwi3000",
29-
interests: ["Deep Learning", "Neural Decoding", "Brain-Computer Interfaces", "Clinical Neuroscience", "Inner Speech", "Speech Recognition", "NLP", "Robotics"],
29+
interests = ["Deep Learning", "Generative Models", "Computational Neuroscience", "Computer Vision", "Natural Language Processing", "Automatic Speech Recognition", "Brain–Computer Interfaces", "Robotics"]
3030
image: "/team/oiwi.png",
3131
sunglassesImage: "/team/oiwi-sunglasses.jpeg"
3232
},
3333
{
3434
name: "Francesco Mantegna",
3535
title: "Postdoctoral Research Fellow",
3636
bio: "Francesco joined PNPL as a Postdoc in 2024 after receiving his PhD in Cognitive Psychology and Neuroscience from NYU under the supervision of David Poeppel. His interests include Brain Computer Interfaces (BCIs), Neurotechnology, and Speech Neuroprosthetics.",
37-
interests: ["Brain Computer Interfaces", "Neurotechnology", "Speech Neuroprosthetics", "Cognitive Psychology"],
37+
interests: ["Neurotechnology", "Speech Neuroprosthetics", "Cognitive Psychology"],
3838
image: "/team/francesco.png",
3939
sunglassesImage: "/team/francesco-sunglasses.jpeg"
4040
},
@@ -70,15 +70,15 @@ const teamMembers: TeamMember[] = [
7070
name: "Luisa Kurth",
7171
title: "DPhil/PhD Student",
7272
bio: "My motivation is to help improving people's lives through AI. Currently, I am mostly interested in the challenges of advancing machine learning for medical image analysis. The CDT in AIMS offers the perfect platform for this journey and I'm excited to connect with anyone sharing my interest. I hold a Bachelor's degree in Psychology from the University of Mannheim and a Master's degree from the University of Oxford's Internet Institute. During my time at Oxford, I participated in cutting-edge research on the societal and ethical aspects of AI. This experience fueled my fascination for machine learning, leading me to pursue a second Master's degree at the University of Tübingen, where I focused on the foundations of deep learning, large language models and explainable AI. Along the way, I've conducted brain research at the Max-Planck-Institute and worked as a policy researcher at the OECD. Outside of research, I enjoy reading, socializing with friends, and visiting art galleries.",
73-
interests: ["Medical Image Analysis", "Deep Learning", "Explainable AI", "AI Ethics"],
73+
interests: ["AI for Health", "Individual Variation", "Explainable AI", "AI Ethics"],
7474
image: "/team/luisa.jpg",
7575
sunglassesImage: "/team/luisa-sunglasses.jpeg"
7676
},
7777
{
7878
name: "Miran Özdogan",
7979
title: "DPhil/PhD Student",
8080
bio: "Miran's work in PNPL has recently focused on the role of sequence models, such as state space models (e.g. S4 and Mamba) for BCIs. He is also working to establish new benchmarks and standards for neural decoding, in order to quantify and accelerate progress in the field.",
81-
interests: ["State Space Models", "Brain Computer Interfaces", "Neural Decoding", "Benchmarking"],
81+
interests: ["State Space Models", "Diffusion Models", "Neural Decoding", "Benchmarking"],
8282
image: "/team/miran.png",
8383
sunglassesImage: "/team/miran-sunglasses.jpeg"
8484
},
@@ -94,7 +94,7 @@ const teamMembers: TeamMember[] = [
9494
name: "SungJun Cho",
9595
title: "DPhil/PhD Student",
9696
bio: "SungJun is a Neuroscience DPhil student, co-supervised with Mark Woolrich at OHBA/OxCIN/Psychiatry. He joined Michaelmas Term 2024.",
97-
interests: ["Probabilistic dynamic models/DyNeMo/DyNeSte", "Foundation models", "Tokenisation"],
97+
interests: ["Probabilistic Models", "Dynamic Models", "Foundation Models", "Tokenisation"],
9898
image: "/team/sungjun.jpg",
9999
sunglassesImage: "/team/sungjun-sunglasses.jpeg"
100100
},
@@ -126,15 +126,15 @@ const teamMembers: TeamMember[] = [
126126
name: "Tasha Kim",
127127
title: "DPhil/PhD Student",
128128
bio: "Tasha J. Kim is a DPhil student jointly supervised by Dr. Oiwi Parker Jones and Prof. Perla Maiolino. Her research explores the intersection of brain function and robotic reasoning, focusing on neuro-symbolic AI systems that interpret neural and behavioral signals to guide robot manipulation and decision-making. She aims to develop robots that serve as collaborative and augmentative partners to humans. Before joining PNPL, Tasha completed her M.S. from Stanford University and B.Sc. from Brown University, and worked for Google and the National Institute of Standards and Technology (NIST).",
129-
interests: ["Neuro-symbolic AI", "Robotic Reasoning", "Brain-Computer Interfaces"],
129+
interests: ["Neuro-Symbolic AI", "Robotic Reasoning", "Brain Computer Interfaces"],
130130
image: "/team/tasha.jpeg",
131131
sunglassesImage: "/team/tasha-sunglasses.jpg"
132132
},
133133
{
134134
name: "Alex Fung",
135135
title: "DPhil/PhD Student",
136136
bio: "Alex Fung is a DPhil student in Neurosurgery, co-supervised with Alex Green. He started his DPhil in 2024 and joined PNPL in 2025. His research focuses on the clinical application of neural decoding for minimally conscious patients.",
137-
interests: ["Neural Decoding", "Minimally Conscious Patients"],
137+
interests: ["Clinical Neuroscience", "EEG", "MRI", "Neural Decoding"],
138138
image: "/team/alex.jpeg",
139139
sunglassesImage: "/team/alex-sunglasses.jpg"
140140
}
@@ -265,7 +265,7 @@ export default function Team() {
265265
lineHeight: 1.6,
266266
fontWeight: 300
267267
}}>
268-
A multidisciplinary team of researchers, engineers, and students advancing the frontiers of neural processing and brain-computer interfaces.
268+
A multidisciplinary team of researchers, engineers, and students advancing the frontiers of neural processing and brain computer interfaces.
269269
</p>
270270
</div>
271271

0 commit comments

Comments
 (0)