-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathupdate-index.html
607 lines (439 loc) · 25.6 KB
/
update-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
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
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
<!doctype html>
<html>
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-1LE2HGFYSF"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-1LE2HGFYSF');
</script>
<title>Omar Rayyan</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="/experience/apssByOmar_Logo.JPG">
<link rel="stylesheet" href="/index.css" />
<link rel="stylesheet" href="/uikit.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/uikit/3.1.6/js/uikit.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/uikit/3.1.6/js/uikit-icons.min.js"></script>
<script src="index.js"></script>
</head>
<body onload="equalHeightFix()">
<nav id="longNav" class="uk-navbar-container uk-margin uk-navbar uk-flex" uk-navbar="mode: click">
<div class="uk-navbar-center">
<!-- <img height="43.45" width="50" src="src/omarLogo.png"> -->
<ul class="uk-navbar-nav uk-flex-center">
<li class="uk-active"><a style="text-transform: unset; font-size: 15px;" href="">Home</a></li>
<li class="uk-parent"><a style="text-transform: unset; font-size: 15px;" href="/projects.html">Projects</a></li>
<li class="uk-parent"><a style="text-transform: unset; font-size: 15px;" href="/experience.html">Experience</a></li>
<li class="uk-parent"><a style="text-transform: unset; font-size: 15px;" href="/updates.html">Blog</a></li>
</ul>
</div>
</nav>
<nav id="shortNav" class="uk-navbar-container" uk-navbar="mode: click" style="margin-bottom: 0px; padding-left: 20px;">
<div class="uk-navbar-left">
<ul class="uk-navbar-nav">
<li>
<a class="uk-navbar-toggle" href="#">
<span uk-navbar-toggle-icon></span>
</a>
<div class="uk-navbar-dropdown">
<ul class="uk-nav uk-navbar-dropdown-nav">
<li class="uk-active"><a href="" style="text-transform: none; font-size: 15px;">Home</a></li>
<li class="uk-parent"><a href="/projects.html" style="text-transform: none; font-size: 15px;">Projects</a></li>
<li class="uk-parent"><a href="/experience.html" style="text-transform: none; font-size: 15px;">Experience</a></li>
<li class="uk-parent"><a href="/updates.html" style="text-transform: none; font-size: 15px;">Updates</a></li>
</ul>
</div>
</li>
</ul>
</div>
</nav>
<div class="uk-section uk-section-default" style="padding-top: 40px">
<div class="uk-container" style="max-width: 825px">
<div class="uk-grid-match uk-child-width-1-2@m uk-grid" uk-grid="">
<div class="uk-first-column" style="min-width: 56%;">
<p style="font-size: 16.5px;">My name is Omar Rayyan and I’m a rising Junior at <span style="color:#57068c; font-weight: 900;"><b>NYU</b></span> Abu Dhabi majoring in Electrical Engineering and Computer Science. I am interested in ML, robotics and in building things. <br><br> I am spending this summer interning at <span style="font-family: 'Product Sans',sans-serif;font-size:16.5px;"><span class="g-blue">G</span><span
class="o-red">o</span><span class="o-yellow">o</span><span class="g-blue">g</span><span
class="l-green">l</span><span class="o-red e-red">e</span></span>'s Munich offices in the computer and storage infrastructure team.</p>
<ul style="padding-left: 0px; margin-top: 0px; margin-bottom: 0px;">
<a href="https://github.com/omarrayyann" uk-icon="github-alt" class="uk-icon"></a>
<a href="https://www.linkedin.com/in/omar-rayyan"uk-icon="linkedin" class="uk-icon"></a>
</ul>
<p uk-margin>
<a style="text-transform:unset; font-weight:bold ; color: rgb(102, 102, 102); border-width: 0px; padding-left: 0px; padding-right: 0px;" class="uk-button uk-button-default uk-button-small" href="cv.pdf">
<u>download cv</u>
</a>
</p>
</div>
<div style="max-width: 340px; float: left;">
<ul class="uk-switcher">
<li class="uk-active" style="width: 3;">
<img class="uk-border-rounded uk-child-width-auto" height="275" width="275" src="IMG_6207.jpg">
</li>
</ul>
</div>
</div>
</div>
</div>
<div style="margin-top: 20px; margin-bottom: 70px;">
<!-- <section id="section04" class="demo">
<a><span></span></a>
</section> -->
</div>
<div id="latestProjects" class="uk-section-muted uk-section-default" style="padding-top: 55px">
<div class="uk-container uk-container-medium">
<table style="width: 100%">
<tr>
<td>
<h1 style="padding-bottom: 20px; font-weight: 300">some projects</h1>
</td>
<td style="text-align: right; padding-bottom: 25px;" id="ViewMoreProjectsTop">
<a href="/projects.html" class="uk-button uk-button-text" style="color: #4285E9; font-size: 16px">View All</a>
</td>
</tr>
</table>
<!-- Row -->
<div class="uk-child-width-expand@s uk-text-center" uk-grid uk-height-match="target: > div > .uk-card">
<!-- CARD -->
<div>
<div class="uk-card-default uk-width-1-1@m" id="card">
<div class="uk-card-header">
<div class="uk-grid-small uk-flex-middle" uk-grid>
<div class="uk-width-auto">
<img class="uk-border-rounded uk-child-width-auto" width="80" height="80" src="projects/rcm-controller/logo.jpg">
</div>
<div class="uk-width-expand">
<h3 class="uk-card-title uk-margin-remove-bottom">RCM Controller</h3>
<p class="uk-text-meta uk-margin-remove-top"><time>Oct 2022 - <span style="color: #40c060">Active</span></time></p>
</div>
</div>
</div>
<div class="uk-card-body"style="min-height: 20px">
<p style="text-align: left" id="secondCol">RCM-Constrained trajectory tracking of the KUKA iiwa-14 R820 Robot using Differential Kinematics. The work of this projects has been accepted and published to the International Conference on Advanced Robotics (ICAR) 2023.</p>
</div>
<div class="uk-card-footer">
<a href="projects/surgical-robotics.html" class="uk-button uk-button-text" style="color: #4285E9">More Details</a>
</div>
</div>
</div>
<!-- CARD -->
<div>
<div class="uk-card-default uk-width-1-1@m" id="card">
<div class="uk-card-header">
<div class="uk-grid-small uk-flex-middle" uk-grid>
<div class="uk-width-auto">
<img class="uk-border-rounded uk-child-width-auto" width="80" height="80" src="projects/lebsi/logo.jpg">
</div>
<div class="uk-width-expand">
<h3 class="uk-card-title uk-margin-remove-bottom">LEBSI</h3>
<p class="uk-text-meta uk-margin-remove-top"><time>Nov 2021 - <span style="color: #40c060">Active</span></time></p>
</div>
</div>
</div>
<div class="uk-card-body" style="min-height: 20px">
<p style="text-align: left" id="thirdCol">A platform enabling people and clothing brands to set up online stores within minutes. It reached #22 on the App Store Top Charts in 2022 and attracts sellers from Jordan, Egypt and the UAE.</p>
</div>
<div class="uk-card-footer">
<a href="projects/lebsi.html" class="uk-button uk-button-text" style="color: #4285E9">More Details</a>
</div>
</div>
</div>
<!-- CARD -->
<div>
<div class="uk-card-default uk-width-1-1@m" id="card">
<div class="uk-card-header">
<div class="uk-grid-small uk-flex-middle" uk-grid>
<div class="uk-width-auto">
<img class="uk-border-rounded uk-child-width-auto" width="80" height="80" src="projects/katib/logo.jpg">
</div>
<div class="uk-width-expand">
<h3 class="uk-card-title uk-margin-remove-bottom">KATIB</h3>
<p class="uk-text-meta uk-margin-remove-top"><time>Feb 2022 - <span style="color: #40c060">Active</span></time></p>
</div>
</div>
</div>
<div class="uk-card-body"style="min-height: 20px">
<p style="text-align: left" id="firstCol">A handwriting assisting platform that provides contact-less kinesthetic feedback by utilizing magnetic forces. It aims to help post-stroke patients regain writing skills through its easy-to-use software. </p>
</div>
<div class="uk-card-footer">
<a href="projects/katib.html" class="uk-button uk-button-text" style="color: #4285E9">More Details</a>
</div>
</div>
</div>
</div>
<!-- CARD -->
<div id="ViewMoreProjects" class="uk-hidden" style="padding-top:20px">
<div class="uk-card-default uk-width-1-1@m" id="card">
<div class="uk-card-header">
<a style="font-size: 15px; color: rgb(83, 131, 226); font-weight: bold;" href="/projects.html" class="uk-button uk-button-text" style="color: #4285E9">View All Projects</a>
<a style="color: rgb(83, 131, 226); float: right;" uk-icon="icon: chevron-right; ratio: 1.5" href="/projects.html" ></a>
</div>
</div>
</div>
</div>
<div style="padding-bottom: 50px"></div>
</div>
<div class="uk-section uk-section-default" style="padding-top: 55px; width: 100%; padding-bottom: 50px;">
<div class="uk-container uk-container">
<table style="width: 100%">
<tr>
<td>
<h1 style="padding-bottom: 20px; font-weight: 300">Latest Positions</h1>
</td>
<td style="text-align: right; padding-bottom: 25px;" id="ViewMoreExperiencesTop">
<a href="/experience.html" class="uk-button uk-button-text" style="color: #4285E9; font-size: 16px">View More Expriences</a>
</td>
</tr>
</table>
<div class="uk-child-width-expand@s uk-text-center" uk-grid uk-height-match="target: > div > .uk-card">
<div>
<div class="uk-card-default uk-width-1-1@m" id="card">
<div class="uk-card-header">
<div class="uk-grid-small uk-flex-middle" uk-grid>
<div class="uk-width-auto">
<img class="uk-border-rounded uk-child-width-auto" width="80" height="80" style="border-style: solid; border-width: 0.75px; border-color: #e2e2e2; padding: 10px;" src="/experience/Google_Logo.png">
</div>
<div class="uk-width-expand">
<h3 class="uk-card-title uk-margin-remove-bottom" style="font-weight: 500" >STEP Intern</h3>
<h3 style="padding: 0px; margin: 0px; font-size: 17px; color: #666666;">Google - Munich, Germany</h3>
<p class="uk-text-meta uk-margin-remove-top" style="text-align: center"><time>Jul 2023 - <span style="color: #40c060">Present</span></time></p>
</div>
</div>
</div>
<div class="uk-card-body"style="min-height: 10px">
<ul>
<li><p style="text-align: left; margin: 10px;">Working on a functionality in an internal tool that enables the evaluation of changes in resource
configuration controls before their submission.</p>
<li><p style="text-align: left; margin: 10px;">Working as part of the infrastructure and storage team which is responsible for managing resources
and tasks across Google’s global distributed systems.</p>
</ul>
</div>
</div>
</div>
</div>
<!-- Row -->
<div class="uk-child-width-expand@s uk-text-center" uk-grid uk-height-match="target: > div > .uk-card">
<!-- CARD -->
<div>
<div class="uk-card-default uk-width-1-1@m" id="card">
<div class="uk-card-header">
<div class="uk-grid-small uk-flex-middle" uk-grid>
<div class="uk-width-auto">
<img class="uk-border-rounded uk-child-width-auto" width="85.3" height="85.3" src="/experience/NYUAD_Logo.png">
</div>
<div class="uk-width-expand">
<h3 class="uk-card-title uk-margin-remove-bottom" style="font-weight: 500" >Robotics Engineering Research Assistant</h3>
<h3 style="padding: 10px; margin: 10px; font-size: 17px; color: #666666;">Center for Artifical Intelligence and Robotics (CAIR) - New York University Abu Dhabi</h3>
<p class="uk-text-meta uk-margin-remove-top" style="text-align: center"><time>Sep 2022 - <span style="color: #40c060">Present</span></time></p>
</div>
</div>
</div>
<div class="uk-card-body"style="min-height: 10px">
<ul>
<li><p style="text-align: left; margin: 10px;">Developing a ROS Algorithm for Precise Control of the KUKA iiwa-14 R820 Robot with Differential Kinematics and Remote Center of Motion (RCM) Constraint Adherence in Minimally Invasive Surgery (MIS).</p>
<li><p style="text-align: left; margin: 10px;">Currently working on <a href="/projects/surgical-robotics.html">Surgical Robotics</a> </p>
</ul>
</div>
</div>
</div>
</div>
<!-- Row -->
<!-- <div class="uk-child-width-expand@s uk-text-center" uk-grid uk-height-match="target: > div > .uk-card"> -->
<!-- CARD -->
<!-- <div>
<div class="uk-card-default uk-width-1-1@m" id="card">
<div class="uk-card-header">
<div class="uk-grid-small uk-flex-middle" uk-grid>
<div class="uk-width-auto">
<img class="uk-border-rounded uk-child-width-auto" width="80" height="80" src="src/nyuad.png">
</div>
<div class="uk-width-expand">
<h3 class="uk-card-title uk-margin-remove-bottom" style="font-weight: 500" >Engineering Research Assistant</h3>
<h3 style="padding: 0px; margin: 0px; font-size: 17px; color: #666666;">Applied Interactive Multimedia Lab - New York University Abu Dhabi</h3>
<p class="uk-text-meta uk-margin-remove-top" style="text-align: center"><time>Feb 2022 - <span style="color: #40c060">Present</span></time></p>
</div>
</div>
</div>
<div class="uk-card-body"style="min-height: 10px">
<ul>
<li><p style="text-align: left; margin-bottom: 10px;">Working on the development of <a href="katib.html">KATIB</a>: a handwriting assisting platform that provides contactless kinesthetic feedback by utilizing magnetic forces. KATIB aims to help post-stroke patients regain writing skills.</p>
</li>
<li><p style="text-align: left; margin: 0px;">Creating and developing a set of serious tasks that can be performed on the KATIB hardware.</p>
</li>
</ul>
</div>
</div>
</div>
</div> -->
<!-- Row -->
<div class="uk-child-width-expand@s uk-text-center" uk-grid uk-height-match="target: > div > .uk-card">
<!-- CARD -->
<div>
<div class="uk-card-default uk-width-1-1@m" id="card">
<div class="uk-card-header">
<div class="uk-grid-small uk-flex-middle" uk-grid>
<div class="uk-width-auto">
<img class="uk-border-rounded uk-child-width-auto" width="80" height="80" style="border-style: solid; border-width: 0.75px; border-color: #e2e2e2;" src="experience/ProgressSoft_Logo.png">
</div>
<div class="uk-width-expand">
<h3 class="uk-card-title uk-margin-remove-bottom" style="font-weight: 500">Summer Engineering Intern</h3>
<h3 style="padding: 0px; margin: 0px; font-size: 17px; color: #666666;">ProgressSoft</h3>
<p class="uk-text-meta uk-margin-remove-top" style="text-align: center"><time>Jul 2022 - Sep 2022</time></p>
</div>
</div>
</div>
<div class="uk-card-body"style="min-height: 10px">
<ul>
<li><p style="text-align: left ; margin-bottom: 10px;">Involvement in programming, documenting and testing applications, frameworks, and software components of Progressoft ECC (Electronic Cheque Clearing) project.</p>
</li>
<li><p style="text-align: left ; margin-bottom: 10px;">Worked with multiple Java EE technologies including JSP and Servlets and used MVC design patterns.</p>
</li>
<li><p style="text-align: left ; margin-bottom: 10px;">Used various web application tools and frameworks including Maven.</p>
</li>
<li><p style="text-align: left; margin-bottom: 0px;">Worked on front-end technologies including Javascript and CSS.</p>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- Row -->
<div class="uk-child-width-expand@s uk-text-center" uk-grid uk-height-match="target: > div > .uk-card">
<!-- CARD -->
<div>
<div class="uk-card-default uk-width-1-1@m" id="card">
<div class="uk-card-header">
<div class="uk-grid-small uk-flex-middle" uk-grid>
<div class="uk-width-auto">
<img class="uk-border-rounded uk-child-width-auto" width="80" height="80" src="/projects/lebsi/logo.jpg">
</div>
<div class="uk-width-expand">
<h3 class="uk-card-title uk-margin-remove-bottom" style="font-weight: 500">Founder</h3>
<h3 style="padding: 0px; margin: 0px; font-size: 17px; color: #666666;">LEBSI</h3>
<p class="uk-text-meta uk-margin-remove-top" style="text-align: center"><time>Nov 2021 - <span style="color: #40c060">Present</span></time></p>
</div>
</div>
</div>
<div class="uk-card-body"style="min-height: 10px">
<ul>
<li><p style="text-align: left; margin-bottom: 10px">LEBSI is a platform that allows people and clothing brands to set up online stores and list their clothing pieces in minutes. It prevents sellers from having to manage their stores on multiple social media platforms at the same time. It aims to help physical stores compete with online brands by providing an online marketplace for them to list their items on.</p>
</li>
<li><p style="text-align: left; margin-bottom: 10px">LEBSI reached 22 on the App Store Top Charts in late November and is currently attracting sellers from various regions around Jordan.</p>
</li>
<li><p style="text-align: left ;margin-bottom: 10px">Developed using Swift Language and uses Firebase Firestore Database to manage storage.</p>
</li>
<li><p style="text-align: left; margin: 0px">LEBSI launched in Jordan in November 2021 and expanded to the UAE in April 2022.</p>
</li>
</ul>
</div>
<div class="uk-card-footer">
<a href="/projects/lebsi.html" class="uk-button uk-button-text" style="color: #4285E9">More Details</a>
</div>
</div>
</div>
</div>
<!-- Row -->
<div class="uk-child-width-expand@s uk-text-center" uk-grid uk-height-match="target: > div > .uk-card">
<!-- CARD -->
<div>
<div class="uk-card-default uk-width-1-1@m" id="card">
<div class="uk-card-header">
<a style="font-size: 15px; color: rgb(83, 131, 226)" href="/experience.html" class="uk-button uk-button-text" style="color: #4285E9">View All Work Experiences</a>
<a style="color: rgb(83, 131, 226); float: right;" uk-icon="icon: chevron-right; ratio: 1.5"></a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- <div style="padding-bottom: 50px"></div> -->
<div class="uk-section-muted uk-section-default" style="padding-top: 55px">
<div class="uk-container uk-container-medium">
<table style="width: 100%">
<tr>
<td>
<h1 style="padding-bottom: 0px; font-weight: 300">Latest Updates</h1>
</td>
<td style="text-align: right; padding-bottom: 5px;" id="ViewMoreUpdatesTop">
<a href="/updates.html" class="uk-button uk-button-text" style="color: #4285E9; font-size: 16px">View More</a>
</td>
</tr>
</table>
<div class="uk-card uk-card-default uk-grid-collapse uk-child-width-1-2@s uk-margin" style="margin-bottom: 40px" uk-grid id="card">
<div class="uk-card-media-left uk-cover-container">
<img src="/projects/tanabu/hackathon_11.jpg" alt="" uk-cover>
<canvas width="600" height="375"></canvas>
</div>
<div>
<div class="uk-card-body">
<h3 class="uk-card-title">NYUAD 11th Hackathon for Social Good in the Arab World</h3>
<p class="uk-text-meta uk-margin-remove-top" style="text-align: left"><time>April 28 - April 30, 2023</time></p>
<p style="text-align: left">
During NYUAD's quantum computing hackathon, my team and I tackled the challenge of enhancing the reliability of energy grids through predictive maintenance. Our solution, called <a href="tanabu.html">Tanabu</a>, is an open-source Python package that employs quantum machine learning to boost predictive accuracy. By incorporating energy consumption patterns and climate data, Tanabu can proactively identify potential stress on energy grids and suggest optimal maintenance measures to mitigate the risks.
</p></div>
</div>
</div>
<div class="uk-card uk-card-default uk-grid-collapse uk-child-width-1-2@s uk-margin" style="margin-bottom: 40px" uk-grid id="card">
<div>
<div class="uk-card-body">
<h3 class="uk-card-title">Engineering Ethics Trip to Jordan - Habitat for Humanity</h3>
<p class="uk-text-meta uk-margin-remove-top" style="text-align: left"><time>March 15 - March 21, 2023</time></p>
Participated in the construction of a community service center as part of NYU Abu Dhabi's Engineering Ethics course trip to Ajloun, Jordan. The project was a collaboration between NYU Abu Dhabi and the non-governmental organization Habitat for Humanity.
<p style="text-align: left">
</div>
<div class="uk-card-footer" style="text-align: left">
<a href="/updates/habitat-for-humanity.html" class="uk-button uk-button-text" style="color: #4285E9;">Read More</a>
</div>
</div>
<div class="uk-card-media-right uk-cover-container">
<img src="/updates/Ajloun_Group_Picture.jpeg" alt="" uk-cover>
<canvas width="600" height="250"></canvas>
</div>
</div>
<!-- Row -->
<div class="uk-card uk-card-default uk-grid-collapse uk-child-width-1-2@s uk-margin" style="margin-bottom: 40px" uk-grid id="card">
<div class="uk-card-media-left uk-cover-container">
<img style="vertical-align: top;" src="/updates/research-21-22.jpg" alt="" uk-cover>
<canvas width="600" height="400" ></canvas>
</div>
<div>
<div class="uk-card-body">
<h3 class="uk-card-title">Featured in NYUAD's Undergraduate Research Report for Summer 2021-2022</h3>
<p class="uk-text-meta uk-margin-remove-top" style="text-align: left"><time>March 15 - March 21, 2023</time></p>
My Summer 2022 Research Project, <a href="/projects/katib.html">KATIB</a>, in the Applied Interactive Multimedia (AIM) Lab under Professor Eid, was featured in <a href="research_21:22.pdf">NYUAD's Undergraduate Research Report</a>. We developed a range of serious games, targeting varying skills
and adjustable levels of difficulty. The project was meant for both the academic and health sectors where schools and hospitals can implement it for students and post-stroke patients respectively.
<p style="text-align: left">
</div>
</div>
</div>
<div class="uk-card uk-card-default uk-grid-collapse uk-child-width-1-2@s uk-margin" style="margin-bottom: 40px" uk-grid id="card">
<div>
<div class="uk-card-body">
<h3 class="uk-card-title">4th Place at the IEEExtreme Programming Competition 16.0</h3>
<p class="uk-text-meta uk-margin-remove-top" style="text-align: left"><time>October 22, 2022</time></p>
Placed 4th across the United Arab Emirates at the IEEExtreme Programming Competition 16.0 after collecting 581 points - <a href="updates/ieee-16.0-certificate.pdf">Participation Certificate</a>
<p style="text-align: left">
</div>
</div>
<div class="uk-card-media-right uk-cover-container">
<img src="/updates/IEEE_Extreme.png" alt="" uk-cover>
<canvas width="600" height="250"></canvas>
</div>
</div>
<div class="uk-child-width-expand@s uk-text-center" uk-grid uk-height-match="target: > div > .uk-card">
<!-- CARD -->
<div id="card">
<div class="uk-card-default uk-width-1-1@m" id="card">
<div class="uk-card-header">
<a style="font-size: 15px; color: rgb(83, 131, 226)" href="/updates.html" class="uk-button uk-button-text" style="color: #4285E9">View All Updates</a>
<a style="color: rgb(83, 131, 226); float: right;" uk-icon="icon: chevron-right; ratio: 1.5"></a>
</div>
</div>
</div>
</div>
<div style="text-align: center;width: 100%; height:50px; padding-top: 20px;">
<p style="padding: 0px; margin: 0px; font-size: 16px; color: #8c8c8c;">by omar rayyan</p>
</div>
</body>
</html>