-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
384 lines (355 loc) · 16.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-176001235-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-176001235-1');
</script>
<title>Araav Patel</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700;800;900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/flaticon.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body data-spy="scroll" data-target=".site-navbar-target" data-offset="300">
<nav class="navbar navbar-expand-lg navbar-dark ftco_navbar ftco-navbar-light site-navbar-target" id="ftco-navbar">
<div class="container">
<a class="navbar-brand" href="index.html">Araav Patel<span>.</span></a>
<button class="navbar-toggler js-fh5co-nav-toggle fh5co-nav-toggle" type="button" data-toggle="collapse" data-target="#ftco-nav" aria-controls="ftco-nav" aria-expanded="false" aria-label="Toggle navigation">
<span class="oi oi-menu"></span> Menu
</button>
<div class="collapse navbar-collapse" id="ftco-nav">
<ul class="navbar-nav nav ml-auto">
<li class="nav-item"><a href="#home-section" class="nav-link"><span>Home</span></a></li>
<li class="nav-item"><a href="#about-section" class="nav-link"><span>About</span></a></li>
<li class="nav-item"><a href="#experience-section" class="nav-link"><span>Education and Experience</span></a></li>
<li class="nav-item"><a href="#other-section" class="nav-link"><span>Additional Experience</span></a></li>
<li class="nav-item"><a href="#projects-section" class="nav-link"><span>Personal Projects</span></a></li>
<li class="nav-item"><a href="#contact-section" class="nav-link"><span>Contact</span></a></li>
</ul>
</div>
</div>
</nav>
<section class="hero-wrap js-fullheight">
<div class="overlay"></div>
<div class="container-fluid px-0">
<div class="row d-md-flex no-gutters slider-text align-items-center js-fullheight justify-content-end">
<img class="one-half js-fullheight align-self-end order-md-last img-fluid" src="images/home-right.png" alt="">
<div class="one-forth d-flex align-items-center ftco-animate js-fullheight">
<div class="text mt-2">
<h1>Araav Patel</h1>
<span class="subheading"><b>computer science student at uc berkeley</b></span>
</div>
</div>
</div>
</div>
</section>
<!--
<section class="ftco-section ftco-no-pb ftco-partner">
<div class="container">
<div class="row">
<div class="col-md-12 col-lg ftco-animate">
<a href="#" class="partner d-flex justify-content-center"><img src="images/partner-1.png" class="img-fluid" alt="Colorlib Template"></a>
</div>
<div class="col-md-12 col-lg ftco-animate">
<a href="#" class="partner d-flex justify-content-center"><img src="images/partner-2.png" class="img-fluid" alt="Colorlib Template"></a>
</div>
<div class="col-md-12 col-lg ftco-animate">
<a href="#" class="partner d-flex justify-content-center"><img src="images/partner-3.png" class="img-fluid" alt="Colorlib Template"></a>
</div>
<div class="col-md-12 col-lg ftco-animate">
<a href="#" class="partner d-flex justify-content-center"><img src="images/partner-4.png" class="img-fluid" alt="Colorlib Template"></a>
</div>
<div class="col-md-12 col-lg ftco-animate">
<a href="#" class="partner d-flex justify-content-center"><img src="images/partner-5.png" class="img-fluid" alt="Colorlib Template"></a>
</div>
</div>
</div>
</section>
-->
<section class="ftco-about img ftco-section" id="about-section">
<div class="container">
<div class="row d-flex no-gutters">
<div class="col-md-6 col-lg-6 d-flex">
<div class="img-about img d-flex align-items-stretch">
<div class="overlay"></div>
<div class="img d-flex align-self-stretch align-items-center" style="background-image:url(images/about-us.png);">
</div>
</div>
</div>
<div class="col-md-6 col-lg-6 pl-md-5">
<div class="row justify-content-start pb-3">
<div class="col-md-12 heading-section ftco-animate">
<h2 class="mb-4">Who am I?</h2>
<p>Highly motivated computer science student who often
<ul>
<li>tackles challenging math problems</li>
<li>reads up on novel scientific research</li>
<li>endulges in the latest food trends</li>
<li>plays chess and volleyball</li>
</ul>
</p>
<div class="text-about">
<p>Interested in the applications of computer science, particularly machine learning and other data analysis techniques, on other academic fields and real-world issues.</p>
<p>Engages and serves his community through mental health advocacy, STEM tutoring, and more!</p>
<p>Looking for internship and research opportunities to utilize my problem-solving skills, help enhance my technical background, and make a tangible impact on a project.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="ftco-section ftco-no-pb ftco-no-pt" id="experience-section">
<div class="container">
<div class="row justify-content-center py-5 mt-5">
<div class="col-md-12 heading-section text-center ftco-animate">
<h2 class="mb-4">Education and Experience</h2>
</div>
</div>
<div class="row">
<div class="col-md-3 mb-4">
<nav id="navi">
<ul>
<li><a href="#page-1">Education</a></li>
<li><a href="#page-2">Berkeley Complexity Group</a></li>
<li><a href="#page-3">Hyr Medical</a></li>
<li><a href="#page-4">UC Davis CSC Lab</a></li>
<li><a href="#page-5">San Jose State University</a></li>
<li><a href="#page-6">Discrimination Research</a></li>
</ul>
</nav>
</div>
<div class="col-md-9">
<div id="page-1" class= "page bg-light one">
<h2 class="heading">UC Berkeley – Computer Science</h2>
<p>
<ul>
<li><b>Awards:</b> Recipient of Cal Alumni Association Leadership Award ($2000)</li>
<li><b>Activities: </b>Delta Consulting</li>
</ul>
</p>
</div>
<div id="page-2" class= "page bg-light two">
<h2 class="heading">UC Berkeley Complexity Group – Department of Nuclear Engineering (Aug 2020 - Present)</h2>
<p><b>Software Research Intern</b></p>
</div>
<div id="page-3" class= "page bg-light three">
<h2 class="heading">Hyr Medical – Healthcare Startup (May 2020 - Aug 2020)</h2>
<p><b>Software Engineer Intern</b></p>
</div>
<div id="page-4" class= "page bg-light four">
<h2 class="heading">UC Davis Collaborative and Social Computing Lab (Jun 2020 - Aug 2020)</h2>
<p><b>Software Engineering Research Intern</b></p>
<p>Targeting Paper Submission to CHI Conference in Fall 2020</p>
</div>
<div id="page-5" class= "page bg-light five">
<h2 class="heading">San Jose State University (May 2020 - July 2020)</h2>
<p><b>Software Engineering Research Intern</b></p>
<p>Submitted Chapter to Springer Book: <i>Malware Analysis Using Artificial Intelligence and Deep Learning</i></p>
</div>
<div id="page-6" class= "page bg-light six">
<h2 class="heading">Gender and Ethnic Wage and Employment Discrimination (Jun 2019 - Feb 2020)</h2>
<p><b>Software Engineer Research Intern</b></p>
<p><a href="https://www.sccur.org/sccur/fall_2019_conference/oral_session_1/55/">Publication: Investigating Bias Within Demographics Across Occupations Through Machine Learning</a></p>
</div>
</div>
</div>
</div>
</section>
<section class="ftco-section ftco-no-pt" id="other-section">
<div class="container">
<div class="row justify-content-center py-5 mt-5">
<div class="col-md-5 heading-section text-center ftco-animate">
<span class="subheading">Other</span>
<h2 class="mb-4">Additional Experiences</h2>
</div>
</div>
<div class="row">
<div class="col-md-4 text-center d-flex ftco-animate">
<div class="services-1 bg-light">
<span class="icon">
<i class="flaticon-user-experience"></i>
</span>
<div class="desc">
<h3 class="mb-5">Delta Consulting</h3>
<p><b>Analyst</b></p>
</div>
</div>
</div>
<div class="col-md-4 text-center d-flex ftco-animate">
<div class="services-1 bg-light">
<span class="icon">
<i class="flaticon-network"></i>
</span>
<div class="desc">
<h3 class="mb-5">Major League Hacking</h3>
<p><b>Hackathon Mentor</b></p>
</div>
</div>
</div>
<div class="col-md-4 text-center d-flex ftco-animate">
<div class="services-1 bg-light">
<span class="icon">
<i class="flaticon-innovation"></i>
</span>
<div class="desc">
<h3 class="mb-5">Public Health Institute</h3>
<p><b>Intern</b></p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="ftco-section ftco-project" id="projects-section">
<div class="container">
<div class="row no-gutters justify-content-center pb-5">
<div class="col-md-12 heading-section text-center ftco-animate">
<span class="subheading">Personal Projects</span>
<h2 class="mb-4">Projects</h2>
</div>
</div>
<div class="row">
<div class="col-md-7">
<div class="project img ftco-animate d-flex justify-content-center align-items-end" style="background-image: url(images/MSlogo.png);">
<div class="overlay"></div>
<div class="text p-4">
<h3><a href="https://makershare.web.app">MLH Hack Winner at Cal Hack Now</a></h3>
<span><a href="https://github.com/soyalexx/MakerShare">Github</a></span>
</div>
</div>
</div>
<div class="col-md-5">
<div class="project img ftco-animate d-flex justify-content-center align-items-end" style="background-image: url(images/instacart-no-delivery-slots.png);">
<div class="overlay"></div>
<div class="text p-4">
<h3><a href="https://github.com/araavp/instacart-delivery-slot-finder">Instacart Delivery Slot Finder</a></h3>
<span><a href="https://github.com/araavp/instacart-delivery-slot-finder">AppleScript</a></span>
</div>
</div>
</div>
<div class="col-md-4">
<div class="project img ftco-animate d-flex justify-content-center align-items-end" style="background-image: url(images/music-bg.jpg);">
<div class="overlay"></div>
<div class="text p-4">
<h3><a href="https://github.com/araavp/music-classification">Music Classification</a></h3>
<span><a href="https://github.com/araavp/music-classification">Extract Features from Wav Files</a></span>
</div>
</div>
</div>
<div class="col-md-4">
<div class="project img ftco-animate d-flex justify-content-center align-items-end" style="background-image: url(images/loan.jpg);">
<div class="overlay"></div>
<div class="text p-4">
<h3><a href="https://github.com/araavp/loan-prediction">Loan Predictor</a></h3>
<span><a href="https://github.com/araavp/loan-prediction">Linear and Logistic Regression, K-Neighbors Classifier, SVC, Decision Tree Classifier</a></span>
</div>
</div>
</div>
<div class="col-md-4">
<div class="project img ftco-animate d-flex justify-content-center align-items-end" style="background-image: url(images/sudoku_background.jpg);">
<div class="overlay"></div>
<div class="text p-4">
<h3><a href="https://github.com/araavp/sudoku">Sudoku with Random Board Generator</a></h3>
<span><a href="https://github.com/araavp/sudoku">Python Backtracking Algorithm</a></span>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="ftco-section contact-section ftco-no-pb" id="contact-section">
<div class="container">
<div class="row justify-content-center mb-5 pb-3">
<div class="col-md-7 heading-section text-center ftco-animate">
<h2 class="mb-4">Contact Me</h2>
<p><b>Feel free to reach out to me with any questions, ideas, or if you'd like to schedule a chat!</b></p>
</div>
</div>
<div class="row d-flex contact-info mb-5">
<div class="col-md-6 col-lg-3 d-flex ftco-animate">
<div class="align-self-stretch box text-center p-4 bg-light">
<div class="icon d-flex align-items-center justify-content-center">
<span class="fa fa-paper-plane"></span>
</div>
<div>
<h3 class="mb-4">Email Address</h3>
<p><a href="mailto:[email protected]">[email protected]</a></p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3 d-flex ftco-animate">
<div class="align-self-stretch box text-center p-4 bg-light">
<div class="icon d-flex align-items-center justify-content-center">
<span class="fa fa-linkedin"></span>
</div>
<div>
<h3 class="mb-4">Linkedin</h3>
<p><a href="https://www.linkedin.com/in/araavpatel">/araavpatel</a></p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3 d-flex ftco-animate">
<div class="align-self-stretch box text-center p-4 bg-light">
<div class="icon d-flex align-items-center justify-content-center">
<span class="fa fa-github"></span>
</div>
<div>
<h3 class="mb-4">Github</h3>
<p><a href="https://www.github.com/araavp">/araavp</a></p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3 d-flex ftco-animate">
<div class="align-self-stretch box text-center p-4 bg-light">
<div class="icon d-flex align-items-center justify-content-center">
<span class="fa fa-phone"></span>
</div>
<div>
<h3 class="mb-4">Contact Number</h3>
<p><a href="tel://5104637031">(510) 463-7031</a></p>
</div>
</div>
</div>
</div>
</div>
</section>
<footer class="ftco-footer ftco-section">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<p>Copyright ©<script>document.write(new Date().getFullYear());</script> All rights reserved</a></p>
</div>
</div>
</div>
</footer>
<!-- loader -->
<div id="ftco-loader" class="show fullscreen"><svg class="circular" width="48px" height="48px"><circle class="path-bg" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke="#eeeeee"/><circle class="path" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke-miterlimit="10" stroke="#F96D00"/></svg></div>
<script src="js/jquery.min.js"></script>
<script src="js/jquery-migrate-3.0.1.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/jquery.stellar.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/jquery.animateNumber.min.js"></script>
<script src="js/scrollax.min.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBVWaKrjvy3MaE7SQ74_uJiULgl1JY0H2s&sensor=false"></script>
<script src="js/google-map.js"></script>
<script src="js/main.js"></script>
</body>
</html>