-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
699 lines (616 loc) · 52.5 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
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
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Karl Azangue</title>
<script src="https://cdn.tailwindcss.com/"></script>
<link rel="stylesheet" href="CSS/style.css">
<!--Font Awesome-->
<script src="https://kit.fontawesome.com/e7b183c960.js" crossorigin="anonymous"></script>
</head>
<body class="bg-slate-100 text-slate-950 dark:text-slate-400 dark:bg-slate-950 leading-relaxed antialiased">
<!--Background Image Number 1-->
<div class="bg-fixed absolute inset-0 bg-cover bg-center" style="background-image: url('../Personal_Website/images/sun-dark.svg')"></div>
<div class="_variable_20b187 group/spotlight relative">
<!--Scroll effects-->
<div class="pointer-events-none fixed insert-0 z-30 transition duration-300 lg:absolute"></div>
<!--Website subsections-->
<div class="mix-auto min-h-screen max-w-screen-x1 px-6 py-12 font-sans md:px-12 md:py-20 lg:px-24 lg:py-0">
<div class="lg:flex flex lg:justify-between lg:gap-24"> <!--ADD the middles Gap between Left and Right section-->
<!--Header Functions-->
<header class="lg:sticky lg:top-0 lg:flex lg:max-h-screen lg:w-1/2 lg:flex-col lg:justify-between lg:py-24">
<div>
<h1 class="text-4xl font-bold tracking-tighter text-slate-200 sm:text-5xl" >
<!-- <a href="/">Karl Azangue</a> -->
-In Progress
</h1>
<h1 class="text-4xl font-bold tracking-tighter text-slate-200 sm:text-5xl" >
<!-- <a href="/">Karl Azangue</a> -->
Karl A.
</h1>
<h2 class="mt-3 text-sm font-medium tracking-tight text-slate-200 sm:text-xl">
CS & Phys @
<a href="https://www.utdallas.edu" class="font-medium
text-slate-400 hover:text-slate-300 focus-visible:text-emerald-300">UT Dallas
</a>
</h2>
<p>NASA L'Space Alumni</p>
<p>Research Asistant</p>
<!--Navigation Bar-->
<nav class="nav hidden lg:block">
<ul class="mt-16 w-max">
<li>
<a href="#about" class="group flex items-center py-3 hover:text-slate-200">
<span class="nav-indicator mr-4 h-px w-8 bg-slate-600 transition-all group-hover:w-16 bg-slate-200
group-focus-visible:w-16 group-focus-visible:bg-slate-200 motion-reduce:transition-none hover:text-slate-200">
</span>
<span>Home</span>
</a>
</li>
<li>
<a href="#experience" class="group flex items-center py-3 hover:text-slate-200">
<span class="nav-indicator mr-4 h-px w-8 bg-slate-600 transition-all group-hover:w-16 bg-slate-200
group-focus-visible:w-16 group-focus-visible:bg-slate-200 motion-reduce:transition-none hover:text-slate-200">
</span>
<span>Experience</span>
</a>
</li>
<li>
<a href="#projects" class="group flex items-center py-3 hover:text-slate-200">
<span class="nav-indicator mr-4 h-px w-8 bg-slate-600 transition-all group-hover:w-16 bg-slate-200
group-focus-visible:w-16 group-focus-visible:bg-slate-200 motion-reduce:transition-none">
</span>
<span>Projects</span>
</a>
</li>
<li>
<a href="#papers" class="group flex items-center py-3 hover:text-slate-200">
<span class="nav-indicator mr-4 h-px w-8 bg-slate-600 transition-all group-hover:w-16 bg-slate-200
group-focus-visible:w-16 group-focus-visible:bg-slate-200 motion-reduce:transition-none hover:text-slate-200">
</span>
<span>Papers</span>
</a>
</li>
</ul>
</nav>
</div>
<!--Contact Icons-->
<ul class="ml-1 mt-8 flex items-center">
<button class="mr-5">
<i class="fa-solid fa-circle-half-stroke h-6 ww-6 text-3xl"></i>
</button>
<li class="mr-5 text-xs shrink-0">
<a href="mailto:[email protected]?subject=Hello%20there&body=This%20is%20a%20test%20email" class="block hover:text-slate-200">
<i class="fa-regular fa-envelope h-6 ww-6 text-3xl"></i>
</a>
</li>
<li class="mr-5 text-xs shrink-0">
<a href="https://github.com/KD-kAnEsHi?tab=repositories" class="block hover:text-slate-200">
<i class="fa-brands fa-github h-6 ww-6 text-3xl"></i>
</a>
</li>
<li class="mr-5 text-xs shrink-0">
<a href="https://www.linkedin.com/in/karlazangue/" class="block hover:text-slate-200">
<i class="fa-brands fa-linkedin h-6 ww-6 text-3xl"></i>
</a>
</li>
<li class="mr-5 text-xs shrink-0">
<a href="https://open.spotify.com/user/31tsoyawe5ltdckuts62nh3wat4u" class="block hover:text-slate-200">
<i class="fa-brands fa-spotify h-6 ww-6 text-3xl"></i>
</a>
</li>
<li class="mr-5 text-xs shrink-0">
<a href="../Personal_Website/images/Karl_Resume.pdf" class="block hover:text-slate-200">
<i class="fa-solid fa-file h-6 ww-6 text-3xl"></i>
</a>
</li>
</ul>
</header>
<main id="content" contenteditable="lg:w-1/2 lg:py-24" style="padding-top: 96px">
<!--About Me section-->
<section id="about" class="mb-16 scroll-mt16 md:mb-24 lg:mb-36 lg:scrmt-mt-24">
<div>
<p class="mb-4">
I am a third year Computer Science student at The University of Texas at Dallas interested in Full Stack
Software Development, and Machine Learning applied to VR-Virtual Reality, QML-Quantum Machine Learning, and
BMI-Brain to Computer Interfaces, as depicted in my prior experience and projects. <br><br> Nelson Mandela once
said that nothing is impossible until it is done. This philosophy has guided my every step as I actively seek
out challenges across different disciplines. Whether it be in Aerospace, Machine Learning, Research,
Bioengineering, or Cybersecurity, I am dedicated to not only applying my programming skills to solve any
problem at hand, but also never stray away from opportunities from which to grow. <br><br> I have a strong
passion for building technology and learning new technologies that can solve meaningful problems, from which
I can grow as an indivdual.
</p>
<p class="mb-4">
When I am not coding, I can often be found reading a book, and listening to Japanesses/Russian Rock. I also enjoy
retro-techs, traveling, photography, and cooking.
</p>
</div>
</section>
<!--Experience Section-->
<section id="experience" class="mb-16 scroll-mt16 md:mb-24 lg:mb-36 lg:scrmt-mt-24">
<div>
<h2 class="text-sm font-bold uppercase tracking-widest text-slate-200 test-sky-200 sm:text-2xl">
Experience
</h2>
</div>
<div>
<ol class="group/list">
<!-- Research -->
<li class="mb-12">
<div class="group relative grid pb-1 transition-all sm:grid-cols-8
sm:gap-8 md:gap-4 lg:hover:!opacity-100 lg:group-hover/list.opacity-50">
<div class="absolute -inset-x-4 -inset-y-4 z-0 hidden rounded-md transition
motion-reduce:transition-none lg:-inset-x-6 lg:block lg:group-hover:bg-slate-800/50
lg:group-hover:shadow-[inset_0_1px_0_0_rgba(148, 163, 184, 0.1)]
lg:group-hover:drop-shadow-lg">
</div>
<header close="z-10 mb-2 mt-1 text-xs font-semibolb uppercase tracking-wide text-slate-500 sm:col-span-2">
Jan 2024 - present
</header>
<div class="z-10 sm:col-span-6">
<h3 class="font-medium leading-snug text-slate-200">
<div>
<a href="#" class="inline-flex items-baseline font-medium leading-tight text-slate-200
hover:text-teal-300 focus-visible:text-teal-300 group/link text-base">
<span class="absolute -inset-x-4 -inset-y-2.5 hidden md:-inset-x-6 md:-inset-y-4 lg:block">
</span>
<span> UT Dallas (CS 4V95)<!--Role and Project Name (Add link to this later)-->
</span>
</a>
</div>
<div>
<h4 class="text-slate-500"> Undegraduate Independent Researcher </h4>
</div>
</h3>
<p class="mt-2 text-sm leading-normal">
• Currently participating in independent research under the guidance of Dr. Doug Degroot. My research focuses on using Quantum Machine Learning
to optimize how artificial neural networks train on classical data.
• Developed Quantum Machine Learning models using PennyLanes framework for model construction and training.
• Analyzed insights from over 35 cutting-edge research papers in Quantum Computing and Quantum Machine Learning in order to
write "Quantum Neural Networks: Algorithms, and Applications" A papers discussing the differnet implementations of Quantum Neural Networks.
• Utilized Qiskit to implement, test, and validate Quantum Machine Learning circuits and algorithms to ensure optimal functionality.
<a href="#" class="font-medium
text-slate-200 hover:text-slate-300 focus-visible:text-emerald-300">Learn more</a>
</p>
</div>
</div>
</li>
<!-- Computer Labs -->
<li class="mb-12">
<div class="group relative grid pb-1 transition-all sm:grid-cols-8
sm:gap-8 md:gap-4 lg:hover:!opacity-100 lg:group-hover/list.opacity-50">
<div class="absolute -inset-x-4 -inset-y-4 z-0 hidden rounded-md transition
motion-reduce:transition-none lg:-inset-x-6 lg:block lg:group-hover:bg-slate-800/50
lg:group-hover:shadow-[inset_0_1px_0_0_rgba(148, 163, 184, 0.1)]
lg:group-hover:drop-shadow-lg">
</div>
<header close="z-10 mb-2 mt-1 text-xs font-semibolb uppercase tracking-wide text-slate-500 sm:col-span-2">
Jan 2023 - Present
</header>
<div class="z-10 sm:col-span-6">
<h3 class="font-medium leading-snug text-slate-200">
<div>
<a href="#" class="inline-flex items-baseline font-medium leading-tight text-slate-200
hover:text-teal-300 focus-visible:text-teal-300 group/link text-base">
<span class="absolute -inset-x-4 -inset-y-2.5 hidden md:-inset-x-6 md:-inset-y-4 lg:block">
</span>
<span>UT Dallas Office of Information and technology</span>
</a>
</div>
<div>
<h4 class="text-slate-500"> IT Lab Technician, Automation Lead | Dec 2023 - present</h4>
</div>
</h3>
<p class="mt-2 text-sm leading-normal">
• Utilized the Teams Dynaix API and Node.js to build a robust backend that interfaced with Microsoft Power Automate, automating the
email process for the UT Dallas Loaner Program.
• Led a team of five Computer Lab Assistants to automate about 70% of the UT Dallas Loaner Program application process using Microsoft Power
Automate, reducing the time required to loan a device from 20 minutes to 5 minutes.
• Used Power Automate to build a system through which students could scan a QR code to anonymously report suspicious activities in the labs.
We observed over a 3x increase in the number of reports filed after implementation.
<a href="#" class="font-medium
text-slate-200 hover:text-slate-300 focus-visible:text-emerald-300">Learn more</a>
</p>
<!--Second Paragraph-->
<div class="z-10 sm:col-span-6">
<div class="mt-2 leading-normal">
<h3 class="font-medium leading-snug text-slate-200">
<div>
<h4 class="text-slate-500"> IT Lab Assistant | Jan 2023 - Dec 2023</h4>
</div>
</h3>
</div>
<p class="mt-2 text-sm leading-normal">
• Managed the setup and configuration of over 500 mobile devices, ensuring seamless functionality across platforms like Apple and Android.
This involved customizing settings and optimizing performance to meet the specific needs of students and staff.
• Delivered technical support to a diverse group of over 1,000 students and staff, addressing issues ranging from device malfunctions to
software installation, and consistently received positive feedback for prompt and effective service.
• Streamlined the troubleshooting process by documenting common inquiries related to battery and NetID issues, processed 200+ support
tickets efficiently using Team Dynamix, and contributed to the creation of a knowledge base for future reference.
<a href="#" class="font-medium
text-slate-200 hover:text-slate-300 focus-visible:text-emerald-300">Learn more</a>
</p>
</div>
</div>
</div>
</li>
<!-- NASA -->
<li class="mb-12">
<div class="group relative grid pb-1 transition-all sm:grid-cols-8
sm:gap-8 md:gap-4 lg:hover:!opacity-100 lg:group-hover/list.opacity-50">
<div class="absolute -inset-x-4 -inset-y-4 z-0 hidden rounded-md transition
motion-reduce:transition-none lg:-inset-x-6 lg:block lg:group-hover:bg-slate-800/50
lg:group-hover:shadow-[inset_0_1px_0_0_rgba(148, 163, 184, 0.1)]
lg:group-hover:drop-shadow-lg">
</div>
<header close="z-10 mb-2 mt-1 text-xs font-semibolb uppercase tracking-wide text-slate-500 sm:col-span-2">
Jan 2024 - Aug 2024
</header>
<div class="z-10 sm:col-span-6">
<h3 class="font-medium leading-snug text-slate-200">
<div>
<a href="#" class="inline-flex items-baseline font-medium leading-tight text-slate-200
hover:text-teal-300 focus-visible:text-teal-300 group/link text-base">
<span class="absolute -inset-x-4 -inset-y-2.5 hidden md:-inset-x-6 md:-inset-y-4 lg:block">
</span>
<span>NASA</span>
</a>
</div>
<div>
<h4 class="text-slate-500"> NASA Proposal Writing and Evaluation Experience Academy | May - Aug 2024</h4>
</div>
</h3>
<p class="mt-2 text-sm leading-normal">
Job Description: <a href="#" class="font-medium
text-slate-200 hover:text-slate-300 focus-visible:text-emerald-300">Learn more</a>
</p>
<!--Second Paragraph-->
<div class="z-10 sm:col-span-6">
<div class="mt-2 leading-normal">
<h3 class="font-medium leading-snug text-slate-200">
<div>
<h4 class="text-slate-500"> NASA Mission Concepty Academy Program | Jan - April 2024 </h4>
</div>
</h3>
</div>
<p class="mt-2 text-sm leading-normal">
Job Description: <a href="#" class="font-medium
text-slate-200 hover:text-slate-300 focus-visible:text-emerald-300">Learn more</a>
</p>
</div>
</div>
</div>
</li>
</ol>
</div>
</section>
<!---Project section-->
<section id="projects" class="mb-16 scroll-mt16 md:mb-24 lg:mb-36 lg:scrmt-mt-24">
<h2 class="text-sm font-bold uppercase tracking-widest text-slate-200 test-sky-200 sm:text-2xl">
Projects
</h2>
<div>
<!--Projects Cards-->
<ul class="group/list">
<li class="mb-12">
<div class="group relative grid gap-4 pb-1 transition-all sm:grid-cols-8 sm:gap-8 md:gap-4
lg:hover:!opacity-100 lg:group-hover/list:opacity-50">
<div class="absolute -inset-x-4 -inset-y-4 z-0 hidden rounded-md transition motion-reduce:transition-none
lg:-inset-x-6 lg:block lg:group-hover:bg-slate-800/50 lg:group-hover:shadow-[inset_0_0_1px_0_0_rgba(148, 163, 184, 0.1)]
lg:group-hover:drop-shadow-lg">
</div>
<div class="z-10 sm:order-2 sm:col-span-6">
<h3 class="font-medium leading-snug text-slate-200">
<div>
<a href="https://github.com/KD-kAnEsHi/ElectionsNearby" class="inline-flex items-baseline font-medium leading-tight text-slate-200
hover:text-teal-300 focus-visible:text-teal-300 group/link text-base">
<span class="absolute -inset-x-4 -inset-y-2.5 hidden md:-inset-x-6 md:-inset-y-4 lg:block">
</span>
<span>ElectionsNearby
<span class="inline-block">(Link)</span> <!--Role and Project Name (Add link to this later)-->
</span>
</a>
</div>
<div>
<h4 class="text-slate-500">Web Development</h4>
</div>
</h3>
<p class="mt-2 leading-normal">
The "ElectionsNearby" project is a tool designed to provide users with information about upcoming elections in their area. It
leverages location data to inform users about nearby polling stations, candidates, and key election dates. The goal is to
increase voter awareness and participation by making election-related information easily accessible and tailored to the user's
location. We made use of JavaScript and EJS (Embedded JavaScript) for dynamic rendering of HTML pages, allowing real-time
updates and customization based on user location. The backend is powered by Node.js, with Express.js serving as the web framework
to manage server requests and application routing. This project also makes use of MongoDB for storing data on elections,
candidates, and polling stations, given the standard practices in similar web applications. <a href="https://github.com/KD-kAnEsHi/ElectionsNearby" class="font-medium
text-slate-200 hover:text-slate-300 focus-visible:text-emerald-300">Learn more</a>
</p>
<ul class="mt-2 flex flex-wrap">
<li class="mr-1.5 mt-2">
<div class="flex items-center rounded-full bg-teal-400/20 px-3 py-1 text-xs font-medium leading-5 text-teal-300">
Javascript
</div>
</li>
<li class="mr-1.5 mt-2">
<div class="flex items-center rounded-full bg-teal-400/20 px-3 py-1 text-xs font-medium leading-5 text-teal-300">
Python
</div>
</li>
<li class="mr-1.5 mt-2">
<div class="flex items-center rounded-full bg-teal-400/20 px-3 py-1 text-xs font-medium leading-5 text-teal-300">
Java
</div>
</li>
<li class="mr-1.5 mt-2">
<div class="flex items-center rounded-full bg-teal-400/20 px-3 py-1 text-xs font-medium leading-5 text-teal-300">
HTML/CSS
</div>
</li>
</ul>
</div>
<img src="images/spotify.png" alt="" class="rounded border-2 border-slate-200/10 transition group-hover:border-slate-200/50
sm:order-1 sm:col-span-2 sm:translate-y-1">
</div>
</li>
<li class="mb-12">
<div class="group relative grid gap-4 pb-1 transition-all sm:grid-cols-8 sm:gap-8 md:gap-4
lg:hover:!opacity-100 lg:group-hover/list:opacity-50">
<div class="absolute -inset-x-4 -inset-y-4 z-0 hidden rounded-md transition motion-reduce:transition-none
lg:-inset-x-6 lg:block lg:group-hover:bg-slate-800/50 lg:group-hover:shadow-[inset_0_0_1px_0_0_rgba(148, 163, 184, 0.1)]
lg:group-hover:drop-shadow-lg">
</div>
<div class="z-10 sm:order-2 sm:col-span-6">
<h3 class="font-medium leading-snug text-slate-200">
<div>
<a href="https://github.com/KD-kAnEsHi/Text-to-3D-Interactive" class="inline-flex items-baseline font-medium leading-tight text-slate-200
hover:text-teal-300 focus-visible:text-teal-300 group/link text-base">
<span class="absolute -inset-x-4 -inset-y-2.5 hidden md:-inset-x-6 md:-inset-y-4 lg:block">
</span>
<span> Textto3D Interactive - VISTA
<span class="inline-block">(Link)</span> <!--Role and Project Name (Add link to this later)-->
</span>
</a>
</div>
<div>
<h4 class="text-slate-500">Machine Learning</h4>
</div>
</h3>
<p class="mt-2 leading-normal">
The "Text-to-3D-Interactive" project focuses on developing machine learning models that can generate interactive 3D objects and
environments within a virtual reality (VR) landscape. The primary goal is to create an immersive and dynamic 3D experience by
transforming text descriptions into tangible, interactive VR scenes. This project utilizes Jupyter Notebook for model development
and experimentation, TensorFlow for building and training machine learning models, and Blender for 3D object creation and rendering.
Unity is used for integrating these models into a VR environment, allowing users to interact with the generated 3D content in real-time.
The overall aim is to bridge the gap between textual input and 3D interactive output, enhancing the capabilities of VR applications.
<a href="https://github.com/KD-kAnEsHi/Text-to-3D-Interactive" class="font-medium
text-slate-200 hover:text-slate-300 focus-visible:text-emerald-300">Learn more</a>
</p>
<ul class="mt-2 flex flex-wrap">
<li class="mr-1.5 mt-2">
<div class="flex items-center rounded-full bg-teal-400/20 px-3 py-1 text-xs font-medium leading-5 text-teal-300">
Pytorch
</div>
</li>
<li class="mr-1.5 mt-2">
<div class="flex items-center rounded-full bg-teal-400/20 px-3 py-1 text-xs font-medium leading-5 text-teal-300">
Python
</div>
</li>
<li class="mr-1.5 mt-2">
<div class="flex items-center rounded-full bg-teal-400/20 px-3 py-1 text-xs font-medium leading-5 text-teal-300">
Meta-SDK
</div>
</li>
<li class="mr-1.5 mt-2">
<div class="flex items-center rounded-full bg-teal-400/20 px-3 py-1 text-xs font-medium leading-5 text-teal-300">
Unity
</div>
</li>
<li class="mr-1.5 mt-2">
<div class="flex items-center rounded-full bg-teal-400/20 px-3 py-1 text-xs font-medium leading-5 text-teal-300">
Blender
</div>
</li>
<li class="mr-1.5 mt-2">
<div class="flex items-center rounded-full bg-teal-400/20 px-3 py-1 text-xs font-medium leading-5 text-teal-300">
TensorFlow
</div>
</li>
</ul>
</div>
<img src="images/spotify.png" alt="" class="rounded border-2 border-slate-200/10 transition group-hover:border-slate-200/50
sm:order-1 sm:col-span-2 sm:translate-y-1">
</div>
</li>
<li class="mb-12">
<div class="group relative grid gap-4 pb-1 transition-all sm:grid-cols-8 sm:gap-8 md:gap-4
lg:hover:!opacity-100 lg:group-hover/list:opacity-50">
<div class="absolute -inset-x-4 -inset-y-4 z-0 hidden rounded-md transition motion-reduce:transition-none
lg:-inset-x-6 lg:block lg:group-hover:bg-slate-800/50 lg:group-hover:shadow-[inset_0_0_1px_0_0_rgba(148, 163, 184, 0.1)]
lg:group-hover:drop-shadow-lg">
</div>
<div class="z-10 sm:order-2 sm:col-span-6">
<h3 class="font-medium leading-snug text-slate-200">
<div>
<a href="https://github.com/KD-kAnEsHi/Personal_Website" class="inline-flex items-baseline font-medium leading-tight text-slate-200
hover:text-teal-300 focus-visible:text-teal-300 group/link text-base">
<span class="absolute -inset-x-4 -inset-y-2.5 hidden md:-inset-x-6 md:-inset-y-4 lg:block">
</span>
<span>Portfolio Website
<span class="inline-block">(Link)</span> <!--Role and Project Name (Add link to this later)-->
</span>
</a>
</div>
<div>
<h4 class="text-slate-500">Web Development</h4>
</div>
</h3>
<p class="mt-2 leading-normal">
This is a custom-built portfolio website designed to showcase my academic and professional achievements.
This project uses HTML, CSS (Tailwind CSS), and JavaScript for the front-end structure and design. The website features multiple sections, including a homepage,
portfolio, and contact page, each tailored to provide a comprehensive overview of your skills, projects, and experience. The design is responsive,
ensuring compatibility across different devices and screen sizes. <a href="https://github.com/KD-kAnEsHi/Personal_Website" class="font-medium
text-slate-200 hover:text-slate-300 focus-visible:text-emerald-300">Learn more</a>
</p>
<ul class="mt-2 flex flex-wrap">
<li class="mr-1.5 mt-2">
<div class="flex items-center rounded-full bg-teal-400/20 px-3 py-1 text-xs font-medium leading-5 text-teal-300">
Tailwind CSS
</div>
</li>
<li class="mr-1.5 mt-2">
<div class="flex items-center rounded-full bg-teal-400/20 px-3 py-1 text-xs font-medium leading-5 text-teal-300">
Javascript
</div>
</li>
<li class="mr-1.5 mt-2">
<div class="flex items-center rounded-full bg-teal-400/20 px-3 py-1 text-xs font-medium leading-5 text-teal-300">
HTML/CSS
</div>
</li>
</ul>
</div>
<img src="images/spotify.png" alt="" class="rounded border-2 border-slate-200/10 transition group-hover:border-slate-200/50
sm:order-1 sm:col-span-2 sm:translate-y-1">
</div>
</li>
<li class="mb-12">
<div class="group relative grid gap-4 pb-1 transition-all sm:grid-cols-8 sm:gap-8 md:gap-4
lg:hover:!opacity-100 lg:group-hover/list:opacity-50">
<div class="absolute -inset-x-4 -inset-y-4 z-0 hidden rounded-md transition motion-reduce:transition-none
lg:-inset-x-6 lg:block lg:group-hover:bg-slate-800/50 lg:group-hover:shadow-[inset_0_0_1px_0_0_rgba(148, 163, 184, 0.1)]
lg:group-hover:drop-shadow-lg">
</div>
<div class="z-10 sm:order-2 sm:col-span-6">
<h3 class="font-medium leading-snug text-slate-200">
<div>
<a href="https://github.com/KD-kAnEsHi/PollTech_Petition-Site" class="inline-flex items-baseline font-medium leading-tight text-slate-200
hover:text-teal-300 focus-visible:text-teal-300 group/link text-base">
<span class="absolute -inset-x-4 -inset-y-2.5 hidden md:-inset-x-6 md:-inset-y-4 lg:block">
</span>
<span>Petition Website
<span class="inline-block">(Link)</span> <!--Role and Project Name (Add link to this later)-->
</span>
</a>
</div>
<div>
<h4 class="text-slate-500">Web Development</h4>
</div>
</h3>
<p class="mt-2 leading-normal">
The PollTech Petition Site is an initiative designed to increase voter turnout by providing a user-friendly platform where users can sign and submit
petitions. The project particularly aims to garner support for legislation intended to boost voter participation among teenagers. This website serves
as an early version of the larger PollTech site, focusing on petition features without incorporating a backend or advanced front-end frameworks like React.
Built using HTML for structure, CSS for styling, and JavaScript for dynamic features.<a href="https://github.com/KD-kAnEsHi/PollTech_Petition-Site" class="font-medium
text-slate-200 hover:text-slate-300 focus-visible:text-emerald-300"> Learn more</a>
</p>
<ul class="mt-2 flex flex-wrap">
<li class="mr-1.5 mt-2">
<div class="flex items-center rounded-full bg-teal-400/20 px-3 py-1 text-xs font-medium leading-5 text-teal-300">
Javascript
</div>
</li>
<li class="mr-1.5 mt-2">
<div class="flex items-center rounded-full bg-teal-400/20 px-3 py-1 text-xs font-medium leading-5 text-teal-300">
HTML/CSS
</div>
</li>
</ul>
</div>
<img src="images/spotify.png" alt="" class="rounded border-2 border-slate-200/10 transition group-hover:border-slate-200/50
sm:order-1 sm:col-span-2 sm:translate-y-1">
</div>
</li>
</ul>
</div>
</section>
<!--Blog/Wrtting Section-->
<section id="papers" class="mb-16 scroll-mt16 md:mb-24 lg:mb-36 lg:scrmt-mt-24">
<div>
<h2 class="text-sm font-bold uppercase tracking-widest text-slate-200 test-sky-200 sm:text-2xl">
Papers
</h2>
</div>
<div>
<!--Writting Cards-->
<ul class="group/list">
<li class="mb-12">
<div class="group relative gap-4 pb-1 transition-all sm:grid-cols-8 sm:gap-8 md:gap-4
lg:hover:!opacity-100 lg:group-hover/list:opacity-50">
<div class="absolute -inset-x-4 -inset-y-4 z-0 hidden rounded-md transition motion-reduce:transition-none
lg:-inset-x-6 lg:block lg:group-hover:bg-slate-800/50 lg:group-hover:shadow-[inset_0_0_1px_0_0_rgba(148, 163, 184, 0.1)]
lg:group-hover:drop-shadow-lg">
</div>
<div class="z-10 sm:order-2 sm:col-span-6">
<h3 class="font-medium leading-snug text-slate-200">
<div>
<a href="#" class="inline-flex items-baseline font-medium leading-tight text-slate-200
hover:text-teal-300 focus-visible:text-teal-300 group/link text-base">
<span class="absolute -inset-x-4 -inset-y-2.5 hidden md:-inset-x-6 md:-inset-y-4 lg:block">
</span>
<span> NASA Mission Concept Academy Propsal
<span class="inline-block">(Link)</span> <!--Role and Project Name (Add link to this later)-->
</span>
</a>
</div>
</h3>
</div>
<p class="mt-2 leading-normal">
The proposal "Martian Aquatic Resource Search and Analysis" presents the mission concept and design strategy for exploring Mars,
specifically focusing on the detection and analysis of subsurface ice and aquatic resources. As part of this mission, we aimed
to understand Mars' water history, investigate the presence and distribution of water in the subsurface, and assess the potential
for supporting future human missions. The mission objectives are aligned with broader scientific goals, including determining
the processes that have influenced Mars' water availability over time and identifying key resources necessary for human exploration.
By deploying a rover equipped with advanced scientific instruments, in order to gather critical data that could enhance our
understanding of Mars' habitability and contribute to the preparation for human settlement on the Red Planet. <br><br> Unfortunately,
I cannot share this paper with the public due to embargo laws; however, I would be more than happy to discuss it further
during an interview or in similar settings.<a href="#" class="font-medium
text-slate-200 hover:text-slate-300 focus-visible:text-emerald-300"></a>
</p>
</div>
</li>
<li class="mb-12">
<div class="group relative gap-4 pb-1 transition-all sm:grid-cols-8 sm:gap-8 md:gap-4
lg:hover:!opacity-100 lg:group-hover/list:opacity-50">
<div class="absolute -inset-x-4 -inset-y-4 z-0 hidden rounded-md transition motion-reduce:transition-none
lg:-inset-x-6 lg:block lg:group-hover:bg-slate-800/50 lg:group-hover:shadow-[inset_0_0_1px_0_0_rgba(148, 163, 184, 0.1)]
lg:group-hover:drop-shadow-lg">
</div>
<div class="z-10 sm:order-2 sm:col-span-6">
<h3 class="font-medium leading-snug text-slate-200">
<div>
<a href="#" class="inline-flex items-baseline font-medium leading-tight text-slate-200
hover:text-teal-300 focus-visible:text-teal-300 group/link text-base">
<span class="absolute -inset-x-4 -inset-y-2.5 hidden md:-inset-x-6 md:-inset-y-4 lg:block">
</span>
<span> Quantum Computing Research Paper
<span class="inline-block">(Link)</span> <!--Role and Project Name (Add link to this later)-->
</span>
</a>
</div>
</h3>
</div>
<p class="mt-2 leading-normal">
In my research on Quantum Neural Networks (QNNs), I delve into how quantum computing principles, like superposition and entanglement,
can be integrated with traditional neural networks to push the boundaries of machine learning. QNNs have the potential to significantly
speed up computations and solve complex problems that are beyond the reach of classical computers. I explore various algorithms
that enable QNNs, from data encoding to quantum backpropagation, and discuss their promising applications in fields like quantum
chemistry and cryptography. Despite the challenges in scaling and maintaining quantum coherence, I believe that QNNs offer a transformative
approach to tackling some of the most difficult problems in computing today.ology that can solve meaningful
problems, I am always seeking new opportunities to learn and grow.<a href="../Personal_Website/images/CS4v95 - Qunatum Computing Research Paper.pdf" class="font-medium
text-slate-200 hover:text-slate-300 focus-visible:text-emerald-300"> Learn more</a>
</p>
</div>
</li>
</ul>
</div>
</section>
</main>
</div>
</div>
</div>
<script src="../Personal_Website/App.js"></script>
</body>
</html>