-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
500 lines (432 loc) · 35.2 KB
/
index.html
File metadata and controls
500 lines (432 loc) · 35.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Yashraj Sharma — Portfolio</title>
<meta name="title" content="Yashraj Sharma — Portfolio"><meta name="description" content="Hey, I'm Yashraj Sharma! Welcome to a collection of things I've done and research I've conducted. I enjoy research, writing, and debate - and I'm deeply interested in public policy, political science, and economics.">
<meta content="yashraj, sharma, portfolio, yashraj sharma, yashraj student, sharma, YRLC, YRLC journal" name="keywords">
<meta property="og:title" content="Yashraj Sharma — Portfolio">
<meta property="og:description" content="Hey, I'm Yashraj Sharma! Welcome to a collection of things I've done and research I've conducted. I enjoy research, writing, and debate - and I'm deeply interested in public policy, political science, and economics." name="description">
<meta property="og:image" content="https://raw.githubusercontent.com/psrth/yashrajs-portfolio/main/assets/img/profile-img.jpg">
<meta property="og:url" content="http://yashrajs.com">
<!-- Favicons -->
<link href="assets/img/favicon.png" rel="icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/icofont/icofont.min.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/venobox/venobox.css" rel="stylesheet">
<link href="assets/vendor/owl.carousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-6F2LR234R9"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-6F2LR234R9');
</script>
</head>
<body>
<!-- ======= Mobile nav toggle button ======= -->
<button type="button" class="mobile-nav-toggle d-xl-none"><i class="icofont-navigation-menu"></i></button>
<!-- ======= Header ======= -->
<header id="header" class="d-flex flex-column justify-content-center">
<nav class="nav-menu">
<ul>
<li class="active"><a href="#hero"><i class="bx bx-home"></i> <span>Home</span></a></li>
<li><a href="#about"><i class="bx bx-id-card"></i> <span>Education</span></a></li>
<li><a href="#research"><i class="bx bx-file-blank"></i> <span>Research and Work Experience</span></a></li>
<li><a href="#pub"><i class="bx bx-book-content"></i> <span>Publications</span></a></li>
<li><a href="#yrlc"><i class="bx bx-world"></i> <span>YRLC Journal</span></a></li>
<li><a href="#lead"><i class="bx bx-door-open"></i> <span>Leadership</span></a></li>
<li><a href="#contact"><i class="bx bx-envelope"></i> <span>Contact</span></a></li>
</ul>
</nav><!-- .nav-menu -->
</header><!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero" class="d-flex flex-column justify-content-center">
<div class="container" data-aos="zoom-in" data-aos-delay="100">
<!-- <div class="col-lg-8"> -->
<h1>Yashraj Sharma</h1>
<p>I'm a <span class="typed" data-typed-items="student., policy researcher., founder at the YRLC Journal., political science enthusiast."></span></p>
<p style="font-size: 17px;">Hey, welcome to a collection of things I've done and research I've
conducted. <br><br>I enjoy research, writing, and debate - and I'm deeply interested in public policy, political science, and economics. I founded a student research journal and work on educational policy research. I'm deeply interested in the harnessing code to provide insights into Business/Economics, Social, and Political issues.<br><br>You can reach out to me anytime to learn more!<br><br></p>
<p style="font-size: 17px;">Grab my resume
<a
href="https://drive.google.com/file/d/1uyLEFIx7nt0U85QbvXiKbE6tcJDdgVxf/view?usp=sharing">
here.
</a>
</p>
<div class="social-links">
<a href="https://github.com/YashrajSharma711" class="twitter"><i class="bx bxl-github"></i></a>
<a href="https://twitter.com/theyashrajs" class="twitter"><i class="bx bxl-twitter"></i></a>
<a href="https://medium.com/@yashrajsharma_74877" class="twitter"><i class="bx bxl-medium"></i></a>
<a href="https://www.facebook.com/yashraj.sharma.355/" class="facebook"><i class="bx bxl-facebook"></i></a>
<a href="https://www.instagram.com/yashrajsharma.7/" class="instagram"><i class="bx bxl-instagram"></i></a>
<a href="yashraj@yrlc.in" class="google-plus"><i class="bx bx-envelope"></i></a>
<a href="https://scholar.google.com/citations?user=PKG3f6sAAAAJ&hl=en" class="google-plus"><i class="bx bxl-google"></i></a>
<a href="https://www.linkedin.com/in/yashraj711" class="linkedin"><i class="bx bxl-linkedin"></i></a>
</div>
<!-- </div> -->
<!-- <div class="col-lg-4">
<br><br>
<img src="assets/img/profile-img.jpg" class="img-fluid" alt="">
</div> -->
</div>
</section><!-- End Hero -->
<main id="main">
<!-- ======= About Section ======= -->
<section id="about" class="about">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Education</h2>
</div>
<div class="row">
<div class="col-lg-4">
<img src="assets/img/yashraj.png" class="img-fluid" alt="">
</div>
<div class="col-lg-8 pt-4 pt-lg-0 content">
<h3>Incoming Freshman at University of California, Los Angeles</h3>
<p style="color: #44545c;">
<div class="row">
<div class="col-lg-6">
<ul>
<li><i class="icofont-rounded-right"></i>Intended Major: Economics and Political Science</li>
</ul>
</div>
</div>
</p>
<br><BR>
<h3>The Shri Ram School, Aravali</h3>
<div class="row">
<div class="col-lg-6">
<ul>
<li><i class="icofont-rounded-right"></i>ICSE Grade X Examinations - 95.2%</li>
<li><i class="icofont-rounded-right"></i>ISC Grade XII Predicteds - 96.6%</li>
<li><i class="icofont-rounded-right"></i>Head of Debate Society</li>
<li><i class="icofont-rounded-right"></i>Vice Captain in the Student Council</li>
<li><i class="icofont-rounded-right"></i>Secretary-General of Model UN society</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section><!-- End About Section -->
<!-- ======= Services Section ======= -->
<section id="research" class="services">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Research and Work Experience</h2>
</div>
<div class="row">
<div class="col-lg-4 col-md-6 d-flex align-items-stretch" data-aos="zoom-in" data-aos-delay="100">
<div class="icon-box iconbox-blue">
<div class="icon">
<svg width="100" height="100" viewBox="0 0 600 600" xmlns="http://www.w3.org/2000/svg">
<path stroke="none" stroke-width="0" fill="#f5f5f5" d="M300,521.0016835830174C376.1290562159157,517.8887921683347,466.0731472004068,529.7835943286574,510.70327084640275,468.03025145048787C554.3714126377745,407.6079735673963,508.03601936045806,328.9844924480964,491.2728898941984,256.3432110539036C474.5976632858925,184.082847569629,479.9380746630129,96.60480741107993,416.23090153303,58.64404602377083C348.86323505073057,18.502131276798302,261.93793281208167,40.57373210992963,193.5410806939664,78.93577620505333C130.42746243093433,114.334589627462,98.30271207620316,179.96522072025542,76.75703585869454,249.04625023123273C51.97151888228291,328.5150500222984,13.704378332031375,421.85034740162234,66.52175969318436,486.19268352777647C119.04800174914682,550.1803526380478,217.28368757567262,524.383925680826,300,521.0016835830174"></path>
</svg>
<i class="bx bxl-dribbble"></i>
</div>
<h4>
<a href="https://drive.google.com/file/d/14mQDvTbWbW6aQlXgymqAdWxaTUfHQSBc/view?usp=sharing">
Research Project, Harvard Kennedy School’s Center for Educational Policy Research
</a>
</h4>
<p style="text-align: left;"><br>• Working under the guidance of Dr. Christine Mulhern and Dr. Aroop Mukharji at the Belfer Center at Harvard Kennedy School, on an ongoing research project which analyses the recent downward trend in Chinese Student Enrolment in Higher Educational Institutions in the United States. <br><br>• Determined and charted out the exact recent trends in Chinese Student Enrolment since 2018 in US Universities and Colleges. Used Regression, Correlation, and other Statistical Models for the same.<br><br>
• Uncovered the exact causes and behaviors behind Chinese Student Enrolment Trends and used Correlation and other statistical analysis to determine the exact causes which impact Chinese student enrolment <br><br>
• Applied current news, data, state of affairs, to determine what factors within the status-quo have led to a recent downfall in Chinese Student Enrolment in the United States. Used literature, Bureau of Labor Statistics Data, and other forms of reports of the US Government to do the same (White House).</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4 mt-md-0" data-aos="zoom-in" data-aos-delay="200">
<div class="icon-box iconbox-orange ">
<div class="icon">
<svg width="100" height="100" viewBox="0 0 600 600" xmlns="http://www.w3.org/2000/svg">
<path stroke="none" stroke-width="0" fill="#f5f5f5" d="M300,582.0697525312426C382.5290701553225,586.8405444964366,449.9789794690241,525.3245884688669,502.5850820975895,461.55621195738473C556.606425686781,396.0723002908107,615.8543463187945,314.28637112970534,586.6730223649479,234.56875336149918C558.9533121215079,158.8439757836574,454.9685369536778,164.00468322053177,381.49747125262974,130.76875717737553C312.15926192815925,99.40240125094834,248.97055460311594,18.661163978235184,179.8680185752513,50.54337015887873C110.5421016452524,82.52863877960104,119.82277516462835,180.83849132639028,109.12597500060166,256.43424936330496C100.08760227029461,320.3096726198365,92.17705696193138,384.0621239912766,124.79988738764834,439.7174275375508C164.83382741302287,508.01625554203684,220.96474134820875,577.5009287672846,300,582.0697525312426"></path>
</svg>
<i class="bx bx-file"></i>
</div>
<h4><a href="https://drive.google.com/file/d/1ySpfpyAhoTV7uULc-uLgokMjcGfAKDxK/view?usp=sharing">Intern, Offices of Dr. Narendra Jadhav (M.P in the Indian Parliament</a></h4>
<p style="text-align: left;"><br>• Worked directly under Dr. Narendra Jadhav - https://en.wikipedia.org/wiki/Narendra_Jadhav - a nominated member of the Rajya Sabha and Economist/Public-Policy Specialist. He was also a nominee for the position of President of India. <br><br>• Conducted historical and in-depth research on Mahatma Gandhi and his work on the Indian Independence Movement. Analyzed and traced his development as a Political Figure and influence in South Africa.<br><br>
Based on my research, I authored 3 chapters on Gandhi and his development as a figure for Dr. Jadhav's upcoming book on Babasaheb Ambedkar.<br><br>
Edited past publications by Dr. Jadhav on Ambedkar besides summarizing and condensing chapters and speeches.<br><br>Conducted research on the importance of the economic ideology of Ambedkar during the Constituent Assembly debates for the inclusion of marginalized communities and their education.</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4 mt-lg-0" data-aos="zoom-in" data-aos-delay="300">
<div class="icon-box iconbox-pink">
<div class="icon">
<svg width="100" height="100" viewBox="0 0 600 600" xmlns="http://www.w3.org/2000/svg">
<path stroke="none" stroke-width="0" fill="#f5f5f5" d="M300,541.5067337569781C382.14930387511276,545.0595476570109,479.8736841581634,548.3450877840088,526.4010558755058,480.5488172755941C571.5218469581645,414.80211281144784,517.5187510058486,332.0715597781072,496.52539010469104,255.14436215662573C477.37192572678356,184.95920475031193,473.57363656557914,105.61284051026155,413.0603344069578,65.22779650032875C343.27470386102294,18.654635553484475,251.2091493199835,5.337323636656869,175.0934190732945,40.62881213300186C97.87086631185822,76.43348514350839,51.98124368387456,156.15599469081315,36.44837278890362,239.84606092416172C21.716077023791087,319.22268207091537,43.775223500013084,401.1760424656574,96.891909868211,461.97329694683043C147.22146801428983,519.5804099606455,223.5754009179313,538.201503339737,300,541.5067337569781"></path>
</svg>
<i class="bx bx-tachometer"></i>
</div>
<h4><a href="https://drive.google.com/file/d/1nqUiz_b9opY4ZcrnqtQwlZDVQtYP9Qjw/view?usp=sharing">Research Intern, Center for Civil Society (CCS)</a></h4>
<p style="text-align: left;"><br><br>• Worked as a Research Intern under Bhuvana Anand, Director of Research. CCS is a top think-tank in India and the 71st best think tank in the world which was established by Dr.Parth Shah – an Ex-Professor of Economics at the University of Michigan.<br><br>• Conducted extensive research on the role and intersection of religion with the Educational System in India, and authored a paper, under the guidance of Bhuvana Anand, titled: "Minority Educational Institutions in India - an Analysis." which was published in the 1st Volume of 2020 of the International Journal of Social Science and Economic Research. The paper reviews various legal statutes and doctrines relating to these schools and interpreted various Judicial Pronouncements in order to critically analyzed the NCMEI Act of 2004. It discussed problematic areas of the Act, such as its composition, and made certain Policy Recommendations.<br><br>
Analysed data from the NBER, ASER, and other educational data centers and research into judicial decisions and laws regarding minority bodies.<br><br>
• Additionally, I created a software solution on the basis of Python, Excel, SMTP, and HTML, which used programming and scheduling algorithms to draft automated emails for the weekly mailers/up-to-date information sent to all employees.</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4" data-aos="zoom-in" data-aos-delay="100">
<div class="icon-box iconbox-yellow">
<div class="icon">
<svg width="100" height="100" viewBox="0 0 600 600" xmlns="http://www.w3.org/2000/svg">
<path stroke="none" stroke-width="0" fill="#f5f5f5" d="M300,503.46388370962813C374.79870501325706,506.71871716319447,464.8034551963731,527.1746412648533,510.4981551193396,467.86667711651364C555.9287308511215,408.9015244558933,512.6030010748507,327.5744911775523,490.211057578863,256.5855673507754C471.097692560561,195.9906835881958,447.69079081568157,138.11976852964426,395.19560036434837,102.3242989838813C329.3053358748298,57.3949838291264,248.02791733380457,8.279543830951368,175.87071277845988,42.242879143198664C103.41431057327972,76.34704239035025,93.79494320519305,170.9812938413882,81.28167332365135,250.07896920659033C70.17666984294237,320.27484674793965,64.84698225790005,396.69656628748305,111.28512138212992,450.4950937839243C156.20124167950087,502.5303643271138,231.32542653798444,500.4755392045468,300,503.46388370962813"></path>
</svg>
<i class="bx bx-layer"></i>
</div>
<h4><a href="https://drive.google.com/file/d/1UlP6gI-i_oZ6LdGMb_GdsddSrdmqj87e/view?usp=sharing">Research Paper, Efficacy of Education in the Prevention of Violent Extremism</a></h4>
<p style="text-align: left;">• Worked under the aid of Ali Khan Mahmudabad, Assistant Professor of Political Science at Ashoka University.<br><br>
• Conducted research on the use of Education as a form of policy intervention in the Middle East and North Africa Region in the Prevention of Violent
Extremism Process.<br><br>
• Used quantitative data from the UN, World Bank, and Central Governments and used Regression, Correlation, and other Statistical Models, as well
as a comprehensive review of literature to determine the link between Islamic Fundamentalism and Education.<br><br>
• Substantiated the notion that, contrary to popular belief, the link between Education and an individual’s propensity to commit radically violent acts
is weak, indirect, and not largely sustainable<br><br>
• Invited to the 4th London International Conference on Social Science and Humanities 2020 to present my research and work</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4" data-aos="zoom-in" data-aos-delay="200">
<div class="icon-box iconbox-red">
<div class="icon">
<svg width="100" height="100" viewBox="0 0 600 600" xmlns="http://www.w3.org/2000/svg">
<path stroke="none" stroke-width="0" fill="#f5f5f5" d="M300,532.3542879108572C369.38199826031484,532.3153073249985,429.10787420159085,491.63046689027357,474.5244479745417,439.17860296908856C522.8885846962883,383.3225815378663,569.1668002868075,314.3205725914397,550.7432151929288,242.7694973846089C532.6665558377875,172.5657663291529,456.2379748765914,142.6223662098291,390.3689995646985,112.34683881706744C326.66090330228417,83.06452184765237,258.84405631176094,53.51806209861945,193.32584062364296,78.48882559362697C121.61183558270385,105.82097193414197,62.805066853699245,167.19869350419734,48.57481801355237,242.6138429142374C34.843463184063346,315.3850353017275,76.69343916112496,383.4422959591041,125.22947124332185,439.3748458443577C170.7312796277747,491.8107796887764,230.57421082200815,532.3932930995766,300,532.3542879108572"></path>
</svg>
<i class="bx bx-slideshow"></i>
</div>
<h4><a href="https://en.wikipedia.org/wiki/Ashish_Dhawan">Research Intern, Central Square Foundation (CSF)</a></h4>
<p style="text-align: left;"><br>• CSF is a Policy Research Organization established by Ashish Dhawan, the Founder of Ashoka University, as a policy think tank dealing with grassroots level issues in the educational system in India.<br><br>• Worked under Apoorva Bhandari and the Governance Team on a report on private school governance in India, which aimed at mitigating issues and misconceptions regarding private schooling and discussed recommendations to better the state of governmental intervention and involvement in private bodies.<br><br>
• Conducted data collection and other research tasks for team members working on the report and conducted fact-checking tests using Excel, Sheets, Python, and other such tools.
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4" data-aos="zoom-in" data-aos-delay="300">
<div class="icon-box iconbox-teal">
<div class="icon">
<svg width="100" height="100" viewBox="0 0 600 600" xmlns="http://www.w3.org/2000/svg">
<path stroke="none" stroke-width="0" fill="#f5f5f5" d="M300,566.797414625762C385.7384707136149,576.1784315230908,478.7894351017131,552.8928747891023,531.9192734346935,484.94944893311C584.6109503024035,417.5663521118492,582.489472248146,322.67544863468447,553.9536738515405,242.03673114598146C529.1557734026468,171.96086150256528,465.24506316201064,127.66468636344209,395.9583748389544,100.7403814666027C334.2173773831606,76.7482773500951,269.4350130405921,84.62216499799875,207.1952322260088,107.2889140133804C132.92018162631612,134.33871894543012,41.79353780512637,160.00259165414826,22.644507872594943,236.69541883565114C3.319112789854554,314.0945973066697,72.72355303640163,379.243833228382,124.04198916343866,440.3218312028393C172.9286146004772,498.5055451809895,224.45579914871206,558.5317968840102,300,566.797414625762"></path>
</svg>
<i class="bx bx-arch"></i>
</div>
<h4>
<!-- <a href=""> -->
Intern, FSSAI – Ministry of Health, Government of India
<!-- </a> -->
</h4>
<p style="text-align: left;"><br>• Worked under Namrata Khanna on the ‘Safe and Nutritious Food @ Schools’ Project undertaken by the FSSAI.<br><br>• Researched into models and effective mechanisms to revamp the scheme for implementation in private schools as well as schools in urban and rural cities.<br><br>
• Authored reports and recommendations to bring about changes to the system,<br><br>
• Worked on revamping the social media handles of the SNF@Schools program.</p>
</div>
</div>
</div>
</div>
</section><!-- End Services Section -->
<!-- ======= Facts Section ======= -->
<section id="pub" class="facts">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Publications</h2>
<div>
<h3>Minority Educational Institutions in India: An Analysis</h3>
<h5>Y. Sharma(2020) | International Journal of Social Science and Economic Research (ISSN: 2455-8834) | Volume 05, Issue 01 | DOI: 10.46609/IJSSER.2020.v05i01.002 | January 2020. </h5><br>
<p>
<li style="text-align: left;">Research was conducted under the aegis of Bhuvana Anand, the Director of Research at the Center for Civil Society.</li>
<li style="text-align: left;">The paper was written as an outcome of my work with the Center for Civil Societies and discusses the foundation, organization, and administration of Religious Minority Schools in India. It reviews various legal statutes and doctrines relating to these schools and interprets various Judicial Pronouncements in order to critically analyze the NCMEI Act of 2004. It discusses problematic areas of the Act, such as its composition, and makes certain Policy Recommendations.</li>
</p>
</div>
</div>
</div>
</section><!-- End Facts Section -->
<!-- ======= Facts Section ======= -->
<section id="yrlc" class="facts">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>YRLC Journal</h2>
<div>
<h5>The YRLC Journal is an international digital research journal where students can publish articles and pieces about public policy, governance, and politics with the sole aim of making policy recommendations and improving the quality of governance and polity of India and the world.</h5><br>
<iframe src="https://www.youtube.com/embed/-t9PucF-hIA" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe><br><br>
<p>
<li style="text-align: left;">Member of the UN Major Group for Children and the Youth (UNMGCY).</li>
<li style="text-align: left;">Received 40+ submissions from students across the world - Delhi, Mumbai, Bangalore, Hyderabad, Spain, Australia, Venezuela, US – studying in institutions such as UC Berkeley, National University of Juridical Sciences, Delhi University, Macquaire University, University of San Francisco, Ashoka University, Cambridge University.</li>
<li style="text-align: left;">Team strength - 9 students pan India and the US, with designers, social-media marketers, operational heads and editors.</li>
<li style="text-align: left;">Formed a senior Advisory Board of 6 Professors all over India and the US, as well as top-level researchers, including: Shantanu Gupta (https://en.wikipedia.org/wiki/Shantanu_Gupta), Dr. Ernest R. Rugenstein (Union College, New York), Dr. Mahendra Gaur (FPRC Journal, New Delhi), Gayathri Iyer (Observer Research Foundation, New Delhi), Shantanu Roy-Chaudhary (Oxford/Albright-Stonebridge), Aayush Mohanty (Vivekanand International Foundation, New Delhi).</li>
<li style="text-align: left;">Formed an Editorial Board consisting of 3+ top-level researchers (Ex-Editor of the Indian Journal of Law and Society and the Permanent Member of the Indian Civil Liberties Union) who work to refine papers and develop research skills. </li>
<li style="text-align: left;">Held 2 workshops with researchers from think-tanks (Vivekanand International Foundation) and Alumni of Cambridge University on International Relations and Policy Research 350+ registrations with 200+ attendees.</li>
<li style="text-align: left;">Assisted and mentored by Onyeka Obiocha – Director of Dwight-Hall at Yale University and the Tsai Center for Innovative Thinking at Yale – on scaling up student organizations, forming teams and acquiring star-ups, building an international network.</li>
</p>
</div>
</div>
</div>
</section><!-- End Facts Section -->
<!-- ======= Resume Section ======= -->
<section id="lead" class="resume">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Leadership</h2>
</div>
<div class="row">
<div class="col-lg-6">
<!-- <img src="assets/img/profile-img.jpg" class="img-fluid"alt=""> -->
<h3 class="resume-title">Debate and Model UN</h3>
<div class="resume-item">
<h4>Secretary-General of Aravali Model UN 2020</h4>
<ul>
<li>Led a team of 30 students and EB members to organise the largest student-run school event.</li>
<li>Managed the affairs of the conference as the singular point of contact between delegates, EB, and teachers.</li>
<li>Trained 250+ students in the fundamentals of Model UN and debating.</li>
<li>Trained and sent delegations to national and international level Model UN conferences.</li>
</ul>
</div>
<div class="resume-item">
<h4>Head of Debate Society - TSRS Aravali 2020-21</h4>
<ul>
<li>Selected and trained teams for national level debating competitions, and lead teams at the same.</li>
<li>Conducted workshops on the fundamentals of debating, argumentation, point-making, and case-building for students of grades 6-12 comprising of 40-50 students.</li>
</ul>
</div>
<div class="resume-item">
<h4>
Secretary of Debate Society - TSRS Aravali 2019-20</h4>
<ul>
<li>Presided over the sessions of the society and worked to inculcate debating and argumentation skills amongst our teams and send teams to various debates.</li>
<li>Hosted workshops during Society Stay-backs to teach various techniques to excel at competitive debates and organize mock-debates.</li>
</ul>
</div>
<div class="resume-item">
<h4>Chairperson - Aravali MUN 2019</h4>
<ul>
<li>Served as the Chairperson on the Executive Board of AMUN, our school’s MUN Society.</li>
<li>Chaired the committee: “Joint Meet of NATO and the Warsaw Pact”.</li>
<li>Organized delegations and have represented my school in various international and national level MUN Conferences.</li>
<li>Responsible for introducing the concept of Model UN to various first-timers and inculcate debating and public speaking skills.</li>
</ul>
</div>
</div>
<div class="col-lg-6">
<h3 class="resume-title">School Student Council</h3>
<div class="resume-item pb-0">
<h4>Vice Captain — Sagar House</h4>
<h5>2019 - 2020</h5>
<ul>
<li>Elected after having won a direct election by the student body.</li>
<li>Key representative for Sagar House before the school community and 2nd in command for decision making for a body of 300+ students.</li>
<li>Formed and led teams for house-matches, inter-house competitions and debated.</li>
<li>Led Sagar to win the Co-Curricular Cup in 2019.</li>
<li>Led Sagar for Sports Day, where Sagar emerged in the 3rd place.</li>
<li>Was in-charge of discipline, ethics, and school monitoring as a member of the student-council.</li><br>
</ul>
</div>
<div class="resume-item pb-0">
<h4>Form Representative — Grade X</h4>
<h5>2018 - 2019</h5><br><br>
</div>
<div class="resume-item pb-0">
<h4>Form Representative - Grade IX</h4>
<h5>2017 - 2018</h5>
</div>
</div>
</div>
</div>
</section><!-- End Resume Section -->
<!-- ======= Contact Section ======= -->
<section id="contact" class="contact">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Contact</h2>
</div>
<div class="row mt-1">
<div class="col-lg-4">
<div class="info">
<div class="address">
<i class="icofont-google-map"></i>
<h4>Address:</h4>
<p>V 25/5, DLF City Phase III, <br>Gurgaon - 122002, India</p>
</div>
<div class="email">
<i class="icofont-envelope"></i>
<h4>Email:</h4>
<p>yashrajs@gmail.com</p>
</div>
<div class="phone">
<i class="icofont-phone"></i>
<h4>Call:</h4>
<p>+91 9818149595</p>
</div>
</div>
</div>
<div class="col-lg-8 mt-5 mt-lg-0">
<form action="forms/contact.php" method="post" role="form" class="php-email-form">
<div class="form-row">
<div class="col-md-6 form-group">
<input type="text" name="name" class="form-control" id="name" placeholder="Your Name" data-rule="minlen:4" data-msg="Please enter at least 4 chars" />
<div class="validate"></div>
</div>
<div class="col-md-6 form-group">
<input type="email" class="form-control" name="email" id="email" placeholder="Your Email" data-rule="email" data-msg="Please enter a valid email" />
<div class="validate"></div>
</div>
</div>
<div class="form-group">
<input type="text" class="form-control" name="subject" id="subject" placeholder="Subject" data-rule="minlen:4" data-msg="Please enter at least 8 chars of subject" />
<div class="validate"></div>
</div>
<div class="form-group">
<textarea class="form-control" name="message" rows="5" data-rule="required" data-msg="Please write something for us" placeholder="Message"></textarea>
<div class="validate"></div>
</div>
<div class="mb-3">
<div class="loading">Loading</div>
<div class="error-message"></div>
<div class="sent-message">Your message has been sent. Thank you!</div>
</div>
<div class="text-center"><button type="submit">Send Message</button></div>
</form>
</div>
</div>
</div>
</section><!-- End Contact Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="container">
<h3>Yashraj Sharma</h3>
<p>A high-school political enthusiast studying at The Shri Ram School, Aravali.</p>
<div class="social-links">
<a href="https://twitter.com/theyashrajs" class="twitter"><i class="bx bxl-twitter"></i></a>
<a href="https://medium.com/@yashrajsharma_74877" class="twitter"><i class="bx bxl-medium"></i></a>
<a href="https://www.facebook.com/yashraj.sharma.355/" class="facebook"><i class="bx bxl-facebook"></i></a>
<a href="https://www.instagram.com/y.a.s.h.r.a.j.s.h.a.r.m.a/" class="instagram"><i class="bx bxl-instagram"></i></a>
<a href="yashraj@yrlc.in" class="google-plus"><i class="bx bx-envelope"></i></a>
<a href="https://scholar.google.com/citations?user=PKG3f6sAAAAJ&hl=en" class="google-plus"><i class="bx bxl-google"></i></a>
<a href="https://www.linkedin.com/in/yashraj711" class="linkedin"><i class="bx bxl-linkedin"></i></a>
</div>
<div class="copyright">
© Copyright <strong><span>2020</span></strong>. All Rights Reserved
</div>
<div class="credits">
Designed by <a href="https:/theorangeyak.co/">The Orange Yak Co.</a>
</div>
</div>
</footer><!-- End Footer -->
<a href="#" class="back-to-top"><i class="bx bx-up-arrow-alt"></i></a>
<div id="preloader"></div>
<!-- Vendor JS Files -->
<script src="assets/vendor/jquery/jquery.min.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/jquery.easing/jquery.easing.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/waypoints/jquery.waypoints.min.js"></script>
<script src="assets/vendor/counterup/counterup.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/venobox/venobox.min.js"></script>
<script src="assets/vendor/owl.carousel/owl.carousel.min.js"></script>
<script src="assets/vendor/typed.js/typed.min.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>