Skip to content

Commit 38fa0be

Browse files
author
Ammara Yasin
committed
people page updated based on Anna feedback
1 parent 808bc88 commit 38fa0be

File tree

2 files changed

+36
-10
lines changed

2 files changed

+36
-10
lines changed

pages/people.js

+36-10
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,6 @@ const people = {
1818
},
1919
],
2020
researchers: [
21-
{
22-
name: "Baraa Zieni",
23-
description: "Dr Zieni (B.Eng., M.Eng, Ph.D. ) is a Senior Research Fellow in Computer Science and Engineering, joint the Department of Electrical & Electronic Engineering in UCL in 2024. Her current research is focus on homecare sensing technologies their communication, control system and privacy challenges.",
24-
image: "/images/people/baraa.jpeg",
25-
links: [
26-
{ name: "linkedin", url: "https://linkedin.com/in/baraa-zieni" },
27-
],
28-
},
2921
{
3022
name: "Aurelio Loris Canino",
3123
description: "Visiting researcher.",
@@ -38,7 +30,7 @@ const people = {
3830
phdStudents: [
3931
{
4032
name: "Mohammad Alhussan",
41-
description: "Research focus: The Medical Internet of Things",
33+
description: "Mohammad Alhussan is a PhD candidate in Electronic and Electrical Engineering at University College London (UCL), specializing in the cybersecurity of the Internet of Medical Things (IoMT). He holds a Master’s degree in Electrical Engineering from Texas A&M University, with a focus on power electronics, and a Bachelor’s degree in Electrical Engineering from Concordia University, specializing in electronics and systems, both earned with distinction. With extensive experience in engineering and automation for around 9 years, Mohammad has held senior roles at EQUATE Petrochemical Company and MEGlobal Americas, where his expertise encompassed process automation, control system design, industrial instrumentation, and operational technology. He has been also serving as an assistant teacher at the Public Authority for Applied Education and Training in Kuwait, contributing to the development of future engineers. Mohammad's research and innovations have been recognized with numerous accolades, including the Technical Best Presentation Award at APEC 2021 for his work on AC-DC converters and the Best Demo Award at EWSN 2024 for exposing vulnerabilities in BLE-enabled wearable medical devices.",
4234
image: "/images/people/mohammad.jpeg",
4335
links: [],
4436
},
@@ -54,7 +46,33 @@ const people = {
5446
image: "/images/people/ammara.jpg",
5547
links: [],
5648
},
49+
{
50+
name: "Yuanyuan Zhou",
51+
description: "Research focus: ",
52+
image: "/images/people/yuanyuan.jpg",
53+
links: [],
54+
},
5755
],
56+
students: [
57+
{
58+
name: "Anna Dixon",
59+
description: "INSERT",
60+
image: "/images/people/anna_dixon.jpeg",
61+
links: [],
62+
},
63+
{
64+
name: "Alex Ciechonski",
65+
description: "INSERT",
66+
image: "/images/people/alex.jpeg",
67+
links: [],
68+
},
69+
{
70+
name: "Lepakshi Venkatraman",
71+
description: "INSERT",
72+
image: "/images/people/lepakshi.jpeg",
73+
links: [],
74+
},
75+
]
5876
};
5977

6078
const PeoplePage = () => {
@@ -66,7 +84,7 @@ const PeoplePage = () => {
6684
<div className="py-5 px-5 container">
6785
<h1 className="text-primary fw-bold text-left mb-5">People</h1>
6886

69-
<div className="row justify-content-left mb-5">
87+
<div className="row justify-content-center mb-5">
7088
<div className="col-12 col-md-10 col-lg-8">
7189
<p className="text-dark lead text-left">
7290
The members of SafeNetIot conduct cutting-edge research into all aspects of IoT Security and Privacy.
@@ -96,6 +114,14 @@ const PeoplePage = () => {
96114
<PersonCard key={index} person={person} />
97115
))}
98116
</div>
117+
118+
{/* Researchers Section */}
119+
<h2 className="text-primary mb-4">Students</h2>
120+
<div className="row mb-5">
121+
{people.students.map((person, index) => (
122+
<PersonCard key={index} person={person} />
123+
))}
124+
</div>
99125
</div>
100126
<Footer />
101127
</div>

public/images/people/yuanyuan.png

466 KB
Loading

0 commit comments

Comments
 (0)