-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
656 lines (582 loc) · 29.3 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="author" content="Abhilash">
<meta name="description" content="">
<meta name="keywords" content="">
<title>Abhilash Pandurangan</title>
<link rel="icon" href="images/favicon.png">
<!--APPLE TOUCH ICON-->
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<!-- GOOGLE FONT -->
<link href='https://fonts.googleapis.com/css?family=Raleway:500' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Muli' rel='stylesheet' type='text/css'>
<!-- MATERIAL ICON FONT -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!-- FONT AWESOME -->
<link href="stylesheets/font-awesome.min.css" rel="stylesheet">
<!-- ANIMATION -->
<link href="stylesheets/animate.min.css" rel="stylesheet">
<!-- MATERIALIZE -->
<link href="stylesheets/materialize.css" rel="stylesheet">
<!-- BOOTSTRAP -->
<link href="stylesheets/bootstrap.min.css" rel="stylesheet">
<!-- CUSTOM STYLE -->
<link href="stylesheets/style.css" id="switch_style" rel="stylesheet">
</head>
<body>
<!--==========================================
PRE-LOADER
===========================================-->
<div id="loading">
<div id="loading-center">
<div id="loading-center-absolute">
<div class="box-holder animated bounceInDown">
<span class="load-box"><span class="box-inner"></span></span>
</div>
<!-- NAME & STATUS -->
<div class="text-holder text-center">
<h2>ABHILASH PANDURANGAN</h2>
</div>
</div>
</div>
</div>
<!--==========================================
HEADER
===========================================-->
<header id="home">
<nav id="theMenu" class="menu">
<!--MENU-->
<div id="menu-options" class="menu-wrap">
<!--PERSONAL LOGO-->
<div class="logo-flat">
<img alt="personal-logo" class="circle img-responsive" src="images/abhi.jpg">
</div>
<br>
<!--OPTIONS-->
<a href="#home"><i class="title-icon fa fa-user"></i>Home</a>
<a href="#about"><i class="title-icon fa fa-dashboard"></i>About</a>
<a href="#education"><i class="title-icon fa fa-graduation-cap"></i>Education</a>
<a href="#skills"><i class="title-icon fa fa-sliders"></i>Skills</a>
<a href="#experience"><i class="title-icon fa fa-suitcase"></i>Experience</a>
<!-- <a href="#portfolios"><i class="title-icon fa fa-image"></i>Gallery</a> -->
<a href="#interest"><i class="title-icon fa fa-heart"></i>Interest</a>
</div>
<!-- MENU BUTTON -->
<div id="menuToggle">
<div class="toggle-normal">
<i class="material-icons top-bar">remove</i>
<i class="material-icons middle-bar">remove</i>
<i class="material-icons bottom-bar">remove</i>
</div>
</div>
</nav>
<div class="header-background section">
<div id="v-card-holder">
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12 col-xs-12">
<!-- V-CARD -->
<div id="v-card" class="card">
<!-- PROFILE PICTURE -->
<div id="profile" class="right">
<img alt="profile-image" class="img-responsive" src="images/abhi.jpg">
<div class="slant"></div>
</div>
<div class="card-content">
<!-- NAME & STATUS -->
<div class="info-headings">
<h4 class="text-uppercase left">ABHILASH PANDURANGAN</h4>
<h6 class="text-capitalize left">Aspiring Data Scientist and Machine Learning Enthusiast</h6>
</div>
<!-- CONTACT INFO -->
<div class="infos">
<ul class="profile-list">
<li class="clearfix">
<span class="title"><i class="material-icons">email</i></span>
<span class="content">abhilashpandurangan@gmail.com</span>
</li>
<li class="clearfix">
<span class="title"><i class="material-icons">place</i></span>
<span class="content">SRM Institute of Science and Technology, Kattankulathur, Chennai.</span>
</li>
</ul>
</div>
<!--LINKS-->
<div class="links">
<!-- FACEBOOK-->
<a href="https://www.facebook.com/abhilash.pandurangan" target="_blank" id="first_one"
class="social btn-floating indigo"><i
class="fa fa-facebook"></i></a>
<!-- TWITTER-->
<a href="https://twitter.com/APRabhilash" target="_blank" class="social btn-floating blue"><i
class="fa fa-twitter"></i></a>
<!-- LINKEDIN-->
<a href="https://www.linkedin.com/in/abhilash-pandurangan" target="_blank" class="social btn-floating blue darken-3"><i
class="fa fa-linkedin"></i></a>
<!-- RSS-->
<a href="https://github.com/abhilashpandurangan" target="_blank"class="social btn-floating black"><i
class="fa fa-github"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</header>
<!--==========================================
ABOUT
===========================================-->
<div id="about" class="section">
<div class="container">
<div class="row">
<div class="col-md-12">
<!-- DETAILS -->
<div id="about-card" class="card">
<div class="card-content" class="flow-text">
<!-- ABOUT PARAGRAPH -->
<p>
Hey! I'm Abhilash Pandurangan, and I'm pursuing my Undergraduate in Computer Science at SRM University. <br>
I'm interested in Machine learning and Computer Vision problems.
I aspire to be Data Scientist and solve problems using ML.
<br>
I have experience in building web app using PHP, HTML, Materialize CSS, Jquery and MySQL.<br>
I have also worked on data analytics projects and I'm currently working on computer vision problems.
</p>
</div>
<!-- BUTTONS -->
<div id="about-btn" class="card-action">
<div class="about-btn">
<!-- DOWNLOAD CV BUTTON -->
<!-- <a href="#" class="btn waves-effect">Download CV</a> -->
<!-- CONTACT BUTTON -->
<a href="https://www.linkedin.com/in/abhilash-pandurangan" target="_blank" class="btn waves-effect">Contact Me</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--==========================================
EDUCATION
===========================================-->
<section id="education" class="section">
<div class="container">
<!-- SECTION TITLE -->
<div class="section-title">
<h4 class="text-uppercase text-center"><i class="title-icon fa fa-graduation-cap"></i>Education</h4>
</div>
<div id="timeline-education">
<!-- FIRST TIMELINE -->
<div class="timeline-block">
<!-- DOT -->
<div class="timeline-dot"><i class="fa fa-graduation-cap"></i></div>
<!-- TIMELINE CONTENT -->
<div class="card timeline-content">
<div class="card-content">
<!-- TIMELINE TITLE -->
<h6 class="timeline-title">B.Tech Computer Science and Engineering</h6>
<!-- TIMELINE TITLE INFO -->
<div class="timeline-info">
<h6>
<small>SRM Institute of Science and Technology, KTR, Chennai</small>
</h6>
<h6>
<small>May 2015 - present</small>
</h6>
</div>
</div>
</div>
</div>
<!-- SECOND TIMELINE -->
<div class="timeline-block">
<!-- DOT -->
<div class="timeline-dot"><i class="fa fa-certificate"></i></div>
<!-- TIMELINE CONTENT -->
<div class="card timeline-content">
<div class="card-content">
<!-- TIMELINE TITLE -->
<h6 class="timeline-title">12th Grade</h6>
<!-- TIMELINE TITLE INFO -->
<div class="timeline-info">
<h6>
<small>D.A.V. Public School, Velachery, Chennai</small>
</h6>
<h6>
<small>May 2015</small>
</h6>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--==========================================
SKILLS
===========================================-->
<section id="skills" class="section">
<div class="container">
<!-- SECTION TITLE -->
<div class="section-title">
<h4 class="text-uppercase text-center"><i class="title-icon fa fa-sliders"></i>Skills</h4>
</div>
<div class="row">
<div class="col-md-12 col-sm-12 col-xs-12">
<div id="skills-card" class="card">
<div class="card-content">
<div class="row">
<div class="col-xs-12">
<!-- FIRST SKILL SECTION -->
<div class="skills-title">
<h6 class="text-center">Languages</h6>
</div>
<!-- FIRST SKILL BAR -->
<div class="skillbar" data-percent="80%">
<div class="skillbar-title"><span>Python</span></div>
<div class="skillbar-bar"></div>
</div>
<!-- SECOND SKILL BAR -->
<div class="skillbar" data-percent="80%">
<div class="skillbar-title"><span>C++</span></div>
<div class="skillbar-bar"></div>
</div>
<!-- THIRD SKILL BAR -->
<div class="skillbar" data-percent="60%">
<div class="skillbar-title"><span>R Programming</span></div>
<div class="skillbar-bar"></div>
</div>
<!-- FOURTH SKILL BAR -->
<div class="skillbar" data-percent="50%">
<div class="skillbar-title"><span>Java</span></div>
<div class="skillbar-bar"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--==========================================
EXPERIENCE
===========================================-->
<section id="experience" class="section">
<div class="container">
<!-- SECTION TITLE -->
<div class="section-title">
<h4 class="text-uppercase text-center"><i class="title-icon fa fa-suitcase"></i>Experience</h4>
</div>
<div id="timeline-experience">
<!-- FIRST TIMELINE -->
<div class="timeline-block">
<!-- DOT -->
<div class="timeline-dot"><i class="title-icon fa fa-code"></i></div>
<!-- TIMELINE CONTENT -->
<div class="card timeline-content">
<div class="card-content">
<!-- TIMELINE TITLE -->
<h6 class="timeline-title">Tech Member</h6>
<!-- TIMELINE TITLE INFO -->
<div class="timeline-info">
<h6>
<small>SRM Developers Student Club - Initated by Google Devlopers</small>
</h6>
<h6>
<small>Jan 2018 - Present</small>
</h6>
</div>
<!-- TIMELINE PARAGRAPH -->
<p>
SRM Developer Student Club (DSC) is a Google Developers program for university students to learn mobile and web development skills.
As a tech member, I have organised workshops and even trained students in workshops like android development workshop, Machine Learning Crash Course and Web Development.
I have also developed team website using materialize css, html and firebase.
</p>
</div>
</div>
</div>
<!-- SECOND TIMELINE -->
<div class="timeline-block">
<!-- DOT -->
<div class="timeline-dot"><i class="title-icon fa fa-pencil-square-o"></i></div>
<!-- TIMELINE CONTENT -->
<div class="card timeline-content">
<div class="card-content">
<!-- TIMELINE TITLE -->
<h6 class="timeline-title">Teaching Assistant</h6>
<!-- TIMELINE TITLE INFO -->
<div class="timeline-info">
<h6>
<small>National University of Singapore (NUS)</small>
</h6>
<h6>
<small>June 2018 </small>
</h6>
</div>
<!-- TIMELINE PARAGRAPH -->
<p>
Selected as a teaching assistant for Global Academic Internship Program (GAIP) on Big data using ANN at NUS, Singapore.
Being TA, I aided the professors from NUS for handling the classes for quiz, assessment, project and cleared the doubts for students.
</p>
<!-- BUTTON TRIGGER MODAL -->
<a href="#" class="modal-dot" data-toggle="modal" data-target="#myModal-4">
<i class="fa fa-ellipsis-h" aria-hidden="true"></i>
</a>
</div>
</div>
</div>
<!-- THIRD TIMELINE -->
<div class="timeline-block">
<!-- DOT -->
<div class="timeline-dot"><i class="title-icon fa fa-wrench"></i></div>
<!-- TIMELINE CONTENT -->
<div class="card timeline-content">
<div class="card-content">
<!-- TIMELINE TITLE -->
<h6 class="timeline-title">Global Academic Internship Program, Singapore</h6>
<!-- TIMELINE TITLE INFO -->
<div class="timeline-info">
<h6>
<small>Big data analytics using ANN</small>
</h6>
<h6>
<small>December 2017</small>
</h6>
</div>
<!-- TIMELINE PARAGRAPH -->
<p>
Global Academic Internship Programme(GAIP) was organised by Corporate Gurukul in association with HPE(Hewlett Packard Enterprise) and NUS(National University of Singapore) for Big data analytics using ANN. The program was conducted in Singapore from 16th December 2017 to 6th January 2018.
During this program, I was trained in Big data using Hadoop, Neural Networks and machine learning using python and R.
</p>
<!-- BUTTON TRIGGER MODAL -->
<a href="#" class="modal-dot" data-toggle="modal" data-target="#myModal-1">
<i class="fa fa-ellipsis-h" aria-hidden="true"></i>
</a>
</div>
</div>
</div>
<!-- FOURTH TIMELINE -->
<div class="timeline-block">
<!-- DOT -->
<div class="timeline-dot"><i class="title-icon fa fa-book"></i></div>
<!-- TIMELINE CONTENT -->
<div class="card timeline-content">
<div class="card-content">
<!-- TIMELINE TITLE -->
<h6 class="timeline-title">Student Web Developer</h6>
<!-- TIMELINE TITLE INFO -->
<div class="timeline-info">
<h6>
<small>Jul 2017 - Dec 2017</small>
</h6>
</div>
<!-- TIMELINE PARAGRAPH -->
<p>
As a student web developer, I built online portals like eThink along with my team for SRM CARE.
Used HTML, materialise css, javascript, ajax and php for making online psychometric test system for the university.
</p>
</div>
</div>
</div>
<!-- FIFTH TIMELINE -->
<div class="timeline-block">
<!-- DOT -->
<div class="timeline-dot"><i class="title-icon fa fa-book"></i></div>
<!-- TIMELINE CONTENT -->
<div class="card timeline-content">
<div class="card-content">
<!-- TIMELINE TITLE -->
<h6 class="timeline-title">Data Structures Intern</h6>
<!-- TIMELINE TITLE INFO -->
<div class="timeline-info">
<h6>
<small>May 2017 – Jun 2017</small>
</h6>
</div>
<!-- TIMELINE PARAGRAPH -->
<p>
Interned towards the auto evaluation tool eLab (online programming system for SRM CARE) for the Data structures domain.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ==========================================
MODALS
<!--MODAL ONE
<div class="modal fade" id="myModal-1" tabindex="-1" role="dialog" aria-labelledby="myModalLabel-1">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<!--MODAL HEADER
<div class="modal-header text-center">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h4 class="modal-title"id="myModalLabel-1">Automation is <small><i class ="title-icon fa fa-heart" ></i></small></h4>
<h6>
<small>Jan 2014 - Mar 2015</small>
</h6>
</div>
<!--MODAL BODY
<div class="modal-body" class="flow-text">
<p>
It was during my first few months in college when I unlocked my true laziness.
From the simplest tasks like logging into wifi automatically to solving online coursework,
life became so much more sweeter with automation. Movies downloading automatically every night,
music playing when I want, it became more of a hobby with time. And of course with more
automation comes more power!
<blockquote>
<i>"Kabhi kabhi lagta hai apun hi bhagwan hai"</i><br><br>
<small><img src="images/kabhi.jpg" style="max-height: 200px; width: auto;"></small>
</blockquote>
</p>
</div>
<!--MODAL FOOTER
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!--MODAL TWO
<div class="modal fade" id="myModal-2" tabindex="-1" role="dialog" aria-labelledby="myModalLabel-2">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<!--MODAL HEADER
<div class="modal-header text-center">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h4 class="modal-title" id="myModalLabel-2">EDUCATION AT Y</h4>
<h6>
<small>Jan 2014 - Mar 2015</small>
</h6>
</div>
<!--MODAL BODY
<div class="modal-body">
<p>
I have learned a great many things from participating in varsity football.
It has changed my entire outlook on and attitude toward life. Before my
freshman year at [high-school], I was shy, had low self-esteem and turned
away from seemingly impossible challenges. Football has altered all of these
qualities. On the first day of freshman practice, the team warmed up with a
game of touch football. The players were split up and the game began. However,
</p>
</div>
<!--MODAL FOOTER
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!--MODAL THREE
<div class="modal fade" id="myModal-3" tabindex="-1" role="dialog" aria-labelledby="myModalLabel-3">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<!--MODAL HEADER
<div class="modal-header text-center">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h4 class="modal-title" id="myModalLabel-3">EDUCATION AT Z</h4>
<h6>
<small>Jan 2014 - Mar 2015</small>
</h6>
</div>
<!--MODAL BODY
<div class="modal-body">
<p>
I have learned a great many things from participating in varsity football.
It has changed my entire outlook on and attitude toward life. Before my
freshman year at [high-school], I was shy, had low self-esteem and turned
away from seemingly impossible challenges. Football has altered all of these
qualities. On the first day of freshman practice, the team warmed up with a
game of touch football. The players were split up and the game began. However,
</p>
</div>
<!--MODAL FOOTER
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!--MODAL FOUR
<div class="modal fade" id="myModal-4" tabindex="-1" role="dialog" aria-labelledby="myModalLabel-4">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<!--MODAL HEADER
<div class="modal-header text-center">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h4 class="modal-title" id="myModalLabel-4">My Journey with Team ROBOCON</h4>
<h6>
<small>Jan 2014 - Mar 2015</small>
</h6>
</div>
<!--MODAL BODY
<div class="modal-body" class="flow-text">
<p>
I started as a young coder at ROBOCON when I first joined SRM. SInce then, it has been a long while, during which we worked not only
on Arduino and RasPi but also on other experimental platforms like ROS and Gazebo. Here I have worked on image acquisition and recognition for
our final competition at ABU ROBOCON. During this I developed an in-depth understanding of Robotics, and how it can change the world around us,
from automating everyday tasks to doing extraordinary feats. ROBOCON gave me the wings to pursue my dreams by teaching me the virtues of
hard work, self-learning, dedication, team work and time-management. Here I developed a very unique skillset which has helped me in various tasks
that I later took up in my career.
</p>
</div>
<!--MODAL FOOTER
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!--MODAL FIVE
<div class="modal fade" id="myModal-5" tabindex="-1" role="dialog" aria-labelledby="myModalLabel-5">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<!--MODAL HEADER
<div class="modal-header text-center">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h4 class="modal-title" id="myModalLabel-5">EXPERIENCE AT M</h4>
<h6>
<small>Jan 2014 - Mar 2015</small>
</h6>
</div>
<!--MODAL BODY
<div class="modal-body">
<p>
I have learned a great many things from participating in varsity football.
It has changed my entire outlook on and attitude toward life. Before my
freshman year at [high-school], I was shy, had low self-esteem and turned
away from seemingly impossible challenges. Football has altered all of these
qualities. On the first day of freshman practice, the team warmed up with a
game of touch football. The players were split up and the game began. However,
</p>
</div>
<!--MODAL FOOTER
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!--SCROLL TO TOP-->
<div id="scroll-top">
<div id="scrollup"><i class="fa fa-angle-up"></i></div>
</div>
<!-- ================== SCRIPTS ================== -->
<script src="javascript/jquery-2.1.3.min.js"></script>
<script src="javascript/bootstrap.min.js"></script>
<script src="javascript/materialize.min.js"></script>
<script src="javascript/markerwithlabel.min.js"></script>
<script src="javascript/retina.min.js"></script>
<script src="javascript/scrollreveal.min.js"></script>
<script src="javascript/jquery.touchSwipe.min.js"></script>
<script src="javascript/custom.js"></script>
</body>
</html>