Skip to content

Commit 154ebc7

Browse files
committed
Prettify
1 parent e985527 commit 154ebc7

File tree

2 files changed

+184
-115
lines changed

2 files changed

+184
-115
lines changed

index.html

Lines changed: 84 additions & 82 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
<!DOCTYPE html>
22
<html lang="en">
3+
34
<head>
45
<meta charset="UTF-8">
56
<title>Mehul Kumar Nirala</title>
67
<meta charset="utf-8">
78
<meta http-equiv="X-UA-Compatible" content="IE=edge">
8-
<link rel="shortcut icon" href="https://img.icons8.com/color/48/000000/hearts.png" type="image/x-icon"/>
9+
<link rel="shortcut icon" href="https://img.icons8.com/color/48/000000/hearts.png" type="image/x-icon" />
910

1011
<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">
1112
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Indie+Flower'>
@@ -48,13 +49,13 @@ <h1>About Me</h1>
4849
<script type="text/javascript">
4950
var domains = ["Software Development", "Web Designing", "Android Applications", "Machine Learning"];
5051
var icons = ["desktop", "code", "android", "user"];
51-
var urls = ["web_projects/index.html", "web_projects/index.html","web_projects/index.html", "web_projects/index.html"];
52+
var urls = ["web_projects/index.html", "web_projects/index.html", "web_projects/index.html", "web_projects/index.html"];
5253
var ids = [3, 4, 2, 1];
5354
for (let i = 0; i < domains.length; i++) {
5455
var dir = (ids[i] % 2 == 0) ? "Right" : "Left";
5556
document.write(
5657
'<div class="col-sm-3 animate-box" data-animate-effect="fadeIn' + dir + '">\
57-
<a href="'+ urls[i] +'" >\
58+
<a href="' + urls[i] + '" >\
5859
<div class="services color-' + ids[i] + '">\
5960
<span class="icon2"><i class="fa fa-' + icons[i] + '"></i></span>\
6061
<h3>' + domains[i] + '</h3>\
@@ -119,111 +120,114 @@ <h2>Work Experience</h2>
119120
<div class="row">
120121
<div class="col-md-12">
121122
<div class="timeline-centered">
122-
<script type="text/javascript">
123-
var timeSpan = ["Jun2019 - July 2019", "May 2017 - Present", "January 2019 - Present"];
124-
var AT = ["University of Warwick", "Kharagpur Robosoccer Student's Group", "Google Summer of Code<br>Mlpack: a fast, flexible machine learning library"];
125-
var internType = ["Research Intern","Artificial Intelligence Team", "Open Source Contributor"];
126-
var descriptions = ["Developing Explainable Artificial Intelligence for Safety Arguments for Autonomous Vehicles",
127-
"The research objective is to develop and study cooperative multi-agent systems in highly dynamic adversarial environments.",
128-
"Contributed in ANN algorithms such as VGG19, LSTM sentiment ananlysis, Time Series Predictions in C++. Also added support for processing of image dataset."];
129-
var iclass = ["user", "code", "globe"];
130-
var color = [5, 1, 2];
131-
for (let i = 0; i < AT.length; i++) {
132-
var dir = (i % 2 == 0) ? "Right" : "Left";
133-
document.write(
134-
'<article class="timeline-entry animate-box" data-animate-effect="fadeIn'+dir+'">\
123+
<script type="text/javascript">
124+
var timeSpan = ["Jun2019 - July 2019", "May 2017 - Present", "January 2019 - Present"];
125+
var AT = ["University of Warwick", "Kharagpur Robosoccer Student's Group", "Google Summer of Code<br>Mlpack: a fast, flexible machine learning library"];
126+
var internType = ["Research Intern", "Artificial Intelligence Team", "Open Source Contributor"];
127+
var descriptions = ["Developing Explainable Artificial Intelligence for Safety Arguments for Autonomous Vehicles",
128+
"The research objective is to develop and study cooperative multi-agent systems in highly dynamic adversarial environments.",
129+
"Contributed in ANN algorithms such as VGG19, LSTM sentiment ananlysis, Time Series Predictions in C++. Also added support for processing of image dataset."
130+
];
131+
var iclass = ["user", "code", "globe"];
132+
var color = [5, 1, 2];
133+
for (let i = 0; i < AT.length; i++) {
134+
var dir = (i % 2 == 0) ? "Right" : "Left";
135+
document.write(
136+
'<article class="timeline-entry animate-box" data-animate-effect="fadeIn' + dir + '">\
135137
<div class="timeline-entry-inner">\
136-
<div class="timeline-icon color-'+color[i]+'">\
137-
<i class="fa fa-'+iclass[i]+'"></i>\
138+
<div class="timeline-icon color-' + color[i] + '">\
139+
<i class="fa fa-' + iclass[i] + '"></i>\
138140
</div>\
139141
<div class="timeline-label">\
140-
<h2><a href="#">'+AT[i]+'</a> <span>'+timeSpan[i]+'</span></h2>\
141-
<p><strong><a href="#">'+internType[i]+'</a></strong>\
142-
<br> '+descriptions[i]+'</p>\
142+
<h2><a href="#">' + AT[i] + '</a> <span>' + timeSpan[i] + '</span></h2>\
143+
<p><strong><a href="#">' + internType[i] + '</a></strong>\
144+
<br> ' + descriptions[i] + '</p>\
143145
<p></p>\
144146
</div>\
145147
</div>\
146148
</article>');
147-
}
148-
</script>
149-
<article class="timeline-entry begin animate-box" data-animate-effect="fadeInBottom">
150-
<div class="timeline-entry-inner">
151-
<div class="timeline-icon color-3">
152-
</div>
153-
</div>
154-
</article>
149+
}
150+
</script>
151+
<article class="timeline-entry begin animate-box" data-animate-effect="fadeInBottom">
152+
<div class="timeline-entry-inner">
153+
<div class="timeline-icon color-3">
154+
</div>
155+
</div>
156+
</article>
155157
</div>
156158
</div>
157159
</div>
158160
</div>
159161
<div>
160162
</section>
161163

162-
163164
<section class="colorlib-project" data-section="project">
164-
<div class="colorlib-narrow-content">
165-
<div class="row">
165+
<div class="colorlib-narrow-content">
166+
<div class="row">
166167
<div class="col-md-6 col-md-offset-3 col-md-pull-3 animate-box" data-animate-effect="fadeInLeft">
167168
<h2>Projects & Publications</h2>
168169
<hr>
169170
</div>
170-
</div>
171-
<div class="container">
172-
<div class="row">
173-
<script type="text/javascript">
174-
var domains = ["Hybrid Path Planner for Efficient Navigation in Urban Road Networks through Analysis of TrajectoryTraces",
175-
"LSTMs with Attention for Aggression Detection",
176-
"Application of Artificial Intelligence to predict moisture damage of hot mix asphalt mixes",
177-
"Potential and Sampling Based RRT Star for Real-Time Dynamic Motion Planning Accounting for Momentum in Cost Function"];
178-
var ppDomains = ["This paper proposes an innovative way of finding a route, given the traffic conditions of every edge present in the map.",
179-
"In this paper, we describe the system submitted for the shared task on Aggression Identification in Facebook posts and comments",
180-
"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",
181-
"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."];
182-
var urls = ["https://www.computer.org/csdl/proceedings-article/icpr/2018/08546101/17D45WrVg6x",
183-
"https://arxiv.org/abs/1807.06151",
184-
"https://www.icevirtuallibrary.com/doi/abs/10.1680/jtran.18.00083",
185-
"https://link.springer.com/chapter/10.1007%2F978-3-030-04239-4_19"
186-
];
187-
var icons = ["map", "language", "road", "compass"];
188-
for (let i = 0; i < domains.length; i++) {
189-
var dir = (ids[i] % 2 == 0) ? "Right" : "Left";
190-
document.write(
191-
'<div class="col-md-12 animate-box" data-animate-effect="fadeIn' + dir + '">\
192-
<a href="'+urls[i]+'" >\
193-
<div class="services color-' + (i+1) + '">\
194-
<span class="icon2"><i class="fa fa-' + icons[i] + '"></i></span>\
171+
</div>
172+
<div class="container">
173+
<div class="row">
174+
<script type="text/javascript">
175+
var domains = ["Hybrid Path Planner for Efficient Navigation in Urban Road Networks through Analysis of TrajectoryTraces",
176+
"LSTMs with Attention for Aggression Detection",
177+
"Application of Artificial Intelligence to predict moisture damage of hot mix asphalt mixes",
178+
"Potential and Sampling Based RRT Star for Real-Time Dynamic Motion Planning Accounting for Momentum in Cost Function"
179+
];
180+
var ppDomains = ["This paper proposes an innovative way of finding a route, given the traffic conditions of every edge present in the map.",
181+
"In this paper, we describe the system submitted for the shared task on Aggression Identification in Facebook posts and comments",
182+
"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",
183+
"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."
184+
];
185+
var urls = ["https://www.computer.org/csdl/proceedings-article/icpr/2018/08546101/17D45WrVg6x",
186+
"https://arxiv.org/abs/1807.06151",
187+
"https://www.icevirtuallibrary.com/doi/abs/10.1680/jtran.18.00083",
188+
"https://link.springer.com/chapter/10.1007%2F978-3-030-04239-4_19"
189+
];
190+
var icons = ["map", "language", "road", "compass"];
191+
var mulx10 = Array.from(Array(domains.length).keys());
192+
for (let i = 0; i < domains.length; i++) {
193+
var dir = (ids[i] % 2 == 0) ? "Right" : "Left";
194+
document.write(
195+
'<div class="col-md-12 animate-box" data-animate-effect="fadeIn' + dir + '">\
196+
<a href="' + urls[i] + '" >\
197+
<div class="services color-' + (mulx10[i] + 1) + '">\
198+
<span class="icon2"><i class="fa fa-' + icons[mulx10[i]] + '"></i></span>\
195199
<h3>' + domains[i] + '</h3>\
196200
<p>' + ppDomains[i] + '</p>\
197201
</div>\
198202
</a>\
199203
</div>'
200-
);
201-
}
202-
</script>
204+
);
205+
}
206+
</script>
207+
</div>
203208
</div>
204209
</div>
205-
</div>
206210
</section>
207211

208212
<section class="colorlib-carousel" data-section="carousel">
209213
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
210214
<ol class="carousel-indicators">
211-
<script type="text/javascript">
212-
var numCarousel = 4;
213-
for (let i = 0;i<numCarousel;i++)
214-
document.write(
215-
'<li data-target="#carouselExampleIndicators" data-slide-to="'+i+'"'+(i==0?' class="active"':'')+'></li>'
216-
);
217-
</script>
215+
<script type="text/javascript">
216+
var numCarousel = 4;
217+
for (let i = 0; i < numCarousel; i++)
218+
document.write(
219+
'<li data-target="#carouselExampleIndicators" data-slide-to="' + i + '"' + (i == 0 ? ' class="active"' : '') + '></li>'
220+
);
221+
</script>
218222
</ol>
219223
<div class="carousel-inner text-center" style="max-height:600px;">
220-
<script type="text/javascript">
221-
for (let i = 0;i<numCarousel;i++)
222-
document.write(
223-
'<div class="carousel-item '+(i == 0?'active':'')+'">\
224-
<img class="w-30" src="img/img'+(i+1)+'.jpg" alt="Slide'+(i+1)+'">\
224+
<script type="text/javascript">
225+
for (let i = 0; i < numCarousel; i++)
226+
document.write(
227+
'<div class="carousel-item ' + (i == 0 ? 'active' : '') + '">\
228+
<img class="w-30" src="img/img' + (i + 1) + '.jpg" alt="Slide' + (i + 1) + '">\
225229
</div>');
226-
</script>
230+
</script>
227231
</div>
228232
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
229233
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
@@ -236,13 +240,12 @@ <h3>' + domains[i] + '</h3>\
236240
</div>
237241
</section>
238242

239-
240243
<div class="footer">
241-
<div class="second">
242-
<div class="fixed-content">
243-
<h1>Contact Me</h1>
244-
</div>
245-
</div>
244+
<div class="second">
245+
<div class="fixed-content">
246+
<h1>Contact Me</h1>
247+
</div>
248+
</div>
246249
<div class="fixed-content">
247250
<div class="icon-row blue">
248251
<a href="https://twitter.com/nirala_mehul"><i class="fa fa-twitter"></i></a>
@@ -256,7 +259,6 @@ <h1>Contact Me</h1>
256259
</div>
257260
</div>
258261

259-
260262
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
261263
<script src='https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js'></script>
262264
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
@@ -272,4 +274,4 @@ <h1>Contact Me</h1>
272274

273275
</body>
274276

275-
</html>
277+
</html>

0 commit comments

Comments
 (0)