-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
856 lines (771 loc) · 50.5 KB
/
index.html
File metadata and controls
856 lines (771 loc) · 50.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
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
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
<!DOCTYPE html>
<html lang="en">
<!--A giant mess of bootstrap starter template-->
<body style="background-color:rgb(3, 3, 3);">
<font color="white">
<head>
<link rel="icon" href="./Icon.png">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Manan Patel</title>
<!-- Custom fonts for this theme -->
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css">
<!-- Theme CSS -->
<link href="css/freelancer.min.css" rel="stylesheet">
</head>
<body id="page-top">
<!-- Navigation -->
<nav class="navbar navbar-expand-lg bg-secondary text-uppercase fixed-top" id="mainNav" style="
box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, 0.2);
">
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="#page-top">Manan Patel</a>
<button class="navbar-toggler navbar-toggler-right text-uppercase font-weight-bold bg-primary text-white rounded" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
Menu
<i class="fas fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item mx-0 mx-lg-1">
<a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" href="#about">About</a>
</li>
<li class="nav-item mx-0 mx-lg-1">
<a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" href="#skills">Skills</a>
</li>
<li class="nav-item mx-0 mx-lg-1">
<a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" href="#project">Projects</a>
</li>
<li class="nav-item mx-0 mx-lg-1">
<a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" href="#portfolio">Experience</a>
</li>
<li class="nav-item mx-0 mx-lg-1">
<a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" href="https://github.com/MananJPatel/MananJPatel.github.io/raw/master/Manan_Patel_Software_Engineer_Resume.pdf"><i class="fa fa-download" aria-hidden="true"></i> Resume</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Masthead -->
<!--<header class="masthead bg-primary text-white text-center" style="background-image: url(matrix.gif)">-->
<header class="masthead bg-primary text-white text-center" style="background-image: url(lake.JPG); box-shadow: 0px 3px 3px 2px rgba(0, 0, 0, 0.2);">
<div class="container d-flex align-items-center flex-column">
<!-- Masthead Avatar Image -->
<!--<img class="masthead-avatar mb-5" src="img/me.png" alt="">-->
<p class="masthead-subheading font-weight-light mb-0">My name is</p><br>
<!-- Masthead Heading -->
<h1 class="masthead-heading text-uppercase mb-0">Manan Patel</h1>
</div>
</header>
<!-- About Section -->
<section class="page-section portfolio" id="about" style="margin-top: -10px;">
<!--<section class="page-section bg-primary text-white mb-0" id="about">-->
<div class="container">
<!-- About Section Heading -->
<h2 class="page-section-heading text-center text-uppercase text-secondary mb-0">
<!--<h2 class="page-section-heading text-center text-uppercase text-white">-->About</h2>
<!-- Icon Divider -->
<div class="divider-custom">
<div class="divider-custom-line"></div>
</div>
<!-- About Section Content -->
<div class="row">
<div class="col-lg-4 ml-auto" style="padding:8px; max-width: 100% !important; height: auto; width: auto;">
<img class="masthead-avatar mb-5" src="rocks.png" align="center" width=380px alt="picture of me at glacier">
<!-- <p style="width:380px" align="center">A morning hike while camping at Glacier National Park, MT - Summer 2019.</p> -->
</div>
<div class="col-lg-41 ml-auto" style="padding:8px">
<p class="lead">I have completed my Bachelor’s degree in Computer science and Mathematics from the University of Massachusetts Amherst.</p>
<p class="lead">As a student I am very passionate about learning and love using technology to solve problems around me.</p>
<p class="lead">I'm very interested in learning about and working on software development, UI/UX development and React Development.
</p>
<p class="lead">I am looking for Full-Time to learn more useful skills and expand on my interests!</p>
<br>
</div>
</div>
</div>
</div>
</section>
<!-- skills Section -->
<section class="page-section portfolio" id="skills" style="margin-top: -110px;">
<!--<section class="page-section bg-primary text-white mb-0" id="about">-->
<div class="container">
<!-- About Section Heading -->
<h2 class="page-section-heading text-center text-uppercase text-secondary mb-0">
<!--<h2 class="page-section-heading text-center text-uppercase text-white">-->Skills</h2>
<!-- Icon Divider -->
<div class="divider-custom">
<div class="divider-custom-line"></div>
</div>
<!-- About Section Content -->
<div class="row">
<div class="col-lg-42 mr-auto">
<p class="lead">Programming</p>
<p class="lead">
<ul><b>Languages:</b> Python (3 Yr), Java (2 Yrs), JavaScript (2 Yrs), C/C++ (1 Yr), </ul>
</p>
<p class="lead:">
<ul><b>Skills:</b> Data Structures, GitHub, Unit Testing, Image Processing, Machine Learning, Data Visualization, Software Engineering, Algorithms, Artificial Intelligence, GUIs, Natural Language Processing, Threads/Processes, Linux, Web Development, Object Oriented Programming</ul>
</p>
<p class="lead:">
<ul><b>Technologies:</b> Python, JavaScript (React, Node, Express, D3), TypeScript, HTML, CSS, jQuery, Java, MongoDB, SQL, Heroku, Git, Babel, Webpack</ul>
</p>
</div>
<div class="col-lg-42 ml-auto">
<p class="lead">Coursework</p>
<p class="lead">
<ul><b>Computer Science: </b>Intro to Problem Solving with Computers, Programming with Data Structures, Intro to Computation, Programming Methodology, Computer Systems Principles, Reasoning Under Uncertainty, Intro to Algorithms, Artificial
Intelligence, Web Development, Data Visualization, Software Engineering, Natural Language Processing </ul>
</p>
<p class="lead">
<ul><b>Mathematics: </b>Calculus (I, II, & III), Physics I, Intro to Linear Algebra, Statistics (I & II), Scientific Computing (I & II), Intro to Abstract Algebra I</ul>
</p>
</div>
</div>
</div>
</section>
<!-- Projects Section -->
<section class="page-section portfolio" id="project" style="margin-top: -110px;">
<div class="container">
<!-- Portfolio Section Heading -->
<h2 class="page-section-heading text-center text-uppercase text-secondary mb-0">Featured Projects</h2>
<!-- Icon Divider -->
<div class="divider-custom">
<div class="divider-custom-line"></div>
</div>
<!-- Portfolio Grid Items -->
<div class="row">
<!-- Portfolio Item 9 -->
<div class="col-md-6 col-lg-4">
<div class="portfolio-item mx-auto" data-toggle="modal" data-target="#portfolioModal11">
<div class="portfolio-item-caption d-flex align-items-center justify-content-center h-100 w-100">
<div class="portfolio-item-caption-content text-center text-white">
<i class="fas fa-plus fa-3x"></i>
<p>MORE INFO</p>
</div>
</div>
<img class="img-fluid" src="./img/portfolio/30Days.png" alt="30DaysCoding">
</div>
<p class="lead">30DaysCoding.com</p>
<p>Collaberating on Coding interview website</p><br>
</div>
<!-- Portfolio Item 6 -->
<div class="col-md-6 col-lg-4">
<div class="portfolio-item mx-auto" data-toggle="modal" data-target="#portfolioModal6">
<div class="portfolio-item-caption d-flex align-items-center justify-content-center h-100 w-100">
<div class="portfolio-item-caption-content text-center text-white">
<i class="fas fa-plus fa-3x"></i>
<p>MORE INFO</p>
</div>
</div>
<img class="img-fluid" src="./img/portfolio/SearchAgents.png" alt="Gridworld screenshot">
</div>
<p class="lead">CS383 Projects</p>
<p>Artificial Intelligence class</p><br>
</div>
<!-- Portfolio Item 5 -->
<div class="col-md-6 col-lg-4">
<div class="portfolio-item mx-auto" data-toggle="modal" data-target="#portfolioModal5">
<div class="portfolio-item-caption d-flex align-items-center justify-content-center h-100 w-100">
<div class="portfolio-item-caption-content text-center text-white">
<i class="fas fa-plus fa-3x"></i>
<p>MORE INFO</p>
</div>
</div>
<img class="img-fluid" src="./img/portfolio/MathBot.png" alt="Screenshot of command line program">
</div>
<p class="lead">CS230 Projects</p>
<p>Computer Systems Principles class</p><br>
</div>
<!-- Portfolio Item 4 -->
<div class="col-md-6 col-lg-4">
<div class="portfolio-item mx-auto" data-toggle="modal" data-target="#portfolioModal4">
<div class="portfolio-item-caption d-flex align-items-center justify-content-center h-100 w-100">
<div class="portfolio-item-caption-content text-center text-white">
<i class="fas fa-plus fa-3x"></i>
<p>MORE INFO</p>
</div>
</div>
<img class="img-fluid" src="./img/portfolio/Walle.png" alt="Screenshot of image processing program">
</div>
<p class="lead">CS220 Projects</p>
<p>Programming Methodology class</p><br>
</div>
<!-- Portfolio Item 8 -->
<div class="col-md-6 col-lg-4">
<div class="portfolio-item mx-auto" data-toggle="modal" data-target="#portfolioModal10">
<div class="portfolio-item-caption d-flex align-items-center justify-content-center h-100 w-100">
<div class="portfolio-item-caption-content text-center text-white">
<i class="fas fa-plus fa-3x"></i>
<p>MORE INFO</p>
</div>
</div>
<img class="img-fluid" src="./img/portfolio/589.png" alt="589">
</div>
<p class="lead">CS520 Project</p>
<p>Software Engineering class</p><br>
</div>
<!-- Portfolio Item 7 -->
<div class="col-md-6 col-lg-4">
<div class="portfolio-item mx-auto" data-toggle="modal" data-target="#portfolioModal9">
<div class="portfolio-item-caption d-flex align-items-center justify-content-center h-100 w-100">
<div class="portfolio-item-caption-content text-center text-white">
<i class="fas fa-plus fa-3x"></i>
<p>MORE INFO</p>
</div>
</div>
<img class="img-fluid" src="./img/portfolio/TuneRater.png" alt="TuneRater screenshot">
</div>
<p class="lead">CS326 Project</p>
<p>Web Development class</p><br>
</div>
<!-- Portfolio Item 3 -->
<!-- <div class="col-md-6 col-lg-4">
<div class="portfolio-item mx-auto" data-toggle="modal" data-target="#portfolioModal3">
<div class="portfolio-item-caption d-flex align-items-center justify-content-center h-100 w-100">
<div class="portfolio-item-caption-content text-center text-white">
<i class="fas fa-plus fa-3x"></i>
<p>MORE INFO</p>
</div>
</div>
<img class="img-fluid" src="./img/portfolio/Pente.png" alt="Pente game screenshot">
</div>
<p class="lead">Pente</p>
<p>Collaborating on in-browser Pente game</p><br>
</div> -->
</div>
<!-- /.row
</div>
</section>
<!-- Portfolio Section -->
<section class="page-section portfolio" id="portfolio" style="margin-top: -110px;">
<div class="container">
<!-- Portfolio Section Heading -->
<h2 class="page-section-heading text-center text-uppercase text-secondary mb-0">Work Experience</h2>
<!-- Icon Divider -->
<div class="divider-custom">
<div class="divider-custom-line"></div>
</div>
<!-- Portfolio Grid Items -->
<div class="row">
<!-- Portfolio Item 3 -->
<div class="col-md-6 col-lg-4">
<div class="portfolio-item mx-auto" data-toggle="modal" data-target="#portfolioModal12">
<div class="portfolio-item-caption d-flex align-items-center justify-content-center h-100 w-100">
<div class="portfolio-item-caption-content text-center text-white">
<i class="fas fa-plus fa-3x"></i>
<p>MORE INFO</p>
</div>
</div>
<img class="img-fluid" src="./img/portfolio/NACAMYefim.png" alt="Nacam Logo">
</div>
<p class="lead">Internship & Research Work</p>
<p>In Summer '17, '18 and '19</p>
</div>
</div>
<!-- /.row -->
</font>
</div>
</section>
<!-- Footer -->
<footer class="footer text-center" style="
box-shadow: 0px -4px 4px 2px rgba(0, 0, 0, 0.2);
">
<div class="container">
<div class="row" style="padding-left:50px;padding-right:50px;">
<!-- Footer Location -->
<div class="col-lg-43 mb-5 mb-lg-0">
<h4 class="text-uppercase mb-4">Location</h4>
<p class="lead mb-0">Address: Amherst, MA 01002</p>
<!-- <p class="lead mb-0">Home Address: N. Andover, MA 01845</p> -->
</div>
<!-- Footer Social Icons -->
<div class="col-lg-43 mb-5 mb-lg-0">
<h4 class="text-uppercase mb-4">Other Sites</h4>
<a class="btn btn-outline-light btn-social mx-1" href="https://www.linkedin.com/in/mananpatel97/">
<i class="fab fa-fw fa-linkedin-in"></i>
</a>
<a class="btn btn-outline-light btn-social mx-1" href="https://github.com/MananJPatel">
<i class="fab fa-fw fa-github"></i>
</a>
</div>
<!-- Footer About Text -->
<div class="col-lg-43">
<h4 class="text-uppercase mb-4">Contact</h4>
<p class="lead mb-0">Feel free to send me a message on LinkedIn or email me at mjpatel@umass.edu
</div>
</div>
</div>
</footer>
<!-- Copyright Section -->
<section class="copyright py-4 text-center text-white">
<div class="container">
</div>
</section>
<!-- Scroll to Top Button (Only visible on small and extra-small screen sizes) -->
<div class="scroll-to-top d-lg-none position-fixed ">
<a class="js-scroll-trigger d-block text-center text-white rounded" href="#page-top">
<i class="fa fa-chevron-up"></i>
</a>
</div>
<!-- Portfolio Modals -->
<!-- Portfolio Modal 1 -->
<div class="portfolio-modal modal fade" id="portfolioModal1" tabindex="-1" role="dialog" aria-labelledby="portfolioModal1Label" aria-hidden="true" style="margin-left:17px !important">
<div class="modal-dialog modal-xl" role="document">
<div class="modal-content">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">
<i class="fas fa-times"></i>
</span>
</button>
<div class="modal-body text-center">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<!-- Portfolio Modal - Title -->
<h2 class="portfolio-modal-title text-secondary text-uppercase mb-0">Hack Umass VI</h2>
<!-- Icon Divider -->
<div class="divider-custom">
<div class="divider-custom-line"></div>
</div>
<!-- Portfolio Modal - Image -->
<img class="img-fluid rounded mb-5" src="./img/portfolio/HackUmassVI.png" alt="hack umass app image">
<!-- Portfolio Modal - Text -->
<p class="mb-5">Worked with a small team of computer science and computer engineering students to design a remote light switch and curtain opener with desktop application in Java to help make dorm life easier for UMass students. Led the
development of the GUI and attempted to link the application over Bluetooth to a Raspberry Pi operating the motor.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio Modal 2 -->
<div class="portfolio-modal modal fade" id="portfolioModal2" tabindex="-1" role="dialog" aria-labelledby="portfolioModal2Label" aria-hidden="true" style="margin-left:17px !important">
<div class="modal-dialog modal-xl" role="document">
<div class="modal-content">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">
<i class="fas fa-times"></i>
</span>
</button>
<div class="modal-body text-center">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<!-- Portfolio Modal - Title -->
<h2 class="portfolio-modal-title text-secondary text-uppercase mb-0">RPGChess</h2>
<!-- Icon Divider -->
<div class="divider-custom">
<div class="divider-custom-line"></div>
</div>
<!-- Portfolio Modal - Image -->
<img class="img-fluid rounded mb-5" src="./img/portfolio/RPGChess.png" alt="">
<!-- Portfolio Modal - Text -->
<p class="mb-5">Uses java.awt and javax.swing as GUI. RPGChess is a game that I am working on independently to be similar to chess (a beloved classic) that I wanted to make more complex and modern.</p>
<!-- Portfolio Modal - Image -->
<img class="img-fluid rounded mb-5" src="./img/portfolio/TeamSelect.PNG" alt="">
<p class="mb-5">
The game features 5 selectable classes (caster, ranged, warrior, rogue, and champion) and 15 different playable characters for a player vs. player turn based chess-style rpg game. Players will select which pieces they want to use in the game and play
an opponent to level the pieces up and unlock improved stats and abilities. In the game, move your pieces around the board on your turn and attack your opponent's pieces until they have none remaining.</p>
<button class="btn btn-primary" onclick=" window.open('https://github.com/yshneyderman/RPGChess','_blank')">
<i class="fab fa-fw fa-github"></i>
GitHub Repository
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio Modal 3 -->
<div class="portfolio-modal modal fade" id="portfolioModal3" tabindex="-1" role="dialog" aria-labelledby="portfolioModal3Label" aria-hidden="true" style="margin-left:17px !important">
<div class="modal-dialog modal-xl" role="document">
<div class="modal-content">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">
<i class="fas fa-times"></i>
</span>
</button>
<div class="modal-body text-center">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<!-- Portfolio Modal - Title -->
<h2 class="portfolio-modal-title text-secondary text-uppercase mb-0">Pente</h2>
<!-- Icon Divider -->
<div class="divider-custom">
<div class="divider-custom-line"></div>
</div>
<!-- Portfolio Modal - Image -->
<img class="img-fluid rounded mb-5" src="./img/portfolio/Pente.png" alt="">
<!-- Portfolio Modal - Text -->
<p class="mb-5">Collaborating on a web browser Pente game in Javascript</p>
<button class="btn btn-primary" onclick=" window.open('https://github.com/aryansingh12/Pente','_blank')">
<i class="fab fa-fw fa-github"></i>
GitHub Repository
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio Modal 4 -->
<div class="portfolio-modal modal fade" id="portfolioModal4" tabindex="-1" role="dialog" aria-labelledby="portfolioModal4Label" aria-hidden="true" style="margin-left:17px !important">
<div class="modal-dialog modal-xl" role="document">
<div class="modal-content">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">
<i class="fas fa-times"></i>
</span>
</button>
<div class="modal-body text-center">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<!-- Portfolio Modal - Title -->
<h2 class="portfolio-modal-title text-secondary text-uppercase mb-0">CS220 Projects</h2>
<!-- Icon Divider -->
<div class="divider-custom">
<div class="divider-custom-line"></div>
</div>
<!-- Portfolio Modal - Image -->
<img class="img-fluid rounded mb-5" src="./img/portfolio/Walle.png" alt="">
<!-- Portfolio Modal - Text -->
<p class="mb-5">Image Manipulation</p>
<p class="mb-5">2 Projects for CS220 to implement image manipulation methods in JavaScript to blur images, filter by color channel, highlight edges, black and white, etc. First implemented through arrays and then redone with higher order
functions like Map, Filter, and Reduce.</p>
<p class="mb-5">Matchmaking</p>
<p class="mb-5">Project for CS220 to use JavaScript to implement and test the stability of the Gale-Shapley matchmaking algorithm on a set of companies and candidates based on their preferences. Created tests to confirm the stability of
the algorithm and that it returns correct result.</p>
<p class="mb-5">Data Wrangling with JSON</p>
<p class="mb-5">Project for CS220 to use topics learned in class such as fluentfilters and higher order functions to create a filering tool for restaurants in the Yelp dataset in JSON format. Created tests to ensure successful return for
each function.</p>
<p class="mb-5">Interpreter</p>
<p class="mb-5">Project for CS220 to write a basic interpreter for a small amount of JavaScript in JavaScript. Were provided a parser function and implemented functions for evaluating expressions such as addition, subtraction, multiplication,
boolean expressions, etc. Interpreter also works for basic blocks, statements, and mini programs.</p>
<p class="mb-5">Rapidly-Exploring Random Trees</p>
<p class="mb-5">Project for CS220 to implement helper functions in JavaScript to assist a RRT algorithm in finding collision-free paths in 2-dimensional space.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio Modal 5 -->
<div class="portfolio-modal modal fade" id="portfolioModal5" tabindex="-1" role="dialog" aria-labelledby="portfolioModal5Label" aria-hidden="true" style="margin-left:17px !important">
<div class="modal-dialog modal-xl" role="document">
<div class="modal-content">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">
<i class="fas fa-times"></i>
</span>
</button>
<div class="modal-body text-center">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<!-- Portfolio Modal - Title -->
<h2 class="portfolio-modal-title text-secondary text-uppercase mb-0">CS230 Projects</h2>
<!-- Icon Divider -->
<div class="divider-custom">
<div class="divider-custom-line"></div>
</div>
<!-- Portfolio Modal - Image -->
<img class="img-fluid rounded mb-5" src="./img/portfolio/MathBot.png" alt="">
<!-- Portfolio Modal - Text -->
<p class="mb-5">Connect Four</p>
<p class="mb-5">Project for CS230 to implement a connect four game in C and create a simple AI to play against the player. Used a variant of the Min-Max algorithm to determine AI moves based on the board state and selected most optimal
move. Printed formatted board to console after every move and saved moves to history.</p>
<p class="mb-5">Text Adventure</p>
<p class="mb-5">Project for CS230 to implement a text adventure game in C in a group of 3. Created a map with the objective of visiting each room and using an item to solve the bigger puzzle and win. Used data structures in C to implement
rooms and items and makefile to easily recompile code.</p>
<p class="mb-5">WordFreak</p>
<p class="mb-5">Project for CS230 to create a program in C to parse through large text files and count/store how many times every word appeared in the text and then print the totals to the console. Made use of File IO and limited System
Calls as well as environmental variables, piping, command line arguments, and keeping track of memory usage.</p>
<p class="mb-5">Threads and Synchronization</p>
<p class="mb-5">Project for CS230 to implement a program using threads and semaphores in C to simulate a ticket ordering call center with 5 lines and 3 operators so that any number of callers can call and wait until they connect to operator
and buy a ticket.</p>
<p class="mb-5">Math Bot</p>
<p class="mb-5">Project for CS230 to write a computer networking client to connect to remote server in C and automatically answer a series of math problems by sending and recieving problems and solutions to the server until we are sent
a flag that indicates the end of the program.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio Modal 9 -->
<div class="portfolio-modal modal fade" id="portfolioModal9" tabindex="-1" role="dialog" aria-labelledby="portfolioModal9Label" aria-hidden="true" style="margin-left:17px !important">
<div class="modal-dialog modal-xl" role="document">
<div class="modal-content">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">
<i class="fas fa-times"></i>
</span>
</button>
<div class="modal-body text-center">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<!-- Portfolio Modal - Title -->
<h2 class="portfolio-modal-title text-secondary text-uppercase mb-0">CS326 Project</h2>
<!-- Icon Divider -->
<div class="divider-custom">
<div class="divider-custom-line"></div>
</div>
<!-- Portfolio Modal - Image -->
<img class="img-fluid rounded mb-5" src="./img/portfolio/TuneRater.png" alt="">
<!-- Portfolio Modal - Text -->
<p class="mb-5">TuneRater</p>
<p class="mb-5">Media analysis Website. One thing we found very interesting is how differently the news is reported amongst media companies. For example, Fox News favors everything that Donald Trump does and paints a very likable picture of him whereas
MSNBC does the exact opposite. This results in a massive polarization amongst the populace of a country which is not healthy for a democracy. How news is reported differs in countries also. While it is very difficult to filter through these headlines and get the actual news, we thought there could be a good middle ground. We can, through the use of sentiment analysis,
find how different governments are represented in a certain country's media. With this website, we want users to search up a media company and should be able to view:
bais rating,
reliability score
and list of entities/topics which the media company talks about</p>
<p class="mb-5">A project for CS326. Worked in group of 3 to create a music listening and rating website using JavaScript, HTML, CSS, Node.js, MongoDB, TypeScript, , Express, jquery, Bootstrap templates to create a server and database to upload and store music
information.
</p>
<button class="btn btn-primary" onclick=" window.open('https://github.com/achintyaakumar/cs326-final-het','_blank')">
<i class="fab fa-fw fa-github"></i>
GitHub Repository
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio Modal 12 -->
<div class="portfolio-modal modal fade" id="portfolioModal12" tabindex="-1" role="dialog" aria-labelledby="portfolioModal12Label" aria-hidden="true" style="margin-left:17px !important">
<div class="modal-dialog modal-xl" role="document">
<div class="modal-content">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">
<i class="fas fa-times"></i>
</span>
</button>
<div class="modal-body text-center">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<!-- Portfolio Modal - Title -->
<h2 class="portfolio-modal-title text-secondary text-uppercase mb-0">Internship & Research</h2>
<!-- Icon Divider -->
<div class="divider-custom">
<div class="divider-custom-line"></div>
</div>
<!-- Portfolio Modal - Image -->
<img class="img-fluid rounded mb-5" src="./img/portfolio/NACAMYefim.png" alt="">
<!-- Portfolio Modal - Text -->
<p class="mb-5"><b>NationsRoot Inc. Software Engineer</b></p>
<p class="mb-5"> Implemented User Interface using HTML, CSS and JavaScript and suggested SEO improvements
<br> Redesigned the existing website design and improved the search user experience with zip code bar<br>
Created a content sharing schedule on social media which resulted in a 10% growth of follower count in month </p>
<p class="mb-5"><b>Ultimate Software Software Developer</b></p>
<p class="mb-5"> Worked on a team of 10 to develop a full stack web anonymous survey app using React, Node.js, and MongoDB
<br> Used Agile methodologies and had weekly sprint meeting with developers and managers<br>
Connected our MongoDB databases through HTTP requests and used Git for the version control </p>
<p class="mb-5"><b>PCP Power PVT. LTD Data Analyst</b></p>
<p class="mb-5"> Performed analysis of power from various power points through tools like Power BI, Excel and Tableau
<br> Researched using various visual data analysis tools how power is distributed across various regions<br>
</p>
<p class="mb-5"><b>University of Massachusetts Research Experience in Undergraduate</b></p>
<p class="mb-5"> Developed algorithm to calculate and visualize KL divergence & Hellinger distance in python
<br> Implemented them in Energy Landscape for creating transition probability matrix to plot graph using Matplotlib<br>
Generated program using qualitative & quantitative data for continuous time discrete valued Markov Chain </p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio Modal 11 -->
<div class="portfolio-modal modal fade" id="portfolioModal11" tabindex="-1" role="dialog" aria-labelledby="portfolioModal11Label" aria-hidden="true" style="margin-left:17px !important">
<div class="modal-dialog modal-xl" role="document">
<div class="modal-content">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">
<i class="fas fa-times"></i>
</span>
</button>
<div class="modal-body text-center">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<!-- Portfolio Modal - Title -->
<h2 class="portfolio-modal-title text-secondary text-uppercase mb-0">30DaysCoding</h2>
<!-- Icon Divider -->
<div class="divider-custom">
<div class="divider-custom-line"></div>
</div>
<!-- Portfolio Modal - Image -->
<img class="img-fluid rounded mb-5" src="./img/portfolio/30Days.png" alt="">
<!-- Portfolio Modal - Text -->
<p class="mb-5">Check out the site here: <a href="https://30dayscoding.com/">https://30dayscoding.com/</a></p>
<p class="mb-5">30DaysCoding is a fully free website that compiles interview questions, study guides, and tips to success on a technical interview in computer science and requires no account to sign up. </p>
<p class="mb-5">In the modern world there are not a lot of easy to find and free resources for help in such areas and it can be difficult to figure out what you are missing if you don't know what to look for. 30DaysCoding features a simple
organization and easy to use UI that keeps users motivated to keep working with a day to day plan of topics to cover as well as an additional interview guide to help teach about the interview process. </p>
<p class="mb-5">The site launched late March 2020 and has had several thousand pageviews. I am helping a peer, <a href="https://www.linkedin.com/in/aryansingh2/">Aryan Singh</a>, to work on the site and interview guides.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio Modal 10 -->
<div class="portfolio-modal modal fade" id="portfolioModal10" tabindex="-1" role="dialog" aria-labelledby="portfolioModal10Label" aria-hidden="true" style="margin-left:17px !important">
<div class="modal-dialog modal-xl" role="document">
<div class="modal-content">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">
<i class="fas fa-times"></i>
</span>
</button>
<div class="modal-body text-center">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<!-- Portfolio Modal - Title -->
<h2 class="portfolio-modal-title text-secondary text-uppercase mb-0">CS589 Projects</h2>
<!-- Icon Divider -->
<div class="divider-custom">
<div class="divider-custom-line"></div>
</div>
<!-- Portfolio Modal - Image -->
<img class="img-fluid rounded mb-5" src="./img/portfolio/589.png" alt="">
<!-- Portfolio Modal - Text -->
<!-- <p class="mb-5">A 500 level class covering Machine Learning topics. All assignments came with programming portion and written report to explain processes and provide analysis of topics learned. </p> -->
<p class="mb-5">EleNa: Elevation-based Navigation</p>
<p class="mb-5">Navigation systems optimize for the shortest or fastest route. However, they do not consider elevation gain.
Let’s say you are hiking or biking from one location to another. You may want to literally go the extra mile if
that saves you a couple thousand feet in elevation gain. Likewise, you may want to maximize elevation gain
if you are looking for an intense yet time-constrained workout. </p>
<!-- <p class="mb-5">Classification</p> -->
<p class="mb-5">The high-level goal of this project is to develop a software system that determines, given a start and an
end location, a route that maximizes or minimizes elevation gain, while limiting the total distance between
the two locations to x% of the shortest path.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio Modal 6 -->
<div class="portfolio-modal modal fade" id="portfolioModal6" tabindex="-1" role="dialog" aria-labelledby="portfolioModal6Label" aria-hidden="true" style="margin-left:17px !important">
<div class="modal-dialog modal-xl" role="document">
<div class="modal-content">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">
<i class="fas fa-times"></i>
</span>
</button>
<div class="modal-body text-center">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<!-- Portfolio Modal - Title -->
<h2 class="portfolio-modal-title text-secondary text-uppercase mb-0">CS383 Projects</h2>
<!-- Icon Divider -->
<div class="divider-custom">
<div class="divider-custom-line"></div>
</div>
<!-- Portfolio Modal - Image -->
<img class="img-fluid rounded mb-5" src="./img/portfolio/SearchAgents.png" alt="Gridworld Screenshot">
<p class="mb-5">Search Algorithms</p>
<p class="mb-5">Project for CS383 to create agents to find a goal state on a gridworld graph using Breadth First Search, Depth First Search, Greedy Best First Search, Uniform Cost Search, A* Search, and compare the results.</p>
<p class="mb-5">Minimax, Alpha-Beta Pruning, and CSP</p>
<p class="mb-5">Project for CS383 to implement an AI in python to use the Minimax algorithm, depth limits, alpha-beta pruning, and several different heuristics to play Isola. Tracked runtime of the agents and win/loss ratios. Used python
constraint satisfaction problems to solve sudoku puzzles and course scheduling problems.</p>
<p class="mb-5">Clustering and Classification</p>
<p class="mb-5">Project for CS383 to use scikit-learn library in Python to implement k-means clustering on Congressional Votes dataset. Also created a classification program to build a tree based on the same dataset.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio Modal 7 -->
<div class="portfolio-modal modal fade" id="portfolioModal7" tabindex="-1" role="dialog" aria-labelledby="portfolioModal7Label" aria-hidden="true" style="margin-left:17px !important">
<div class="modal-dialog modal-xl" role="document">
<div class="modal-content">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">
<i class="fas fa-times"></i>
</span>
</button>
<div class="modal-body text-center">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<!-- Portfolio Modal - Title -->
<h2 class="portfolio-modal-title text-secondary text-uppercase mb-0">Favorite Books</h2>
<!-- Icon Divider -->
<div class="divider-custom">
<div class="divider-custom-line"></div>
</div>
<!-- Portfolio Modal - Text -->
<p class="mb-5">In no particular order:</p>
<p class="mb-5">Breaking Bad <br> Chernobyl <br> Game of Thrones <br> Sherlock <br> Money Heist <br> Dark <br> Peaky Blinders
<br> Prison Break <br> Death Note <br> True Detective <br> Arrow <br>
Narcos <br> Stranger Things
<br> The Flash <br> Rome <br> Never Have I ever <br> Dragon ball Z <br> Mob Psycho 100 <br> Vikings <br> The Boys <br> Dexter
<br> The Walking Dead <br> Baccano <br>
Naruto <br> Daredevil <br> Sons of Anarchy <br> Fullmetal Alchemist <br>Hellsing Ultimate <br> Monster <br> Sharp Objects <br> Unbelievable
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio Modal 8 -->
<div class="portfolio-modal modal fade" id="portfolioModal8" tabindex="-1" role="dialog" aria-labelledby="portfolioModal8Label" aria-hidden="true" style="margin-left:17px !important">
<div class="modal-dialog modal-xl" role="document">
<div class="modal-content">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">
<i class="fas fa-times"></i>
</span>
</button>
<div class="modal-body text-center">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<!-- Portfolio Modal - Title -->
<h2 class="portfolio-modal-title text-secondary text-uppercase mb-0">Favorite Films</h2>
<!-- Icon Divider -->
<div class="divider-custom">
<div class="divider-custom-line"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Custom scripts for this template -->
<script src="js/freelancer.min.js"></script>
</body>
</body>
</html>