-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathindex.html
462 lines (345 loc) · 20.8 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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>
Kerzendorf Lab
</title>
<!-- google-fonts -->
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;500;700;900&display=swap" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js"></script>
<!-- //google-fonts -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css">
<!-- Template CSS Style link -->
<link rel="stylesheet" href="./assets/css/style-liberty.css">
</head>
<body>
<!--header-->
<header id="site-header" class="fixed-top">
<div class="container">
<nav class="navbar navbar-expand-lg stroke">
<h1>
<a class="navbar-brand" href="./index.html">
<!--span class="fa fa-lightbulb"></span--> Kerzendorf Lab
</a>
</h1>
<button class="navbar-toggler collapsed bg-gradient" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarTogglerDemo02" aria-controls="navbarTogglerDemo02" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon fa icon-expand fa-bars"></span>
<span class="navbar-toggler-icon fa icon-close fa-times"></span>
</button>
<div class="collapse navbar-collapse" id="navbarTogglerDemo02">
<ul class="navbar-nav ms-lg-auto">
<li class="nav-item">
<a class="nav-link" href="./index.html">
Home <span class="sr-only">(current)</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link dropdown-toggle"
id="navbarDropdown"
role="button"
data-bs-toggle="dropdown"
aria-haspopup="true"
aria-expanded="false">
People <span class="fas fa-angle-down"></span>
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="current_members.html">
Current Members
</a>
<a class="dropdown-item" href="alumni_members.html">
Alumni Members
</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link dropdown-toggle"
id="navbarDropdown"
role="button"
data-bs-toggle="dropdown"
aria-haspopup="true"
aria-expanded="false">
Research <span class="fas fa-angle-down"></span>
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="./sub_research/astrophysical_transients.html">
Astrophysical Transients
</a>
<a class="dropdown-item" href="./sub_research/computational_metascience.html">
Computational Metascience
</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="./News.html">
News <span class="sr-only">(current)</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./Join_Us.html">
Join Us <span class="sr-only">(current)</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./Support.html">
Support <span class="sr-only">(current)</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./Contact.html">
Contact <span class="sr-only">(current)</span>
</a>
</li>
</ul>
</div>
<!-- toggle switch for light and dark theme -->
<div class="cont-ser-position">
<nav class="navigation">
<div class="theme-switch-wrapper">
<label class="theme-switch" for="checkbox">
<input type="checkbox" id="checkbox">
<div class="mode-container">
<i class="gg-sun"></i>
<i class="gg-moon"></i>
</div>
</label>
</div>
</nav>
</div>
<!-- //toggle switch for light and dark theme -->
</nav>
</div>
</header>
<!--//header-->
<!-- about banner -->
<section class="w3l-about-breadcrumb text-center">
<div class="breadcrumb-bg breadcrumb-bg-people py-5">
<div class="container py-lg-5 py-md-4">
<div class="banner-info-grid px-md-5">
<p class="inner-page-para px-lg-5">Welcome to</p>
<h2 class="w3l-title-breadcrumb mb-3">Kerzendorf Lab</h2>
</div>
</div>
</div>
</section>
<!-- //about banner -->
<!-- About Section-->
<section class="w3l-about py-5" id="about">
<div class="container py-md-5 py-2">
<div class="row w3l-row">
<div class="col-lg-6 w3l-image pe-lg-5 mb-lg-0 mb-md-5 mb-4 align-center">
<img src="website_files/images/homepage/GroupPhoto_2023.jpg" alt="" class="img-fluid">
<br><br>
<img src="website_files/images/homepage/Group_office_photo_2023.jpg" alt="" class="img-fluid">
</div>
<div class="col-lg-6 w3l-about-info px-lg-4 align-center">
<h3 class="w3l-title-main mb-2">About our group</h3>
<p class="my-4 pe-lg-5" style=" font-size: 18px;">Welcome to our interdisciplinary research group at <a href='https://msu.edu/' target='blank'> Michigan State University</a>. Our team is composed of experts in high energy astrophysics and computational meta research, working together to unlock the secrets of the universe.<br><br>We have researchers studying various types of supernovae, with the goal of calibrating them for cosmological distance measurements and understanding cosmic nucleosynthesis. To aid in this research, we have developed the <a href='https://tardis-sn.github.io/' target='blank'> TARDIS </a> open science tool for radiative transfer, which allows us to do astrophysical transient and stellar radiative transfer, analyze spectra, and accelerate codes using neural network based emulator models. We use advanced Bayesian statistic tools to infer parameters from the data we collect. In addition, we conduct observational campaigns to search for supernova companion stars and lead both ground and space-based telescope campaigns for various science goals. Our computational meta research focuses on peer review, using natural language processing and machine learning to improve the scientific process. <br><br>Education and mentorship are an essential part of our group culture, and we actively promote open science principles through the development of open source tools. We also participate in public outreach, including <a href='https://tardis-sn.github.io/gsoc_2023/gsoc_home/' target='blank'> GSoC</a> activities, to share our findings and inspire future generations of scientists.</p>
</div>
</div>
</div>
</section>
<!-- //About Section-->
<!-- Projects Section -->
<section class="about-section py-5">
<div class="container py-lg-5 py-md-4 py-2">
<div class="title-heading-w3 mx-auto text-center mb-sm-5 mb-4 pb-xl-4">
<h3 class="w3l-title-main">Recent Research</h3>
</div>
<div class="row justify-content-center">
<div class="col-lg-4 col-md-6">
<div class="about-single" style="width: 374px; height: 512px;">
<div class="about-icon mb-4">
<a href="sub_research/astrophysical_transients/snr0509_josh_paper.html">
<img style="width: 294px; height: 224px;" src="website_files/images/article_content/snr0509_viz.png">
</a>
</div>
<div class="about-content">
<h5 class="mb-3" style="height: 55px; overflow: hidden; display: flex; align-items: center;">
<a style="overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;"
href="sub_research/astrophysical_transients/snr0509_josh_paper.html">
A comprehensive SN Ia companion search in SNR 0509-67.5
</a>
</h5>
<hr style="border-top: 1px dotted rgba(143, 143, 143);">
<p class="mb-3" style="overflow: hidden; height: 80px; overflow: hidden; align-items: center; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;">
A search for a surviving companion to a 400 year old type Ia supernova in the Large Magellanic Cloud
</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="about-single" style="width: 374px; height: 512px;">
<div class="about-icon mb-4">
<a href="sub_research/computational_metascience/midsure22_poster_bea.html">
<img style="width: 294px; height: 224px;" src="website_files/images/article_content/bea_midsure_poster.jpg">
</a>
</div>
<div class="about-content">
<h5 class="mb-3" style="height: 55px; overflow: hidden; display: flex; align-items: center;">
<a style="overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;"
href="sub_research/computational_metascience/midsure22_poster_bea.html">
MIDSURE 2022
</a>
</h5>
<hr style="border-top: 1px dotted rgba(143, 143, 143);">
<p class="mb-3" style="overflow: hidden; height: 80px; overflow: hidden; align-items: center; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;">
Poster presentation at the Mid-Michigan Symposium for Undergraduate Research Experiences 2022
</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="about-single" style="width: 374px; height: 512px;">
<div class="about-icon mb-4">
<a href="news/sesn_model_jing.html">
<img style="width: 294px; height: 224px;" src="website_files/images/article_content/sesn.jpeg">
</a>
</div>
<div class="about-content">
<h5 class="mb-3" style="height: 55px; overflow: hidden; display: flex; align-items: center;">
<a style="overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;"
href="news/sesn_model_jing.html">
Modeling Stripped-Envelope Supernovae with Physics-Driven Framework
</a>
</h5>
<hr style="border-top: 1px dotted rgba(143, 143, 143);">
<p class="mb-3" style="overflow: hidden; height: 80px; overflow: hidden; align-items: center; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;">
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- //Projects Section -->
<!-- footer block -->
<footer class="w3l-footer-29-main">
<div class="footer-29 pt-5 pb-4">
<div class="container pt-md-4">
<div class="row footer-top-29 d-flex justify-content-center justify-md-start">
<div class="col-lg-6 col-md-6 footer-list-29">
<h6 class="footer-title-29">Contact Info </h6>
<p class="mb-2 pe-xl-5">Address : 567 Wilson Rd, East Lansing, MI 48824
</p>
<p class="mb-2">Email : <a href="mailto:[email protected]">[email protected]</a></p>
</div>
<div class="col-lg-2 col-md-3 col-12 footer-list-29 mt-md-0 mt-4">
<ul>
<h6 class="footer-title-29">Quick Links</h6>
<li><a href="https://tardis-sn.github.io/" target="_blank">TARDIS</a></li>
<li><a href="https://deepthought-initiative.github.io" target="_blank">DTI</a></li>
</ul>
</div>
</div>
<!-- copyright -->
<p class="copy-footer-29 text-center mt-5 pb-2">Made with passion | Kerzendorf Lab <br>
Template by <a href="https://w3layouts.com/" target="_blank">W3Layouts</a></p>
<!-- //copyright -->
</div>
</div>
</footer>
<!-- //footer block -->
<!-- Js scripts -->
<!-- move top -->
<button onclick="topFunction()" id="movetop" title="Go to top">
<span class="fas fa-level-up-alt" aria-hidden="true"></span>
</button>
<script>
// When the user scrolls down 20px from the top of the document, show the button
window.onscroll = function () {
scrollFunction()
};
function scrollFunction() {
if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
document.getElementById("movetop").style.display = "block";
} else {
document.getElementById("movetop").style.display = "none";
}
}
// When the user clicks on the button, scroll to the top of the document
function topFunction() {
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
}
</script>
<!-- //move top -->
<!-- theme switch js (light and dark)-->
<script src="./assets/js/theme-change.js"></script>
<!-- //theme switch js (light and dark)-->
<!--/stats-number-counter-->
<script src="./assets/js/jquery.waypoints.min.js"></script>
<script src="./assets/js/jquery.countup.js"></script>
<script>
$('.counter').countUp();
</script>
<!--//stats-number-counter-->
<!--bootstrap-->
<script src="./assets/js/bootstrap.min.js"></script>
<!-- //bootstrap-->
<!--/owlcarousel-->
<script src="./assets/js/owl.carousel.js"></script>
<!-- //tesimonials-->
<script>
$(document).ready(function () {
$("#owl-demo1").owlCarousel({
loop: true,
nav: false,
responsiveClass: true,
responsive: {
0: {
items: 1,
nav: false
},
736: {
items: 1,
nav: false
}
}
})
})
</script>
<!-- //tesimonials-->
<!-- MENU-JS -->
<script>
$(window).on("scroll", function () {
var scroll = $(window).scrollTop();
if (scroll >= 80) {
$("#site-header").addClass("nav-fixed");
} else {
$("#site-header").removeClass("nav-fixed");
}
});
//Main navigation Active Class Add Remove
$(".navbar-toggler").on("click", function () {
$("header").toggleClass("active");
});
$(document).on("ready", function () {
if ($(window).width() > 991) {
$("header").removeClass("active");
}
$(window).on("resize", function () {
if ($(window).width() > 991) {
$("header").removeClass("active");
}
});
});
</script>
<!-- //MENU-JS -->
<!-- disable body scroll which navbar is in active -->
<script>
$(function () {
$('.navbar-toggler').click(function () {
$('body').toggleClass('noscroll');
})
});
</script>
<!-- //disable body scroll which navbar is in active -->
<!-- //Js scripts -->
</body>
</html>