-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·482 lines (377 loc) · 17.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<link rel="shortcut icon" type="image/x-icon" href="Data/Pictures/logos/favicon.ico">
<title>Home | The SAMPEL Group</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<link rel="stylesheet" href="./assets/css/bootstrap.css" media="screen">
<link rel="stylesheet" href="./assets/css/site.css" media="screen">
<link rel="stylesheet" href="./assets/css/slidesjs.css" media="screen">
<link rel="stylesheet" href="./assets/css/font-awesome.min.css" media="screen">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="assets/lightbox/css/lightbox.css">
<script src="assets/lightbox/js/lightbox-plus-jquery.min.js"></script>
</head>
<style>
.mySlides {display:none;}
body, html {
height: 100%;
margin: 0;
padding-top:0px;
padding-bottom:0px;
}
/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
.col {
display: block;
width: 100%;
}
}
/* Style the counter cards */
.card {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
max-width: 100%;
margin: auto;
border: 1px solid #7a0019;
text-align:center;
}
.row{
margin-right:20px;
margin-left:20px;
}
.card img {
border: 1px solid #ddd;
border-radius: 4px;
padding:4px;
width:100%;
height:auto;
margin:0px;
}
img:hover {
box-shadow: 0 0 2px 1px #7a0019 (0, 0, 0, 0.5);
}
a {
color: #7a0019;
}
/* sytle for dropdown menu */
ul{
padding: 0;
list-style: none;
background: #7a0019;
}
ul li{
display: inline-block;
position: relative;
line-height: 21px;
text-align: left;
}
ul li a{
display: block;
padding: 8px 25px;
color: #7a0019;
text-decoration: none;
}
ul li a:hover{
color: #7a0019;
background: #f6eea8;
}
ul li ul.dropdown{
min-width: 200%; /* Set width of the dropdown */
background: #fff;
display: none;
position: absolute;
z-index: 999;
left: 0;
}
ul li:hover ul.dropdown{
display: block; /* Display the dropdown */
}
ul li ul.dropdown li{
display: block;
}
/* Arrow Styling */
.arrow {
border: solid #fff;
border-width: 0 2px 2px 0;
display: inline-block;
padding: 3px;
}
.down {
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
}
/* Carousel Styling */
.carousel-inner > .item > img {
width:100%;
height:350px;
}
.carousel-caption {
position: absolute;
bottom:20%;
left: 0%;
background: rgb(0, 0, 0); /* Fallback color */
background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
color: #f1f1f1;
width: 100%;
padding: 0px;
text-align:center;
font-size:3vw;
z-index:1;
height:10%;
}
</style>
<body>
<div class="navbar navbar-default navbar-fixed-top">
<div class="navbar-header">
<a href="https://cse.umn.edu/chem"><img src="Data/Pictures/logos/umn-yellow-M.png" class="navbar-brand"></img></a>
<a href="./index.html" class="navbar-brand">The SAMPEL Group</a>
<button class="navbar-toggle collapsed" type="button" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="navbar-collapse collapse" style="height: 1px">
<ul class="nav navbar-nav navbar-right">
<li class="first ">
<a class="" href="./index.html">Home</a>
</li>
<li class=" ">
<a class="" href="./research.html">Research <i class="arrow down" style="margin-bottom: 4%;"></i></a>
<ul class="dropdown">
<li><a href="./research.html#IceNucleation">Ice Nucleation</a></li>
<li><a href="./research.html#RareEvent">Rare Event Simulations</a></li>
<li><a href="./research.html#Gas Hydrates">Gas Hydrates</a></li>
<li><a href="./research.html#Polyamide Desalination Membrane">Polyamide Desalination Membrane</a></li>
<li><a href="./research.html#Enzymes">Enzymes</a></li>
<li><a href="./research.html#Peptide Self-Assembly">Peptide Self-Assembly</a></li>
<li><a href="./research.html#Stabilization of Vaccine">Stabilization of Vaccine</a></li>
</ul>
</li>
<li class=" ">
<a class="" href="./people.html">People <i class="arrow down" style="margin-bottom: 4%;"></i></a>
<ul class="dropdown">
<li><a href="./people.html#PI">Dr. Sapna Sarupria</a></li>
<li><a href="./people.html#PostDocs">Postdoctoral Associates</a></li>
<li><a href="./people.html#GraduateStudents">Graduate Students</a></li>
<li><a href="./people.html#Alumni">Alumni</a></li>
</ul>
</li>
<li class="">
<a class="" href="./recruitment.html">Recruitment</a>
</li>
<li class=" ">
<a class="" href="./papers.html">Publications</a>
</li>
<li class="">
<a class="" href="./news.html">News</a>
</li>
<li class="">
<a class="" href="./gallery.html">Gallery</a>
</li>
<li class="">
<a class="" href="./journal-covers.html">Journal Covers</a>
</li>
<li class="">
<a class="" href="./initiatives.html">Initiatives</a>
</li>
<li class="last" style="margin-right:20px;">
<a class="" href="./others.html">Other</a>
</li>
</ul>
</div>
</div>
<div class="" style="margin-top:100px"> </div>
<div class="container">
<div class="card" style="margin-top:20px">
<div class="row">
<!-- Logo and Title Goes Here -->
<h1 style="color:#7a0019; text-align:center">Simulations and Advanced Methods for Probing Energy Landscapes</h1>
<h1 style="color:#7a0019; text-align:center">(SAMPEL)</h1>
<!-- <h1 style="color:#7a0019">(SAMPEL)</h1> -->
<!-- Cover Picture -->
<hr>
<div class="col-sm-7 col-md-7 col-lg-7">
<div class="row">
<a class="example-image-link" href="Data/Pictures/home/cover_image_ver3.png" data-lightbox="example-set1"><img src="Data/Pictures/home/cover_image_ver3.png"; style="width:75%; border: 0;"; ></img></a>
</div>
</div>
<!-- Brief research description next to poster -->
<div class="col-sm-5 col-md-5 col-lg-5">
<p style="text-align:justify;font-size:110%; margin-top: 45px;">We use molecular simulations and statistical mechanics to study condensed phase phenomena. We also develop and apply rare event path sampling techniques. Our current projects include ice and hydrate nucleation, protein and peptide on surfaces, polyamide desalination membranes, enzymatic breakdown of polymers, and stabilization of vaccine. Our projects are motivated by applications in energy, biology and sustainable technologies.
<p>
<p style="text-align:justify;font-size:110%;"><a href="./research.html">Learn more about our research... </a></p>
</div>
</div>
<!-- About Dr. S section -->
<div class="row">
<hr>
<h2 style="color:#7a0019; text-align: center;">About Dr. Sapna Sarupria</h2>
<p> </p>
<div class="col-sm-4 col-md-4 col-lg-4 text-center";>
<img src="Data/Pictures/home/Sarupria-2.jpg"; style="width:100%;margin-top: 30px;margin-left: 10px;float:left;";></img></div>
<div class="col-sm-8 col-md-8 col-lg-8">
<h4><b style="font-size:100%;margin-left:10px;text-align:left;">Associate Professor, Department of Chemistry</b></h4>
<p style="font-size:110%;margin-left:10px;text-align:justify;">Using state-of-the-art tools of molecular modeling, computer simulations, and statistical mechanics, Dr. Sarupria's research focuses on surface-driven phenomena.
The central theme encompassing her research involves developing cutting-edge sampling techniques in molecular simulations and applying them in understanding long-standing problems in condensed matter.
Our group recently developed novel transition path sampling methods and software to enable large-scale implementation in high-performance computing infrastructures. These methods will be used to study ice nucleation, and reactions in condensed phases, including enzymatic reactions.</p>
<p style="font-size:110%;margin-left:10px;text-align:justify;">
Along with research, Dr. Sarupria is passionate about enhancing diversity, inclusion and equity in academia and more broadly in society. She has actively mentored students and faculty from various backgrounds and enjoys building bridges across different cultures.</p>
</div>
</div>
<!-- About the group section -->
<div class="row">
<hr> <!-- add the dividing line -->
<h2 style="color:#7a0019">About the SAMPEL Group</h2>
<p> </p> <!-- add space -->
<div class="col-sm-6 col-md-6 col-lg-6">
<div class="row">
<h4> Learn about our group's research and mentoring philosophy</h4>
<iframe style="width:100%; height: 250px; border: 1px solid #ddd;border-radius: 4px; padding:4px;text-align:center" src="https://www.youtube.com/embed/yi71zEm941I" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<h7> Filmed and Produced by Varun Gopal and Salman Bin Kashif</h7>
</div>
<div class="row" style="border:3px solid #7a0019; margin-top: 70px; background-color: #fdd869de;">
<p style="text-align :center; margin-top: 10px;font-size:150%;"><b><u>Interested in joining our lab? </b></u></p>
<p> </p>
<p style="text-align :center; font-size:130%;"> Explore our open positions, <a href='./research.html'>current projects</a>, and schedule a 1-on-1 meeting with us to learn more.
The details can be found under the <b><a href='./recruitment.html'>Recruitment</a></b> tab. </p>
<!-- <p> </p>
<p style="text-align :center; font-size:130%;">Please write to Dr. Sarupria at <a href="mailto:[email protected]"> [email protected] </a> or
our student contacts: Jonathan Zajac (<a href="mailto:[email protected]">[email protected]</a>) and PH Minh (<a href="mailto:[email protected]">[email protected]</a>) </p> -->
</p>
</div>
</div>
<div class="col-sm-6 col-md-6 col-lg-6">
<h4>We value diversity, inclusion and equity</h4>
<img src="Data/Pictures/home/webinar_v2.jpg" style="width:99%;margin:10px;"></img>
</div>
<!-- <div class="row">
<p> </p>
<p style="text-align :center; margin: 10px;word-wrap:break-word; font-size:125%;">Interested in joining our lab? Please write to Dr. Sarupria at <a href="mailto:[email protected]"> [email protected] </a> </p>
</div> -->
</div>
<!-- Recent publications and Tweets Section -->
<div class="row">
<hr>
<div class="col-sm-6 col-md-6 col-lg-6">
<h2 style="color:#7a0019">Recent publications</h2>
<p> </p>
<div style="text-align:left">
<!-- Newest Paper -->
<span style="font-size:125%"><b><a href="https://arxiv.org/abs/2407.00885"> Impact of Co-Excipient Selection on Hydrophobic Polymer Folding: Insights for Optimal Formulation Design </a></b></span><br>
<span> Jonathan W. P. Zajac, Praveen Muralikrishnan, Caryn L. Heldt, Sarah L. Perry, Sapna Sarupria. </span>
<!-- <span>8,</span> -->
<!-- <span>1355-1370,</span> -->
<span>(2024)</span>
<span>arXiv:2407.00885</span>
<!-- <span>RSC Molecular Systems Design & Engineering</span> -->
<br>
<br>
<!-- New Paper -->
<span style="font-size:125%"><b><a href="https://arxiv.org/abs/2405.09642"> LeaPP: Learning Pathways to Polymorphs through machine learning analysis of atomic trajectories </a></b></span><br>
<span> Steven W. Hall, Porhouy Minh, Sapna Sarupria. </span>
<!-- <span>8,</span> -->
<!-- <span>1355-1370,</span> -->
<span>(2024)</span>
<span>arXiv:2405.09642</span>
<!-- <span>RSC Molecular Systems Design & Engineering</span> -->
<br>
<br>
<!-- Next Paper -->
<span style="font-size:125%"><b><a href="https://arxiv.org/abs/2403.11305"> Flipping Out: Role of Arginine in Hydrophobic Polymer Collapse </a></b></span><br>
<span> Jonathan W. P. Zajac, Praveen Muralikrishnan, Caryn L. Heldt, Sarah L. Perry, Sapna Sarupria. </span>
<!-- <span>8,</span> -->
<!-- <span>1355-1370,</span> -->
<span>(2024)</span>
<span>arXiv:2403.11305</span>
<!-- <span>RSC Molecular Systems Design & Engineering</span> -->
<br>
<br>
<!-- Last Paper -->
<span style="font-size:125%"><b><a href="https://pubs.rsc.org/en/content/articlepdf/2023/ME/D3ME00013C?page=search"> Exploitation of active site flexibility-low temperature activity relation for engineering broad range temperature active enzymes </a></b></span><br>
<span> Siva Dasetty, Jonathan Zajac and Sapna Sarupria. </span>
<span>8,</span>
<span>1355-1370,</span>
<span>(2023)</span>
<span>RSC Molecular Systems Design & Engineering</span>
<br>
<br>
<!-- Paper end -->
<a href="./papers.html">More publications...</a>
<br>
</div>
</div>
<!-- Twitter -->
<div class="col-sm-6 col-md-6 col-lg-6">
<h2 style="color:#7a0019">Tweets</h2>
<!-- <a class="twitter-timeline" data-width="500" data-height="300" data-theme="light" data-link-color="#FAB81E" href="https://twitter.com/SarupriaS?ref_src=twsrc%5Etfw">Tweets by SarupriaS</a>
<div>
<a href="https://twitter.com/SarupriaS?ref_src=twsrc%5Etfw" class="twitter-follow-button" data-show-count="false">Follow @SarupriaS</a>
</div>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
<hr> -->
<a class="twitter-timeline" data-width="500" data-height="600" data-theme="light" data-link-color="#FAB81E" href="https://twitter.com/SAMPELatUMN?ref_src=twsrc%5Etfw">Tweets by SAMPELatUMN</a>
<div>
<br>
<a href="https://twitter.com/SAMPELatUMN?ref_src=twsrc%5Etfw" class="twitter-follow-button" data-show-count="false">Follow @SAMPELatUMN</a>
</div>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
<hr>
</div>
</div>
</div>
<script>
function openTab(tabName) {
var i, x;
x = document.getElementsByClassName("containerTab");
for (i = 0; i < x.length; i++) {
x[i].style.display = "none";
}
document.getElementById(tabName).style.display = "block";
}
</script>
</div>
<div class="footer"
<p align="center" style="color:white;background-color:#7a0019;"><b>SAMPEL Group, Department of Chemistry, University of Minnesota, Minneapolis, MN 55455</b></p>
</div>
</body>
<!-- For collapsible navigation bar -->
<script type='text/javascript' src="./assets/js/jquery.js"></script>
<script type='text/javascript' src="./assets/js/jquery.slides.js"></script>
<script type='text/javascript' src="./assets/js/bootstrap.js"></script>
<script>
$(function() {
$('#slides').slidesjs({
width: 940,
height: 376,
navigation: {
active: false,
effect: "fade"
},
pagination: {
active: true,
effect: "fade"
},
play: {
active: true,
effect: "fade",
// [string] Can be either "slide" or "fade".
interval: 5000,
// [number] Time spent on each slide in milliseconds.
auto: true,
// [boolean] Start playing the slideshow on load.
swap: true,
// [boolean] show/hide stop and play buttons
pauseOnHover: false,
// [boolean] pause a playing slideshow on hover
restartDelay: 2500
// [number] restart delay on inactive slideshow
}
});
});
</script>
</html>