-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
277 lines (257 loc) · 14.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Mehul Kumar Nirala</title>
<meta charset="utf-8">
<script data-ad-client="ca-pub-5786004557418872" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="shortcut icon" href="https://img.icons8.com/color/48/000000/hearts.png" type="image/x-icon" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Indie+Flower'>
<link rel='stylesheet' href='https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css'>
<link href="https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/flexslider.css">
<link rel="stylesheet" href="css/services.css">
<link rel="stylesheet" href="css/dark-mode-button.css">
<link rel="stylesheet" href="css/dark-mode.css">
</head>
<body>
<div class="header">
<canvas></canvas><canvas></canvas>
<div class="day-night-toggle-wrapper">
<label>
<input type="checkbox" checked id="toggleDarkModeButton" onchange="toggleDarkMode()"/>
<div class="switch">
<div class="circle">
<div class="moon-spots"></div>
</div>
<div class="cloud">
<div></div>
<div></div>
</div>
<div class="stars">
<div></div>
<div></div>
</div>
</div>
</label>
</div>
<div class="fixed-content">
<img class="port" src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/95581/cat.jpg">
<h2>Mehul Kumar Nirala</h2>
<p style="color:#fff;">Deep Learning | Open Source enthusiast</p>
<div class="icon-row">
<a href="https://github.com/MuLx10"><i class="fa fa-github"></i></a>
<a href="https://codepen.io/MuLx10/pens/showcase"><i class="fa fa-codepen"></i></a>
<a href="https://www.linkedin.com/in/mulx10/"><i class="fa fa-linkedin"></i></a>
<a href="https://www.youtube.com/channel/UCjjFH9N2NbldiSS4-JuEB4g"><i class="fa fa-youtube"></i></a>
</div>
</div>
</div>
<div class="second">
<div class="fixed-content">
<h1>About Me</h1>
<p>4th year undergraduate in the Department of Computer Science and Engineering pursuing Bachelor of Technology at Indian Institute of Technology Kharagpur. My interests primarily lie in the areas of Deep Learning in Computer Vision.</p>
</div>
</div>
<section class="colorlib-about" data-section="about">
<div class="container">
<div class="center">
<script type="text/javascript">
var domains = ["Software Development", "Web Designing", "Android Applications", "Machine Learning", "UI / UX Designing"];
var icons = ["desktop", "code", "android", "user", "pencil"];
var urls = ["swe.html", "https://codepen.io/MuLx10/pens/showcase", "android.html", "ml.html", "uiux.html"];
var ids = [3, 4, 2, 1, 3];
for (let i = 0; i < domains.length; i++) {
var dir = (ids[i] % 2 == 0) ? "Right" : "Left";
document.write(
((i % 5 == 0) ? '<div class="row">' : '') +
'<div class="col-sm-4 col-xs-4 col-md-4 col-lg-2 animate-box" data-animate-effect="fadeIn' + dir + '">\
<a href="' + urls[i] + '" >\
<div class="services color-' + ids[i] + '">\
<span class="icon2"><i class="fa fa-' + icons[i] + '"></i></span>\
<h3>' + domains[i] + '</h3>\
</div>\
</a>\
</div>'+ ((i % 5 == 4) ? '</div>' : '')
);
}
</script>
</div>
</div>
</section>
<br>
<br>
<section class="colorlib-skills" data-section="skills">
<div class="colorlib-narrow-content">
<div class="row">
<div class="col-md-6 col-md-offset-3 col-md-pull-3 animate-box" data-animate-effect="fadeInLeft">
<h2>Skills</h2>
<hr>
</div>
</div>
<div class="container">
<p class="col animate-box" data-animate-effect="fadeInLeft"><b>Some of the significant aptitudes which will assist me with achieving your objectives.</b></p>
</div>
<div class="container">
<div class="row">
<script type="text/javascript">
var skills = ["C/C++(STL)", "Python(Flask)", "React.js", "Javascript", "Java/Android", "MySQL/MongoDB", "GitHub/Git", "Robot Operating System(ROS)"];
var value = [80, 85, 70, 80, 60, 60, 90, 60];
for (let i = 0; i < skills.length; i++) {
var dir = (i % 2 == 0) ? "Right" : "Left";
document.write(
'<div class="col-md-6 animate-box" data-animate-effect="fadeIn' + dir + '">\
<div class="progress-wrap">\
<h3>' + skills[i] + '</h3>\
<div class="progress">\
<div class="progress-bar color-' + (i + 1) + '" role="progressbar" aria-valuenow="' + value[i] + '" aria-valuemin="0" aria-valuemax="100" style="width:' + value[i] + '%">\
<span>' + value[i] + '%</span>\
</div>\
</div>\
</div>\
</div>');
}
</script>
</div>
</div>
</section>
<br>
<br>
<section class="colorlib-experience" data-section="experience">
<div class="colorlib-narrow-content">
<div class="row">
<div class="col-md-6 col-md-offset-3 col-md-pull-3 animate-box" data-animate-effect="fadeInLeft">
<h2>Work Experience</h2>
<hr>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="timeline-centered">
<script type="text/javascript">
var timeSpan = ["May 2020- July 2020", "Jun2019 - July 2019", "May 2017 - Present", "May 2019 - August 2019"];
var AT = ["Microsoft", "University of Warwick", "Kharagpur Robosoccer Student's Group", "Google Summer of Code<br>Mlpack: a fast, flexible machine learning library"];
var internType = ["SWE Intern", "Research Intern", "Artificial Intelligence Team", "Open Source Contributor"];
var descriptions = ["Powerpoint team", "Developing Explainable Artificial Intelligence for Safety Arguments for Autonomous Vehicles",
"The research objective is to develop and study cooperative multi-agent systems in highly dynamic adversarial environments.",
"Contributed in ANN algorithms such as VGG19, LSTM sentiment ananlysis, Time Series Predictions in C++. Also added support for processing of image dataset."
];
var iclass = ["code", "user", "code", "globe"];
var color = [3, 5, 1, 2];
for (let i = 0; i < AT.length; i++) {
var dir = (i % 2 == 0) ? "Right" : "Left";
document.write(
'<article class="timeline-entry animate-box" data-animate-effect="fadeIn' + dir + '">\
<div class="timeline-entry-inner">\
<div class="timeline-icon color-' + color[i] + '">\
<i class="fa fa-' + iclass[i] + '"></i>\
</div>\
<div class="timeline-label">\
<h2><a href="#">' + AT[i] + '</a> <span>' + timeSpan[i] + '</span></h2>\
<p><strong><a href="#">' + internType[i] + '</a></strong>\
<br> ' + descriptions[i] + '</p>\
<p></p>\
</div>\
</div>\
</article>');
}
</script>
<article class="timeline-entry begin animate-box" data-animate-effect="fadeInBottom">
<div class="timeline-entry-inner">
<div class="timeline-icon color-3">
</div>
</div>
</article>
</div>
</div>
</div>
</div>
<div>
</section>
<section class="colorlib-project" data-section="project">
<div class="colorlib-narrow-content">
<div class="row">
<div class="col-md-6 col-md-offset-3 col-md-pull-3 animate-box" data-animate-effect="fadeInLeft">
<h2>Projects & Publications</h2>
<hr>
</div>
</div>
<div class="container">
<div class="row">
<script type="text/javascript">
var domains = ["Hybrid Path Planner for Efficient Navigation in Urban Road Networks through Analysis of TrajectoryTraces",
"LSTMs with Attention for Aggression Detection",
"Application of Artificial Intelligence to predict moisture damage of hot mix asphalt mixes",
"Potential and Sampling Based RRT Star for Real-Time Dynamic Motion Planning Accounting for Momentum in Cost Function"
];
var ppDomains = ["This paper proposes an innovative way of finding a route, given the traffic conditions of every edge present in the map.",
"In this paper, we describe the system submitted for the shared task on Aggression Identification in Facebook posts and comments",
"Guided by Prof.Sudeshna Sarkar, Head of the Department, Computer Science and Engineering, IIT Kharagpur. The Paper got acceptedin Proceedings of the Institution of Civil Engineers journal Transport",
"The paper revises the cost function to incorporate the dynamics of the obstacles in the environment. Not only the path generated is significantly different but also it is much more optimal and rigid to breakdowns and features faster replanning."
];
var urls = ["https://www.computer.org/csdl/proceedings-article/icpr/2018/08546101/17D45WrVg6x",
"https://arxiv.org/abs/1807.06151",
"https://www.icevirtuallibrary.com/doi/abs/10.1680/jtran.18.00083",
"https://link.springer.com/chapter/10.1007%2F978-3-030-04239-4_19"
];
var icons = ["map", "language", "road", "compass"];
var mulx10 = Array.from(Array(domains.length).keys());
for (let i = 0; i < domains.length; i++) {
var dir = (ids[i] % 2 == 0) ? "Right" : "Left";
document.write(
'<div class="col-md-12 animate-box" data-animate-effect="fadeIn' + dir + '">\
<a href="' + urls[i] + '" >\
<div class="services color-' + (mulx10[i] + 1) + '">\
<span class="icon2"><i class="fa fa-' + icons[mulx10[i]] + '"></i></span>\
<h3>' + domains[i] + '</h3>\
<p>' + ppDomains[i] + '</p>\
</div>\
</a>\
</div>'
);
}
</script>
</div>
</div>
</div>
</section>
<div class="footer">
<div class="second">
<div class="fixed-content">
<h1>Contact Me</h1>
</div>
</div>
<div class="fixed-content">
<div class="icon-row blue">
<a href="https://twitter.com/nirala_mehul"><i class="fa fa-twitter"></i></a>
<a href="https://www.facebook.com/mulx10"><i class="fa fa-facebook"></i></a>
<a href="mailto:[email protected]"><i class="fa fa-envelope"></i><a/a>
<a href="https://twitter.com/nirala_mehul"><i class="fa fa-stack-overflow"></i></a>
<a href="skype:live:.cid.fd89af8f47d6b546"><i class="fa fa-skype"></i></a>
</div>
<p></p>
<i class="fa fa-chevron-up blue" style="color:#bbb;" onclick="window.scroll({ top: 0, left: 0, behavior: 'smooth'});"></i>
</div>
</div>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src='https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js'></script>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="js/jquery.easing.js"></script>
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/jquery.flexslider-min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.countTo.js"></script>
<script src="js/services.js"></script>
<script src="js/modernizr.min.js"></script>
<script src="js/hex.js"></script>
<script src="js/dark.mode.toggle.js"></script>
<script src="js/script.js"></script>
</body>
</html>