-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
529 lines (456 loc) · 26.4 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Harshita Srinivas</title>
<!-- Favicon -->
<link rel="shortcut icon" href="assets/favicon.png">
<!-- Javascript for Bootstrap -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"
integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI"
crossorigin="anonymous"></script>
<!-- Metadata for Mobile View -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- w3 CSS -->
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css"
integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<!-- Custom CSS -->
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Imbue">
<!-- Fontawesome -->
<script src="https://kit.fontawesome.com/a076d05399.js"></script>
<script src="scroll.js"></script>
<!-- Google Fonts -->
</head>
<body class="w3-animate-opacity">
<!-- Navbar -->
<div>
</div>
<div class="sticky">
<nav class="navbar navbar-expand-lg navbar-light" id="navigation">
<a class="navbar-brand text-light" href="index.html">Harshita Srinivas</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link text-light" href="#about"><i
class="fas fa-address-card text-warning"></i>About</a>
</li>
<li class="nav-item">
<a class="nav-link text-light" href="#projects"><i
class="fas fa-bullseye text-warning"></i>Projects</a>
</li>
<li class="nav-item">
<a class="nav-link text-light" href="#resume"><i class="fas fa-file text-warning"
aria-hidden="true"></i>Resume</a>
</li>
<li class="nav-item">
<a class="nav-link text-light" href="#contact"><i
class="far fa-envelope text-warning"></i>Contact</a>
</li>
</div>
</nav>
</div>
<div class="sidenav">
<a class="nav-link" href="https://github.com/harshita19244" target="_blank" rel="noopener noreferrer"><i
class="fab fa-github"></i></i></a>
<a class="nav-link" href="https://twitter.com/HarshitaSriniv2" target="_blank"><i
class="fab fa-twitter"></i></i></a>
<a class="nav-link" href="https://www.linkedin.com/in/harshita-srinivas-a090641a2/" target="_blank"><i
class="fab fa-linkedin-in"></i></a>
<a class="nav-link" href="https://harshitascodeblog.wordpress.com/" target="_blank"><i
class="fab fa-wordpress-simple"></i></a>
<a class="nav-link" href="#contact"><i class="fab fa-instagram"></i></a>
<div class="vertical-line"></div>
</div>
<div class="container-fluid">
<!-- Top & About -->
<section class="top" style="padding-bottom: 20px;">
<!-- Banner -->
<section id="banner" class="major">
<div id="put">
<header class="major">
<div class="left">
<br />
<p class="begin">Hi, my name is
<p>
<h1> Harshita Srinivas.</h1>
<hr>
</header>
<div class="content" align="left" margin="20px">
<p class="imp">| I work on developing software thats meets user requirements<br />
| I wish to deliver scalable solutions<br />
| I wish to engage in projects with a social impact </p>
<p> I am computer science student based in Los Angeles<br /> and I love to collaborate on machine-learning, software engineering and open source
projects.</p>
<br />
<br />
<a href="mailto:[email protected]" role="button" class="btn btn-outline-warning"
margin="20px">Get in Touch</a>
<br />
<br />
</div>
</div>
</div>
</section>
</section>
<br /><br /><br />
<br /> <br />
<div class="description">
<div class="left" id="about">
<h2>Background</h2>
</div>
<div class="row" margin-left="20px">
<div class="col-sm-6">
<h2>About me</h2>
I am currently pursuing Masters in Computer Science from the University of Southern California. I completed my
Bachelors in Computer Science and Applied Mathematics from IIIT Delhi, India. I was awarded with the Chancellor’s All-Round Performance Medal in my bachelors for exemplary performance in academic, research
mentorship and co-curricular activities.
Over the course of my undergrad studies, I have had several internships.
In May 2021, I worked as an <a href="https://www.outreachy.org/" style="color:#F5B041;">Outreachy</a> Intern with <a
href="https://www.cncf.io/" style="color:#F5B041;">Cloud Native Computing Foundation (CNCF)</a>.
My internship project dealt with performance testing of two large-scale instrumentation libraries and user research.
In May 2022, I interned with <a href="https://www.deshawindia.com/" style="color:#F5B041;">the D.E Shaw group</a> as a Software
Development intern. In my internship, I formulated a web application through agile development standards to help traders analyze futures and options-based
trade data using intricate data visualizations and quantitative models. Further, I minimized the latency of the web tool by 40%.</br>
Post that, I worked as a software engineer with the D.E Shaw group for an year. My work encompassed developing Python libraries, implementing quantitative models and low-latency full-stack solutions for market data. I Integrated software components, tested applications, optimized infrastructure, and improved
performance by 80%. I routinely engaged with stakeholders to address changing requirements in financial systems.</br>
I am a full stack developer and have contributed to several open-source web development projects. I also have 2 publications as a first author in the A-star journals, Transactions of Affective Computing (TAFFC) and Transactions of Software Engineering (TSE)
I have also worked on projects utilising MYSQL, Java, C/C++, Python, , JavaScript, Pytorch, Tensorflow, etc to name a few.
<br /> <br />
<div class="row">
<div class="col-sm-6">
<h6>1. HTML/CSS/JavaScript</h6>
<div class="container">
<div class="progress2 progress-moved">
<div class="progress-bar2">
</div>
</div>
</div>
</div>
<div class="col-sm-6">
<h6>2. Java</h6>
<div class="container">
<div class="progress2 progress-moved">
<div class="progress-bar2">
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6">
<h6>3. Python</h6>
<div class="container">
<div class="progress2 progress-moved1">
<div class="progress-bar2">
</div>
</div>
</div>
</div>
<div class="col-sm-6">
<h6>4. C/C++</h6>
<div class="container">
<div class="progress2 progress-moved">
<div class="progress-bar2">
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6">
<h6>5. NodeJs, ReactJs</h6>
<div class="container">
<div class="progress2 progress-moved">
<div class="progress-bar2">
</div>
</div>
</div>
</div>
<div class="col-sm-6" id="resume">
<h6>6. SQL</h6>
<div class="container">
<div class="progress2 progress-moved">
<div class="progress-bar2">
</div>
</div>
</div>
</div>
</div>
I also worked as an undergraduate student researcher with <a href="http://pag.iiitd.edu.in/"
style="color:#F5B041;">Program Analysis Group</a>,IIITD, <a href="https://hmi.iiitd.edu.in/" style="color:#F5B041;">Human Machine Interaction Lab, IIITD</a> and <a
href="http://midas.iiitd.edu.in/" style="color:#F5B041;">MIDAS lab </a>IIITD on developing a
neural machine translation system for Indian languages. <br /> <br />
<a href="https://drive.google.com/file/d/1HLngRgqjXDYa8Hpy1bPjnAjt-NdUCKmo/view?usp=sharing"
role="button" class="btn btn-outline-warning" margin="20px">Resume</a>
</div>
<div class="col-sm-6" id="contact">
<i class="fa fa-building text-warning" aria-hidden="true"></i></span>
<section>
<h3>Education</h3>
<span>Masters in CS <br /> Univ of Southern California <br /> Graduating <b>May 2026</b></span> <br />
<span>B.Tech in CSAM <br /> IIIT-Delhi, India <br /> Graduated <b>June 2023</b></span>
</section>
<section>
<i class="far fa-envelope text-warning" aria-hidden="true"></i>
<h3>Find me at</h3>
<span> hs65685[@]usc[.]edu <br /> Say hi on <a
href="https://www.linkedin.com/in/harshita-srinivas-a090641a2/" style="color:#F5B041;"
target="_blank">LinkedIn</a>!
<br />
Read my recent publication in IEEE TAFFC <a href="https://ieeexplore.ieee.org/abstract/document/10536172"
style="color:#F5B041;" target="_blank">Here</a>!
<br />
Read about my Outreachy journey on <a href="https://harshitascodeblog.wordpress.com/"
style="color:#F5B041;" target="_blank">WordPress</a>!
</span>
</section>
<section>
<i class="fa fa-home text-warning" aria-hidden="true"></i>
<h3>Relevant Coursework</h3>
<span> Data Structures & Algorithms, Algorithm Design & Analysis, Operating Systems, Machine Learning, Deep Learning, Computer Organization, Natural Language Processing, Information Retreival, Scientific Computing, Linear Algebra </span>
</section>
</div>
</div>
</div>
<!-- Projects -->
<section class="middle">
<div>
<div id="projects" class="left">
<div>
<h2>Projects</h2>
</div>
<br>
</div>
<div class="row cardnav">
<div class="col-lg-4 col-sm-6 col-12 bottom_margin">
<div class="card h-100">
<img src="assets/projects/Obj Detection.png" class="card-img-top" alt="Obj">
<div class="card-body">
<h5 class="card-title">Robust YoloV5</h5>
<p class="card-text">
Designed a robust object detection system leveraging the YOLOv5 model for diverse weather and traffic conditions.
Achieved a mean average precision of 0.81 using data augmentations, colour space variations, and attention techniques. </p>
</div>
<!-- <h6 class="card-subtitle mb-2">JMH Maven</h6> -->
<div class="card-footer text-light">
<a href="https://drive.google.com/file/d/1Wei_i_dWgs4nlS9xFd-YJQtJDdOS8311/view"><i class="fa-brands fa-github" aria-hidden="true" style="color: #FFD43B;"></i></a>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6 col-12 bottom_margin">
<div class="card h-100">
<img src="assets/projects/exp.png" class="card-img-top" alt="ML">
<div class="card-body">
<h5 class="card-title">Explainability of Chatgpt</h5>
<p class="card-text">
Formulated a robust explainability model to identify distinct features of ChatGPT-generated text. Performed
comparisons against human-generated text on word utterances, n-gram occurrences, sentiment, and perplexity scores.
</p>
</div>
<div class="card-footer text-light">
<!-- <a href="https://drive.google.com/file/d/16NrpFzANrzV2i9Jxq-UtvVbdUloly-IB/view"><i class="fab fa-github"
aria-hidden="true"></i></a> -->
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6 col-12 bottom_margin">
<div class="card h-100">
<img src="assets/projects/Diffusion.png" class="card-img-top" alt="IR">
<div class="card-body">
<h5 class="card-title">TwiDash</h5>
<p class="card-text">
Implemented a machine learning model for fine-grained Twitter data analysis by classifying tweets into authentic,
satirical, manipulated, hate speech, etc and a web tool for statistical analysis and diffusion pattern visualization.
</p>
</div>
<h6 class="card-subtitle mb-2">C</h6>
<div class="card-footer text-light">
<a href="https://drive.google.com/file/d/1NSFtvgVLDAwErwevsTB-yFYXF3sBg6rz/view"><i class="fab fa-github"
aria-hidden="true"></i></a>
</div>
</div>
</div>
</div>
<div class="row cardnav">
<div class="col-lg-4 col-sm-6 col-12 bottom_margin">
<div class="card h-100">
<img src="assets/projects/perftest.png" class="card-img-top" alt="CNCF">
<div class="card-body">
<h5 class="card-title">Java Benchmarks</h5>
<p class="card-text">
A set of benchmark tests to compare the performance of Opentelemetry and OpenTracing
instrumentation libraries done as a part of my Outreachy internship with CNCF. </p>
</div>
<h6 class="card-subtitle mb-2">JMH Maven</h6>
<div class="card-footer text-light">
<a href="https://github.com/harshita19244/opentelemetry-java-benchmarks"><i
class="fab fa-github" aria-hidden="true"></i></a>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6 col-12 bottom_margin">
<div class="card h-100">
<img src="assets/projects/ecommerce.jpg" class="card-img-top" alt="ML">
<div class="card-body">
<h5 class="card-title">ProClass</h5>
<p class="card-text">
ProClass is an NLP based product classifier to categorise e-commerce products using modern machine
learning algorithms for large catalogues.
</p>
</div>
<div class="card-footer text-light">
<a href="https://github.com/harshita19244/CSE_343-ML_Project"><i class="fab fa-github"
aria-hidden="true"></i></a>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6 col-12 bottom_margin">
<div class="card h-100">
<img src="assets/projects/linux.png" class="card-img-top" alt="ML">
<div class="card-body">
<h5 class="card-title">MyShell</h5>
<p class="card-text">
MyShell is custom a linux shell in C with default commands accepting all possible arguments
with specified flags and error handling techniques.
</p>
</div>
<h6 class="card-subtitle mb-2">C</h6>
<div class="card-footer text-light">
<a href="https://github.com/harshita19244/Shell"><i class="fab fa-github"
aria-hidden="true"></i></a>
</div>
</div>
</div>
</div>
<div class="row cardnav">
<div class="col-lg-4 col-sm-6 col-12 bottom_margin">
<div class="card h-100">
<img src="assets/underwater.jpeg" class="card-img-top" alt="PONDer">
<div class="card-body">
<h5 class="card-title">PONDer</h5>
<p class="card-text">
PONDer is a water quality management system. It also provides structured data on fish
and vegetation in a water body along with solutions to effective fish breeding through
an interactive recommmendation system. </p>
</div>
<h6 class="card-subtitle mb-2">Arduino Processing</h6>
<div class="card-footer text-light">
<a href="https://github.com/harshita19244/PONDer-arduino-processing-"><i
class="fab fa-github" aria-hidden="true"></i></a>
<a href="https://harshita19244.wixsite.com/ponder"><i class="fa fa-globe"
aria-hidden="true"></i></a>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6 col-12 bottom_margin">
<div class="card h-100">
<img src="assets/projects/zombie.png" class="card-img-top" alt="Shodgerz">
<div class="card-body">
<h5 class="card-title">ShodGerz</h5>
<p class="card-text">Shodgerz is a user interative game in a zombie themed environment that
can be played on multiple devices using an Arduino-based console.</p>
</div>
<h6 class="card-subtitle mb-2">Arduino MIT App Inventor</h6>
<div class="card-footer text-light">
<a href="https://github.com/harshita19244/Shodgerz_ZombieGame"><i class="fab fa-github"
aria-hidden="true"></i></a>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6 col-12 bottom_margin">
<div class="card h-100">
<img src="assets/projects/color-switch.jpg" class="card-img-top" alt="Colour Switch">
<div class="card-body">
<h5 class="card-title">Colour Switch</h5>
<p class="card-text">Colour Switch is a clone of the strategy video game Colour Switch made
using Java and JavaFx, originally devloped by Pheonix Games.</p>
</div>
<h6 class="card-subtitle mb-2">Java JavaFx</h6>
<div class="card-footer text-light">
<a href="https://github.com/harshita19244/ColourSwitch"><i class="fab fa-github"
aria-hidden="true"></i></a>
</div>
</div>
</div>
</div>
<div class="row cardnav">
<div class="col-lg-4 col-sm-6 col-12 bottom_margin">
<div class="card h-100">
<img src="assets/projects/tank.jpg" class="card-img-top" alt="Water Monitoring System">
<div class="card-body">
<h5 class="card-title">Water Monitoring System</h5>
<p class="card-text">
Water Monitoring System is an IoT based system with mechanisms to keep the user alerted
in case of liquid overflow or tank depletion. </p>
</div>
<h6 class="card-subtitle mb-2">ReactJS ExpressJS NodeMCU</h6>
<div class="card-footer text-light">
<a href="https://github.com/vinitshahdeo/Water-Monitoring-System"><i class="fab fa-github"
aria-hidden="true"></i></a>
</div>
<a href="https://vinitshahdeo.github.io/Water-Monitoring-System/"><i class="fa fa-globe"
aria-hidden="true"></i></a>
</div>
</div>
<div class="col-lg-4 col-sm-6 col-12 bottom_margin">
<div class="card h-100">
<img src="assets/projects/graph.jpeg" class="card-img-top" alt="Tracker">
<div class="card-body">
<h5 class="card-title">Cov-Track</h5>
<p class="card-text">Cov-Track is a Covid 19 tracker app implemented using React Js that
provides real time data of Covid-19 cases across the world using graphs and charts.</p>
</div>
<h6 class="card-subtitle mb-2">NodeJs ReactJs</h6>
<div class="card-footer text-light">
<a href="https://github.com/harshita19244/Covid19"><i class="fab fa-github"
aria-hidden="true"></i></a>
</div>
<a href="https://covid-19-tracker-with-react-material-design--harshita19244.repl.co/"><i
class="fa fa-globe" aria-hidden="true"></i></a>
</div>
</div>
<div class="col-lg-4 col-sm-6 col-12 bottom_margin">
<div class="card">
<img src="assets/projects/tic.png" class="card-img-top" alt="Tic tac Toe">
<div class="card-body">
<h5 class="card-title">Tic-Tac-Toe</h5>
<p class="card-text">A simple implementation of the classic game of tic-toe-toe game in
React Js with additional features. </p>
</div>
<h6 class="card-subtitle mb-2">NodeJs ReactJs</h6>
<div class="card-footer text-light">
<a href="https://github.com/harshita19244/Reacttic"><i class="fab fa-github"
aria-hidden="true"></i></a>
</div>
<a href="https://codepen.io/armywho/full/LYGqWEE"><i class="fa fa-globe"
aria-hidden="true"></i></a>
</div>
</div>
</div>
</div>
<br>
</section>
<!-- Contact -->
<hr style="
margin-top: 0px;
padding-top: 0px;
color: white;
margin-bottom: 0px; margin-top: 50px;">
<footer>
<p>Harshita Srinivas|2021</p>
</footer>
</body>
</html>