-
Notifications
You must be signed in to change notification settings - Fork 0
/
index_old.html
131 lines (115 loc) · 5.8 KB
/
index_old.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
<!DOCTYPE HTML>
<!--
Stellar by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Robert C. Frazier</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" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header" class="alt">
<span class="logo"><img src="images/logo.svg" alt="" /></span>
<h1>Robert C. Frazier</h1>
<h2>Grad Student at the University of Michigan</h2>
</header>
<!-- Nav -->
<nav id="nav">
<ul>
<li><a href="#intro" class="active">About Me</a></li>
<li><a href="#first">Research</a></li>
<li><a href="#second">Outreach</a></li>
</ul>
</nav>
<!-- Main -->
<div id="main">
<!-- Introduction -->
<section id="intro" class="main">
<div class="spotlight">
<div class="content">
<header class="major">
<h2>About Me</h2>
</header>
<p>Hey! Hi!, I'm Robert Frazier, a 4th year undergrad at Penn State majoring in Physics and Astronomy.
I am currently doing exoplanet research with Professor Mahadevan and Guðmundur Stefánsson with the NEID instrument.
Overall, I'm broadly interested in planetary science and exoplanet research, especially in modelling and informing planet formation and evolution.
I'm also the president of Penn State's Society of Physics Student chapter.
<p> In my free time I like baking, hiking, and reading too many random wikipedia articles.
<p> You can reach me at [email protected]! And this is my <a href="/images/RCF Grad School CV.docx (2).pdf"> CV</a>
</p>
</div>
<span class="image"><img src="images/personalrcf.jpg" alt="" /></span>
</div>
</section>
<!-- First Section -->
<section id="first" class="main special">
<header class="major">
<h2>My Research Work and Interests</h2>
</header>
<ul class="features">
<li>
<span class="image">
<img src="images/rmeffect.jpg" style="width:325px;height:250px;">
</span>
<h3> The Rossiter-McLaughlin Effect</h3>
<p> Currently, I work with <a href="https://science.psu.edu/astro/people/sqm107"> Suvrath Mahadevan </a> and <a href = "https://gummiks.github.io/"> Guðmundur Stefánsson </a> where we use high precision radial velocity measurements from NEID to
determine the obliquities of planetary systems with the Rossiter-McLaughlin effect.</p>
</li>
<li>
<span class="image">
<img src="images/protoplanetary_disk.jpg" style="width:275px;height:250px;">
</span>
<h3>Protoplanetary Disks</h3>
<p>Previously (and as my first research experience), I worked with Ian Czekala on his MPoL software package to use regularized maximal likelihood imaging to reconstruct radio
interferometry data of protoplanetary disks.</p>
</li>
<li>
<span class="image">
<img src="images/Exoplanets1.jpg" style="width:325px;height:250px;">
</span>
<h3>Planetary Formation and Evolution</h3>
<p>Overall, I have a keen interest in everything that relates to planetary formation and evolution. I hope to work towards observations and models
that help inform and constrain formation and evolution theories as well as on the theories themselves.</p>
</li>
</ul>
</section>
<!-- Second Section -->
<section id="second" class="main special">
<header class="major">
<h2>Outreach and DEI</h2>
<p>I am committed to creating a welcoming and diverse environment
wherever I am.</p>
</header>
<li><span class="image"><img src="images/sps (3).jpg" alt=""style="width:350px;height:250px;"></span></li>
<p>I am the president of Penn State's local <a href ="https://sites.psu.edu/psusps/"> Society of Physics Students (SPS) chapter </a> I have worked tirelessly
to try and make it an open and welcoming environment to everyone. I have also committed to working towards diversity, equity, and inclusion
in the physics department at Penn State. I am currently helping out with <a href="https://sites.psu.edu/cuwip2023/"> the Conference for Undergraduate Women in Physics (CUWiP) being held
at Penn State </a> and I am part of the local <a href = "https://www.aps.org/programs/innovation/fund/idea.cfm"> APS IDEA team </a> where we work to increase diversity in the department. One of my continuous goals has
been to try and make the undergraduates feel like they are a part of the department, and not people passing through. To this end I have
worked on increased information shared with us undergrads and on more events and activities where professors, graduates, and undergrads can
interact in a non-academic environment.</p>
</section>
</div>
<!-- Footer -->
<footer id="footer">
<p class="copyright">© Untitled. Design: <a href="https://html5up.net">HTML5 UP</a>.</p>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.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>