aboutsummaryrefslogtreecommitdiff
path: root/Anshul_Gupta_Experiences.html
blob: 662990cfb0dd0f7d5eba60871126be0541306002 (plain) (blame)
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
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
<html>

<head>
<meta http-equiv=Content-Type content="text/html; charset=windows-1252">
<meta name=Generator content="Microsoft Word 15 (filtered)">
<style>
<!--
 /* Font Definitions */
 @font-face
	{font-family:Wingdings;
	panose-1:5 0 0 0 0 0 0 0 0 0;}
@font-face
	{font-family:"Cambria Math";
	panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
	{font-family:Calibri;
	panose-1:2 15 5 2 2 2 4 3 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin-top:5.0pt;
	margin-right:0in;
	margin-bottom:10.0pt;
	margin-left:0in;
	line-height:115%;
	font-size:10.0pt;
	font-family:"Calibri",sans-serif;}
h2
	{mso-style-link:"Heading 2 Char";
	margin-top:5.0pt;
	margin-right:0in;
	margin-bottom:0in;
	margin-left:0in;
	margin-bottom:.0001pt;
	line-height:115%;
	background:#D9E2F3;
	border:none;
	padding:0in;
	font-size:10.0pt;
	font-family:"Calibri",sans-serif;
	text-transform:uppercase;
	letter-spacing:.75pt;
	font-weight:normal;}
h3
	{mso-style-link:"Heading 3 Char";
	margin-top:15.0pt;
	margin-right:0in;
	margin-bottom:0in;
	margin-left:0in;
	margin-bottom:.0001pt;
	line-height:115%;
	border:none;
	padding:0in;
	font-size:10.0pt;
	font-family:"Calibri",sans-serif;
	color:#1F3763;
	text-transform:uppercase;
	letter-spacing:.75pt;
	font-weight:normal;}
h4
	{mso-style-link:"Heading 4 Char";
	margin-top:10.0pt;
	margin-right:0in;
	margin-bottom:0in;
	margin-left:0in;
	margin-bottom:.0001pt;
	line-height:115%;
	border:none;
	padding:0in;
	font-size:10.0pt;
	font-family:"Calibri",sans-serif;
	color:#2F5496;
	text-transform:uppercase;
	letter-spacing:.5pt;
	font-weight:normal;}
h5
	{mso-style-link:"Heading 5 Char";
	margin-top:10.0pt;
	margin-right:0in;
	margin-bottom:0in;
	margin-left:0in;
	margin-bottom:.0001pt;
	line-height:115%;
	border:none;
	padding:0in;
	font-size:10.0pt;
	font-family:"Calibri",sans-serif;
	color:#2F5496;
	text-transform:uppercase;
	letter-spacing:.5pt;
	font-weight:normal;}
a:link, span.MsoHyperlink
	{color:#0563C1;
	text-decoration:underline;}
span.Heading2Char
	{mso-style-name:"Heading 2 Char";
	mso-style-link:"Heading 2";
	text-transform:uppercase;
	letter-spacing:.75pt;
	background:#D9E2F3;}
span.Heading3Char
	{mso-style-name:"Heading 3 Char";
	mso-style-link:"Heading 3";
	color:#1F3763;
	text-transform:uppercase;
	letter-spacing:.75pt;}
span.Heading4Char
	{mso-style-name:"Heading 4 Char";
	mso-style-link:"Heading 4";
	color:#2F5496;
	text-transform:uppercase;
	letter-spacing:.5pt;}
span.Heading5Char
	{mso-style-name:"Heading 5 Char";
	mso-style-link:"Heading 5";
	color:#2F5496;
	text-transform:uppercase;
	letter-spacing:.5pt;}
.MsoChpDefault
	{font-size:10.0pt;
	font-family:"Calibri",sans-serif;}
.MsoPapDefault
	{margin-top:5.0pt;
	margin-right:0in;
	margin-bottom:10.0pt;
	margin-left:0in;
	line-height:115%;}
@page WordSection1
	{size:8.5in 11.0in;
	margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
	{page:WordSection1;}
 /* List Definitions */
 ol
	{margin-bottom:0in;}
ul
	{margin-bottom:0in;}
-->
</style>

</head>

<body lang=EN-US link="#0563C1" vlink="#954F72">

<div class=WordSection1>

<p class=MsoNormal align=center style='margin-bottom:0in;margin-bottom:.0001pt;
text-align:center'><b><span style='font-size:24.0pt;line-height:115%'>Anshul
Gupta</span></b></p>

<p class=MsoNormal align=center style='margin-bottom:0in;margin-bottom:.0001pt;
text-align:center'><span style='font-size:12.0pt;line-height:115%'>1 Alameda,
Irvine, CA 92620 | (949) 705-7545 | ansg191@gmail.com | DOB: 04/02/2003</span></p>

<div style='border:solid #D9E2F3 3.0pt;padding:0in 0in 0in 0in;background:#D9E2F3'>

<h2 style='margin-top:0in;background:#D9E2F3'><b><u><span style='font-size:
12.0pt;line-height:115%;color:black'>Education:</span></u></b></h2>

</div>

<div style='border:none;border-top:solid #4472C4 1.0pt;padding:2.0pt 0in 0in 0in'>

<h3 style='margin-top:0in'><span style='color:windowtext'>Senior at Northwood
High School, Grade 9 — Current, Irvine CA</span></h3>

</div>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;text-indent:
.25in'><span style='font-size:12.0pt;line-height:115%'>3.56 Unweighted GPA,
3.78 Weighted GPA</span></p>

<p class=MsoNormal style='margin-top:5.0pt;margin-right:0in;margin-bottom:0in;
margin-left:.25in;margin-bottom:.0001pt'><span style='font-size:12.0pt;
line-height:115%'>Course Work:</span></p>

<div style='border:none;border-top:dotted #4472C4 1.0pt;padding:2.0pt 0in 0in 0in'>

<h4 style='margin-top:0in'><span style='font-size:12.0pt;line-height:115%;
color:windowtext'>          Senior Year:</span></h4>

</div>

<p class=MsoNormal style='margin-top:5.0pt;margin-right:0in;margin-bottom:0in;
margin-left:.5in;margin-bottom:.0001pt;text-indent:.25in'><span
style='font-size:12.0pt;line-height:115%'>English – Science Fiction</span></p>

<p class=MsoNormal style='margin-top:5.0pt;margin-right:0in;margin-bottom:0in;
margin-left:.5in;margin-bottom:.0001pt;text-indent:.25in'><span
style='font-size:12.0pt;line-height:115%'>Spanish 3</span></p>

<p class=MsoNormal style='margin-top:5.0pt;margin-right:0in;margin-bottom:0in;
margin-left:.5in;margin-bottom:.0001pt;text-indent:.25in'><span
style='font-size:12.0pt;line-height:115%'>AP Chemistry</span></p>

<p class=MsoNormal style='margin-top:5.0pt;margin-right:0in;margin-bottom:0in;
margin-left:.5in;margin-bottom:.0001pt;text-indent:.25in'><span
style='font-size:12.0pt;line-height:115%'>AP Economy and US Government</span></p>

<p class=MsoNormal style='margin-top:5.0pt;margin-right:0in;margin-bottom:0in;
margin-left:.5in;margin-bottom:.0001pt;text-indent:.25in'><span
style='font-size:12.0pt;line-height:115%'>AP Statistics</span></p>

<p class=MsoNormal style='margin-top:5.0pt;margin-right:0in;margin-bottom:0in;
margin-left:.5in;margin-bottom:.0001pt;text-indent:.25in'><span
style='font-size:12.0pt;line-height:115%'>3D Art and Design</span></p>

<p class=MsoNormal style='margin-top:5.0pt;margin-right:0in;margin-bottom:0in;
margin-left:.5in;margin-bottom:.0001pt;text-indent:.25in'><span
style='font-size:12.0pt;line-height:115%'>Water Polo (Varsity? or JV)</span></p>

<div style='border:none;border-top:dotted #4472C4 1.0pt;padding:2.0pt 0in 0in 0in'>

<h4 style='margin-top:0in'><span style='font-size:12.0pt;line-height:115%;
color:windowtext'>          Junior Year (Second semester was Pass/Fail):</span></h4>

</div>

<table class=MsoTableGrid border=0 cellspacing=0 cellpadding=0
 style='margin-left:.5in;border-collapse:collapse;border:none'>
 <tr>
  <td width=480 valign=top style='width:359.75pt;padding:0in 5.4pt 0in 5.4pt'>
  <p class=MsoNormal style='margin:0in;margin-bottom:.0001pt;line-height:normal'><span
  style='font-size:12.0pt'>European Literature</span></p>
  </td>
  <td width=96 valign=top style='width:71.75pt;padding:0in 5.4pt 0in 5.4pt'>
  <p class=MsoNormal align=right style='margin:0in;margin-bottom:.0001pt;
  text-align:right;line-height:normal'><span style='font-size:12.0pt'>B/P</span></p>
  </td>
 </tr>
 <tr>
  <td width=480 valign=top style='width:359.75pt;padding:0in 5.4pt 0in 5.4pt'>
  <p class=MsoNormal style='margin:0in;margin-bottom:.0001pt;line-height:normal'><span
  style='font-size:12.0pt'>Spanish 2</span></p>
  </td>
  <td width=96 valign=top style='width:71.75pt;padding:0in 5.4pt 0in 5.4pt'>
  <p class=MsoNormal align=right style='margin:0in;margin-bottom:.0001pt;
  text-align:right;line-height:normal'><span style='font-size:12.0pt'>B/P</span></p>
  </td>
 </tr>
 <tr>
  <td width=480 valign=top style='width:359.75pt;padding:0in 5.4pt 0in 5.4pt'>
  <p class=MsoNormal style='margin:0in;margin-bottom:.0001pt;line-height:normal'><span
  style='font-size:12.0pt'>AP Computer Science</span></p>
  </td>
  <td width=96 valign=top style='width:71.75pt;padding:0in 5.4pt 0in 5.4pt'>
  <p class=MsoNormal align=right style='margin:0in;margin-bottom:.0001pt;
  text-align:right;line-height:normal'><span style='font-size:12.0pt'>A/P</span></p>
  </td>
 </tr>
 <tr>
  <td width=480 valign=top style='width:359.75pt;padding:0in 5.4pt 0in 5.4pt'>
  <p class=MsoNormal style='margin:0in;margin-bottom:.0001pt;line-height:normal'><span
  style='font-size:12.0pt'>AP Physics 1</span></p>
  </td>
  <td width=96 valign=top style='width:71.75pt;padding:0in 5.4pt 0in 5.4pt'>
  <p class=MsoNormal align=right style='margin:0in;margin-bottom:.0001pt;
  text-align:right;line-height:normal'><span style='font-size:12.0pt'>A-/P</span></p>
  </td>
 </tr>
 <tr>
  <td width=480 valign=top style='width:359.75pt;padding:0in 5.4pt 0in 5.4pt'>
  <p class=MsoNormal style='margin:0in;margin-bottom:.0001pt;line-height:normal'><span
  style='font-size:12.0pt'>Advanced Computer Graphics</span></p>
  </td>
  <td width=96 valign=top style='width:71.75pt;padding:0in 5.4pt 0in 5.4pt'>
  <p class=MsoNormal align=right style='margin:0in;margin-bottom:.0001pt;
  text-align:right;line-height:normal'><span style='font-size:12.0pt'>A/P</span></p>
  </td>
 </tr>
 <tr>
  <td width=480 valign=top style='width:359.75pt;padding:0in 5.4pt 0in 5.4pt'>
  <p class=MsoNormal style='margin:0in;margin-bottom:.0001pt;line-height:normal'><span
  style='font-size:12.0pt'>Water Polo (JV)</span></p>
  </td>
  <td width=96 valign=top style='width:71.75pt;padding:0in 5.4pt 0in 5.4pt'>
  <p class=MsoNormal align=right style='margin:0in;margin-bottom:.0001pt;
  text-align:right;line-height:normal'><span style='font-size:12.0pt'>&nbsp;</span></p>
  </td>
 </tr>
</table>

<div style='border:none;border-top:dotted #4472C4 1.0pt;padding:2.0pt 0in 0in 0in'>

<h4 style='margin-top:0in'><span style='font-size:12.0pt;line-height:115%;
color:windowtext'>          Sophomore Year:</span></h4>

</div>

<p class=MsoNormal style='margin-top:5.0pt;margin-right:0in;margin-bottom:0in;
margin-left:.5in;margin-bottom:.0001pt;text-indent:.25in'><span
style='font-size:12.0pt;line-height:115%'>Humanities US Literature                                               B-/B</span></p>

<p class=MsoNormal style='margin-top:5.0pt;margin-right:0in;margin-bottom:0in;
margin-left:.5in;margin-bottom:.0001pt;text-indent:.25in'><span
style='font-size:12.0pt;line-height:115%'>Humanities US History A-/B</span></p>

<p class=MsoNormal style='margin-top:5.0pt;margin-right:0in;margin-bottom:0in;
margin-left:.5in;margin-bottom:.0001pt;text-indent:.25in'><span
style='font-size:12.0pt;line-height:115%'>Spanish 1                     B+/A-</span></p>

<p class=MsoNormal style='margin-top:5.0pt;margin-right:0in;margin-bottom:0in;
margin-left:.5in;margin-bottom:.0001pt;text-indent:.25in'><span
style='font-size:12.0pt;line-height:115%'>Enhanced Math 3         B/A-</span></p>

<p class=MsoNormal style='margin-top:5.0pt;margin-right:0in;margin-bottom:0in;
margin-left:.5in;margin-bottom:.0001pt;text-indent:.25in'><span
style='font-size:12.0pt;line-height:115%'>Honors Integrated Science 2                                           A-/B+</span></p>

<p class=MsoNormal style='margin-top:5.0pt;margin-right:0in;margin-bottom:0in;
margin-left:.5in;margin-bottom:.0001pt;text-indent:.25in'><span
style='font-size:12.0pt;line-height:115%'>Intermediate Computer Graphics                               A/A+</span></p>

<p class=MsoNormal style='margin-top:5.0pt;margin-right:0in;margin-bottom:0in;
margin-left:.5in;margin-bottom:.0001pt;text-indent:.25in'><span
style='font-size:12.0pt;line-height:115%'>String Orchestra (Made into Concert
Orchestra, only 2<sup>nd</sup> semester)                            A</span></p>

<p class=MsoNormal style='margin-top:5.0pt;margin-right:0in;margin-bottom:0in;
margin-left:.5in;margin-bottom:.0001pt;text-indent:.25in'><span
style='font-size:12.0pt;line-height:115%'>Water Polo (Fresh/soph)</span></p>

<div style='border:none;border-top:dotted #4472C4 1.0pt;padding:2.0pt 0in 0in 0in'>

<h4 style='margin-top:0in'><span style='font-size:12.0pt;line-height:115%;
color:windowtext'>          Freshman Year:</span></h4>

</div>

<p class=MsoNormal style='margin-top:5.0pt;margin-right:0in;margin-bottom:0in;
margin-left:.5in;margin-bottom:.0001pt;text-indent:.25in'><span
style='font-size:12.0pt;line-height:115%'>Humanities World Literature                              A-/B</span></p>

<p class=MsoNormal style='margin-top:5.0pt;margin-right:0in;margin-bottom:0in;
margin-left:.5in;margin-bottom:.0001pt;text-indent:.25in'><span
style='font-size:12.0pt;line-height:115%'>Humanities World History                                                C/B-</span></p>

<p class=MsoNormal style='margin-top:5.0pt;margin-right:0in;margin-bottom:0in;
margin-left:.5in;margin-bottom:.0001pt;text-indent:.25in'><span
style='font-size:12.0pt;line-height:115%'>Enhanced Math 2       A-/B+</span></p>

<p class=MsoNormal style='margin-top:5.0pt;margin-right:0in;margin-bottom:0in;
margin-left:.5in;margin-bottom:.0001pt;text-indent:.25in'><span
style='font-size:12.0pt;line-height:115%'>Honors Integrated Science 1                                            B/C+</span></p>

<p class=MsoNormal style='margin-top:5.0pt;margin-right:0in;margin-bottom:0in;
margin-left:.5in;margin-bottom:.0001pt;text-indent:.25in'><span
style='font-size:12.0pt;line-height:115%'>Computer Graphic Arts A/A</span></p>

<p class=MsoNormal style='margin-top:5.0pt;margin-right:0in;margin-bottom:0in;
margin-left:.5in;margin-bottom:.0001pt;text-indent:.25in'><span
style='font-size:12.0pt;line-height:115%'>String Orchestra             A/A</span></p>

<p class=MsoNormal style='margin-top:5.0pt;margin-right:0in;margin-bottom:0in;
margin-left:.5in;margin-bottom:.0001pt;text-indent:.25in'><span
style='font-size:12.0pt;line-height:115%'>Health                                  A</span></p>

<p class=MsoNormal style='margin-top:5.0pt;margin-right:0in;margin-bottom:0in;
margin-left:.5in;margin-bottom:.0001pt;text-indent:.25in'><span
style='font-size:12.0pt;line-height:115%'>Water Polo (Fresh/soph)</span></p>

<p class=MsoNormal style='margin-top:5.0pt;margin-right:0in;margin-bottom:0in;
margin-left:.5in;margin-bottom:.0001pt;text-indent:.25in'><span
style='font-size:12.0pt;line-height:115%'>Swimming (Fresh/soph)</span></p>

<div style='border:none;border-top:solid #4472C4 1.0pt;padding:2.0pt 0in 0in 0in'>

<h3 style='margin-top:0in'><span style='color:windowtext'>Chapman University,
2019-2020</span></h3>

</div>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;text-indent:
.25in'><span style='font-size:12.0pt;line-height:115%'>College course taught by
Chapman through Northwood during Junior Year</span></p>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;text-indent:
.25in'><span style='font-size:12.0pt;line-height:115%'>4.0 GPA</span></p>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;text-indent:
.25in'><span style='font-size:12.0pt;line-height:115%'>Single-Variable Calculus
(A/A)</span></p>

<div style='border:none;border-top:solid #4472C4 1.0pt;padding:2.0pt 0in 0in 0in'>

<h3 style='margin-top:0in'><span style='color:windowtext'>Irvine Valley
College, 2020-2021</span></h3>

</div>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;text-indent:
.25in'><span style='font-size:12.0pt;line-height:115%'>College course during Senior
Year</span></p>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;text-indent:
.25in'><span style='font-size:12.0pt;line-height:115%'>Linear Algebra</span></p>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;text-indent:
.25in'><span style='font-size:12.0pt;line-height:115%'>Multi-Variable Calculus</span></p>

<div style='border:none;border-top:solid #4472C4 1.0pt;padding:2.0pt 0in 0in 0in'>

<h3 style='margin-top:0in'><span style='color:windowtext'>Computing Technology
Industry Association IT Fundamentals+ (CompTIA ITF+) certification, 2019</span></h3>

</div>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;text-indent:
.25in'><span style='font-size:12.0pt;line-height:115%'>Certified for basic IT</span></p>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;text-indent:
.25in'><span style='font-size:12.0pt;line-height:115%'>Online course</span></p>

<div style='border:solid #D9E2F3 3.0pt;padding:0in 0in 0in 0in;background:#D9E2F3'>

<h2 style='margin-top:0in;background:#D9E2F3'><b><u><span style='font-size:
12.0pt;line-height:115%;color:black'>Standardized Testing:</span></u></b></h2>

</div>

<div style='border:none;border-top:solid #4472C4 1.0pt;padding:2.0pt 0in 0in 0in'>

<h3 style='margin-top:0in'><span style='color:windowtext'>Taken:</span></h3>

</div>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;text-indent:
.25in'><span style='font-size:12.0pt;line-height:115%'>ACT                                                35</span></p>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;text-indent:
.5in'><span style='font-size:12.0pt;line-height:115%'>English                                    35</span></p>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;text-indent:
.5in'><span style='font-size:12.0pt;line-height:115%'>Math                                       36</span></p>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;text-indent:
.5in'><span style='font-size:12.0pt;line-height:115%'>Reading                                  34</span></p>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;text-indent:
.5in'><span style='font-size:12.0pt;line-height:115%'>Science                                   36</span></p>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;text-indent:
.5in'><span style='font-size:12.0pt;line-height:115%'>Writing                                   10</span></p>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;text-indent:
.25in'><span style='font-size:12.0pt;line-height:115%'>AP Computer Science                   5</span></p>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;text-indent:
.25in'><span style='font-size:12.0pt;line-height:115%'>AP Physics 1                                    5</span></p>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;text-indent:
.25in'><span style='font-size:12.0pt;line-height:115%'>AP Calculus BC                               4</span></p>

<div style='border:none;border-top:solid #4472C4 1.0pt;padding:2.0pt 0in 0in 0in'>

<h3 style='margin-top:0in'><span style='color:windowtext'>Planning to take:</span></h3>

</div>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;text-indent:
.25in'><span style='font-size:12.0pt;line-height:115%'>SAT Math 2 Subject Test</span></p>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;text-indent:
.25in'><span style='font-size:12.0pt;line-height:115%'>SAT Physics Subject Test</span></p>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;text-indent:
.25in'><span style='font-size:12.0pt;line-height:115%'>AP Chemistry</span></p>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;text-indent:
.25in'><span style='font-size:12.0pt;line-height:115%'>AP Macroeconomics</span></p>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;text-indent:
.25in'><span style='font-size:12.0pt;line-height:115%'>AP United States
Government and Politics</span></p>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;text-indent:
.25in'><span style='font-size:12.0pt;line-height:115%'>AP Statistics</span></p>

<div style='border:solid #D9E2F3 3.0pt;padding:0in 0in 0in 0in;background:#D9E2F3'>

<h2 style='margin-top:0in;background:#D9E2F3'><b><u><span style='font-size:
12.0pt;line-height:115%;color:black'>Extra-Curricular Activities:</span></u></b></h2>

</div>

<div style='border:none;border-top:solid #4472C4 1.0pt;padding:2.0pt 0in 0in 0in'>

<h3 style='margin-top:0in'><span style='color:windowtext'>Sports</span></h3>

</div>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;text-indent:
.25in'><span style='font-size:12.0pt;line-height:115%'>Water Polo</span></p>

<p class=MsoNormal style='margin-top:5.0pt;margin-right:0in;margin-bottom:0in;
margin-left:.5in;margin-bottom:.0001pt;text-indent:-.5in'><span
style='font-size:12.0pt;line-height:115%'>             Actively participating
in Northwood HS Water Polo since freshman year as winger. Elevated to Junior-Varsity
level, in which we achieved second in our league with a record of 7 to 3. Likely
to be Varsity level senior year.</span></p>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;text-indent:
.25in'><span style='font-size:12.0pt;line-height:115%'>Swim</span></p>

<p class=MsoNormal style='margin-top:5.0pt;margin-right:0in;margin-bottom:0in;
margin-left:.5in;margin-bottom:.0001pt'><span style='font-size:12.0pt;
line-height:115%'>Been swimming since childhood and swam competitively since 6<sup>th</sup>
grade with Irvine Swim League and at Northwood HS Swim freshman year at
fresh/soph level, where the team won first in the state. Volunteering as coach
at Irvine Swim League since 2018 and Red Cross Safety certified to be a swim
coach.</span></p>

<div style='border:none;border-top:solid #4472C4 1.0pt;padding:2.0pt 0in 0in 0in'>

<h3 style='margin-top:0in'><span style='color:windowtext'>Volunteering</span></h3>

</div>

<p class=MsoNormal style='margin-top:5.0pt;margin-right:0in;margin-bottom:0in;
margin-left:.25in;margin-bottom:.0001pt'><span style='font-size:12.0pt;
line-height:115%'><a href="https://www.irvineswimleague.org/">Irvine Swim
League</a> (ISL) — <i>Established in 1985: a nonprofit league of 22 neighborhood
swim teams with over 2700 total swimmers. </i></span></p>

<p class=MsoNormal style='margin-top:5.0pt;margin-right:0in;margin-bottom:0in;
margin-left:.5in;margin-bottom:.0001pt'><span style='font-size:12.0pt;
line-height:115%'>Volunteered at <a
href="https://www.teamunify.com/Home.jsp?team=islpp">Park Paseo Northstars</a>,
one of the original five teams in ISL since 1985, consisting of 130 swimmers.
Accumulated around 400 volunteer hours since 2018. Coached in and out of the
water with children ranging from 5 to 15 and at skill levels ranging from competitive
swimmers to those scared of the water helping them prepare and improve for competition
against other teams. Also developed algorithm to automatic the process of tracking
and rewarding swimmer progress in order to encourage swimmers. Also designed
informational and promotional flyer to advertise swim team</span></p>

<p class=MsoNormal style='margin-top:5.0pt;margin-right:0in;margin-bottom:0in;
margin-left:.25in;margin-bottom:.0001pt'><span style='font-size:12.0pt;
line-height:115%'><a href="https://aidindia.org/">Association for India’s
Development</a> (AID) — <i>Founded in 1991: a nation-wide nonprofit charitable organization
that promotes and supports sustainable, equitable, and just development of the underprivileged
in India.</i></span></p>

<p class=MsoNormal style='margin-top:5.0pt;margin-right:0in;margin-bottom:0in;
margin-left:.5in;margin-bottom:.0001pt'><span style='font-size:12.0pt;
line-height:115%'>Helped setup and run major fundraising event in 2019, Holi on
the Beach, for <a href="https://la-oc.aidindia.org/">Los Angeles/Orange County
Chapter</a> attended by over 5000 people over 2 days</span></p>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'><span
style='font-size:12.0pt;line-height:115%'>       First Lego League</span></p>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'><span
style='font-size:12.0pt;line-height:115%'>             Coached local robotics
team in 2019</span></p>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'><span
style='font-size:12.0pt;line-height:115%'>             Also when younger, more
on that in Experiences</span></p>

<div style='border:none;border-top:solid #4472C4 1.0pt;padding:2.0pt 0in 0in 0in'>

<h3 style='margin-top:0in'><span style='color:windowtext'>Music</span></h3>

</div>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'><span
style='font-size:12.0pt;line-height:115%'>       Viola player since 4<sup>th</sup>
grade</span></p>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'><span
style='font-size:12.0pt;line-height:115%'>       Performed with School
Orchestra at multiple locations</span></p>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'><span
style='font-size:12.0pt;line-height:115%'>             Played and recorded at
Disneyland with school orchestra</span></p>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'><span
style='font-size:12.0pt;line-height:115%'>       Made into 2<sup>nd</sup>
highest school orchestra</span></p>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'><span
style='font-size:12.0pt;line-height:115%'>             Unfortunately, couldn’t
join it because of scheduling conflicts</span></p>

<div style='border:none;border-top:solid #4472C4 1.0pt;padding:2.0pt 0in 0in 0in'>

<h3 style='margin-top:0in'><span style='color:windowtext'>Student Forum</span></h3>

</div>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'><span
style='font-size:12.0pt;line-height:115%'>       Elected member of student
forum</span></p>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'><span
style='font-size:12.0pt;line-height:115%'>       Voted and provided feedback on
school activities</span></p>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'><span
style='font-size:12.0pt;line-height:115%'>       Participated for 2 years</span></p>

<div style='border:solid #D9E2F3 3.0pt;padding:0in 0in 0in 0in;background:#D9E2F3'>

<h2 style='margin-top:0in;background:#D9E2F3'><b><u><span style='font-size:
12.0pt;line-height:115%;color:black'>Experiences:</span></u></b></h2>

</div>

<div style='border:none;border-top:solid #4472C4 1.0pt;padding:2.0pt 0in 0in 0in'>

<h3 style='margin-top:0in'><span style='color:windowtext'>UCLA Internship — June
- August 2020</span></h3>

</div>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'><span
style='font-size:12.0pt;line-height:115%'>       At Wirz Research Group at the UCLA
Department of Mechanical and Aerospace Engineering</span></p>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'><span
style='font-size:12.0pt;line-height:115%'>       Specifically, UCLA Plasma
&amp; Space Propulsion Laboratory (PSPL)</span></p>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'><span
style='font-size:12.0pt;line-height:115%'>       Worked on alignment of electrospray
thrusters</span></p>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'><span
style='font-size:12.0pt;line-height:115%'>             Electrospray thrusters
will be used on the upcoming NASA and ESA LISA mission</span></p>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'><span
style='font-size:12.0pt;line-height:115%'>             Goal is to increase the
lifetime from 2,500 hours to 60,000 hours</span></p>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'><span
style='font-size:12.0pt;line-height:115%'>             Partnership with JPL and
PSPL</span></p>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'><span
style='font-size:12.0pt;line-height:115%'>       Used image analysis and
recognition to determine misalignment of emitter in thruster</span></p>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'><span
style='font-size:12.0pt;line-height:115%'>             Currently, designed for
manual use, but eventual automation in the future</span></p>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'><span
style='font-size:12.0pt;line-height:115%'>              Used Python and OpenCV
to analyze and process images</span></p>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'><span
style='font-size:12.0pt;line-height:115%'>              Work presented at JPL</span></p>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'><span
style='font-size:12.0pt;line-height:115%'>       Using machine learning and
neural networks to classify and predict states of the thruster</span></p>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'><span
style='font-size:12.0pt;line-height:115%'>              Current project</span></p>

<div style='border:none;border-top:solid #4472C4 1.0pt;padding:2.0pt 0in 0in 0in'>

<h3 style='margin-top:0in'><span style='color:windowtext'>Computer Science
Experience</span></h3>

</div>

<div style='border:none;border-top:dotted #4472C4 1.0pt;padding:2.0pt 0in 0in 0in'>

<h4 style='margin-top:0in'><span style='font-size:12.0pt;line-height:115%;
color:windowtext'>     Modelling of COVID19 outbreak — </span><a
href="http://www.anshul-gupta.me/world/model"><span style='font-size:12.0pt;
line-height:115%'>www.anshul-gupta.me/world/model</span></a><span
style='font-size:12.0pt;line-height:115%;color:windowtext'> </span></h4>

</div>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'><span
style='font-size:12.0pt;line-height:115%'>             Modelled and performed
data analysis using logistic regression based on SIR model</span></p>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'><span
style='font-size:12.0pt;line-height:115%'>             Extracted COVID19 data
from numerous locations</span></p>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'><span
style='font-size:12.0pt;line-height:115%'>             Used Python to analyze
data and provide server backend</span></p>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'><span
style='font-size:12.0pt;line-height:115%'>             Used HTML, CSS, and
JavaScript to present data easily</span></p>

<div style='border:none;border-top:dotted #4472C4 1.0pt;padding:2.0pt 0in 0in 0in'>

<h4 style='margin-top:0in'><span style='font-size:12.0pt;line-height:115%;
color:windowtext'>     Machine Learning Regression of COVID 19 Cases — </span><a
href="http://www.anshul-gupta.me/world/nn"><span style='font-size:12.0pt;
line-height:115%'>www.anshul-gupta.me/world/nn</span></a><span
style='font-size:12.0pt;line-height:115%;color:windowtext'> </span></h4>

</div>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'><span
style='font-size:12.0pt;line-height:115%'>             Predicted future COVID19
cases based on previous case trend</span></p>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'><span
style='font-size:12.0pt;line-height:115%'>             Trained Neural Network
to predict future cases</span></p>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'><span
style='font-size:12.0pt;line-height:115%'>             Used Python and Keras
for Machine Learning and server backend</span></p>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'><span
style='font-size:12.0pt;line-height:115%'>             Used HTML, CSS, and
JavaScript to present data</span></p>

<div style='border:none;border-top:dotted #4472C4 1.0pt;padding:2.0pt 0in 0in 0in'>

<h4 style='margin-top:0in'><span style='font-size:12.0pt;line-height:115%;
color:windowtext'>     Python Math Module — </span><a
href="https://github.com/Ansh191/AMath"><span style='font-size:12.0pt;
line-height:115%'>https://github.com/Ansh191/AMath</span></a><span
style='font-size:12.0pt;line-height:115%;color:windowtext'> </span></h4>

</div>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'><span
style='font-size:12.0pt;line-height:115%'>             Standalone Module — No
dependencies</span></p>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'><span
style='font-size:12.0pt;line-height:115%'>             Can do basic mathematical
functions to algebra and calculus</span></p>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'><span
style='font-size:12.0pt;line-height:115%'>             Has some ability to do
symbolic mathematics</span></p>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'><span
style='font-size:12.0pt;line-height:115%'>             Mostly written in Python</span></p>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'><span
style='font-size:12.0pt;line-height:115%'>             Uses C to create fast
extensions</span></p>

<div style='border:none;border-top:dotted #4472C4 1.0pt;padding:2.0pt 0in 0in 0in'>

<h4 style='margin-top:0in'><span style='font-size:12.0pt;line-height:115%;
color:windowtext'>     Swimmer Data Analysis for Irvine Swim League</span></h4>

</div>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'><span
style='font-size:12.0pt;line-height:115%'>             Created to find
accomplished swimmers easier and reward them</span></p>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'><span
style='font-size:12.0pt;line-height:115%'>             Created program to scrape
swimmer data off difficult to access website</span></p>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'><span
style='font-size:12.0pt;line-height:115%'>             Combined data into
readable format and processed it to identify swimmers</span></p>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'><span
style='font-size:12.0pt;line-height:115%'>             Uses Python to scrape,
clean, and process data</span></p>

<div style='border:none;border-top:dotted #4472C4 1.0pt;padding:2.0pt 0in 0in 0in'>

<h4 style='margin-top:0in'><span style='font-size:12.0pt;line-height:115%;
color:windowtext'>     Bird Watching using Raspberry Pi — </span><a
href="https://github.com/Ansh191/Motion-Camera"><span style='font-size:12.0pt;
line-height:115%'>https://github.com/Ansh191/Motion-Camera</span></a><span
style='font-size:12.0pt;line-height:115%;color:windowtext'> </span></h4>

</div>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'><span
style='font-size:12.0pt;line-height:115%'>             Found Hummingbird nest
in backyard, so setup raspberry pi with camera to watch</span></p>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'><span
style='font-size:12.0pt;line-height:115%'>             Implemented motion
detection system to detect when bird was in the nest</span></p>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'><span
style='font-size:12.0pt;line-height:115%'>             Uploaded videos to
network location for easy access</span></p>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'><span
style='font-size:12.0pt;line-height:115%'>             Used Python and OpenCV
for motion detection and video capture</span></p>

<div style='border:none;border-top:dotted #4472C4 1.0pt;padding:2.0pt 0in 0in 0in'>

<h4 style='margin-top:0in'><span style='font-size:12.0pt;line-height:115%;
color:windowtext'>     Other Computer Science Experiences:</span></h4>

</div>

<div style='border:none;border-bottom:solid #4472C4 1.0pt;padding:0in 0in 1.0pt 0in'>

<h5 style='margin-top:0in'><span style='font-size:12.0pt;line-height:115%;
color:windowtext'>           Languages:</span></h5>

</div>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'><span
style='font-size:12.0pt;line-height:115%'>                    Python — Most
experience from numerous projects. Can do anything in Python</span></p>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'><span
style='font-size:12.0pt;line-height:115%'>                    JavaScript (Node.js)
— Server-Side JavaScript, experience from making websites</span></p>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'><span
style='font-size:12.0pt;line-height:115%'>                    JavaScript
(client-side) — Experience from making interactive websites</span></p>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'><span
style='font-size:12.0pt;line-height:115%'>                    HTML/CSS —
Experience from making websites</span></p>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'><span
style='font-size:12.0pt;line-height:115%'>                    C — Experience
from Python extensions and CUDA</span></p>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'><span
style='font-size:12.0pt;line-height:115%'>                    C++ — Experience
from Python extensions and video game development</span></p>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'><span
style='font-size:12.0pt;line-height:115%'>                    C# — Experience
from video game development</span></p>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'><span
style='font-size:12.0pt;line-height:115%'>                    Mathematica — Experience
from general use to mathematical help for projects</span></p>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'><span
style='font-size:12.0pt;line-height:115%'>                    Java — Experience
from AP Computer Science and Android app development</span></p>

<div style='border:none;border-bottom:solid #4472C4 1.0pt;padding:0in 0in 1.0pt 0in'>

<h5 style='margin-top:0in'><span style='font-size:12.0pt;line-height:115%;
color:windowtext'>           Platforms:</span></h5>

</div>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'><span
style='font-size:12.0pt;line-height:115%'>                    Windows — Lots of
experience with windows. Main operating system used</span></p>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'><span
style='font-size:12.0pt;line-height:115%'>                    Linux — Used
Linux for projects such as Raspberry Pis to Servers</span></p>

<div style='border:none;border-bottom:solid #4472C4 1.0pt;padding:0in 0in 1.0pt 0in'>

<h5 style='margin-top:0in'><span style='font-size:12.0pt;line-height:115%;
color:windowtext'>           Frameworks:</span></h5>

</div>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'><span
style='font-size:12.0pt;line-height:115%'>                    OpenCV — Experience
from image processing for Bird Camera and UCLA Internship</span></p>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'><span
style='font-size:12.0pt;line-height:115%'>                    NumPy/Pandas — Experience
from numerous data analysis projects</span></p>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'><span
style='font-size:12.0pt;line-height:115%'>                    TensorFlow —
Experience from Machine Learning projects</span></p>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'><span
style='font-size:12.0pt;line-height:115%'>                    Unity —
Experience from video game development</span></p>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'><span
style='font-size:12.0pt;line-height:115%'>                    CUDA — Experience
from GPU acceleration projects (Machine Learning, etc.)</span></p>

<div style='border:none;border-bottom:solid #4472C4 1.0pt;padding:0in 0in 1.0pt 0in'>

<h5 style='margin-top:0in'><span style='font-size:12.0pt;line-height:115%;
color:windowtext'>           Machine Learning:</span></h5>

</div>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'><span
style='font-size:12.0pt;line-height:115%'>                    Experience using
Neural Networks</span></p>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'><span
style='font-size:12.0pt;line-height:115%'>                    Classification —
Image Classification and Text Classification</span></p>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'><span
style='font-size:12.0pt;line-height:115%'>                    Prediction — Regression,
COVID19 predictions</span></p>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'><span
style='font-size:12.0pt;line-height:115%'>                    Reinforcement
Learning — OpenAI Gym</span></p>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'><span
style='font-size:12.0pt;line-height:115%'>                    Solved some
Kaggle Machine Learning Problems</span></p>

<div style='border:none;border-bottom:solid #4472C4 1.0pt;padding:0in 0in 1.0pt 0in'>

<h5 style='margin-top:0in'><span style='font-size:12.0pt;line-height:115%;
color:windowtext'>           Robotics:</span></h5>

</div>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'><span
style='font-size:12.0pt;line-height:115%'>                    Basic Electronic
Experience — Soldering, Circuits, Breadboards, Basic Components</span></p>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'><span
style='font-size:12.0pt;line-height:115%'>                    Raspberry Pi —
Used for some robotics projects</span></p>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'><span
style='font-size:12.0pt;line-height:115%'>                    Arduino — Used
for some robotics projects</span></p>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'><span
style='font-size:12.0pt;line-height:115%'>                    First Lego League</span></p>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'><span
style='font-size:12.0pt;line-height:115%'>                           Participated
for 2 years</span></p>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'><span
style='font-size:12.0pt;line-height:115%'>                           Won awards
are regional finals</span></p>

<div style='border:none;border-top:solid #4472C4 1.0pt;padding:2.0pt 0in 0in 0in'>

<h3 style='margin-top:0in'><span style='color:windowtext'>Swim Coaching</span></h3>

</div>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'><span
style='font-size:12.0pt;line-height:115%'>       Originally Volunteer Coached
for ISL Team</span></p>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'><span
style='font-size:12.0pt;line-height:115%'>       In summer 2020, began private
swim lessons</span></p>

<div style='border:none;border-top:solid #4472C4 1.0pt;padding:2.0pt 0in 0in 0in'>

<h3><span style='color:windowtext'>Science Fair</span></h3>

</div>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'><span
style='font-size:12.0pt;line-height:115%'>       Use of magnets to accelerate
projectiles</span></p>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'><span
style='font-size:12.0pt;line-height:115%'>       Won 1<sup>st</sup> at school, district,
and county</span></p>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'><span
style='font-size:12.0pt;line-height:115%'>       Won 5<sup>th</sup> at state</span></p>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'><span
style='font-size:12.0pt;line-height:115%'>       Reached semifinals of Broadcom
National Science Fair — Top 200 in nation</span></p>

<div style='border:solid #D9E2F3 3.0pt;padding:0in 0in 0in 0in;background:#D9E2F3'>

<h2 style='margin-top:0in;background:#D9E2F3'><b><u><span style='font-size:
12.0pt;line-height:115%;color:black'>Awards:</span></u></b></h2>

</div>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'><span
style='font-size:12.0pt;line-height:115%'>       High School honor roll past 3
years</span></p>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'><span
style='font-size:12.0pt;line-height:115%'>       Charter Oak Merit Award for
mathematics Junior year</span></p>

<p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt'><span
style='font-size:12.0pt;line-height:115%'>       Top 5 in State Science Fair
and Reached Semifinals in National Broadcom Science Fair</span></p>

</div>

</body>

</html>