-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
516 lines (453 loc) · 27.5 KB
/
Copy pathindex.html
File metadata and controls
516 lines (453 loc) · 27.5 KB
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
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<title>Sara Abdelaal - portfolio</title>
<meta content="Sara Abdelaal is an AI Systems Engineer specializing in real-time computer vision, edge deployment, and on-premises AI - PyTorch, YOLO, Raspberry Pi, STM32. Portfolio of ADAS, PolicyEye, and applied CV research." name="description"/>
<link href="https://fonts.googleapis.com" rel="preconnect"/>
<link crossorigin="" href="https://fonts.gstatic.com" rel="preconnect"/>
<link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=IBM+Plex+Sans:wght@400;500;600&family=IBM+Plex+Mono:wght@400;500;600&display=swap" rel="stylesheet"/>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="layout.css">
<title>Sara Abdelaal</title>
</head>
</head>
<body>
<nav>
<div class="inner">
<div class="brand">SARA ABDELAAL</div>
<ul>
<li><a href="#about">About</a></li>
<li><a href="#experience">Experience</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#awards">Awards</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#certifications">Certifications</a></li>
</ul>
<div style="display:flex; align-items:center; gap:10px;">
<button aria-label="Toggle light and dark theme" class="theme-toggle" id="themeToggle" title="Toggle theme" type="button">◐</button>
<button class="contact-btn" type="button" onclick="copyEmail()">
Email
</button>
<script>
function copyEmail() {
navigator.clipboard.writeText("sara.abdelaal.ai@gmail.com");
const btn = document.querySelector(".contact-btn");
const originalText = btn.textContent;
btn.textContent = "Copied!";
setTimeout(() => {
btn.textContent = originalText;
}, 1600);
}
</script>
</div>
</div>
</nav>
<header class="hero">
<div class="wrap">
<div class="frame reveal">
<span class="corner tl"></span><span class="corner tr"></span><span class="corner bl"></span><span class="corner br"></span>
<div class="hero-copy">
<div class="hero-name-row">
<div class="hero-avatar">
<img src="images/Sara_Picture.png" alt="Sara Abdelaal">
</div>
<h1>
Sara Abdelaal<br>
<span class="accent">AI Systems Engineer</span>
</h1>
</div>
</div>
<p class="role-line">// Computer Vision · NLP · Edge Systems</p>
<div class="cta-row">
<a class="cta-btn primary" href="#projects">View Featured Projects</a>
</div>
<div class="contact-icons">
<!-- LinkedIn -->
<a aria-label="LinkedIn"
class="contact-icon"
href="https://www.linkedin.com/in/sara-abdelaal"
rel="noopener"
target="_blank">
<svg aria-hidden="true" viewBox="0 0 24 24">
<path d="M6.5 8.2H3.2V20h3.3V8.2ZM4.85 3A2 2 0 1 0 4.85 7a2 2 0 0 0 0-4ZM20.8 12.9c0-3.55-1.9-5.2-4.44-5.2-2.04 0-2.95 1.12-3.46 1.9V8.2H9.6V20h3.3v-6.1c0-1.61.3-3.17 2.3-3.17 1.97 0 2 1.85 2 3.27V20h3.3l.3-7.1Z"/>
</svg>
</a>
<!-- GitHub -->
<a aria-label="GitHub"
class="contact-icon"
href="https://github.com/sara-abdelaal"
rel="noopener"
target="_blank">
<svg aria-hidden="true" viewBox="0 0 24 24">
<path d="M12 2A10 10 0 0 0 2 12c0 4.42 2.87 8.17 6.84 9.5.5.08.66-.23.66-.5v-1.69c-2.77.6-3.36-1.34-3.36-1.34-.46-1.16-1.11-1.47-1.11-1.47-.91-.62.07-.6.07-.6 1 .07 1.53 1.03 1.53 1.03.87 1.52 2.34 1.07 2.91.83.1-.65.35-1.09.63-1.34-2.22-.25-4.55-1.11-4.55-4.92 0-1.11.38-2 1.03-2.71-.1-.25-.45-1.29.1-2.64 0 0 .84-.27 2.75 1.02.79-.22 1.65-.33 2.5-.33.85 0 1.71.11 2.5.33 1.91-1.29 2.75-1.02 2.75-1.02.55 1.35.2 2.39.1 2.64.65.71 1.03 1.6 1.03 2.71 0 3.82-2.34 4.66-4.57 4.91.36.31.69.92.69 1.85V21c0 .27.16.59.67.5C19.14 20.16 22 16.42 22 12A10 10 0 0 0 12 2z"/>
</svg>
</a>
<!-- Kaggle -->
<a aria-label="Kaggle"
class="contact-icon"
href="https://www.kaggle.com/saraabdelaal"
rel="noopener"
target="_blank">
<svg aria-hidden="true" viewBox="0 0 24 24">
<path d="M18.7 19.9h-2.5l-4.5-5.3-2.1 2.1v3.2H7.2V4.1h2.4v9.6l6.1-6.1h2.9l-5.2 5.2 5.3 7.1Z"/>
</svg>
</a>
<!-- Codeforces -->
<a aria-label="Codeforces"
class="contact-icon"
href="https://codeforces.com/profile/Sara_Abdelaal"
rel="noopener"
target="_blank">
<svg aria-hidden="true" viewBox="0 0 24 24">
<path d="M4 19.5h3V9H4v10.5Zm6.5 0h3V5h-3v14.5ZM17 19.5h3V2.5h-3v17Z"/>
</svg>
</a>
<!-- HackerRank -->
<a aria-label="HackerRank"
class="contact-icon"
href="https://www.hackerrank.com/sara_abdelaal"
rel="noopener"
target="_blank">
<svg aria-hidden="true" viewBox="0 0 512 512">
<path d="M477.5 128C463 103.05 285.13 0 256.16 0S49.25 102.79 34.84 128s-14.49 230.8 0 256 192.38 128 221.32 128S463 409.08 477.49 384s14.51-231 .01-256zM316.13 414.22c-4 0-40.91-35.77-38-38.69.87-.87 6.26-1.48 17.55-1.83 0-26.23.59-68.59.94-86.32 0-2-.44-3.43-.44-5.85h-79.93c0 7.1-.46 36.2 1.37 72.88.23 4.54-1.58 6-5.74 5.94-10.13 0-20.27-.11-30.41-.08-4.1 0-5.87-1.53-5.74-6.11.92-33.44 3-84-.15-212.67v-3.17c-9.67-.35-16.38-1-17.26-1.84-2.92-2.92 34.54-38.69 38.49-38.69s41.17 35.78 38.27 38.69c-.87.87-7.9 1.49-16.77 1.84v3.16c-2.42 25.75-2 79.59-2.63 105.39h80.26c0-4.55.39-34.74-1.2-83.64-.1-3.39.95-5.17 4.21-5.2 11.07-.08 22.15-.13 33.23-.06 3.46 0 4.57 1.72 4.5 5.38C333 354.64 336 341.29 336 373.69c8.87.35 16.82 1 17.69 1.84 2.88 2.91-33.62 38.69-37.58 38.69z"/>
</svg>
</a>
<!-- YouTube -->
<a aria-label="YouTube"
class="contact-icon"
href="https://www.youtube.com/@Sara_Abdelaal"
rel="noopener"
target="_blank">
<svg aria-hidden="true" viewBox="0 0 24 24">
<path d="M23.5 6.2a3 3 0 0 0-2.1-2.1C19.5 3.6 12 3.6 12 3.6s-7.5 0-9.4.5A3 3 0 0 0 .5 6.2 31 31 0 0 0 0 12a31 31 0 0 0 .5 5.8 3 3 0 0 0 2.1 2.1c1.9.5 9.4.5 9.4.5s7.5 0 9.4-.5a3 3 0 0 0 2.1-2.1A31 31 0 0 0 24 12a31 31 0 0 0-.5-5.8ZM9.6 15.6V8.4l6.2 3.6-6.2 3.6Z"/>
</svg>
</a>
</div>
</div>
</div>
</div>
</header>
<section id="about">
<div class="wrap">
<div class="head reveal">
<h2>ABOUT</h2>
</div>
<div class="reveal" style="max-width:680px;">
<div class="about-content">
<p class="about-lead">
<strong>AI Systems Engineer</strong> focused on architecting
<strong>high-performance, real-time Computer Vision and Edge AI systems</strong>,
specializing in <strong>low-latency, on-premises AI</strong>, model optimization,
and end-to-end vision pipelines for resource-constrained edge environments and
industrial applications. <strong>Computer Science</strong> Engineering background
from Ain Shams University (Computer Systems), with an <strong>A+</strong>
graduation project, and was awarded <strong>1st Place — Best Research Paper</strong>
at IUGRC-9, Military Technical College, in 2025.
</p>
</div>
</div>
</div>
</section>
<section id="gallery">
<div class="wrap">
<div class="head reveal" style="margin-bottom:20px;">
<h2>HONORS AND RECOGNITION</h2>
</div>
<div class="gallery-grid-wrap reveal">
<div class="gallery-grid">
<div class="photo-frame">
<img src="images/HONORS.jpg" alt="Sara Abdelaal receiving awards and honors">
</div>
</div></section>
<section id="experience">
<div class="wrap">
<div class="head reveal">
<div class="section-eyebrow"><span class="dot" style="background:var(--amber)"></span><span class="num">01</span></div>
<h2>PROFESSIONAL TRAINING AND LEADERSHIP ROLES</h2>
</div>
<div class="timeline reveal">
<div class="t-item">
<div class="t-year"></div>
<div class="t-title">Computer Vision (Advanced AI)</div>
<div class="t-org">National Telecommunication Institute - Smart Village</div>
<div class="t-desc">Completed the intensive 3-month HireReady Initiative: CV architectures, embedded AI, and end-to-end model deployment.</div>
</div>
<div class="t-item">
<div class="t-year"></div>
<div class="t-title">Technical Implementation Lead · Solution Quality Member</div>
<div class="t-org">NASA Space Apps Cairo - Zewail City</div>
<div class="t-desc">Architected an AI-driven decision support system (Python Dash/Plotly + Gemini AI) to automate qualitative analysis for 50+ solutions, with a real-time Google Sheets API pipeline orchestrating evaluation across 20+ judges.</div>
</div>
<div class="t-item">
<div class="t-year"></div>
<div class="t-title">Professional Judge - Global Robotics Challenge</div>
<div class="t-org">British University in Egypt</div>
<div class="t-desc">Selected as expert evaluator for the competitive programming track, adjudicating 20+ contestants across 5+ teams.</div>
</div>
<div class="t-item">
<div class="t-year"></div>
<div class="t-title">Machine Learning AND NLP</div>
<div class="t-org">National Telecommunication Institute - Nasr City</div>
<div class="t-desc">Advanced 2-month program covering ML for data analysis, natural language processing, and technical career development.</div>
</div>
</section>
<section id="projects">
<div class="wrap">
<div class="head reveal">
<div class="section-eyebrow"><span class="dot" style="background:var(--cyan)"></span><span class="num">02</span></div>
<h2>FEATURED PROJECTS</h2>
<p class="section-sub">Three flagship builds spanning autonomous driving, industrial safety monitoring, and retail computer vision.</p>
</div><div class="project reveal" data-tags="vision edge research">
<div class="p-top">
<div class="p-name">ADAS · Autonomous Smart Vehicle</div>
<div class="p-badge">1ST PLACE - MTC IUGRC-9</div>
</div>
<div class="p-advisor">Supervised by Dr. Karim Emara (Associate Professor of Computer Science @ ASU)</div>
<div class="case-study">
<div class="case-block"><span class="case-label" style="color:var(--coral)">The Challenge</span>Consumer car hardware has no safety intelligence - no obstacle awareness, no driver-assist features, and no way to verify who's operating it.</div>
<div class="case-block"><span class="case-label" style="color:var(--amber)">The Approach</span>Built a dual-processor pipeline (<b>Raspberry Pi + STM32</b>) running <b>YOLOv8</b> for object and sign detection, fused with LiDAR + camera sensor data for adaptive safety, plus a mobile telemetry app and a custom <b>Face-ID</b> system for biometric-secured ignition.</div>
<div class="case-block"><span class="case-label" style="color:var(--green)">The Impact</span><b><300ms</b> processing latency, a <b>25% faster</b> system response, and 1st Place - Best Research Paper at MTC IUGRC-9, honored by General Ahmed Khalifa, Chief of Staff of the Armed Forces.</div>
</div>
<a class="video-card" href="https://youtu.be/exSstlbZVVU" target="_blank" rel="noopener">
<div class="video-card-content">
<span class="video-kicker">PROJECT DEMO</span>
<h4 class="video-title">Watch the ADAS prototype & demo on YouTube</h4>
</div>
<div class="video-arrow">
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<line x1="7" y1="17" x2="17" y2="7"></line>
<polyline points="7 7 17 7 17 17"></polyline>
</svg>
</div>
</a>
<div class="p-links">
<a class="p-link" href="https://youtu.be/pqoUhKob-Pw" rel="noopener" target="_blank">▶ Voice-over walkthrough</a>
<a class="p-link" href="#" data-link="IUGRC_POST" rel="noopener" target="_blank">↗ LinkedIn post</a>
</div>
</div>
<div class="project reveal" data-tags="vision edge">
<div class="p-top">
<div class="p-name">PolicyEye · AI Safety AND Monitoring System</div>
<div class="p-badge">ON-PREMISES</div>
</div>
<div class="p-advisor">Advised by Dr. Mohamed Zorkany (Head of Electronics, NTI Egypt) & Dr. Ashraf Mohamed (AI Lead, Areeb Technology)</div>
<div class="case-study">
<div class="case-block"><span class="case-label" style="color:var(--coral)">The Challenge</span>Industrial sites need PPE-compliance monitoring, but cloud-based vision pipelines mean sending sensitive facility footage off-site - unacceptable for security-conscious operations.</div>
<div class="case-block"><span class="case-label" style="color:var(--amber)">The Approach</span>Designed a fully cloud-free pipeline using <b>YOLOv11 + SORT tracking</b> for real-time PPE detection, custom-trained on 5,000+ images with Mosaic Augmentation, backed by a <b>FastAPI + MongoDB</b> stack for automated violation logging and dashboard alerts.</div>
<div class="case-block"><span class="case-label" style="color:var(--green)">The Impact</span><b>data sovereignty</b>, a <b>real time </b> in monitoring latency.</div>
</div>
<div class="p-links">
<a class="p-link" href="#" data-link="PRODUCT_VIDEO" rel="noopener" target="_blank">▶ Product video</a>
<a class="p-link" href="#" data-link="LIVE_DEMO" rel="noopener" target="_blank">▶ Live demo</a>
</div>
</div>
<div class="project reveal" data-tags="vision research">
<div class="p-top">
<div class="p-name">Product Classification AND Verification</div>
<div class="p-badge">1ST RANK - ASU 2024</div>
</div>
<div class="p-advisor">Guided by Dr. Dina Khattab (Associate Professor of Computer Vision @ ASU)</div>
<div class="case-study">
<div class="case-block"><span class="case-label" style="color:var(--coral)">The Challenge</span>Build a vision model that can both classify a product's category and verify it matches what's claimed - a two-part problem competing teams typically solve separately.</div>
<div class="case-block"><span class="case-label" style="color:var(--amber)">The Approach</span>Engineered a combined classification-and-verification engine for the ASU Computer Vision Competition, tuned for accuracy under real-world product imagery variation.</div>
<div class="case-block"><span class="case-label" style="color:var(--green)">The Impact</span><b>1st Rank</b> out of the competing cohort - ASU FCIS Computer Vision Competition 2023–24.</div>
</div>
<div class="p-links">
<a class="p-link" href="#" data-link="CV_POST" rel="noopener" target="_blank">↗ LinkedIn post</a>
</div>
</div>
</div>
</section>
<section id="awards">
<div class="wrap">
<div class="head reveal">
<div class="section-eyebrow"><span class="dot" style="background:var(--coral)"></span><span class="num">03</span></div>
<h2>HONORS AND AWARDS</h2>
</div>
<div class="awards-grid reveal">
<div class="award">
<div class="rank">1ST PLACE - BEST RESEARCH PAPER</div>
<h3>IUGRC-9, Military Technical College</h3>
<p>Honored by General Ahmed Khalifa, Chief of Staff of the Armed Forces, for "Remotely Controlled Car with Advanced Driver Assistance Systems Features." · 2025</p>
</div>
<div class="award">
<div class="rank">1ST RANK - COMPUTER VISION</div>
<h3>ASU Competition-24</h3>
<p>Developed an optimized product classification and verification engine under Dr. Dina Khattab. · 2024</p>
</div>
</div>
</div>
</section>
<section id="skills">
<div class="wrap">
<div class="head reveal">
<div class="section-eyebrow"><span class="dot" style="background:var(--green)"></span><span class="num">04</span></div>
<h2>SKILLS</h2>
<p class="skill-legend">Bold-outlined = core stack, used across multiple shipped projects</p>
</div>
<div class="skills-grid reveal">
<div class="skill-group">
<div class="g-label" style="color:var(--cyan)"><span class="dot" style="background:var(--cyan)"></span>AI, VISION AND GENAI</div>
<div class="chips">
<span class="chip core" style="color:var(--cyan)">YOLO</span><span class="chip">PyTorch</span><span class="chip">TensorFlow</span><span class="chip">OpenCV</span><span class="chip">FaceNet</span><span class="chip">SORT Tracker</span><span class="chip">CNNs</span><span class="chip">RNNs</span><span class="chip">Autoencoders</span><span class="chip">U-Net</span><span class="chip">DCGAN</span><span class="chip">VAE</span><span class="chip">ResNet</span><span class="chip">Transfer Learning</span><span class="chip">Scikit-Learn</span><span class="chip">Keras</span>
</div>
</div>
<div class="skill-group">
<div class="g-label" style="color:var(--amber)"><span class="dot" style="background:var(--amber)"></span>EMBEDDED AND EDGE AI</div>
<div class="chips">
<span class="chip core" style="color:var(--amber)">Raspberry Pi</span><span class="chip core" style="color:var(--amber)">STM32</span><span class="chip core" style="color:var(--amber)">LiDAR</span><span class="chip">ESP32</span><span class="chip">TFLite</span><span class="chip">ONNX</span><span class="chip">UART</span><span class="chip">I2C</span><span class="chip">SPI</span><span class="chip">PWM</span>
</div>
</div>
<div class="skill-group">
<div class="g-label" style="color:var(--coral)"><span class="dot" style="background:var(--coral)"></span>SOFTWARE ENGINEERING</div>
<div class="chips">
<span class="chip core" style="color:var(--coral)">Python</span><span class="chip core" style="color:var(--coral)">FastAPI</span><span class="chip">C++</span><span class="chip">Docker</span><span class="chip">Linux</span><span class="chip">Streamlit</span><span class="chip">Git</span><span class="chip">MongoDB</span><span class="chip">SQL</span>
</div>
</div>
<div class="skill-group">
<div class="g-label" style="color:var(--green)"><span class="dot" style="background:var(--green)"></span>ENGINEERING LEADERSHIP</div>
<div class="chips">
<span class="chip">Technical Project Management</span><span class="chip">Cross-Functional Leadership</span><span class="chip">Systems Architecture</span><span class="chip">Technical Documentation</span>
</div>
</div>
</div>
</div>
</section>
<section id="certifications">
<div class="wrap">
<div class="head reveal">
<div class="section-eyebrow"><span class="dot" style="background:var(--cyan)"></span><span class="num">05</span></div>
<h2>CERTIFICATIONS & TRAINING</h2>
<p class="section-sub">certifications spanning applied AI, research, competitions, and leadership programs.</p>
</div>
<div class="reveal">
<div class="cert-group">
<div class="cert-group-label" style="color:var(--cyan)"><span class="dot" style="background:var(--cyan)"></span>AI & Data Science</div>
<div class="cert-list">
<div class="cert-row"><div><div class="cert-name">Elements of AI Course - Tech Pathways MENA</div><div class="cert-issuer">Village Capital × MinnaLearn × Google.org</div></div><div class="cert-date">2025</div></div>
<div class="cert-row"><div><div class="cert-name">Skill-Up AI & Business</div><div class="cert-issuer">Microsoft Egypt × Tawar & Bayar × Ministry of Youth & Sports</div></div><div class="cert-date">Aug 2025</div></div>
<div class="cert-row"><div><div class="cert-name">Python for Data Science and Machine Learning</div><div class="cert-issuer">Udemy - 17.5 hrs</div></div><div class="cert-date">Aug 2024</div></div>
<div class="cert-row"><div><div class="cert-name">Digitopia - Software & AI Track</div><div class="cert-issuer">Egypt Ministry of Communications & IT - Stage 2, 1st Edition</div></div><div class="cert-date">2025</div></div>
<div class="cert-row"><div><div class="cert-name">Python Programming</div><div class="cert-issuer">Information Technology Institute (ITI)</div></div><div class="cert-date">-</div></div>
</div>
</div>
<div class="cert-group">
<div class="cert-group-label" style="color:var(--coral)"><span class="dot" style="background:var(--coral)"></span>Competitions & Research</div>
<div class="cert-list">
<div class="cert-row"><div><div class="cert-name">1st Rank - Product Classification & Verification</div><div class="cert-issuer">Computer Vision Competition, ASU FCIS</div></div><div class="cert-date">2023–24</div></div>
<div class="cert-row"><div><div class="cert-name">Paper Acceptance - RC Car with ADAS Features</div><div class="cert-issuer">IUGRC-9, Military Technical College</div></div><div class="cert-date">Jul 2025</div></div>
<div class="cert-row"><div><div class="cert-name">Judge - Global Robotics Challenge</div><div class="cert-issuer">British University in Egypt × Discovery</div></div><div class="cert-date">May 2025</div></div>
<div class="cert-row"><div><div class="cert-name">Computer Vision Summer Training</div><div class="cert-issuer">ASU FCIS - Certificate of Appreciation</div></div><div class="cert-date">2024</div></div>
<div class="cert-row"><div><div class="cert-name">Beyond Earth Hackathon - AI & Embedded Systems</div><div class="cert-issuer">RoboTech FCIS ASU × World Space Week × United Nations</div></div><div class="cert-date">Nov 2023</div></div>
<div class="cert-row"><div><div class="cert-name">IOT Summer Training - RoboTech'23</div><div class="cert-issuer">RoboTech, FCIS ASU</div></div><div class="cert-date">2023</div></div>
</div>
</div>
<div class="cert-group">
<div class="cert-group-label" style="color:var(--green)"><span class="dot" style="background:var(--green)"></span>Leadership & Career Development</div>
<div class="cert-list">
<div class="cert-row"><div><div class="cert-name">Generative-AI Track - IEEE Mentoring-Meet</div><div class="cert-issuer">IEEE YP Egypt × IEEE Benha University SB</div></div><div class="cert-date">Jun 2025</div></div>
<div class="cert-row"><div><div class="cert-name">She Leads Vol.3</div><div class="cert-issuer">iCareer - leadership & career advancement</div></div><div class="cert-date">Oct 2025</div></div>
<div class="cert-row"><div><div class="cert-name">LinkedIn Session</div><div class="cert-issuer">Google Developers Groups on Campus, Al-Azhar University</div></div><div class="cert-date">2025</div></div>
<div class="cert-row"><div><div class="cert-name">Employability Skills Training</div><div class="cert-issuer">Ain Shams University Career Center</div></div><div class="cert-date">Jul 2022</div></div>
</div>
<div class="training-highlight"><h3>InnovEgypt Tech-Entrepreneurship Program</h3><div class="issuer">ITIDA & TIEC, Creativa Hub - 45 hours</div><p>Intensive external training program completed during the summer break.</p><a href="#" data-link="INNOVEGYPT_POST" rel="noopener" target="_blank">↗ View post</a></div></div>
</div>
</div>
</section>
<footer>
<div class="wrap">
<div class="footer-content">
<a class="email-btn" href="mailto:sara.abdelaal.ai@gmail.com">
<svg viewBox="0 0 24 24" width="16" height="16" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="2" y="4" width="20" height="16" rx="2"></rect>
<path d="m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7"></path>
</svg>
<span>sara.abdelaal.ai@gmail.com</span>
</a>
<div class="hero-links icon-links">
<a class="hlink icon-link" href="mailto:sara.abdelaal.ai@gmail.com" aria-label="Email" data-tooltip="sara.abdelaal.ai@gmail.com">
<svg viewBox="0 0 24 24" width="18" height="18" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="2" y="4" width="20" height="16" rx="2"></rect>
<path d="m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7"></path>
</svg>
</a>
<a class="hlink icon-link" href="https://www.linkedin.com/in/sara-abdelaal" target="_blank" rel="noopener" aria-label="LinkedIn" data-tooltip="LinkedIn">
<svg viewBox="0 0 24 24" width="18" height="18" fill="currentColor">
<path d="M19 3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14m-.5 15.5v-5.3a3.26 3.26 0 0 0-3.26-3.26c-.85 0-1.84.52-2.28 1.3v-1.11h-2.79v8.37h2.79v-4.93c0-.77.62-1.4 1.39-1.4a1.4 1.4 0 0 1 1.4 1.4v4.93h2.75M6.88 8.56a1.68 1.68 0 0 0 1.68-1.68c0-.93-.75-1.69-1.68-1.69a1.69 1.69 0 0 0-1.69 1.69c0 .93.76 1.68 1.69 1.68m1.39 9.94v-8.37H5.5v8.37h2.77z"/>
</svg>
</a>
<a class="hlink icon-link" href="https://github.com/sara-abdelaal" target="_blank" rel="noopener" aria-label="GitHub" data-tooltip="GitHub">
<svg viewBox="0 0 24 24" width="18" height="18" fill="currentColor">
<path d="M12 2A10 10 0 0 0 2 12c0 4.42 2.87 8.17 6.84 9.5.5.08.66-.23.66-.5v-1.69c-2.77.6-3.36-1.34-3.36-1.34-.46-1.16-1.11-1.47-1.11-1.47-.91-.62.07-.6.07-.6 1 .07 1.53 1.03 1.53 1.03.87 1.52 2.34 1.07 2.91.83.1-.65.35-1.09.63-1.34-2.22-.25-4.55-1.11-4.55-4.92 0-1.11.38-2 1.03-2.71-.1-.25-.45-1.29.1-2.64 0 0 .84-.27 2.75 1.02.79-.22 1.65-.33 2.5-.33.85 0 1.71.11 2.5.33 1.91-1.29 2.75-1.02 2.75-1.02.55 1.35.2 2.39.1 2.64.65.71 1.03 1.6 1.03 2.71 0 3.82-2.34 4.66-4.57 4.91.36.31.69.92.69 1.85V21c0 .27.16.59.67.5C19.14 20.16 22 16.42 22 12A10 10 0 0 0 12 2z"/>
</svg>
</a>
<a class="hlink icon-link" href="https://www.kaggle.com/saramohamedabdelaal" target="_blank" rel="noopener" aria-label="Kaggle" data-tooltip="Kaggle">
<svg viewBox="0 0 24 24" width="18" height="18" fill="currentColor">
<path d="M18.825 23.859h-3.225l-5.834-8.156-2.616 2.333v5.823H4.35V.141h2.800v14.175l7.983-8.868h3.582l-6.863 7.632 7.003 10.779z"/>
</svg>
</a>
<a class="hlink icon-link" href="https://www.hackerrank.com/profile/sma121" target="_blank" rel="noopener" aria-label="HackerRank" data-tooltip="HackerRank">
<svg viewBox="0 0 24 24" width="18" height="18" fill="currentColor">
<path d="M12 0C5.37 0 0 5.37 0 12s5.37 12 12 12 12-5.37 12-12S18.63 0 12 0zm5.17 14.83h-3.32v-5.66H17.17v5.66zm-5.17 0H8.68v-5.66h3.32v5.66zm-5.17 0H3.51v-5.66h3.32v5.66z"/>
</svg>
</a>
<a class="hlink icon-link" href="https://codeforces.com/profile/sara-121" target="_blank" rel="noopener" aria-label="Codeforces" data-tooltip="Codeforces">
<svg viewBox="0 0 24 24" width="18" height="18" fill="currentColor">
<path d="M4.5 7.5A1.5 1.5 0 0 0 3 9v9a1.5 1.5 0 0 0 3 0V9a1.5 1.5 0 0 0-1.5-1.5zM12 3a1.5 1.5 0 0 0-1.5 1.5v13.5a1.5 1.5 0 0 0 3 0V4.5A1.5 1.5 0 0 0 12 3zm7.5 7.5A1.5 1.5 0 0 0 18 12v6a1.5 1.5 0 0 0 3 0v-6a1.5 1.5 0 0 0-1.5-1.5z"/>
</svg>
</a>
</div>
</div>
<div class="fine">Sara Abdelaal © 2026</div>
</div>
</footer>
<script>
const els = document.querySelectorAll('.reveal');
const io = new IntersectionObserver((entries)=>{
entries.forEach(e=>{ if(e.isIntersecting){ e.target.classList.add('in'); io.unobserve(e.target); } });
}, { threshold: 0.12 });
els.forEach(el=> io.observe(el));
// Theme toggle - kept in memory only for this visit (no persistent storage used)
const themeBtn = document.getElementById('themeToggle');
themeBtn.addEventListener('click', () => {
const html = document.documentElement;
const isLight = html.getAttribute('data-theme') === 'light';
html.setAttribute('data-theme', isLight ? 'dark' : 'light');
themeBtn.textContent = isLight ? '◐' : '◑';
});
// Project filters
const filterBtns = document.querySelectorAll('.filter-btn');
const projects = document.querySelectorAll('.project[data-tags]');
filterBtns.forEach(btn => {
btn.addEventListener('click', () => {
filterBtns.forEach(b => b.classList.remove('active'));
btn.classList.add('active');
const filter = btn.dataset.filter;
projects.forEach(p => {
const tags = p.dataset.tags.split(' ');
p.classList.toggle('hidden', filter !== 'all' && !tags.includes(filter));
});
});
});
</script>
<script>
// Long external URLs kept here so the HTML markup stays clean.
const LINKS = {
IUGRC_POST: "https://www.linkedin.com/posts/sara-abdelaal_iugrc9-ibrahimsalimcompetition-militarytechnicalcollege-ugcPost-7357439965976313856-9TRK",
PRODUCT_VIDEO: "https://drive.google.com/file/d/1PbU0YPY_jDfquf_3Xj4P-3-KF5u-742-/view",
LIVE_DEMO: "https://drive.google.com/file/d/1m4NkOydLFR2w4kWWcRHOM91VQe2ErmVa/view",
PRODUCT_REPO: "https://github.com/SaraMohamed-121/Product-Classification-Verification-",
CV_POST: "https://www.linkedin.com/posts/sara-abdelaal_computerabrvisionabrcompetition-computervision-ugcPost-7325338942923329536-TS80",
INNOVEEGYPT_POST: "https://www.linkedin.com/posts/sara-abdelaal_innovegypt-itida-tiec-activity-7353449235515695105-EITM"
};
document.querySelectorAll("[data-link]").forEach(a => {
const url = LINKS[a.dataset.link];
if (url) a.href = url;
});
</script>
</body>
</html>