-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
780 lines (724 loc) · 44.1 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
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- static files-->
<link rel="stylesheet" href="css/bootstrap.min.css">
<script src="js/jquery.min.js" crossorigin="anonymous"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<!--icon-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Favicon -->
<link rel="icon" type="image/png" href="images/favicon.png">
<title>Rahul Mangal | IIT Kanpur</title>
<!-- Custom style -->
<style>
hr.theme-white{
border-top: 1px solid white;
}
</Style>
</head>
<body class="bg-dark">
<!-- header -->
<div class="container-fluid bg-light ">
<div class="container ">
<nav class="navbar navbar-expand-md bg-light navbar-dark fixed-top">
<a class="navbar-brand text-dark" href="#"><b>Dr Rahul Mangal</b>   </a>
<button class="navbar-toggler bg-secondary" type="button" data-toggle="collapse" data-target="#collapsibleNavbar">
<span class="navbar-toggler-icon" ></span>
</button>
<div class="collapse navbar-collapse" id="collapsibleNavbar">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link text-dark" href="#introduction">Home</a>
</li>
<li class="nav-item">
<a class="nav-link text-dark" href="#awards">Awards</a>
</li>
<li class="nav-item">
<a class="nav-link text-dark" href="#teaching">Teaching</a>
</li>
<li class="nav-item">
<a class="nav-link text-dark" href="#research">Research</a>
</li>
<li class="nav-item">
<a class="nav-link text-dark" href="#news">News</a>
</li>
<li class="nav-item">
<a class="nav-link text-dark" href="#publications">Publications</a>
</li>
<li class="nav-item">
<a class="nav-link text-dark" href="#students">Students</a>
</li>
<li class="nav-item">
<a class="nav-link text-dark" href="#contacts">Contacts</a>
</li>
</ul>
</div>
</nav>
</div>
</div>
<!-- Introduction -->
<div class="container-fluid text-light" id="introduction" style="padding-top:100px;padding-bottom: 100px;">
<div class="container " >
<div class="row">
<div class="col-xl-4">
<img src="images/dp.jpg" class="rounded-circle mx-auto d-block img-fluid" alt="Profile Picture - Prof Rahul Mangal" width="300" height="300">
<div class="text-center">
<h2>Dr Rahul Mangal</h2>
<p class=" ">Assistant Professor
<br><a target="_blank" class="text-decoration-none" href="https://www.iitk.ac.in/che/" >Department of Chemical Engineering</a>
<br><a target="_blank" class="text-decoration-none" href="https://www.iitk.ac.in/" >Indian Institute of Technology (IIT) Kanpur</a>
</p>
</div>
<div class="text-center" style="font-size: 35px">
<a target="_blank" href="mailto:mangalr@iitk.ac.in?subject=Got this email id from your website!"><i class="fa fa-envelope" style="color:white;"></i></a>
<a target="_blank" href="https://twitter.com/mangalr"><i class="fa fa-twitter" style="color:whitesmoke;"></i></a>
<!--<a target="_blank" href="https://scholar.google.co.in/citations?user=upovR8EAAAAJ&hl=en"><i class="fa fa-google" style="color:#d90026;"></i></a>-->
<a target="_blank" href="https://scholar.google.co.in/citations?user=upovR8EAAAAJ&hl=en" style="color: black;"><img src="images/google-scholar.jpeg" class="rounded-circle" style="width:35px;"></a>
<a target="_blank" href="https://www.linkedin.com/in/rahulmangal/"><i class="fa fa-linkedin-square" style="color:white;"></i></a>
</div>
</div>
<div class="col-xl-8" style="padding-top: 30px;">
<div style="padding-top: 50px;padding-bottom: 30px;" >
<h3>Biography</h3>
<p class="text-justify">
Dr Rahul Mangal is an Assistant Professor in Chemical Engineering at IIT Kanpur. His research interests include Soft Matter, Polymer Physics, Active Matter and Liquid Crystals.
</p>
</div>
<hr class="theme-white">
<div class="row" style="line-height:1.8;padding-bottom: 50px;">
<div class="col-md-5">
<h3>Interests</h3>
<ul>
<li>Active Matter</li>
<li>Polymer Nano-Composites</li>
<li>Soft Matter</li>
<li>Rheology of Composites & Complex Fluids</li>
</ul>
</div>
<div class="col-md-7" >
<h3>Education</h3>
<ul class="fa-ul" >
<li><i class="fa fa-graduation-cap fa-li fa-pull-left"></i> Post Doc, University of Wisconsin Madison, WI, USA</li>
<li><i class="fa fa-graduation-cap fa-li fa-pull-left"></i> PhD, Cornell University, NY, USA</li>
<li><i class="fa fa-graduation-cap fa-li fa-pull-left"></i> M.Tech., Chemical Engineering, IIT Kanpur</li>
<li><i class="fa fa-graduation-cap fa-li fa-pull-left"></i> B.Tech., Chemical Engineering, IIT Kanpur</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Honors and Awards -->
<div class="container-fluid text-light bg-secondary" id="awards" style="padding-top:100px;padding-bottom:100px;">
<div class="container ">
<div class="row">
<div class="col-lg-3 ">
<h2>Honors & Awards</h2>
<hr class="theme-white">
</div>
<div class="col-lg-9">
<div class="container-fluid">
<!--
<div class="card bg-dark">
<div class="card-body">
<h5 class="card-title">Name of Award (Year)</h5>
<p class="card-text">Details</p>
</div>
</div>
-->
<div class="card bg-dark">
<div class="card-body">
<h5 class="card-title">Early Career Research Award, (2019-2022)</h5>
<p class="card-text">Science and Engineering Research Board, Government of India</p>
</div>
</div>
<div class="card bg-dark" >
<div class="card-body">
<h5 class="card-title">Ramanujan Fellowship, (2017-2022)</h5>
<p class="card-text">Science and Engineering Research Board, Government of India</p>
</div>
</div>
<div class="card bg-dark">
<div class="card-body">
<h5 class="card-title">Outstanding Graduate Teaching Assistant, (2016)</h5>
<p class="card-text">Robert Frederick Smith School of Chemical and Biomolecular Engineering, Cornell University</p>
</div>
</div>
<div class="card bg-dark">
<div class="card-body">
<h5 class="card-title">McMullen Fellowship, (2012)</h5>
<p class="card-text">Robert Frederick Smith School of Chemical and Biomolecular Engineering, Cornell University</p>
</div>
</div>
<div class="card bg-dark">
<div class="card-body">
<h5 class="card-title">Academic Excellence, (2009)</h5>
<p class="card-text">Indian Institute of Technology (IIT) Kanpur </p>
</div>
</div>
<div class="card bg-dark">
<div class="card-body">
<h5 class="card-title">Academic Excellence, (2008)</h5>
<p class="card-text">Indian Institute of Technology (IIT) Kanpur</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Teaching IITK -->
<div class="container-fluid text-light" id="teaching" style="padding-top:100px;padding-bottom:100px;">
<div class="container ">
<div class="row">
<div class="col-xl-3 ">
<h2>Teaching @ IITK</h2>
<hr class="theme-white">
</div>
<div class="col-xl-9">
<div class="container-fluid">
<div class="card bg-secondary">
<div class="card-body">
<h5 class="card-title">Undergraduate Courses</h5>
<p class="card-text">
<ul>
<!-- <li>Add Course</li> -->
<li>CHE453A: Chemical Process Design (Instructor)</li>
<li>ESO204A: Fluid Mechanics (Tutor)</li>
</ul>
</p>
</div>
</div>
<div class="card bg-secondary">
<div class="card-body">
<h5 class="card-title">Graduate Courses</h5>
<p class="card-text">
<ul>
<!-- <li>Add Course</li> -->
<li>CHE677A: Introduction to Physics of Polymeric Systems (Instructor)</li>
</ul>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Research and Projects -->
<div class="container-fluid text-light bg-secondary" id="research" style="padding-top:100px;padding-bottom:100px;">
<div class="container">
<div class="row">
<div class="col-xl-3 ">
<h2>Research</h2>
<hr class="theme-white">
</div>
<div class="col-xl-9 text-justify">
<div style="padding-bottom: 30px;">
<div class="card bg-dark">
<div class="card-body">
<h5 class="card-title">Research Interest</h5>
<hr class="theme-white">
<p class="card-text">
<ul>
<li>Active Matter</li>
<li>Polymer Nano-Composites</li>
<li>Soft Matter</li>
<li>Rheology of Composites & Complex Fluids</li>
</ul>
</p>
</div>
</div>
</div>
<div style="padding-bottom: 30px;">
<div class="card bg-dark">
<div class="card-body">
<h5 class="card-title">Ongoing Projects</h5>
<hr class="theme-white">
</div>
</div>
<div class="card bg-dark">
<div class="card-body">
<h5 class="card-title">Active Colloids and Emulsions</h5>
<p class="card-text">
Active particles or emulsions are capable of harnessing energy from their surroundings and drive themselves out of thermodynamic equilibrium. Consequently, unlike Brownian particles, where equilibrium thermal fluctuations leads to random motion, artificial active colloids offer more control over the dynamics of particles and feature various novel transport and self-assembly behaviors. In our group, we are currently endeavoring into investigating several unexplored fundamental questions pertaining to their motion through Single Particle Tracking experiments.
</p>
</div>
</div>
<div class="card bg-dark">
<div class="card-body">
<h5 class="card-title">Impact of Shock Waves on the Structure and Dynamics of Polymer Nano-composites (PNCs)</h5>
<p class="card-text">
Addition of nano-particles (NPs) to polymer hosts is a well-practiced method for augmenting various properties of the host, including mechanical strength, thermal stability, barrier properties, and wear resistance. Hence, lately there has been an active interest in using PNCs as shock mitigater for protective equipments in case of a bomb explosion. In this work we are experimentally investigating the impact of shock waves on the fundamental physical properties of PNCs. Our long term goal is to design a nano-composite material offering best resistance to shock waves.
</p>
</div>
</div>
</div>
<div style="padding-bottom: 30px;">
<div class="card bg-dark">
<div class="card-body">
<h5 class="card-title">Open Positions <i class="fa fa-refresh fa-spin" style="color: red;"></i></h5>
<hr class="theme-white">
<p class="card-text">
I am looking for motivated Post Docs, PhDs, Masters/Dual Degree students to work with me on interesting problems in colloids and complex fluids. Please check my research brief and papers for further details. Interested candidates can contact me by email with a short description about their interests.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- News section-->
<div class="container-fluid text-light" id="news" style="padding-top:100px;padding-bottom:100px;">
<div class="container">
<div class="row">
<div class="col-xl-3">
<h2>News</h2>
<hr class="theme-white">
</div>
<div class="col-xl-9 text-justify">
<div class="card bg-secondary" >
<div class="card-body">
<h5 class="card-title"> Recent News </h5>
<hr class="theme-white">
<p class="card-text">
<ul style="line-height: 1.6;">
<!-- Add the news to all news section while deleting from recent news. All news section is below.-->
<li>Oct. 4th, 2019: Anivesh Mehra successfully defended his Masters Thesis. Congrats Anivesh.</li>
<li>Sept. 27, 2019: Vinay Mohania successfully defended his Masters Thesis. Congrats Vinay.</li>
<li>Jun. 28, 2019: Bishwa Ranjan Si successfully defended his Masters Thesis. Congrats Bishwa.</li>
<li>Feb. 25, 2019: Dr. Rahul Mangal received the DST SERB Early Career Research Grant.</li>
<li>Jan. 7, 2019: Utkarsh Sharma and Shruti Khandelwal joined as new Masters students in the group. CPPG welcomes them.</li>
<li>Oct. 12, 2018: Karnika SIngh and Sweta Sarangi joined as new PhD students to the group. Welcome to both!</li>
<li>Aug. 22, 2018: Colloids and Polymer Physics lab. was inaugurated today.</li>
</ul>
</p>
</div>
</div>
<!--Start: All News Section -->
<div class="text-center" style="padding-top: 30px;" >
<button type="button" class="btn btn-info" style="width:200px;" data-toggle="modal" data-target="#all_news">All News </button>
</div>
<!-- Popup Window Content-->
<div class="modal fade " id="all_news" >
<div class="modal-dialog modal-lg">
<div class="modal-content">
<!-- Popup Header -->
<div class="modal-header bg-secondary">
<h4 class="modal-title">All News</h4>
<button type="button" class="close" data-dismiss="modal">×</button>
</div>
<!-- Popup window body || News Content-->
<div class="modal-body bg-secondary">
<ul>
<li>Oct. 4th, 2019: Anivesh Mehra successfully defended his Masters Thesis. Congrats Anivesh.</li>
<li>Sept. 27, 2019: Vinay Mohania successfully defended his Masters Thesis. Congrats Vinay.</li>
<li>Jun. 28, 2019: Bishwa Ranjan Si successfully defended his Masters Thesis. Congrats Bishwa.</li>
<li>Feb. 25, 2019: Dr. Rahul Mangal received the DST SERB Early Career Research Grant.</li>
<li>Jan. 7, 2019: Utkarsh Sharma and Shruti Khandelwal joined as new Masters students in the group. CPPG welcomes them.</li>
<li>Oct. 12, 2018: Karnika SIngh and Sweta Sarangi joined as new PhD students to the group. Welcome to both!</li>
<li>Aug. 22, 2018: Colloids and Polymer Physics lab. was inaugurated today.</li>
</ul>
</div>
<!-- Popup footer -->
<div class="modal-footer bg-secondary">
<button type="button" class="btn btn-danger" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!-- End: All News Section -->
</div>
</div>
</div>
</div>
<!-- publications -->
<div class="container-fluid text-light bg-secondary " id="publications" style="padding-top:100px;padding-bottom:100px;">
<div class="container">
<div class="row">
<div class="col-xl-3">
<h2>Publications</h2>
<hr class="theme-white">
</div>
<div class="col-xl-9 text-justify">
<!--
<div class="card">
<div class="card-body bg-dark">
<h5 class="card-title">
#Topic
<a target="_blank" href="#"><i class="fa fa-external-link" style="color: red;"></i></a>
</h5>
<p class="card-text"> </p>
</div>
</div>
-->
<div class="card bg-dark">
<div class="card-body">
<h5 class="card-title">
Instability Driven by shear thinning and elasticity in the flow of concentrated polymer solutions through microtubes.
<a target="_blank" href="https://journals.aps.org/prfluids/abstract/10.1103/PhysRevFluids.4.083301"><i class="fa fa-external-link" style="color: red;"></i></a>
</h5>
<p class="card-text">B. Chandra, R. Mangal, D. Das and V. Shankar, Phys. Rev. Fluids 4, 083301 (2019).</p>
</div>
</div>
<div class="card bg-dark">
<div class="card-body">
<h5 class="card-title">
Dynamics of nanoparticles in entangled polymer solutions.
<a target="_blank" href="https://pubs.acs.org/doi/abs/10.1021/acs.langmuir.7b03418"><i class="fa fa-external-link" style="color: red;"></i></a>
</h5>
<p class="card-text">P. Nath, R. Mangal, F. F. Kohle, S. Chodhury, S. Narayanan, U. B. Wiesner and L. A. Archer, Langmuir 34(1), (2017).</p>
</div>
</div>
<div class="card bg-dark">
<div class="card-body">
<h5 class="card-title">
Active Janus Particles at Interfaces of Liquid Crystals.
<a target="_blank" href="https://pubs.acs.org/doi/abs/10.1021/acs.langmuir.7b02246"><i class="fa fa-external-link" style="color: red;"></i></a>
</h5>
<p class="card-text">R. Mangal, N. Karthik, Y. K. Kim, E. Bukusoglu, U. M. Cordova-Figuerora and N. L. Abbott, Langmuir 33 (41), (2017).</p>
</div>
</div>
<div class="card bg-dark">
<div class="card-body">
<h5 class="card-title">
Phase stability and dynamics of entangled polymer nanoparticle composites.
<a target="_blank" href="https://pubs.acs.org/doi/abs/10.1021/acs.langmuir.5b03311"><i class="fa fa-external-link" style="color: red;"></i></a>
</h5>
<p class="card-text">R. Mangal, S. Srivastava, and L. A. Archer, Nature Communications 32 (2), (2016).</p>
</div>
</div>
<div class="card bg-dark">
<div class="card-body">
<h5 class="card-title">
A highly reversible room-temperature lithium metal battery based on crosslinked hairy nanoparticles.
<a target="_blank" href="https://www.nature.com/articles/ncomms10101/fig_tab"><i class="fa fa-external-link" style="color: red;"></i></a>
</h5>
<p class="card-text">S. Chodhury, R. Mangal, A. Agrawal and L. A. Archer, Nature Communications 6, 10105 (2015).</p>
</div>
</div>
<div class="card bg-dark">
<div class="card-body">
<h5 class="card-title">
Size-Dependent Particle Dynamics in Entangled Polymer Nanocomposites.
<a target="_blank" href="https://www.nature.com/articles/ncomms8198?WT.feed_name=subjects_nanocomposites/"><i class="fa fa-external-link" style="color: red;"></i></a>
</h5>
<p class="card-text">R. Mangal, S. Srivastava, S. Narayanan and L. A. Archer, Langmuir 6, 7198 (2015).</p>
</div>
</div>
<div class="card bg-dark">
<div class="card-body">
<h5 class="card-title">
Multiscale Dynamics of Polymers in Particle-Rich Nanocomposites.
<a target="_blank" href="https://pubs.acs.org/doi/abs/10.1021/acs.macromol.6b00496"><i class="fa fa-external-link" style="color: red;"></i></a>
</h5>
<p class="card-text">R. Mangal, , Y. H. Wen, S. Chodhury and L. A. Archer, Macromolecules 49 (14), (2016).</p>
</div>
</div>
<div class="card bg-dark">
<div class="card-body">
<h5 class="card-title">
Enthalpy-Driven Stabilization of Dispersions of Polymer-Grafted Nanoparticles in High-Molecular-Weight Polymer Melts.
<a target="_blank" href="https://pubs.acs.org/doi/abs/10.1021/acs.langmuir.6b02613"><i class="fa fa-external-link" style="color: red;"></i></a>
</h5>
<p class="card-text">R. Mangal, , P. Nath, M. Tikekar, and L. A. Archer, Macromolecules 32 (41), (2016).</p>
</div>
</div>
<div class="card bg-dark">
<div class="card-body">
<h5 class="card-title">
Hyperdiffusive Dynamics in Newtonian Nanoparticle Fluids.
<a target="_blank" href="https://pubs.acs.org/doi/abs/10.1021/acsmacrolett.5b00319"><i class="fa fa-external-link" style="color: red;"></i></a>
</h5>
<p class="card-text">S. Srivastava, P. Agarwal, R. Mangal, D. L. Koch, S. Narayanan and L. A. Archer, Macroletters 4 (10) (2015).</p>
</div>
</div>
<div class="card bg-dark">
<div class="card-body">
<h5 class="card-title">
Relaxation Dynamics of Nanoparticle-Tethered Polymer Chains.
<a target="_blank" href="https://pubs.acs.org/doi/abs/10.1021/acs.macromol.5b00791"><i class="fa fa-external-link" style="color: red;"></i></a>
</h5>
<p class="card-text">S. Kim, R. Mangal, and L. A. Archer, Macromolecules 48 (17) (2015).</p>
</div>
</div>
<div class="card bg-dark">
<div class="card-body">
<h5 class="card-title">
Biomimetic Wet Adhesion of Viscoelastic Liquid Films Anchored on Micropatterned Elastic Substrates.
<a target="_blank" href="https://pubs.acs.org/doi/abs/10.1021/la302460y"><i class="fa fa-external-link" style="color: red;"></i></a>
</h5>
<p class="card-text">S. Patil, R. Mangal, A. Malasi and A. Sharma, Langmuir 28 (41) (2012).</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Start: Students Section -->
<div class="container-fluid text-light " id="students" style="padding-top:100px;padding-bottom:100px;">
<div class="container">
<div class="row">
<div class="col-xl-3 ">
<h2>Students</h2>
<hr class="theme-white">
</div>
<div class="col-xl-9">
<!-- Start: Current PhD Students-->
<div style="padding-bottom: 100px;">
<h5 class="card-title">PhD Students (Current)</h5>
<hr class="theme-white">
<div class="row">
<div class="col-md-3">
<div class="card" style="width:150px">
<img class="rounded mx-auto d-block img-fluid" src="images/student-current-phd-prateek.jpg" alt="Student Image">
</div>
</div>
<div class="col-md-9">
<p><b>Prateek Dwivedi</b>  ( dprateek@iitk.ac.in )</p>
<p class="text-justify">
Prateek hails from Gandidham (Kachh) Gujarat. He did his B.Tech in Chemical Engineering from Guru Ghasidas Vishwavidyalaya Bilaspur (Chhatisgarh) and M.Tech. from IIT Roorkee. He has worked in Cargill India Private Limited in Davangere Karnataka. Currently, he is focusing on investigating the dynamics of active emulsions.
</p>
</div>
</div>
<hr class="theme-white">
<div class="row">
<div class="col-md-3">
<div class="card" style="width:150px">
<img class="rounded mx-auto d-block img-fluid" src="images/student-current-phd-sweta.jpg" alt="Student Image">
</div>
</div>
<div class="col-md-9">
<p><b>Sweta Sarangi</b>  ( swetas@iitk.ac.in )</p>
<p class="text-justify">
Sweta hails from Bhuveneshawar, Odisha. She did her B.Tech in Chemical Engineering from Indira Gandhi Institute of Technology (IGIT), Odhisha and M.Tech. from IIT Dhanbad.
</p>
</div>
</div>
<hr class="theme-white">
<div class="row">
<div class="col-md-3">
<div class="card" style="width:150px">
<img class="rounded mx-auto d-block img-fluid" src="images/student-current-phd-karnika.jpg" alt="Student Image">
</div>
</div>
<div class="col-md-9">
<p><b>Karnika Singh</b>  ( karnikas@iitk.ac.in )</p>
<p class="text-justify">
Karnika hails from Kanpur, UP. She recently finished her B.Tech. from MNNIT Allahbad, UP.
</p>
</div>
</div>
<hr class="theme-white">
</div>
<!-- End: Current PhD Students-->
<!-- Start: Curent MTech / Dual Degree Students -->
<div style="padding-bottom: 30px;">
<h5 class="card-title">MTech / Dual Degree Studentss (Current)</h5>
<hr class="theme-white">
<div class="row">
<div class="col-md-3">
<div class="card" style="width:150px">
<img class="rounded mx-auto d-block img-fluid" src="images/student-current-master-shruti.jpg" alt="Student Image">
</div>
</div>
<div class="col-md-9">
<p><b>Shruti Khandelwal</b>  ( shrutik@iitk.ac.in )</p>
<p class="text-justify">
<!-- Info about Shruti -->
</p>
</div>
</div>
<hr class="theme-white">
<div class="row">
<div class="col-md-3">
<div class="card" style="width:150px">
<img class="rounded mx-auto d-block img-fluid" src="images/student-current-master-utkarsh.jpg" alt="Student Image">
</div>
</div>
<div class="col-md-9">
<p><b>Utkarsh Sharma</b>  ( sutkars@iitk.ac.in )</p>
<p class="text-justify">
<!-- Info about Utkarsh -->
</p>
</div>
</div>
<hr class="theme-white">
<div class="row">
<div class="col-md-3">
<div class="card" style="width:150px">
<img class="rounded mx-auto d-block img-fluid" src="images/student-current-master-rohan.jpg" alt="Student Image">
</div>
</div>
<div class="col-md-9">
<p><b>Rohan Jha</b>  ( rohanjh@iitk.ac.in )</p>
<p class="text-justify">
<!-- Info about Rohan -->
</p>
</div>
</div>
<hr class="theme-white">
</div>
<!-- End: Curent MTech / Dual Degree Students -->
<!-- Start: Past Students Details -->
<div>
<div class="text-center">
<button type="button" class="btn btn-info" style="width:300px;" data-toggle="modal" data-target="#past_students">Past Students (MTech / Dual / PhD) </button>
</div>
<!-- The Modal -->
<div class="modal fade " id="past_students">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<!-- Modal Header -->
<div class="modal-header bg-secondary">
<h4 class="modal-title">Past Students (MTech / Dual / PhD)</h4>
<button type="button" class="close" data-dismiss="modal">×</button>
</div>
<!-- Modal body || Past Student Content-->
<div class="modal-body bg-secondary ">
<table class="table table-striped text-light">
<thead>
<tr>
<th>Name</th>
<th>Contact</th>
<th>Specialization / Other Details</th>
</tr>
</thead>
<tbody>
<!-- New data can be added here-->
<tr>
<td>Anivesh Mehra</td>
<td></td>
<td></td>
</tr>
<tr>
<td>Vinay Mohania</td>
<td></td>
<td></td>
</tr>
<tr>
<td>Bishwa Ranjan</td>
<td></td>
<td></td>
</tr>
<tr>
<td>Ravindra Jangid</td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<!-- Modal footer -->
<div class="modal-footer bg-secondary">
<button type="button" class="btn btn-danger" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div>
<!-- End: Past Students Details Above-->
</div>
</div>
</div>
</div>
<!-- Students Section End -->
<!-- contact -->
<div class="container-fluid text-light bg-secondary" id="contacts" style="padding-top:100px;padding-bottom:100px;">
<div class="container">
<div class="row">
<div class="col-xl-3 ">
<h2>Contacts</h2>
<hr class="theme-white">
</div>
<div class="col-xl-9">
<!-- Sending Email API : https://formspree.io/ -->
<!--
<div style="padding-bottom: 100px;">
<form action="https://formspree.io/xyz" method="POST">
<div class="form-group">
<input type="text" name="Name" class="form-control bg-light" id="name" placeholder="Your Name" required>
</div>
<div class="form-group">
<input type="text" name="Email_ID"class="form-control bg-light" placeholder="Your Email " required>
</div>
<div class="form-group">
<textarea name="Message" class="form-control bg-light" rows="5" id="message" placeholder="Message" required></textarea>
</div>
<button class="btn btn-primary" data-toggle="tooltip" data-placement="top" title="To get Quick Response: Send direct mail to (mangalr@iitk.ac.in), instead of this form!" >Send Message</button>
</form>
</div>
-->
<div style="padding-bottom: 50px;">
<!-- email -->
<div class="row" style="padding-bottom: 10px;">
<div class="col-1">
<i class="fa fa-at" style="font-size: 30px;"></i>
</div>
<div class="col-11">
<div class="row">
<div class="col-sm-6">
<a class="text-decoration-none" href="mailto:mangalr@iitk.ac.in">mangalr@iitk.ac.in</a>
</div>
</div>
</div>
</div>
<!--contact no-->
<div class="row" style="padding-bottom: 10px;">
<div class="col-1">
<i class="fa fa-volume-control-phone" style="font-size: 30px;"></i>
</div>
<div class="col-11">
<div class="row">
<div class="col-sm-6">
Office : <a class="text-decoration-none" href="tel:+915122592002" >+91-512-2592002</a>
</div>
<div class="col-sm-6">
Laboratory : <a class="text-decoration-none" href="tel:+915122596373" >+91-512-2596373</a>
</div>
</div>
</div>
</div>
<!-- Address-->
<div class="row" style="padding-bottom: 10px;">
<div class="col-1">
<i class="fa fa-map-marker" style="font-size: 30px;"></i>
</div>
<div class="col-11">
<div class="row">
<div class="col-sm-6">
Office : (451 Faculty Building, IIT Kanpur)
</div>
<div class="col-sm-6">
Laboratory : (307 NL-II, IIT Kanpur)
</div>
</div>
</div>
</div>
</div>
<div>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3570.2420479161774!2d80.23071131487413!3d26.512338783301626!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x399c3701c4a8be71%3A0x3afbe880abc38436!2sIndian%20Institute%20of%20Technology%20Kanpur!5e0!3m2!1sen!2sin!4v1586805530553!5m2!1sen!2sin" style="width: 100%;height: 350px" frameborder="0" style="border:0" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</div>
<!-- footer -->
<div class="container-fluid bg-dark" style="padding:50px;">
<div class="container text-center text-white">
© Developed by <a target="_blank" href="http://www.therajababu.com/" data-toggle="tooltip" data-placement="top" title="www.therajababu.com" >Raja Babu <i class="fa fa-external-link" style="color:white;"></i></a>.
</div>
</div>
<script>
$(document).ready(function(){
$('[data-toggle="tooltip"]').tooltip();
});
</script>
</body>
</html>