forked from amertzani/IWD
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
402 lines (341 loc) · 22.7 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>IWD@EEE Imperial College London</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/favicon.png" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Krub:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<!-- =======================================================
* Template Name: Bikin - v4.3.0
* Template URL: https://bootstrapmade.com/bikin-free-simple-landing-page-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top">
<div class="container d-flex align-items-center justify-content-between">
<h1 class="logo"><a href="index.html">IWDEEE</a></h1>
<!-- Uncomment below if you prefer to use an image logo -->
<!-- <a href="index.html" class="logo"><img src="assets/img/logo.png" alt="" class="img-fluid"></a>-->
<nav id="navbar" class="navbar">
<ul>
<li><a class="nav-link scrollto active" href="#hero">Home</a></li>
<li><a class="nav-link scrollto " href="#schedule">Schedule</a></li>
<li><a class="nav-link scrollto" href="#research">Petrou Panel</a></li>
<li><a class="nav-link scrollto" href="#roundtable">STEM Roundtable</a></li>
<li><a class="nav-link scrollto" href="#organisers">Organisers</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->
</div>
</header><!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero" class="d-flex align-items-center">
<div class="container d-flex flex-column align-items-center justify-content-center">
<br/><br/>
<h5>The 2022 postgraduate students in the Electrical and Electronic Engineering Department at Imperial College London and <a href="https://edu.ieee.org/uk-imperial/">the IEEE Student Branch</a> present: </h5>
<br/>
<img src="assets/img/IWD_2.png" class="img-fluid" alt="" width=500>
<!-- <img src="assets/img/IWD_2.png" class="img-fluid hero-img" alt="" data-aos="zoom-in" data-aos-delay="150"> -->
<h1>#BreakTheBias</h1>
<br/><br/>
<h5>In celebration of the International Women's Day, we host a series of events recognising the role of female researchers at Imperial and in STEM. Each is followed by a reception and a chance to interact with the speakers.</h5>
<br/>
<h1><a href="https://forms.office.com/r/W6hGE5rXtd"><b>Register Here!</b></a></h1>
<br/><br/>
<p><i>Scroll down for more details...</i></p>
</div>
</section><!-- End Hero -->
<main id="main">
<section id="schedule" class="features" data-aos="fade-up">
<div class="container">
<div class="section-title">
<h2>Schedule</h2>
<a href="#panel"><h3> Research of Women in Our Department: Keynote and Panel</h3></a>
<h4>17:00-19:00 GMT on Tuesday, March 8th, 2022</h4>
<p>To celebrate the achievements of women* in our department, we are hosting a keynote talk from our Professor Maria Petrou PhD Scholarship winner for 2021 and a series of brief presentations from students in our department, followed by an interactive panel session. </p>
<br/>
<p>This will be in hybrid format - EEE 611 and a link will be sent to those who register below.</p>
<!-- <p>We invite all researchers within the EEE department to attend. <br/>(e.g. EEE postgraduate students, researchers, and professors - and invited guests from this audience)</p>-->
<br/> <br/>
<a href="#roundtable"><h3>Women in STEM: Roundtable Discussion</h3></a>
<h4>11:00-13:00 GMT on Wednesday, March 9th, 2022</h4>
<p>To facilitate a conversation on the topic of Women in STEM, <a href="https://edu.ieee.org/uk-imperial/">the IEEE Student Branch</a> is hosting a roundtable discussion with audience participation. </p>
<br/>
<p>This will be in hybrid format - TBD (booking not confirmed) and a link will be sent to those who register below.</p>
<br/> <br/>
<h3><a href="https://forms.office.com/r/W6hGE5rXtd"><b>Register for both events here!</b></a></h3>
</div>
</section><!-- End Scholarship Section -->
<!-- ======= Services Section ======= -->
<section id="research" class="services">
<div class="container" data-aos="fade-up">
<div class="section-title">
<p color="white">
<b>Event 1</b><br/>
</p>
<br/>
<h2>Research of Women in Our Department: Keynote and Panel</h2>
<p color="white">
17:00-19:00 on March 8th, 2022
</p>
</div>
</div>
</section><!-- End Services Section -->
<section id="prof" class="features" data-aos="fade-up">
<div class="container">
<div class="section-title">
<h2><a href="https://www.imperial.ac.uk/electrical-engineering/study/phd/funding-and-scholarships/">Professor Maria Petrou PhD Scholarship</a></h2>
<p><a href="https://www.imperial.ac.uk/electrical-engineering/study/phd/funding-and-scholarships/">The Professor Maria Petrou PhD Scholarship</a> has been established to help recruit, retain and advance the careers of all women, including cis and trans women in engineering. It provides funds for undertaking PhD studies in the Department of Electrical and Electronic Engineering at Imperial College London. </p>
<br/>
<p>For the first event, the keynote presentation is given by the receipient of this scholarship:</p>
<br/>
<a href="https://gr.linkedin.com/in/asimina-mertzani-a45386131"><img src="assets/img/Asimina-Mertzani.jpeg" class="img-fluid" alt="Photo of Asimina Mertzani" width=200></a>
<br/> <br/>
<a href="https://gr.linkedin.com/in/asimina-mertzani-a45386131"><h3>Asimina Mertzani</h3></a>
<p class="fst-italic">
Scholarship Winner for 2021
</p>
<br/>
<p>Asimina graduated from the National Technical University of Athens with top marks in 2019. She has gone on to her Masters in Applied Machine Learning at Imperial College London to work on "Distribution of Knowledge and Divergence of Expertise in Social Networks". She now continues this research under the supervision of Professor Jeremy Pitt.</p>
</div>
</section><!-- End Scholarship Section -->
<!-- ======= Features Section ======= -->
<section id="panel" class="features" data-aos="fade-up">
<div class="container">
<div class="section-title">
<h2>Panel for Research of Women in Our Department</h2>
<p style="padding: 0 0 2em 0;">
The first event focuses on recognising achievements of women in our department and those that support them.
<br/><br/>
Each panelist will first present their own technical work, the work of another woman in the department, and/or their personal stories. This is followed by a live Q&A from the host and audience. Here are our panelists in alphabetical order.
</div>
<div class="row content">
<div class="col-md-2" data-aos="fade-right" data-aos-delay="100">
<a href="https://daphneantotsiou.github.io/"><img src="assets/img/dafni.jpeg" class="img-fluid" alt="Dafni Antotsiou"></a>
</div>
<div class="col-md-7 pt-4" data-aos="fade-left" data-aos-delay="100">
<a href="https://daphneantotsiou.github.io/"><h3>Dafni Antotsiou</h3></a>
<p class="fst-italic">
Ph.D. Student in Intelligent Systems and Networks within EEE
</p>
<p>
After working in R&D in industry, Dafni joined our department to study machine learning and computer vision. Her main research topic is imitation learning in human-centric environments that involve object manipulation. During her time at Imperial, she has also taught STEM students and given a talk to secondary school students about a career in engineering. These experiences highlighted some of the difficulties students, and particularly women, face when pursuing a career in engineering.
</p>
</div>
</div>
<div class="row content">
<div class="col-md-2" data-aos="fade-right" data-aos-delay="100">
<a href="https://www.imperial.ac.uk/electrical-engineering/about/what-do-electrical-and-electronic-engineers-do/al-amin-bashir-bugaje/"><img src="assets/img/al-amin.jpeg" class="img-fluid" alt="Al-Amin Bashir Bugaje"></a>
</div>
<div class="col-md-7 pt-4" data-aos="fade-left" data-aos-delay="100">
<a href="https://www.imperial.ac.uk/electrical-engineering/about/what-do-electrical-and-electronic-engineers-do/al-amin-bashir-bugaje/"><h3>Al-Amin Bashir Bugaje</h3></a>
<p class="fst-italic">
Ph.D. Student in Control and Power group within EEE
</p>
<p>
As head representative for Ph.D. students in EEE, Al-Amin is an ally to women and minority groups seeking equality. In this panel, he hopes to present a united front with his fellow female panelists and demonstrate how others like him are postively impacted by the presence of women in our department.
</p>
</div>
</div>
<div class="row content">
<div class="col-md-2" data-aos="fade-right" data-aos-delay="100">
<img src="assets/img/Christy.png" class="img-fluid" alt="Christy See-wai Chan">
</div>
<div class="col-md-7 pt-4" data-aos="fade-left" data-aos-delay="100">
<h3>Christy Chan</h3>
<p class="fst-italic">
Undergraduate Student in EIE
</p>
<p>
Christy is an undergraduate student studying EIE. She is developing a novel personalized skincare product recommendation algorithm as part of her final year project. She founded the undergraduate chapter of Women and Non Binary individuals in Computing, aiming to promote equality and equity across all aspects of diversity. She has represented Great Britain in target rifle shooting and powerlifting, winning sportsperson of the year 2020-21.
</p>
</div>
</div>
<div class="row content">
<div class="col-md-2" data-aos="fade-right" data-aos-delay="100">
<img src="assets/img/Priya.png" class="img-fluid" alt="Priya Chhaya">
</div>
<div class="col-md-7 pt-4" data-aos="fade-left" data-aos-delay="100">
<h3>Priya Chhaya</h3>
<p class="fst-italic">
Undergraduate Student in EEE
</p>
<p>
Priya Chhaya is a final year undergraduate studying EEE. During her time as EESoc President in 2021, she led several discussions surrounding Equality and diversity within the EEE department, a cause that she is passionate about. She has a particular interest in the intersection between biomedical and electronic engineering.
</p>
</div>
</div>
<div class="row content">
<div class="col-md-2" data-aos="fade-right" data-aos-delay="100">
<a href="https://www.imperial.ac.uk/people/k.fobelets"><img src="assets/img/kristel.jpeg" class="img-fluid" alt="Dr. Kristel Fobelets"></a>
</div>
<div class="col-md-7 pt-4" data-aos="fade-left" data-aos-delay="100">
<h3><a href="https://www.imperial.ac.uk/people/k.fobelets">Dr. Kristel Fobelets</a></h3>
<p class="fst-italic">
Reader in Microelectronics and was until recently the Director of Undergraduate Studies in EEE
</p>
<p>
Dr. Fobelets led the curriculum review in the Department and was the chair of the Faculty's e-Learning Implementation Group. She is a member of the College's Senate. She is currently on sabbatical to dedicate time on research. Her vision in research is to support wearable technology within a zero pollution economy. In her research, she investigates the use of non-scarce and non-poisonous materials for sensors, energy generators and storage devices. Her main focus is on Si- and carbon-based nanomaterials that are suitable candidates for this technology. Her goal is to develop non-hazardous, recyclable and flexible devices that can ultimately be used to create responsibly sourced wearable technology.
</p>
</div>
</div>
<div class="row content">
<div class="col-md-2" data-aos="fade-right" data-aos-delay="100">
<a href="https://www.imperial.ac.uk/people/k.highnam19"><img src="assets/img/Kate.jpeg" class="img-fluid" alt="Kate Highnam"></a>
</div>
<div class="col-md-7 pt-4" data-aos="fade-left" data-aos-delay="100">
<a href="https://www.imperial.ac.uk/people/k.highnam19"><h3>Kate Highnam (Host)</h3></a>
<p class="fst-italic">
Ph.D. Student in Intelligent Systems and Networks within EEE
</p>
<p>
Kate is a Ph.D. Student under the joint supervision of Professor Nicholas R. Jennings CB, FREng, and Dr. Sergio Maffeis. Her professional experience in machine learning and cyber security motivates her current research into domain adaptation in intrusion detection with real world applications. She is also an Enrichment student with The Alan Turing Institute in London.
</p>
</div>
</div>
</div>
</section><!-- End Invited Section -->
<!-- ======= Services Section ======= -->
<section id="roundtable" class="services">
<div class="container" data-aos="fade-up">
<div class="section-title">
<p color="white">
<b>Event 2</b><br/>
</p>
<br/>
<h2>Women in STEM: Roundtable Discussion</h2>
<p color="white">
11:00-13:00 on March 9th, 2022
</p>
</div>
</div>
</section><!-- End Services Section -->
<section class="roundtable-participants" data-aos="fade-up">
<div class="container">
<div class="section-title">
<h2>Women in STEM: Roundtable Discussion</h2>
<p>The aim of the second event is to facilitate a conversation on the current role and future perspectives for Women in STEM. We hope to achieve that via a roundtable discussion with four guest speakers from diverse fields and unique professional experiences. The panel will last up to 90 minutes and will be followed by a cocktail reception and a chance to interact with the speakers.
</p>
<br/>
<p>We invite you to participate in this event, share your personal experiences and thoughts on the topic, and join in the discussion with our four panellists:</p>
<br/>
</div>
<div class="row content">
<div class="col-md-2" data-aos="fade-right" data-aos-delay="100">
<a href="https://www.manchester.ac.uk/discover/news/dr-jelena-ponocko-appointed-ieee-pes-women-in-power-representative/"><img src="assets/img/jelena.jpeg" class="img-fluid" alt="Dr. Jelena Ponocko"></a>
</div>
<div class="col-md-7 pt-4" data-aos="fade-left" data-aos-delay="100">
<a href="https://www.manchester.ac.uk/discover/news/dr-jelena-ponocko-appointed-ieee-pes-women-in-power-representative/"><h3>Dr. Jelena Ponocko</h3></a>
<p class="fst-italic">
Lecturer in Distance Learning at the University of Manchester
</p>
<p>
Lecturer in the Department of Electrical and Electronic Engineering at The University of Manchester, UK. Her research focuses on demand-side flexibility and demand-side management in distribution and transmission networks. Jelena has been an active IEEE PES member since 2015. She is the IEEE PES Women in Power representative for Region 8 (Europe, Middle East and Africa) and has recently received the IEEE PES Outstanding Chapter Volunteer Award by the IEEE PES UK and Ireland Chapter.
</p>
</div>
</div>
<div class="row content">
<div class="col-md-2" data-aos="fade-right" data-aos-delay="100">
<a href="https://uk.linkedin.com/in/yaprak-eminaga"><img src="assets/img/mystery-person.jpeg" class="img-fluid" alt="Dr. Yaprak Eminaga"></a>
</div>
<div class="col-md-7 pt-4" data-aos="fade-left" data-aos-delay="100">
<a href="https://uk.linkedin.com/in/yaprak-eminaga"><h3>Dr. Yaprak Eminaga</h3></a>
<p class="fst-italic">
Field Application Engineer at Intel Corporation
</p>
<p>
Field Application Engineer at Intel, who specializes in Field Programmable Gate Array (FPGA) processors, digital signal processing, algorithm development and implementation in various market segments including but not limited to healthcare and life sciences, video and broadcast, and finance. She holds a PhD degree from University of Westminster (2014-2018) with a thesis concentrated on the design and implementation of biomedical signal processors, an MSc in Biomedical Engineering from Imperial College London (2011-2012) and a BEng in Electronics Engineering from University of Westminster (2008-2011).
</p>
</div>
</div>
<div class="row content">
<div class="col-md-2" data-aos="fade-right" data-aos-delay="100">
<a href="https://www.imperial.ac.uk/people/alicia.blatiak"><img src="assets/img/alicia.png" class="img-fluid" alt="Alicia Blatiak"></a>
</div>
<div class="col-md-7 pt-4" data-aos="fade-left" data-aos-delay="100">
<a href="https://www.imperial.ac.uk/people/alicia.blatiak"><h3>Alicia Blatiak</h3></a>
<p class="fst-italic">
Ph.D. Candidate in EEE
</p>
<p>
Final year PhD researcher at Imperial College London, working on the value of Electric Vehicles with Vehicle-to-Grid technology. She's also CEO of a start-up, Intelliflex, which makes software for predicting Electric Vehicle driving patterns. As an ex-Physics Teacher, she's passionate about promoting STEM education for female students.
</p>
</div>
</div>
<div class="row content">
<div class="col-md-2" data-aos="fade-right" data-aos-delay="100">
<a href="https://www.imperial.ac.uk/people/a.anwar20"><img src="assets/img/aizaan.jpeg" class="img-fluid" alt="Dr. Aizaan Anwar"></a>
</div>
<div class="col-md-7 pt-4" data-aos="fade-left" data-aos-delay="100">
<a href="https://www.imperial.ac.uk/people/a.anwar20"><h3>Dr. Aizaan Anwar</h3></a>
<p class="fst-italic">
Ph.D. Student in Intelligent Systems and Networks within EEE
</p>
<p>
UKRI AI4Health PhD Candidate in Artificial Intelligence (AI) and Machine Learning, working on using AI to diagnose disease progression in brain tumours from speech data collected from a mobile app developed by The Brain Tumour Charity. She's a Malaysian-born, British-trained physician with previous experience in neurology, medical education, epidemiology, and public health. In September 2021, she was selected as a Data Science for All/ Women (DS4A) Fellow.
</p>
</div>
</div>
</section><!-- End Scholarship Section -->
<!-- ======= Services Section ======= -->
<section id="organisers" class="services">
<div class="container" data-aos="fade-up">
<div class="section-title">
<p color="white">*On this day, we choose to celebrate the achievements of all who identify as a woman and non-binary. </p>
<br/><br/><br/>
<h2>Organisers</h2>
</div>
<div class="row">
<div class="col-md-4 d-md-flex justify-content-center align-items-stretch mb-5 mb-lg-0" data-aos="fade-up" data-aos-delay="100">
<div class="icon-box">
<h4 class="title"><a href="https://edu.ieee.org/uk-imperial/">The IEEE Student Branch</a> <br/>@ Imperial College London</h4>
<p class="description"><a href="mailto:imperial-sb@ieee.org">imperial-sb@ieee.org</a></p>
</div>
</div>
<div class="col-md-4 d-md-flex justify-content-center align-items-stretch mb-5 mb-lg-0" data-aos="fade-up" data-aos-delay="200">
<div class="icon-box">
<h4 class="title">EEE Postgraduate Students</h4>
<p class="description">Electrical & Electronic Engineering <br/>@ Imperial College London</p>
</div>
</div>
<div class="col-md-4 d-md-flex justify-content-center align-items-stretch mb-5 mb-lg-0" data-aos="fade-up" data-aos-delay="300">
<div class="icon-box">
<h4 class="title">The Ph.D. Representatives for EEE</h4>
<p class="description">Electrical & Electronic Engineering <br/>@ Imperial College London</p>
</div>
</div>
</div>
</div>
</section><!-- End Services Section -->
</main><!-- End #main -->
<div id="preloader"></div>
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>