-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
287 lines (258 loc) · 12.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>PKMLab | Home</title>
<!-- Favicon -->
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<!-- Font awesome -->
<link href="as/3/font-awesome.css" rel="stylesheet">
<!-- Bootstrap -->
<link href="as/3/bootstrap.css" rel="stylesheet">
<!-- Slick slider -->
<link rel="stylesheet" type="text/css" href="as/3/slick.css">
<!-- Date Picker -->
<link rel="stylesheet" type="text/css" href="as/3/bootstrap-datepicker.css">
<!-- Fancybox slider -->
<link rel="stylesheet" href="as/3/jquery.fancybox.css" type="text/css" media="screen" />
<!-- Theme color -->
<link id="switcher" href="as/3/theme-color/default-theme.css" rel="stylesheet">
<!-- Main style sheet -->
<link href="style.css" rel="stylesheet">
<!-- Google Fonts -->
<link href='https://fonts.googleapis.com/css?family=Tangerine' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Prata' rel='stylesheet' type='text/css'>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!--START SCROLL TOP BUTTON -->
<a class="scrollToTop" href="#">
<i class="fa fa-angle-up"></i>
<span>Top</span>
</a>
<!-- END SCROLL TOP BUTTON -->
<!-- Start header section -->
<header id="mu-header">
<nav class="navbar navbar-default mu-main-navbar" role="navigation">
<div class="container">
<div class="navbar-header">
<!-- FOR MOBILE VIEW COLLAPSED BUTTON -->
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- LOGO -->
<a class="navbar-brand" href="index.html"><img src="images/logo_iisc.svg" alt="Logo img"></a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul id="top-menu" class="nav navbar-nav navbar-right mu-main-nav">
<li><a href="index.html">HOME</a></li>
<li><a href="research.html">RESEARCH</a></li>
<li><a href="teaching.html">TEACHING</a></li>
<li><a href="publication.html">PUBLICATIONS</a></li>
<li><a href="softwares.html">SOFTWARES</a></li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="group.html">GROUP <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li><a href="group-present.html">PRESENT</a></li>
<li><a href="group-past.html">ALUMNI</a></li>
</ul>
</li>
<li><a href="index.html#mu-contact">CONTACT</a></li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="blog.html">OTHERS<span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li><a href="gallery.html">GALLERY</a></li>
<li><a href="research-interest.html">RESEARCH INTEREST</a></li>
<li><a href="personal-interest.html">PERSONAL INTEREST</a></li>
</ul>
</li>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
</header>
<!-- End header section -->
<!-- Start slider -->
<section id="mu-slider">
<div class="mu-slider-area">
<!-- Top slider -->
<div class="mu-top-slider">
<!-- Top slider single slide -->
<div class="mu-top-slider-single">
<img src="images/slider/polymer.jpg" alt="img">
<!-- Top slider content -->
<div class="mu-top-slider-content">
<span class="mu-slider-small-title">Welcome</span>
<h2 class="mu-slider-title">PKM Lab</h2>
<p> We simulate physical systems in computer and study their properties!</p>
<!-- <a href="#" class="mu-readmore-btn">READ MORE</a> -->
</div>
<!-- / Top slider content -->
</div>
<!-- Top slider single slide -->
<div class="mu-top-slider-single">
<img src="images/slider/cluster_room.jpg" alt="img">
<!-- Top slider content -->
<div class="mu-top-slider-content">
<span class="mu-slider-small-title">Welcome</span>
<h2 class="mu-slider-title">PKM Lab</h2>
<p> We simulate physical systems in computer and study their properties! </p>
<!-- <a href="#" class="mu-readmore-btn">READ MORE</a> -->
</div>
<!-- / Top slider content -->
</div>
<!-- Top slider single slide -->
<div class="mu-top-slider-single">
<img src="images/slider/nanoconfinement.jpg" alt="img">
<!-- Top slider content -->
<div class="mu-top-slider-content">
<span class="mu-slider-small-title">Welcome</span>
<h2 class="mu-slider-title">PKM Lab</h2>
<p> We simulate physical systems in computer and study their properties! </p>
<!-- <a href="#" class="mu-readmore-btn">READ MORE</a> -->
</div>
<!-- / Top slider content -->
</div>
</div>
</div>
</section>
<!-- End slider -->
<!-- Start Description section -->
<section id="mu-about-us">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="mu-about-us-area">
<div class="mu-title">
<br>
<span class="mu-subtitle">From the desk of Prabal K. Maiti</span>
<h2>What we do</h2>
</div>
<div class="row">
<div class="col-md-8">
<div class="mu-about-us-left">
<p>We, at the center for condensed matter theory, study various soft and biomaterials using multiscale modeling techniques.
Fundamental understanding of the soft matter systems is crucial as they possess diverse applications.
One of our major research goals is to understand and explain various phenomena occurring at the molecular length scales using computational modeling.
We often develop appropriate molecular models and computational techniques for this purpose.
In specific, using the techniques from classical mechanics, statistical mechanics and condensed matter physics, we develop efficient molecular dynamics (MD), Monte Carlo (MC), free energy calculation methods and ab-initio methods such as density functional theory.
The broad areas of current research interest include:</p>
<ul>
<li>Charge transport in molecular systems</li>
<li>Computational biophysics</li>
<li>Fluids and Polymers under confinement</li>
<li>Activity induced phase separation</li>
<li>Nucleic acid nanotechnology</li>
</ul>
</div>
</div>
<div class="col-md-4">
<div class="mu-about-us-right">
<ul class="mu-abtus-slider">
<li><img src="images/about-us/Prabal-Maiti.jpg" alt="img"></li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- End Description section -->
<!-- Start Contact section -->
<section id="mu-contact">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="mu-contact-area">
<div class="mu-title">
<span class="mu-subtitle">Get In Touch</span>
<h2>Contact Us</h2>
</div>
<div class="mu-contact-content">
<div class="row">
<div class="col-md-6">
<div class="mu-contact-left">
<!-- Start Map section -->
<section id="mu-map">
<iframe width="1920" height="351" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" id="gmap_canvas" src="https://maps.google.com/maps?width=1920&height=351&hl=en&q=%20Bengaluru+(Indian%20Institute%20of%20Science%20Bangalore)&t=&z=12&ie=UTF8&iwloc=B&output=embed"></iframe>
</section>
<!-- End Map section -->
</div>
</div>
<div class="col-md-6">
<div class="mu-contact-right">
<div class="mu-contact-widget">
<h3>Office Address</h3>
<p>Physical Science Department: B1-03</p>
<address>
<p><i class="fa fa-phone"></i> (091) 80-2293-2865</p>
<p><a href="mailto: [email protected]"><i class="fa fa-envelope"></i></a>[email protected]</p>
<p><i class="fa fa-map-marker"></i>Department of Physics</p>
<p>Indian Institute of Science, Bangalore</p>
<p>Bangalore - 560012</p>
</address>
</div>
<div class="mu-contact-widget">
<h3>Open Hours</h3>
<address>
<p><span>Monday - Friday</span> 9.00 am to 6 pm</p>
</address>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Contact section -->
<!-- Start Footer -->
<footer id="mu-footer">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="mu-footer-area">
<div class="mu-footer-social">
<a class="isDisabled" href="#"><span class="fa fa-facebook"></span></a>
<a class="isDisabled" href="#"><span class="fa fa-twitter"></span></a>
<a class="isDisabled" href="#"><span class="fa fa-google-plus"></span></a>
<a class="isDisabled" href="#"><span class="fa fa-linkedin"></span></a>
<a class="isDisabled" href="#"><span class="fa fa-youtube"></span></a>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- End Footer -->
<!-- jQuery library -->
<script src="as/1/jquery.min.js"></script>
<!-- Bootstrap -->
<script src="as/1/bootstrap.js"></script>
<!-- Slick slider -->
<script type="text/javascript" src="as/1/slick.js"></script>
<!-- Counter -->
<script type="text/javascript" src="as/1/waypoints.js"></script>
<script type="text/javascript" src="as/1/jquery.counterup.js"></script>
<!-- Date Picker -->
<script type="text/javascript" src="as/1/bootstrap-datepicker.js"></script>
<!-- Mixit slider -->
<script type="text/javascript" src="as/1/jquery.mixitup.js"></script>
<!-- Add fancyBox -->
<script type="text/javascript" src="as/1/jquery.fancybox.pack.js"></script>
<!-- Custom js -->
<script src="as/1/custom.js"></script>
</body>
</html>