-
Notifications
You must be signed in to change notification settings - Fork 7
/
index.html
542 lines (492 loc) · 19.6 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
<!DOCTYPE HTML>
<!--
Arcana by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>CosmoLab</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="is-preload">
<div id="page-wrapper">
<!-- Header -->
<div id="header">
<!-- Logo -->
<h1><a href="index.html" id="logo">USC CosmoLab </a></h1>
<p><b>USC students, postdocs,
staff, and faculty doing
research in cosmology and astrophysics </b>
</p>
<!-- Nav -->
<nav id="nav">
<ul>
<li class="current"><a href="index.html">Home</a></li>
<!-- <li><a href="#people_section">People</a></li> -->
<li><a href="meetings.html">Meetings</a></li>
<li><a href="talks.html">Talks</a></li>
<!--<li><a href="news.html">News</a></li> -->
<!--<li><a href="internal.html">Internal</a></li> -->
</ul>
</nav>
</div>
<!-- Banner -->
<section id="banner">
<header>
<!-- <h4></h4> -->
<!-- <a href="#" class="button">Learn More</a> -->
</header>
</section>
<section class="wrapper style1">
<div class="container">
<div class="row gtr-200">
<div class="col-8 col-12-narrower">
<div id="content">
<article>
<header>
<h2>
Welcome to Cosmological Laboratory!</h2>
</header>
<p>We
study the Universe at the largest
scales, aiming to understand its
content, origins, and evolution. Our
work lies at the interface of
theory, simulation, and
astronomical observations. We use data
from large collaborative observational
efforts, including the cosmic
microwave background measurements from
the Planck Satellite, the Atacama
Cosmology Telescope, and the
Simons Observatory Collaboration, as
well data from galaxy survyes, such as the Dark
Energy Survey, Vera C. Rubin
Observatory, and the Nancy Grace Roman
space telescope. We strive to answer
some of the biggest open questions in
modern physics and explain the
nature of dark matter and dark
energy, understand the formation and
evolution of galaxies, and probe new
fundamental physics that shapes our Universe.</p>
</article>
</div>
</div>
</div>
</div>
</section>
<!-- Posts -->
<section class="wrapper style1" id="people_section">
<div class="container">
<h2>People</h2>
<div class="row">
<!-- Kris -->
<section class="col-6 col-12-narrower">
<div class="box post">
<a href="https://kpardo.github.io" class="left crop"><img src="images/kris.png" alt="Picture of Kris Pardo" /></a>
<div class="inner">
<h3><a href="https://kpardo.github.io">Kris Pardo</a></h3>
<p>Assist. Prof. of Physics and Astronomy
<br>Office
ACB 528</p>
</div>
</div>
</section>
<!-- Vera -->
<section class="col-6 col-12-narrower">
<div class="box post">
<a href="https://www.gluscevic.org/" class="left crop"><img src="images/vera.jpg" alt="Picture of Vera Gluscevic"/></a>
<div class="inner">
<h3><a href="https://www.gluscevic.org/">Vera Gluscevic</a></h3>
<p>Gabilan Assist. Prof. of Physics and Astronomy
<br>Office
ACB 526</p>
</div>
</div>
</section>
<!-- Amber -->
<!-- <section class="col-6 col-12-narrower">
<div class="box post">
<a href="https://dornsife.usc.edu/labs/miller-lab/" class="left crop"><img src="images/amber.jpg" alt="Picture of Amber Miller" /></a>
<div class="inner">
<h3><a href="https://dornsife.usc.edu/labs/miller-lab/" >Amber Miller </a></h3>
<p>Professor of Physics and Astronomy</p>
</div>
</div>
</section>-->
<!-- Elena -->
<!-- <section class="col-6 col-12-narrower">
<div class="box post">
<a href="#" class="left crop"><img src="images/elena.jpg" alt="" /></a>
<div class="inner">
<h3><a href="#">Elena Pierpaoli</a></h3>
<p>Professor of Physics and Astronomy</p>
</div>
</div>
</section>-->
<!-- Tim -->
<section class="col-6 col-12-narrower">
<div class="box post">
<a href="#" class="left crop"><img src="images/tim.jpg" alt="" /></a>
<div class="inner">
<h3>Timothy Morton</h3>
<p>Adjunct Research Faculty</p>
</div>
</div>
</section>
<!-- Ethan -->
<section class="col-6 col-12-narrower">
<div class="box post">
<a href="https://eonadler.github.io/" class="left crop"><img src="images/Nadler_Photo.jpg" alt="" /></a>
<div class="inner">
<h3><a href="https://eonadler.github.io/">Ethan Nadler</a></h3>
<p>Carnegie-USC
Postdoctoral
Scholar <br>Office
ACB 527</p>
</div>
</div>
</section>
<!-- Rui -->
<section class="col-6 col-12-narrower">
<div class="box post">
<a href="https://ruian1320.github.io" class="left crop"><img src="images/Rui.jpg" alt="" /></a>
<div class="inner">
<h3><a href="https://ruian1320.github.io">Rui An</a></h3>
<p>Postdoctoral
Scholar <br>Office
ACB </p>
</div>
</div>
</section>
<!-- Anna -->
<section class="col-6 col-12-narrower">
<div class="box post">
<a href="#" class="left crop"><img src="images/pic02.jpg" alt="" /></a>
<div class="inner">
<h3>Annastasia Haynie</h3>
<p>Carnegie
Graduate
Fellow (5th year)</p>
</div>
</div>
</section>
<!-- Aryan -->
<section class="col-6 col-12-narrower">
<div class="box post">
<a href="https://aryanrahimieh.github.io" class="left crop"><img src="images/Aryan.jpeg" alt="" /></a>
<div class="inner">
<h3><a href="https://aryanrahimieh.github.io">Aryan Rahimieh</a></h3>
<p>Graduate Student (5th year)
<br>Office ACB 532
</p>
</div>
</div>
</section>
<!-- Remy -->
<section class="col-6 col-12-narrower">
<div class="box post">
<a href="https://www.remygerras.com" class="left crop"><img src="images/remy.jpg" alt="" /></a>
<div class="inner">
<h3><a href="https://www.remygerras.com">Remington Gerras</a></h3>
<p>Graduate Student (5th year)
<br>Office ACB 531
</p>
</div>
</div>
</section>
<!-- Trey -->
<section class="col-6 col-12-narrower">
<div class="box post">
<a href="#" class="left crop"><img src="images/trey.jpg" alt="" /></a>
<div class="inner">
<h3><a href="https://treydriskell.github.io/">Trey Driskell</a></h3>
<p>Graduate
Student (4th year)<br>Office
ACB 532</p>
</div>
</div>
</section>
<!-- Jack -->
<section class="col-6 col-12-narrower">
<div class="box post">
<a href="#" class="left crop"><img src="images/jack_pic.png" alt="" /></a>
<div class="inner">
<h3>Jack Lonergan</h3>
<p>Graduate
Student (4th year)<br>Office
ACB </p>
</div>
</div>
</section>
<!-- Adam -->
<section class="col-6 col-12-narrower">
<div class="box post">
<a href="#" class="left crop"><img src="images/adam.jpg" alt="" /></a>
<div class="inner">
<h3><a href="https://ash2223.github.io/">Adam He</a></h3>
<p>Graduate
Student (4th year)<br>Office
ACB 532</p>
</div>
</div>
</section>
<!-- Dimple -->
<section class="col-6 col-12-narrower">
<div class="box post">
<a href="#" class="left crop"><img src="images/Dimple.jpg" alt="" /></a>
<div class="inner">
<h3>Dimple Sarnaaik</h3>
<p>Graduate
Student (3rd year)<br>Office
ACB </p>
</div>
</div>
</section>
<!-- Wendy -->
<section class="col-6 col-12-narrower">
<div class="box post">
<a href="https://wcrumrine.github.io/" class="left crop"><img src="images/Wendy.jpg" alt="" /></a>
<div class="inner">
<h3><a href="https://wcrumrine.github.io/">Wendy Crumrine</a></h3>
<p>Graduate
Student (3rd year)<br>Office
ACB 538</p>
</div>
</div>
</section>
<!-- Karime -->
<section class="col-6 col-12-narrower">
<div class="box post">
<a href="#" class="left crop"><img src="images/km.jpg" alt="" /></a>
<div class="inner">
<h3><a href="https://karimemaamari.com/">Karime Maamari</a></h3>
<p>Graduate
Student (2nd year)<br>Office
ACB </p>
</div>
</div>
</section>
<!-- Eleanor -->
<section class="col-6 col-12-narrower">
<div class="box post">
<a href="#" class="left crop"><img src="images/pic02.jpg" alt="" /></a>
<div class="inner">
<h3>Eleanor
Stuart</h3>
<p>Graduate
Student (2nd year)<br>Office
ACB </p>
</div>
</div>
</section>
<!-- Sid -->
<section class="col-6 col-12-narrower">
<div class="box post">
<a href="#" class="left crop"><img src="images/pic02.jpg" alt="" /></a>
<div class="inner">
<h3>Siddhesh
Raut</h3>
<p>Carnegie
Graduate
Fellow (2nd year)<br>Office
ACB </p>
</div>
</div>
</section>
<!-- Meghan -->
<section class="col-6 col-12-narrower">
<div class="box post">
<a href="#" class="left crop"><img src="images/pic02.jpg" alt="" /></a>
<div class="inner">
<h3>Meghan
O'Brien</h3>
<p>
Carnegie Graduate
Fellow (2nd year)<br>Office
ACB </p>
</div>
</div>
</section>
<!-- Ben -->
<section class="col-6 col-12-narrower">
<div class="box post">
<a href="#" class="left crop"><img src="images/Benjamin.jpg" alt="" /></a>
<div class="inner">
<h3><a href="https://bzh.epicycl.es/">Benjamin
Zhang</a></h3>
<p>Graduate
Student (3rd year)<br>Office
ACB </p>
</div>
</div>
</section>
<!-- Ebtihal -->
<section class="col-6 col-12-narrower">
<div class="box post">
<a href="#" class="left crop"><img src="images/pic02.jpg" alt="" /></a>
<div class="inner">
<h3>Ebtihal
Adelaziz</h3>
<p>Graduate
Student (2nd year)<br>Office
ACB </p>
</div>
</div>
</section>
<!-- Julie -->
<section class="col-6 col-12-narrower">
<div class="box post">
<a href="#" class="left crop"><img src="images/pic_julie.jpg" alt="" /></a>
<div class="inner">
<h3>Julie XUe </h3>
<p>1st year Graduate Student</p>
</div>
</div>
</section>
<!-- Mya -->
<section class="col-6 col-12-narrower">
<div class="box post">
<a href="#" class="left crop"><img src="images/mya.jpg" alt="" /></a>
<div class="inner">
<h3>Mya Do </h3>
<p>Graduate Student (1st year)<br>Office ACB</p>
</div>
</div>
</section>
<!-- Bhargavi -->
<section class="col-6 col-12-narrower">
<div class="box post">
<a href="#" class="left crop"><img src="images/pic02.jpg" alt="" /></a>
<div class="inner">
<h3>Sai Bhargavi Gangula </h3>
<p>Graduate Student (1st year)<br>Office ACB</p>
</div>
</div>
</section>
<!-- Jeisson -->
<section class="col-6 col-12-narrower">
<div class="box post">
<a href="" class="left crop"><img src="images/Jeisson.jpg" alt="" /></a>
<div class="inner">
<h3><a href="https://jeissonpulido.github.io/portfolio/">Jeisson Pulido</a></h3>
<p>Graduate Student (1st year)
<br>Office ACB
</p>
</div>
</div>
</section>
<!-- James -->
<section class="col-6 col-12-narrower">
<div class="box post">
<a href="#" class="left crop"><img src="images/james2.jpg" alt="" /></a>
<div class="inner">
<h3>James Wen</h3>
<p>Incoming Graduate Student</p>
</div>
</div>
</section>
<!-- Name -->
<!--
<section class="col-6 col-12-narrower">
<div class="box post">
<a href="#" class="left crop"><img src="images/yourname.jpg" alt="" /></a>
<div class="inner">
<h3>Name </h3>
<p>(Under)Graduate Student, Physics and Astronomy</p>
</div>
</div>
</section>-->
</div>
</div>
</section>
<!-- CTA -->
<!-- <section id="cta" class="wrapper style3"> -->
<!-- <div class="container"> -->
<!-- <header> -->
<!-- <h2>Are you ready to continue your quest?</h2> -->
<!-- <a href="#" class="button">Insert Coin</a> -->
<!-- </header> -->
<!-- </div> -->
<!-- </section> -->
<!-- Footer -->
<div id="footer">
<!-- <div class="container"> -->
<!-- <div class="row"> -->
<!-- <section class="col-3 col-6-narrower col-12-mobilep"> -->
<!-- <h3>Links to Stuff</h3> -->
<!-- <ul class="links"> -->
<!-- <li><a href="#">Mattis et quis rutrum</a></li> -->
<!-- <li><a href="#">Suspendisse amet varius</a></li> -->
<!-- <li><a href="#">Sed et dapibus quis</a></li> -->
<!-- <li><a href="#">Rutrum accumsan dolor</a></li> -->
<!-- <li><a href="#">Mattis rutrum accumsan</a></li> -->
<!-- <li><a href="#">Suspendisse varius nibh</a></li> -->
<!-- <li><a href="#">Sed et dapibus mattis</a></li> -->
<!-- </ul> -->
<!-- </section> -->
<!-- <section class="col-3 col-6-narrower col-12-mobilep"> -->
<!-- <h3>More Links to Stuff</h3> -->
<!-- <ul class="links"> -->
<!-- <li><a href="#">Duis neque nisi dapibus</a></li> -->
<!-- <li><a href="#">Sed et dapibus quis</a></li> -->
<!-- <li><a href="#">Rutrum accumsan sed</a></li> -->
<!-- <li><a href="#">Mattis et sed accumsan</a></li> -->
<!-- <li><a href="#">Duis neque nisi sed</a></li> -->
<!-- <li><a href="#">Sed et dapibus quis</a></li> -->
<!-- <li><a href="#">Rutrum amet varius</a></li> -->
<!-- </ul> -->
<!-- </section> -->
<!-- <section class="col-6 col-12-narrower"> -->
<!-- <h3>Get In Touch</h3> -->
<!-- <form> -->
<!-- <div class="row gtr-50"> -->
<!-- <div class="col-6 col-12-mobilep"> -->
<!-- <input type="text" name="name" id="name" placeholder="Name" /> -->
<!-- </div> -->
<!-- <div class="col-6 col-12-mobilep"> -->
<!-- <input type="email" name="email" id="email" placeholder="Email" /> -->
<!-- </div> -->
<!-- <div class="col-12"> -->
<!-- <textarea name="message" id="message" placeholder="Message" rows="5"></textarea> -->
<!-- </div> -->
<!-- <div class="col-12"> -->
<!-- <ul class="actions"> -->
<!-- <li><input type="submit" class="button alt" value="Send Message" /></li> -->
<!-- </ul> -->
<!-- </div> -->
<!-- </div> -->
<!-- </form> -->
<!-- </section> -->
<!-- </div> -->
<!-- </div> -->
<!-- Icons -->
<!-- <ul class="icons"> -->
<!-- <li><a href="#" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li> -->
<!-- <li><a href="#" class="icon brands fa-facebook-f"><span class="label">Facebook</span></a></li> -->
<!-- <li><a href="#" class="icon brands fa-github"><span class="label">GitHub</span></a></li> -->
<!-- <li><a href="#" class="icon brands fa-linkedin-in"><span class="label">LinkedIn</span></a></li> -->
<!-- <li><a href="#" class="icon brands fa-google-plus-g"><span class="label">Google+</span></a></li> -->
<!-- </ul> -->
<!-- Copyright -->
<div class="copyright">
<ul class="menu">
<!-- <li>© Untitled. All rights reserved</li> -->
<li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>