-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
447 lines (379 loc) · 14.6 KB
/
index.html
File metadata and controls
447 lines (379 loc) · 14.6 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
<!DOCTYPE HTML>
<!--
Strongly Typed by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Shantanu Tripathi</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
</head>
<body class="homepage">
<div id="page-wrapper">
<!-- Header -->
<div id="header-wrapper">
<div id="header" class="container">
<!-- Logo -->
<h1 id="logo" ><a href="index.html">SHANTANU TRIPATHI</a></h1>
<p>MS in Computer Science at New York University</p>
<br>
<img src="images/wordcloudPic.png" alt="" height="500" />
<p></p> <!-- New line -->
<button class="button button_round_hoverable" onclick="window.location.href = '#start_point';">↓ Explore my work!! ↓ </button>
</div>
</div>
<a name="start_point"></a>
<div id="features-wrapper" >
<section id="features" class="center">
<header>
<h2><strong>Coursework</strong></h2>
</header>
<style>
.button {
background-color: #FB937C;
color: black;
padding: 20px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
}
.button_round_hoverable
{
border-radius: 12px;
}
.button_round
{
border-radius: 12px;
}
.button_round:hover {
background-color: #FB937C;
}
</style>
<body>
<button class="button button_round">Machine Learning</button>
<button class="button button_round">Operating Systems</button>
<button class="button button_round">Algorithms</button>
</body>
</section>
</div>
<!-- Features -->
<div id="features-wrapper">
<section id="features" class="container">
<header>
<h2><strong>Experience</strong></h2>
</header>
<div class="row">
<div class="4u 12u(mobile)">
<!-- Feature -->
<section>
<a href="codenation_sde.html" class="image featured"><img src="images/CodeNation.png" alt="" height="240" /></a>
<header>
<h3>CodeNation <br>Software Development Engineer</h3>
</header>
</section>
</div>
<div class="4u 12u(mobile)">
<!-- Feature -->
<section>
<a href="wingify_details.html" class="image featured"><img src="images/vwo_image.png" alt="" height="240" /></a>
<header>
<h3>Wingify <br> Summer Intern</h3>
</header>
</section>
</div>
<div class="4u 12u(mobile)">
<!-- Feature -->
<section>
<a href="university_of_liverpool.html" class="image featured"><img src="images/uol_building.jpg" alt="" height="240" /></a>
<header>
<h3>University of Liverpool <br> Resarch Visit</h3>
</header>
</section>
</div>
<div class="4u 12u(mobile)">
<!-- Feature -->
<section>
<a href="codenation_sde_intern.html" class="image featured"><img src="images/cn2.png" alt=""height="240"/></a>
<header>
<h3>CodeNation <br> Software Development Engineering Intern</h3>
</header>
</section>
</div>
<div class="4u 12u(mobile)">
<!-- Feature -->
<section>
<a href="feedmonster.html" class="image featured"><img src="images/feedmonster_2.png" alt="" height = "240"/></a>
<header>
<h3>Mutiny Labs <br> Winter Intern</h3>
</header>
</section>
</div>
</div>
<!--
<ul class="actions">
<li><a href="#" class="button icon fa-file">Tell Me More</a></li>
</ul>
-->
</section>
</div>
<div id="features-wrapper">
<section id="features" class="container">
<header>
<h2><strong>Projects</strong></h2>
</header>
<div class="row">
<div class="4u 12u(mobile)">
<!-- Feature -->
<section>
<a href="index.html" class="image featured"><img src="images/smartdoor.png" height="242" alt="" /></a>
<header>
<h3>Smart Door Authentication System*</h3>
</header>
<p>A live stream camera to capture the face of the visitor and send OTP if its a known visitor. Otherwise ask admin to register the user as a known visitor.</p>
</section>
</div>
<div class="4u 12u(mobile)">
<!-- Feature -->
<section>
<a href="https://github.com/shantanutrip/covid_flight_analysis/blob/master/README.md" class="image featured"><img src="images/covid_flight.png" height="242" alt="" /></a>
<header>
<h3>Covid - Flight Analysis</h3>
</header>
<p>A project aimed at analysing the affect of Covid on the flight industry and the affect of flights on the spread of covid.</p>
</section>
</div>
<div class="4u 12u(mobile)">
<!-- Feature -->
<section>
<a href="index.html" class="image featured"><img src="images/photoalbum.png" height="242" alt="" /></a>
<header>
<h3>Photoalbum*</h3>
</header>
<p>Allows the user to upload photos to cloud. Conducts object detection to allow retrieval of image based on objects. Allows user to retrieve image using voice. </p>
</section>
</div>
<div class="4u 12u(mobile)">
<!-- Feature -->
<section>
<a href="cambuzz.html" class="image featured"><img src="images/pic01.jpg" height="242" alt="" /></a>
<header>
<h3>Cambuzz</h3>
</header>
<p>A self initiated open source youth networking platform for campus students to communicate, post events and track teachers.</p>
</section>
</div>
<div class="4u 12u(mobile)">
<!-- Feature -->
<section>
<a href="student_graph.html" class="image featured"><img src="images/student_graph_1.png" height="242" alt="" /></a>
<header>
<h3>Student Graph</h3>
</header>
<p> A Neo4j graph database of relationships existing between different students of a class. Helps in giving relevant data using appropriate Cypher queries.</p>
</section>
</div>
<div class="4u 12u(mobile)">
<!-- Feature -->
<section>
<a href="spectarulerPage.html" class="image featured"><img src="images/spectaruler_images.jpg" alt="" height="242" /></a>
<header>
<h3>Spectaruler</h3>
</header>
<p>Instantly measures the dimensions of an object
by using the mobile camera. Can also be used as a makeshift pedometer.</p>
</section>
</div>
<div class="4u 12u(mobile)">
<!-- Feature -->
<section>
<a href="smart_device.html" class="image featured"><img src="images/wbc_detection1.jpg" alt="" height="242" /></a>
<header>
<h3>Smart Device for multi-purpose medical image classification using Deep Networks</h3>
</header>
<p>A universal device to carry out the classification of all types of cells in the field of medicine.</p>
</section>
</div>
<div class="4u 12u(mobile)">
<!-- Feature -->
<section>
<a href="half_split.html" class="image featured"><img src="images/logic_hsc.png" alt="" height="242" /></a>
<header>
<h3>Half Split Clip Algorithm</h3>
</header>
<p>Half Split Clip Algorithm for Line Clipping against a Convex Polygon without finding Intersection Points.</p>
</section>
</div>
</div>
<!--
<ul class="actions">
<li><a href="#" class="button icon fa-file">Tell Me More</a></li>
</ul>
-->
</section>
</div>
<!-- Banner
<div id="banner-wrapper">
<div class="inner">
<section id="banner" class="container">
<p>As soon as the fear approaches near,<br />
Attack and destroy it.</p>
</section>
</div>
</div>
-->
<div id="features-wrapper">
<section id="features" class="container">
<header>
<h2><strong>Competitive Programming</strong></h2>
</header>
<div class="row">
<div class="4u 12u(mobile)">
<!-- Feature -->
<section>
<a href="http://codeforces.com/profile/Shantanu_Tripathi" class="image featured"target="_blank"><img src="images/Codeforces1.png" alt="" /></a>
<header>
<h3>Codeforces</h3>
</header>
<p><a href = "https://codeforces.com/contest/673/standings/page/2" target = "_blank">Stood 275 worldwide in Round #351.</a>
<br>Achieved the maximum rating of 1620 (Blue - Expert).<br></br</p>
</section>
</div>
<div class="4u 12u(mobile)">
<!-- Feature -->
<section>
<a href="https://www.codechef.com/users/shantanutrip" class="image featured" target="_blank"><img src="images/codechefBig1.png" alt="" target="_blank" /></a>
<header>
<h3>Codechef</h3>
</header>
<p> <a href = "https://www.codechef.com/rankings/LTIME36?order=asc&search=shantanutrip&sortBy=rank" target = "_blank">Ranked 98 in LTIME36. </a>
<br><a href = "https://www.codechef.com/rankings/COOK72?order=asc&search=shantanutrip&sortBy=rank" target="_blank">Ranked 319 in COOK72. </a>
<br><a href = "https://www.codechef.com/rankings/SEPT15?order=asc&search=shantanutrip&sortBy=rank" target="_blank">Ranked 527 in SEPT15.</a></p>
</section>
</div>
<div class="4u 12u(mobile)">
<!-- Feature -->
<section>
<a href="https://www.hackerearth.com/@shantanu.tripathi2014" class="image featured" target="_blank"><img src="images/hackerEarth2.png" alt="" target="_blank"/></a>
<header>
<h3>Hackerearth</h3>
</header>
<p><a href="https://www.hackerearth.com/challenge/competitive/april-circuits/leaderboard/page/2/" target="_blank"> Stood 91st in April circuits 2016. </a><br></br> <br></br></p>
</section>
</div>
<div class="4u 12u(mobile)">
<!-- Feature -->
<section>
<a href="https://www.hackerrank.com/shantanutrip" class="image featured" target="_blank"><img src="images/hackerRank1.png" alt="" target="_blank"/></a>
<header>
<h3>Hackerrank</h3>
</header>
<p> <a href = "https://www.hackerrank.com/contests/101hack32/leaderboard" target="_blank">Stood 84th in the 101 Hack Dec 2015.</a></p>
</section>
</div>
<div class="4u 12u(mobile)">
<!-- Feature -->
<section>
<a href="https://www.hackerearth.com/challenge/competitive/think-a-thon-1/" class="image featured" target="_blank"><img src="images/hp_certificate.jpeg" alt="" height="200" target="_blank"/></a>
<header>
<h3>Think-a-thon</h3>
</header>
<p>Ranked 26th out of 2500 students all over India.</p>
</section>
</div>
<div class="4u 12u(mobile)">
<!-- Feature -->
<section>
<a href="https://icpc.baylor.edu/ICPCID/Q6Q5ATXZEC0B" class="image featured" target="_blank"><img src="images/icpc_certificate.png" alt="" height="200" target="_blank"/></a>
<header>
<h3>ACM ICPC</h3>
</header>
<p>Qualified for the ICPC Amritapuri onsite regionals 2016.</p>
</section>
</div>
<div class="4u 12u(mobile)">
<!-- Feature -->
<section>
<a href="https://drive.google.com/file/d/0B0BTvEO3qtxNVWdUYTVfOEswQjA/view?usp=sharing" class="image featured" target="_blank"><img src="images/snackdown.png" alt="" target = "_blank" height="200" target="_blank"/></a>
<header>
<h3>Snackdown - 2016</h3>
</header>
<p>Reached the pre-elimination round</p>
</section>
</div>
</div>
<!--
<ul class="actions">
<li><a href="#" class="button icon fa-file">Tell Me More</a></li>
</ul>
-->
</section>
</div>
<!-- Main -->
<!-- Footer -->
<div id="footer-wrapper">
<div id="footer" class="container">
<header>
<h2>Questions or comments? <strong>Get in touch:</strong></h2>
</header>
<body>
<div class = "center">
<div class="6u 12u(mobile)">
<section>
<div class="row">
<div class="6u 12u(mobile)">
<ul class="icons">
<li class="icon fa-phone">
(+1)3472491535
</li>
<li class="icon fa-envelope">
<a href="mailto: shantanutripathi237@gmail.com">shantanutripathi237@gmail.com</a>
</li>
<li class="icon fa-linkedin">
<a href="https://www.linkedin.com/in/shantanu-tripathi-28327aa2/">shantanu_linkedin</a>
</li>
<li class="icon fa-facebook">
<a href="https://www.facebook.com/shantanu.tripathi.967/">shantanu_facebook</a>
</li>
<li class="icon fa-instagram">
<a href="https://www.instagram.com/shantanu_tripathi007/">shantanu_007</a>
</li>
<li class="icon fa-quora">
<a href="https://www.quora.com/profile/Shantanu-Tripathi-4">shantanu_quora</a>
</li>
</ul>
</div>
<div class="6u 12u(mobile)">
<ul class="icons">
</ul>
</div>
</div>
</section>
</div>
</div>
</body>
</div>
<div id="copyright" class="container">
<ul class="links">
<li>© Untitled. All rights reserved.</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
* Part of NYU Cloud Computing Class Curriculum
</div>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/skel-viewport.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>