-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathservices.html
More file actions
176 lines (167 loc) · 8.73 KB
/
services.html
File metadata and controls
176 lines (167 loc) · 8.73 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
<!DOCTYPE html>
<html lang="zxx" class="no-js">
<head>
<!-- Mobile Specific Meta -->
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Favicon-->
<link rel="shortcut icon" href="img/fav.png">
<!-- Author Meta -->
<meta name="author" content="colorlib">
<!-- Meta Description -->
<meta name="description" content="">
<!-- Meta Keyword -->
<meta name="keywords" content="">
<!-- meta character set -->
<meta charset="UTF-8">
<!-- Site Title -->
<title>Prof. Nitin J. Sanket's Personal Website</title>
<link href="https://fonts.googleapis.com/css?family=Poppins:100,200,400,300,500,600,700" rel="stylesheet">
<!--
CSS
============================================= -->
<link rel="stylesheet" href="css/linearicons.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/nice-select.css">
<link rel="stylesheet" href="css/animate.min.css">
<link rel="stylesheet" href="css/owl.carousel.css">
<link rel="stylesheet" href="css/jquery-ui.css">
<link rel="stylesheet" href="css/main.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-171009851-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-171009851-1');
</script>
</head>
<body>
<!-- EDIT ME -->
<header id="header">
<div class="container main-menu">
<div class="row align-items-center justify-content-between d-flex">
<div id="logo">
<a href="index.html"><img src="img/logos/1.png" width="48px" alt="" title=""></a>
</div>
<nav id="nav-menu-container">
<ul class="nav-menu">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="tutorials.html">Tutorials</a></li>
<li><a href="teaching.html">Teaching</a></li>
<li><a href="services.html">Services</a></li>
</ul>
</nav><!-- #nav-menu-container -->
</div>
</div>
</header><!-- #header -->
<!-- EDIT ME -->
<!-- Start home-about Area -->
<section class="sample-text-area">
<div class="container">
<div class="menu-content">
<div class="title text-center">
<h1 class="mb-10">Services</h1>
</div>
</div>
</div>
</section>
<section class="sample-text-area", style="padding-top: 10px">
<div class="whole-wrap">
<div class="container">
<div class="col-md-10 mt-sm-20 left-align-p">
<div class="">
<hr>
<h4> Editor </h4><br>
<ul class="unordered-list">
<li> npj Robotics Associate Editor - Nature npj Robotics - 2022-Current </li>
<li> RA-L Associate Editor - IEEE Robotics and Automation Letters - 2022-Current </li>
</ul>
</div>
<!-- <div class="col-md-10 mt-sm-20 left-align-p"> -->
<div class="">
<hr>
<h4> Workshops </h4><br>
<ul class="unordered-list">
<li> MED22 - Program Co-chair for Mediterranean Conference On Control And Automation Workshop: Active Methods In Autonomous Navigation - 2022 </li>
</ul>
</div>
</div>
<div class="col-md-10 mt-sm-20 left-align-p">
<div class="">
<hr>
<h4> Peer Review </h4><br>
<ul class="unordered-list">
<li> Science – Science Robotics – 2021-Current </li>
<li> RA-L – IEEE Robotics and Automation Letters – 2018-Current </li>
<li> ICRA – IEEE International Conference on Robotics and Automation – 2017-Current </li>
<li> IROS – IEEE International Conference on Intelligent Robots and Systems – 2017-Current </li>
<li> CVPR – IEEE International Conference on Computer Vision and Pattern Recognition – 2017-Current </li>
<li> RSS – Robotics: Science & Systems – 2017-Current </li>
<li> IMAVIS – Elsevier's Image and Vision Computing Journal – 2017-2019 </li>
<li> CVIU – Elsevier's Computer Vision and Image Understanding Journal – 2017-2019 </li>
<li> ICCV – IEEE International Conference on Computer Vision – 2017-2018 </li>
</ul>
</div>
<hr>
</div>
</div>
</div>
</section>
<!-- EDIT FOOT -->
<!-- start footer Area -->
<footer class="footer-area section-gap">
<div class="container">
<div class="row">
<div class="col-lg-5 col-md-6 col-sm-6">
<div class="single-footer-widget">
<p class="footer-text"><!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©<script>document.write(new Date().getFullYear());</script> All rights reserved | This template is made with <i class="fa fa-heart-o" aria-hidden="true"></i> by <a href="https://colorlib.com" target="_blank">Colorlib</a>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. --></p>
</div>
</div>
<div class="col-lg-2 col-md-6 col-sm-6 social-widget">
<div class="single-footer-widget">
<h4>Follow Me</h4>
<p>Let us be social</p>
<div class="footer-social d-flex align-items-center">
<a title="Google Scholar" href="https://scholar.google.com/citations?user=ugyWSWwAAAAJ&hl=en&oi=ao" style="padding-top: 8px" class="ai"><i class="ai ai-google-scholar"></i></a>
<a title="Github" href="http://github.com/nitinjsanket/" class="github"><i class="fa fa-github"></i></a>
<a title="Teaching on YouTube" href="http://youtube.com/prgumdteaching" class="youtube"><i class="fa fa-youtube-square"></i></a>
<a title="LinkedIn" href="https://www.linkedin.com/in/nitinjsanket/" class="linkedin"><i class="fa fa-linkedin-square"></i></a>
<a title="Twitter" href="http://twitter.com/nitinjsanket" class="twitter"><i class="fa fa-twitter-square"></i></a>
<a title="500px" href="https://500px.com/nitinjsanket" class="500px"><i class="fa fa-500px"></i></a>
<a title="Instagram" href="http://instagram.com/firenitin" class="instagram"><i class="fa fa-instagram"></i></a>
<a title="Photography" href="http://instagram.com/njsphoto" class="camera"><i class="fa fa-camera"></i></a>
<a title="Facebook" href="http://facebook.com//nitin.jsanket" class="facebook"><i class="fa fa-facebook-square"></i></a>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- End footer Area -->
<!-- EDIT FOOT -->
<script src="js/vendor/jquery-2.2.4.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/vendor/bootstrap.min.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBhOdIF3Y9382fqJYt5I_sswSrEw5eihAA"></script>
<script src="js/easing.min.js"></script>
<script src="js/hoverIntent.js"></script>
<script src="js/superfish.min.js"></script>
<script src="js/jquery.ajaxchimp.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/jquery.tabs.min.js"></script>
<script src="js/jquery.nice-select.min.js"></script>
<script src="js/isotope.pkgd.min.js"></script>
<script src="js/waypoints.min.js"></script>
<script src="js/jquery.counterup.min.js"></script>
<script src="js/simple-skillbar.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/mail-script.js"></script>
<script src="js/main.js"></script>
</body>
</html>