-
Notifications
You must be signed in to change notification settings - Fork 2
/
join_us.html
390 lines (307 loc) · 21 KB
/
join_us.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
<!-- https://www.google.com/search?q=join+us&tbm=isch&ved=2ahUKEwixwqbagsLpAhXTkksFHUMcBFMQ2-cCegQIABAA&oq=join+us&gs_lcp=CgNpbWcQAzIECAAQQzIECAAQQzICCAAyAggAMgIIADICCAAyAggAMgIIADICCAAyAggAUP5QWNZTYIZVaABwAHgAgAGLAYgBiAOSAQMwLjOYAQCgAQGqAQtnd3Mtd2l6LWltZw&sclient=img&ei=--nEXvHYHdOlrtoPw7iQmAU&safe=images&tbs=sur%3Afm&hl=en#imgrc=WJPMYSWTD4u_6M-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>Human-Machine Interaction @ IIIT-D</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700,900" rel="stylesheet">
<link rel="stylesheet" href="fonts/icomoon/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/jquery-ui.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link rel="stylesheet" href="css/jquery.fancybox.min.css">
<link rel="stylesheet" href="css/bootstrap-datepicker.css">
<link rel="stylesheet" href="fonts/flaticon/font/flaticon.css">
<link rel="stylesheet" href="css/aos.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body data-spy="scroll" data-target=".site-navbar-target" data-offset="300">
<style>
.wrapper {
text-align: center;
}
.new_logo_des{
display: inline-block;
}
</style>
<div class="site-wrap">
<div class="site-mobile-menu site-navbar-target">
<div class="site-mobile-menu-header">
<div class="site-mobile-menu-close mt-3">
<span class="icon-close2 js-menu-toggle"></span>
</div>
</div>
<div class="site-mobile-menu-body"></div>
</div>
<div class="border-bottom top-bar py-2 bg-dark" id="home-section">
<div class="container">
<div class="row">
<div class="col-md-6">
<p class="mb-0">
<span class="mr-3"><strong class="text-white">Phone:</strong> <a href="tel://#">+91-11-26907523</a></span>
<span><strong class="text-white">Email:</strong> <a href="mailto:hmi@iiitd.ac.in">hmi(at)iiitd(dot)ac(dot)in</a></span>
</p>
</div>
<div class="col-md-6">
<ul class="social-media">
<li><a href="https://www.facebook.com/hmi.iiitd/" class="p-2" target="_blank"><span class="icon-facebook"></span></a></li>
<li><a href="https://twitter.com/hmi_iiitd" class="p-2" target="_blank"><span class="icon-twitter"></span></a></li>
<li><a href="https://www.instagram.com/hmi_iiitd/" class="p-2" target="_blank"><span class="icon-instagram"></span></a></li>
<li><a href="https://www.linkedin.com/company/human-machine-interaction/about/" class="p-2" target="_blank"><span class="icon-linkedin"></span></a></li>
<!-- <li><a href="#" class="p-2"><i class="fa fa-globe" aria-hidden="true"></i></a></li> -->
</ul>
</div>
</div>
</div>
</div>
<header class="site-navbar py-4 bg-white js-sticky-header site-navbar-target" role="banner">
<div class="container">
<div class="row align-items-center">
<!-- <div class="col-2 new_logo_des">
<a href="index.html"><img class="new_logo_des" src="images/logo/logo_hit.jpg" id="header-logo" class="img-fluid" ></a>
<h1 class="mb-0 site-logo new_logo_des"><a href="index.html" class="text-black h2 mb-0"> </a></h1>
</div> -->
<div class="col-11 col-xl-2">
<!-- <h1 class="mb-0 site-logo"><a href="index.html" class="text-black h2 mb-0">Create<span class="text-primary">.</span> </a></h1>
--> <a class="mb-0 site-logo" href="index.html"><img class="new_logo_des" src="images/logo/logo_hit.jpg" id="header-logo" class="img-fluid" ></a>
</div>
<div class="col-12 col-md-10 d-none d-xl-block">
<nav class="site-navigation position-relative text-right" role="navigation">
<ul class="site-menu main-menu js-clone-nav mr-auto d-none d-lg-block">
<li><a href="index.html" class="nav-link">Home</a></li>
<li class="has-children">
<a href="project.html" class="nav-link">Research</a>
<ul class="dropdown">
<li><a href="project.html#projects-section">Projects</a></li>
<li><a class="nav-link" href="publication.html">Publications</a></li>
</ul>
</li>
<li class="has-children">
<a href="team.html" class="nav-link">Our Team</a>
<ul class="dropdown">
<li><a href="team.html#director-section">Director</a></li>
<li><a href="team.html#team-section">Members</a></li>
<li><a href="team.html#alumni-section">Alumni</a></li>
<li><a href="team.html#collaborator-section">Collaborators</a></li>
</ul>
</li>
<li class="has-children">
<a href="resources.html" class="nav-link">Resources</a>
<ul class="dropdown">
<li><a href="faq.html" class="nav-link">FAQ</a></li>
<li><a href="blog.html" class="nav-link">Blogs</a></li>
<li><a href="resources.html#internat-res-section">Internal Resources</a></li>
<li><a href="resources.html#external-res-section">External Resources</a></li>
</ul>
</li>
<li><a href="updates.html" class="nav-link">Updates</a></li>
<!-- <li><a href="#-section" class="nav-link">Contact Us</a></li> -->
<li class="has-children">
<a href="contact_us.html" class="nav-link">Let's Connect</a>
<ul class="dropdown">
<li><a href="join_us.html">Join Us</a></li>
<li><a href="contact_us.html">Contact Us</a></li>
</ul>
</li>
</ul>
</nav>
</div>
<div class="d-inline-block d-xl-none ml-md-0 mr-auto py-3" style="position: relative; top: 3px;"><a href="#" class="site-menu-toggle js-menu-toggle text-black"><span class="icon-menu h3"></span></a></div>
</div>
</div>
</header>
<div class="site-blocks-cover overlay" style="background-image: url(images/header/joinus2.jpg);" data-aos="fade" data-stellar-background-ratio="0.5">
<!-- Source of Image : https://upload.wikimedia.org/wikipedia/commons/d/d7/Research_Scene_Vector.svg -->
<div class="container">
<div class="row align-items-center justify-content-center text-center">
<div class="col-md-12" data-aos="fade-up" data-aos-delay="400">
<div class="row justify-content-center mb-4">
<div class="col-md-12 text-center">
<h1><strong>Join Us</strong></h1>
<!-- <p class="lead mb-5">Free Web Template by <a href="#" target="_blank">Colorlib</a></p> -->
<!-- <div><a data-fancybox data-ratio="2" href="https://vimeo.com/317571768" class="btn btn-primary btn-md">Watch Video</a></div> -->
</div>
</div>
</div>
</div>
</div>
</div>
<section class="site-section border-bottom" id="join_us-section">
<div class="container">
<div class="row mb-5">
<div class="col-12 text-center">
<h2 class="text-black h1 site-section-heading">Join Us!</h2>
</div>
</div>
<div class="row">
<div class="col-12">
<p class="mb-4" style="text-align:justify;">The HMI lab is always looking for researchers at UG, PG, RA, and Ph.D. levels. Please see below to check the list of currently open positions and follow us on social media to know about the latest openings. If you do not see any suitable openings and have an exciting idea related to our research interests, please send an SOP (2-3 pages) and latest CV with subject as <strong>“Application for Intern/RA/Ph.D. in [mention your research interest]”</strong> at <strong>hmi(at)iiitd(dot)ac(dot)in</strong>. </p>
<p class="mb-4" style="text-align: justify;">We encourage self-funded applications throughout the year. However, successful candidates may be eligible for a Ph.D./RA/Intern research stipends as advertised from time to time. </p>
<p class="mb-4" style="text-align: justify;"><strong>What are we looking for:</strong></p>
<p class="mb-4" style="text-align: justify;"><ul>
<li><p class="mb-4" style="text-align: justify;">You have the ability to think and to work independently.</p></li>
<li><p class="mb-4" style="text-align: justify;">You have excellent communication skills, team spirit, and creativity.</p></li>
<li><p class="mb-4" style="text-align: justify;">You are inspired by our projects and have identified future directions.</p></li>
<li><p class="mb-4" style="text-align: justify;">You are passionate about empowering technology to improve people’s quality of life.</p></li>
<li><p class="mb-4" style="text-align: justify;">You should have completed at least 3 years of university education for UG applicants, UG degree for PG applicants, and PG degree for Ph.D. applicants. However, it can be waived for candidates with exceptional profiles.</p></li>
<li><p class="mb-4" style="text-align: justify;">You have a strong background (or strong interest) and dedicated learning ability in artificial intelligence, machine learning, affective computing, social robotics, neuroscience, design, and social sciences.</p></li>
</ul></p>
<p class="mb-4" style="text-align: justify;"><strong>What can you expect at HMI: </strong></p>
<p class="mb-4" style="text-align: justify;"><ul>
<li><p class="mb-4" style="text-align: justify;">You will receive a unique opportunity to learn and grow under the competent supervision of Dr. Jainendra Shukla and his collaborators.</p></li>
<li><p class="mb-4" style="text-align: justify;">You will be able to work with and learn from people with physical and/or mental health challenges.</p></li>
<li><p class="mb-4" style="text-align: justify;">You will have a friendly atmosphere with skilled and congenial colleagues.</p></li>
<li><p class="mb-4" style="text-align: justify;">You will have access to some of the state of the art research equipment and resources.</p></li>
<li><p class="mb-4" style="text-align: justify;">You will be able to publish in journals and conferences of international reputation</p></li>
<!-- <li><p class="mb-4" style="text-align: justify;">You have a strong background (or strong interest) and dedicated learning ability in artificial intelligence, machine learning, affective computing, social robotics, neuroscience, design, and social sciences.</p></li> -->
</ul></p>
<p class="mb-4" style="text-align: justify;">We especially encourage women to apply. We give preference to applicants with disabilities if found equally competent. </p>
</div>
<!-- <div class="col-12">
<p class="mb-4" style="text-align: justify;"><strong>Open Position</strong>
<p class="mb-4" style="text-align: justify;">
<ul>
<li><p class="mb-4" style="text-align: justify;"><strong>Research Assistant : Robot Ethics</strong></p></li>
<p class="mb-4" style="text-align: justify;"> We are hiring for a Research Assistant position at Human-Machine Interaction. The recruited candidate will work on Robot Ethics in a project titled "Experimental and Integrative Approaches to Robo-ethics" under <a href="https://iiitd.ac.in/manohark">Dr. Manohar Kumar</a> and <a href="https://www.iiitd.ac.in/jainendra">Dr. Jainendra Shukla</a>.
Potential candidates would have interest and strong academic record in Robot Ethics, Ethics in AI, or DigitalEthics. Those having a strong background in Philosophy, Ethics, and Applied Ethics may also apply if their future research aligns with this area.
<br>
<div id="myBtnContainer">
<a href="https://docs.google.com/forms/d/e/1FAIpQLSdUITjgzaLcpIBFNro51NbdydC5Xa79PVk4QR5VUSnbeCGZQg/viewform" target="_blank"><button class="btn_pr active">Apply Here</button></a>
</div>
</p>
<hr>
<li><p class="mb-4" style="text-align: justify;"><strong>Research Assistant: Physiological Signal Processing (EEG)/ Machine Learning</strong></p></li>
<p class="mb-4" style="text-align: justify;"> We are hiring for a Research Assistant position at Human-Machine Interaction. Potential candidates would have interest and background in Physiological Signal Processing (EEG) and Machine Learning/Deep Learning.
<br>
<strong>NOTE</strong>: We're only looking for candidates who are available to join immediately.
<br>
<div id="myBtnContainer">
<a href="https://docs.google.com/forms/d/e/1FAIpQLSfB9krXZdYl2wmFFkrCTHL7YQIgIVbISn5jBPyHQWWIOE630Q/viewform" target="_blank"><button class="btn_pr active">Apply Here</button></a>
</div>
</p>
</ul>
</p>
</div> -->
</div>
</section>
<section class="site-section border-bottom" id="open-position-section">
<div class="container">
<div class="row mb-5">
<div class="col-12 text-center">
<h2 class="text-black h1 site-section-heading">Open Position</h2>
</div>
</div>
<div class="row">
<div class="col-12">
<p class="mb-4" style="text-align: justify;">
<ul>
<li><p class="mb-4" style="text-align: justify;"><strong>Research Assistant : Robot Ethics</strong></p></li>
<p class="mb-4" style="text-align: justify;"> We are hiring for a Research Assistant position at Human-Machine Interaction. The recruited candidate will work on Robot Ethics in a project titled "Experimental and Integrative Approaches to Robo-ethics" under <a href="https://iiitd.ac.in/manohark">Dr. Manohar Kumar</a> and <a href="https://www.iiitd.ac.in/jainendra">Dr. Jainendra Shukla</a>.
Potential candidates would have interest and strong academic record in Robot Ethics, Ethics in AI, or DigitalEthics. Those having a strong background in Philosophy, Ethics, and Applied Ethics may also apply if their future research aligns with this area.
<br>
<div id="myBtnContainer">
<a href="https://docs.google.com/forms/d/e/1FAIpQLSdUITjgzaLcpIBFNro51NbdydC5Xa79PVk4QR5VUSnbeCGZQg/viewform" target="_blank"><button class="btn_pr active">Apply Here</button></a>
</div>
</p>
<hr>
<li><p class="mb-4" style="text-align: justify;"><strong>Research Assistant: Physiological Signal Processing (EEG)/ Machine Learning</strong></p></li>
<p class="mb-4" style="text-align: justify;"> We are hiring for a Research Assistant position at Human-Machine Interaction. Potential candidates would have interest and background in Physiological Signal Processing (EEG) and Machine Learning/Deep Learning.
<br>
<strong>NOTE</strong>: We're only looking for candidates who are available to join immediately.
<br>
<div id="myBtnContainer">
<a href="https://docs.google.com/forms/d/e/1FAIpQLSfB9krXZdYl2wmFFkrCTHL7YQIgIVbISn5jBPyHQWWIOE630Q/viewform" target="_blank"><button class="btn_pr active">Apply Here</button></a>
</div>
</p>
</ul>
</p>
</div>
</div>
</section>
<footer class="site-footer">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="row">
<div class="col-md-5">
<h2 class="footer-heading mb-4">About Us</h2>
<p style="text-align: justify;">At Human Machine Interaction (HMI) lab, we investigate novel interaction mechanisms to empower human-machine cooperation. Our research is supported by the Intramural Start-up Grant from the <a href="https://www.iiitd.ac.in/">Indraprastha Institute of Information Technology-Delhi (IIIT-Delhi)</a>,<a href="https://cai.iiitd.ac.in/"> Infosys Center for Artificial Intelligence</a>, and <a href="https://cdnm.iiitd.ac.in/">TCS – Centre for Design and New Media</a>.</p>
</div>
<div class="col-md-3 ml-auto">
<h2 class="footer-heading mb-4">Features</h2>
<ul class="list-unstyled">
<li><a href="index.html#about-section">About Us</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="contact_us.html">Contact Us</a></li>
</ul>
</div>
<div class="col-md-3">
<h2 class="footer-heading mb-4">Follow Us</h2>
<a href="https://www.facebook.com/hmi.iiitd" class="pl-0 pr-3" target="_blank"><span class="icon-facebook"></span></a>
<a href="https://twitter.com/hmi_iiitd" class="pl-3 pr-3" target="_blank"><span class="icon-twitter"></span></a>
<a href="https://www.instagram.com/hmi_iiitd/" class="pl-3 pr-3" target="_blank"><span class="icon-instagram"></span></a>
<a href="https://www.linkedin.com/company/human-machine-interaction/about/" class="pl-3 pr-3" target="_blank"><span class="icon-linkedin"></span></a>
<br>
<br>
<a class="mb-0 site-logo "><img class="new_logo_des" src="images/logo/logo_new.jpg" id="header-logo" class="img-fluid" height="125px" width="165px" style="border: 4px solid #000000;"></a>
</div>
</div>
</div>
<!-- <div class="col-md-3">
<h2 class="footer-heading mb-4">Subscribe Newsletter</h2>
<form action="#" method="post">
<div class="input-group mb-3">
<input type="text" class="form-control border-secondary text-white bg-transparent" placeholder="Enter Email" aria-label="Enter Email" aria-describedby="button-addon2">
<div class="input-group-append">
<button class="btn btn-primary text-white" type="button" id="button-addon2">Send</button>
</div>
</div>
</form>
</div> -->
</div>
<div class="row pt-5 mt-5 text-center">
<div class="col-md-12">
<div class="border-top pt-5">
<p>
<!-- 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="icon-heart text-danger" 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>
</div>
</footer>
</div> <!-- .site-wrap -->
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/jquery-migrate-3.0.1.min.js"></script>
<script src="js/jquery-ui.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.stellar.min.js"></script>
<script src="js/jquery.countdown.min.js"></script>
<script src="js/bootstrap-datepicker.min.js"></script>
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/aos.js"></script>
<script src="js/jquery.fancybox.min.js"></script>
<script src="js/jquery.sticky.js"></script>
<script src="js/typed.js"></script>
<script>
var typed = new Typed('.typed-words', {
strings: ["Human Centered Computing","Humanoid Robots","Affective Computing","Interaction's"],
typeSpeed: 80,
backSpeed: 80,
backDelay: 4000,
startDelay: 1000,
loop: true,
showCursor: true
});
</script>
<script src="js/main.js"></script>
</body>
</html>