-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
776 lines (724 loc) · 24 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
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
<!DOCTYPE html>
<html>
<link rel="stylesheet" href="style.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<title>Yugal Kithany's Portfolio</title>
<link rel="shortcut icon" href="images/phoenix.ico" type="image/x-icon" />
<nav id="navbar">
<ul>
<li><a href="#landing">   Home</a></li>
<li><a href="#about"> About</a></li>
<li><a href="#projects"> Projects</a></li>
</ul>
<img src="images/phoenix.ico" alt="Phoenix" class="nav-logo" />
</nav>
<section id="landing">
<section class="about-me" id="landing">
<div class="container-landing">
<div class="about-me-container-landing">
<div class="about-me-title">
Yugal <br />
Kithany
</div>
<div class="about-me-flex-container-landing">
<div class="about-me-image">
<div class="black-image">
<img src="images/yk.png" alt="black" />
</div>
<div class="main-image">
<img src="images/yk.png" alt="smit" />
</div>
</div>
<div class="about-me-content">
<div class="text">
<h5 class="title1">About Me: </h5>
<h5>
<a
class="typewrite"
data-period="500"
data-type='["Programmer", "Student", "Research Assistant" , "Engineer" ]'
>
</a>
</h5>
Passionate to incorporate professional knowledge of programming
and advanced problem-solving into reliable and efficient
solutions.
<br /><br />
SystemVerilog, C, C++, x86 Assembly, Python, LC3, LINUX, SQL, HTML/CSS/JS
<br /><br />
<div class="social-icons">
<a
href="https://linkedin.com/in/yugalkithany"
class="fa fa-linkedin"
>
</a>
<a
href="mailto: kithany2@illinois.edu"
class="fa fa-envelope"
></a>
<a
href="https://github.com/YugalKithany"
class="fa fa-github"
></a>
</div>
</div>
</div>
</div>
<div class="container_mouse">
<a href="#about">
<span class="mouse-btn">
<span class="mouse-scroll"></span> </span
></a>
</div>
</div>
</div>
</section>
</section>
<section id="about">
<p> </p>
<p> </p>
<div class="container-about">
<div class="card">
<div class="image"></div>
<div class="info">
<h2>CE @ UIUC (Fall '24)</h2>
<p>Course Assistant for ECE391 (Operating Systems)</p>
<p>
Research Assistant in Prof. Dong Kai Wang's Architecture
Optimization Lab
</p>
<p>
Research Assistant in Prof. Sayan Mitra's Reliable Autonomy Group
</p>
</div>
</div>
<div class="card">
<div class="image"></div>
<div class="info">
<h2>Personal</h2>
<p>Books: The Giver, 1984, The Thief Lord, The Alchemist</p>
<p>Movies: Star Wars, Hercule Poirot Mysteries</p>
<p>
Sports: Soccer (Barcelona), Football (Buccaneers), Basketball
(Bucks)
</p>
</div>
</div>
<div class="card">
<div class="image"></div>
<div class="info">
<h2>Past XP</h2>
<p>
Sofware Engineering Intern, Federated Hermes, Global Technology
Organization (Summer '23)
</p>
</div>
</div>
</div>
<div class="q-card-container">
<div class="q-card-wrapper">
<blockquote class="q-card q-card-color-1">
<div class="content">Carpe Noctem</div>
<div class="author">Horace</div>
</blockquote>
<blockquote class="q-card q-card-color-2">
<div class="content">Audentes Fortuna Iuvat</div>
<div class="author">Virgil</div>
</blockquote>
<blockquote class="q-card q-card-color-3">
<div class="content">Esto Quod Es</div>
<div class="author">Aurelius</div>
</blockquote>
</div>
</div>
</section>
<section id="projects">
<p> </p>
<p> </p>
<h4>Projects</h4>
<p> </p>
<p> </p>
<section class="projects">
<div class="project-card-sm">
<div class="card-border-gradient"></div>
<div class="card-container">
<div class="project-image">
<img src="images/cuda.png" alt="" height="300" width="400" />
</div>
<div class="wrapper">
<h1>Convolution Neural Network for Image Classification</h1>
<p>
• Optimizing forward-pass of convolution layers using NVIDIA Cuda Platform. Implementing modified LeNet5
architecture for working with Fashion MNIST dataset.
</p>
<p>
• Evaluated performance with Nsight systems/computer profiling tools to refine CUDA kernel for optimal execution.
</p>
<!-- <button>view project<i class="fa-solid fa-arrow-right"></i></button> -->
</div>
</div>
</div>
</section>
<p> </p>
<div class="project-card-sm">
<div class="card-border-gradient"></div>
<div class="slide-in-right"></div>
<div class="card-container">
<div class="project-image">
<img src="images/LC3.jpg" alt="" height="300" width="400" />
</div>
<div class="wrapper">
<h1>System Verilog Projects</h1>
<p>
• Designed and built digital systems with TTL and FPGAs. Debugged
on Model Sim and Signal Tap Logic Analyzer.
</p>
<p>
• Replicated classical Tetris with NIOS II and SOC, using 32-bit
modified Harvard RISC-V architecture. The game was outputted on
monitor via VGA output. Utilized Electronic Design Automation to
synthesize logic.
</p>
<p>
• Developed three-stage (fetch, decode, execute) SLC3 processor
for LC3 ISA (ADD, NOT, BR, STR, LDR). Created CPU, SRAM, IR of
processor on breadboard. A software implementation done on Quartus
Prime with System Verilog.
</p>
<!-- <button>view project<i class="fa-solid fa-arrow-right"></i></button> -->
<!-- <button>view project<i class="fa-solid fa-arrow-right"></i></button> -->
</div>
</div>
</div>
<p> </p>
<div class="project-card-sm">
<div class="card-border-gradient"></div>
<div class="card-container">
<div class="project-image">
<img src="images/rsc5.png" alt="" height="300" width="400" />
</div>
<div class="wrapper">
<h1>Multi-Cycle RISC-V Processor</h1>
<p>
• Designed multi-cycle processor using the RISC-V instruction set
and standard CPU data path using Verilog and Verdi.
</p>
<p>
• Implemented register-immediate instructions, load and store
memory instructions, conditional branch operations.
</p>
<p>
• Developed test bench to run sequence of instructions, and to run
RISC-V assembly. Verified design using RVFI monitor
</p>
<!-- <button>view project<i class="fa-solid fa-arrow-right"></i></button> -->
</div>
</div>
</div>
</section>
<p> </p>
<div class="project-card-sm">
<div class="card-border-gradient"></div>
<div class="card-container">
<div class="project-image">
<img src="images/tux.png" alt="" height="300" width="400" />
</div>
<div class="wrapper">
<h1>Unix-based OS, Computer Systems Engineering</h1>
<p>
• Implemented device drivers for keyboard, RTC, Terminal, TUX
controller, Process Control Blocks in x86 Assembly.
</p>
<p>
• Introduced compatibility for Linux commands shell, ls, cat, and
grep on operating system's command line terminal.
</p>
<p>
• Developed elements for single core kernel with virtual RTC.
Instantiated memory segmentation, paging, file system.
</p>
<p>
• Created illusion of multiple processors with Round-Robin
Scheduling, allowing for non-preemptive context switching.
</p>
<!-- <button>view project<i class="fa-solid fa-arrow-right"></i></button> -->
</div>
</div>
</div>
<p> </p>
<div class="project-card-sm">
<div class="card-border-gradient"></div>
<div class="card-container">
<!-- <img src="images/ECEB.jpg" alt=""> -->
<div class="project-image">
<video autoplay="" loop="" controls="" width="347" height="347">
<source
type="video/mp4"
src="images/PXL_20230424_000148661.TS.mp4"
height="300"
width="400"
/>
</video>
</div>
<div class="wrapper">
<h1>Nonlinear Underactuated System, Control Systems</h1>
<p>
• Utilized two optical encoders to measure required angles to
calculate swing velocity and saturation of the Reaction Wheel
Pendulum. Developed 6 controllers to stabilize and implement all
components of the final robotic arm.
</p>
<p>
• Simulated a three-state feedback controller to stabilize the
velocity of rotor on MATLAB Simulink, used error control to
instantiate controller onto RWP. Design process included system
identification, model validation, and design validation.
</p>
<!-- <button>view project<i class="fa-solid fa-arrow-right"></i></button> -->
</div>
</div>
</div>
<p> </p>
<div class="project-card-sm">
<div class="card-border-gradient"></div>
<div class="card-container">
<div class="project-image">
<img src="images/210.jpg" alt="" />
</div>
<div class="wrapper">
<h1>Superheterodyne AM Receiver, Analog Signal Processing</h1>
<p>
• Built receiver on breadboard with RF/IF amplifier, Mixer,
Demodulator, local oscillator, and audio amplifier elements.
</p>
<p>
• Designed digital filter to demodulate AM signal, replace IF signal
with soundcard-based sampler receiver, and play audio on speakers
for software radio. Measured AM receiver performance, sensitivity to
noise, and image rejection.
</p>
<!-- <button>view project<i class="fa-solid fa-arrow-right"></i></button> -->
</div>
</div>
</div>
</section>
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<div class="favorite-team-card">
<h2>Create your 5-a-side Team</h2>
<div class="team-selection">
<div class="player-selection">
<div class="player-selection__input">
<label for="team">Team Name: </label>
<input
type="text"
id="team"
name="team"
list="teams"
placeholder="Enter Team name"
/>
</div>
</div>
<!-- <div class="player-selection">
<div class="player-selection__input">
<label for="team">Formation: </label>
<input type="text" id="formation" name="formation" list="formations" placeholder="Enter Formation" >
</div>
</div> -->
<div class="player-selection">
<div class="player-selection__input">
<label for="defender1">Defender 1: </label>
<input
type="text"
id="defender1"
name="defender1"
list="defenders"
placeholder="Enter defender name"
/>
</div>
</div>
<div class="player-selection">
<div class="player-selection__input">
<label for="defender2">Defender 2: </label>
<input
type="text"
id="defender2"
name="defender2"
list="defenders"
placeholder="Enter defender name"
/>
</div>
</div>
<div class="player-selection">
<div class="player-selection__input">
<label for="midfielder1">Midfielder 1: </label>
<input
type="text"
id="midfielder1"
name="midfielder1"
list="midfielders"
placeholder="Enter midfielder name"
/>
</div>
</div>
<div class="player-selection">
<div class="player-selection__input">
<label for="midfielder2">Midfielder 2: </label>
<input
type="text"
id="midfielder2"
name="midfielder2"
list="midfielders"
placeholder="Enter midfielder name"
/>
</div>
</div>
<div class="player-selection">
<div class="player-selection__input">
<label for="forward1">CenterFrwd: </label>
<input
type="text"
id="forward1"
name="forward1"
list="forwards"
placeholder="Enter forward name"
/>
</div>
</div>
</div>
<div class="player-positions-container" style="float: right">
<img
class="soccer-pitch-image"
src="images/field.svg"
alt="Soccer Pitch"
/>
</div>
<datalist id="teams"> </datalist>
<datalist id="defenders"> </datalist>
<datalist id="midfielders"> </datalist>
<datalist id="forwards"> </datalist>
<datalist id="formations"> </datalist>
</div>
<script>
// Event listener to detect user interaction with dropdown arrow
var input = document.getElementById("team");
input.addEventListener("mousedown", function (event) {
if (event.target.matches(".datalist-arrow")) {
resetDropdown();
}
});
const teams = [
"FC Barcelona",
"Manchester City",
"Bayern Munich",
"Liverpool",
"Chelsea",
"Real Madrid",
"Inter Milan",
"Paris Saint-Germain",
"Atletico Madrid",
"Juventus",
"Tottenham Hotspur",
"Arsenal",
"Borussia Dortmund",
"RB Leipzig",
"Napoli",
"Lazio",
"Atalanta",
"Ajax",
"Benfica",
"Sporting CP",
"Manchester United",
"Leicester City",
"West Ham United",
"Everton",
"AS Roma",
"Fiorentina",
"Villarreal",
"Real Sociedad",
"Sevilla",
"Athletic Bilbao",
"Valencia CF",
"Olympique Lyonnais",
"Olympique de Marseille",
"AS Monaco",
"LOSC Lille",
"FC Porto",
"SC Braga",
"PSV Eindhoven",
"Feyenoord",
"Shakhtar Donetsk",
"Dynamo Kyiv",
"Zenit Saint Petersburg",
"Celtic",
"Rangers",
"Galatasaray",
];
const defenders = [
"Roberto Carlos",
"Paolo Maldini",
"Sergio Ramos",
"Virgil van Dijk",
"Cafu",
"Franz Beckenbauer",
"Giacinto Facchetti",
"Fabio Cannavaro",
"Alessandro Nesta",
"Lilian Thuram",
"Dani Alves",
"Ashley Cole",
"John Terry",
"Rio Ferdinand",
"Marcel Desailly",
"Laurent Blanc",
"Javier Zanetti",
"Philipp Lahm",
"Carlos Puyol",
"Nemanja Vidic",
"Raphaël Varane",
"Alessandro Costacurta",
"Gaetaano Scirea",
"Franco Baresi",
"Bobby Moore",
"Ronald Koeman",
"Daniel Passarella",
"Carlos Alberto",
"Djalma Santos",
"Nilton Santos",
"Antonio Valencia",
"João Cancelo",
"Trent Alexander-Arnold",
"Achraf Hakimi",
"João Cancelo",
"Thiago Silva",
"Marquinhos",
"Kalidou Koulibaly",
"Matthijs de Ligt",
"Ruben Dias",
"Aymeric Laporte",
"Eder Militão",
"Jules Koundé",
"Gerard Piqué",
"Ronald Koeman",
"Migueli",
"Juliano Belletti",
"Oleguer Presas",
"Rafael Márquez",
"Sylvinho",
"Clément Lenglet",
];
const midfielders = [
"Xavi Hernández",
"Andrés Iniesta",
"Sergio Busquets",
"Xabi Alonso",
"Andrea Pirlo",
"Lothar Matthäus",
"Johan Cruyff",
"Kevin De Bruyne",
"Toni Kroos",
"Luka Modrić",
"Marco Verratti",
"Jorginho",
"Paul Pogba",
"N'Golo Kanté",
"Ilkay Gündoğan",
"Kai Havertz",
"Bruno Fernandes",
"Mason Mount",
"Phil Foden",
"Jude Bellingham",
"Steven Gerrard",
"Frank Lampard",
"Michael Carrick",
"David Silva",
"Yaya Touré",
"Mesut Özil",
"Thiago Alcântara",
"Christian Eriksen",
"Casemiro",
"Fernandinho",
"James Rodríguez",
"David Beckham",
"Clarence Seedorf",
"Roy Keane",
"Patrick Vieira",
"Ilkay Gündoğan",
"Bruno Guimarães",
"Federico Valverde",
"Rodri",
"Fabinho",
"Frenkie de Jong",
"Bernardo Silva",
"Thomas Müller",
"Marco Reus",
"Dani Parejo",
"Christian Eriksen (2nd stint)",
"Youri Tielemans",
"Nicolo Barella",
"Federico Chiesa",
"Jack Grealish",
];
const forwards = [
"Lionel Messi",
"Kylian Mbappé",
"Robert Lewandowski",
"Erling Haaland",
"Karim Benzema",
"Mohamed Salah",
"Kevin De Bruyne",
"Neymar",
"Sadio Mané",
"Son Heung-Min",
"Harry Kane",
"Virgil van Dijk",
"Lautaro Martínez",
"Luis Suárez",
"Romelu Lukaku",
"João Félix",
"Trent Alexander-Arnold",
"Bruno Fernandes",
"Vinícius Júnior",
"Joshua Kimmich",
"Jadon Sancho",
"Lorenzo Insigne",
"Dusan Vlahović",
"Cristiano Ronaldo",
"Thierry Henry",
"Ronaldo Nazário",
"Pelé",
"Diego Maradona",
"Marco van Basten",
"Alfredo Di Stéfano",
"Franz Beckenbauer",
"Gerd Müller",
"Kenny Dalglish",
"George Best",
"Zinédine Zidane",
"Michel Platini",
"Garrincha",
"Johan Cruyff",
"Gabriel Batistuta",
"Dennis Bergkamp",
"Rivaldo",
"Ronaldinho",
"Raúl González Blanco",
"David Beckham",
"Zlatan Ibrahimović",
];
const formations = ["2-2-1", "3-2", "2-1-2"];
const teamDatalist = document.getElementById("teams");
const defenderDatalist = document.getElementById("defenders");
const midfielderDatalist = document.getElementById("midfielders");
const forwardDatalist = document.getElementById("forwards");
const formationsDatalist = document.getElementById("formations");
populateDatalist(teamDatalist, teams);
populateDatalist(defenderDatalist, defenders);
populateDatalist(midfielderDatalist, midfielders);
populateDatalist(forwardDatalist, forwards);
populateDatalist(formationsDatalist, formations);
function populateDatalist(datalist, players) {
players.forEach((player) => {
const option = document.createElement("option");
option.value = player;
option.textContent = player;
datalist.appendChild(option);
});
}
// Function to update SVG text content (new)
async function updateSvgText(playerId, chosenPlayer) {
const svgUrl = "images/field.svg"; // Replace with your actual SVG file path
console.log(svgUrl);
try {
const response = await fetch(svgUrl);
const svgContent = await response.text();
// Modify SVG content (replace logic based on your actual element structure)
const updatedSvgContent = svgContent.replace(
new RegExp(`<text id="${playerId}">.+?</text>`, "g"),
`<text id="${playerId}">${chosenPlayer}</text>`
);
// Create a new SVG element
const newSvg = document.createElementNS(
"http://www.w3.org/2000/svg",
"svg"
);
newSvg.innerHTML = updatedSvgContent;
// Replace existing SVG element (replace with your element selector)
const existingSvg = document.querySelector(".soccer-pitch-image"); // Adjust selector
existingSvg.parentNode.replaceChild(newSvg, existingSvg);
} catch (error) {
console.error("Error fetching or updating SVG:", error);
}
}
// Event listener for player selection (updated)
const playerSelections = document.querySelectorAll(
".player-selection__input input"
);
playerSelections.forEach((input, index) => {
input.addEventListener("change", function (event) {
const chosenPlayer = event.target.value;
const playerId = input.id; // Assuming player ID matches input ID
// Update separate label content (optional, uncomment if using)
// chosenPlayerLabels[index].textContent = chosenPlayer;
// Update SVG text content based on selection
updateSvgText(playerId, chosenPlayer);
});
});
// const circle1 = document.getElementById("circle1");
// const circle2 = document.getElementById("circle2");
// const circle3 = document.getElementById("circle3");
// // Define formation data (example for 4-3-3)
// const formationData = {
// "2-2-1": {
// circle1: { x: 228, y: 161.33 },
// circle2: { x: 456, y: 161.33 },
// circle3: { x: 342, y: 322.67 }
// },
// "3-2": {
// circle1: { x: 136.8, y: 161.33 },
// circle2: { x: 273.6, y: 161.33 },
// circle3: { x: 547.2, y: 161.33 },
// circle4: { x: 228, y: 322.67 },
// circle5: { x: 456, y: 322.67 }
// },
// "2-1-2": {
// circle1: { x: 228, y: 161.33 },
// circle2: { x: 456, y: 161.33 },
// circle3: { x: 342, y: 322.67 },
// circle4: { x: 171, y: 363 },
// circle5: { x: 513, y: 363 }
// }
// };
// // Function to update circle positions
// function updateFormation(formation) {
// const positions = formationData[formation];
// console.log(positions); // Add this line
// document.getElementById("circle1").setAttribute("cx", positions.circle1.x);
// document.getElementById("circle1").setAttribute("cy", positions.circle1.y);
// // Update other circles similarly using their IDs
// document.getElementById("circle1").setAttribute("visibility", "visible");
// }
// formationsDatalist.addEventListener("change", (event) => {
// const selectedFormation = event.target.value;
// updateFormation(selectedFormation);
// });
</script>
<script src="script.js"></script>
<br />
<br />
<br />
<br />
<br />
<br />
<br />
</html>