-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpage4.html
More file actions
85 lines (78 loc) · 4.93 KB
/
page4.html
File metadata and controls
85 lines (78 loc) · 4.93 KB
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
<!DOCTYPE HTML>
<!--
Strata by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<header id="header">
</header>
<head>
<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>
<!-- <body class="is-preload"> -->
<!-- Header -->
<!-- Main -->
<div id="main">
<!-- One -->
<section id="one">
<ul class="actions">
<li><a href="index.html" class="button" style="color:black">HOME</a></li>
<li><a href="page2.html" class="button" style="color:black">CV</a></li>
<li><a href="page3.html" class="button" style="color:black">RESEARCH</a></li>
<li><a href="page5.html" class="button" style="color:black">ABOUT ME</a></li>
</ul>
<header class="major">
<center><h1 style="color:black"><u>Outreach and Science Communication</u><br />
</header>
<header class="major">
<center><h2 style="color:black">Astronomy on Tap<br />
</header>
<center><img src="images/aot_slc.png" width="400" height="300">
<center><img src="images/aot_images.png" width="400" height="400">
<p></p>
<p style="color:black"> Astronomy on Tap is a global organization started by astronomers in NYC to foster public awarness of astrophysical research, primarily through bars. The Salt Lake City chapter was started in 2022, and I took over as the organizer and host in 2023. In the past three years, I have over doubled the number of attendees (our record event attendance is ~150 people!!) per event, and have in total reached hundreds of people. Through my work on AoT, I have also developed strong connections between the astronomy community, local businesses, and the general public in SLC. I also worked closely with graduate students in other departments to advise on the creation of a more general Science on Tap, which has proven similarly successful. </p>
<p style="color:black"> For more information about Astronomy on Tap, please follow the link below. If you're interested in Salt Lake City's, our instagram and website are also linked here:</p>
<a href="https://astronomyontap.org"> Astronomy on Tap </a>
<p></p>
<a href="https://astronomyontap.org/locations/salt-lake-city-ut/"> Astronomy on Tap Salt Lake City </a>
<p></p>
<a href="https://www.instagram.com/aotsaltlakecity/"> Follow us on Instagram! </a>
<hr width="100%;" color="black" size="5">
<header class="major">
<h2 style="color:black">Astrobites<br />
</header>
<center><img src="images/astrobites.png" width="400" height="300">
<p></p>
<p style="color:black"> Astrobites is a graduate-student run organization which writes daily summaries of published astronomy and astrophysical articles. I have been an author for Astrobites since January 2024, and have written over a dozen articles (<i>in 2024 my articles were in the top 5 most read across the site!</i>). These range from summaries of recent galactic archeology papers, to guides on navigating academia, to interviews with notable figures in astronomy. I also served as the Astrobites Media Intern during the 247th meeting of the American Astronomical Society, during which I was responsible for live-blogging the events, interviewing plenary speakers and running press conferences. A selection of my most recent articles can be found below! </p>
<br>
<a style="color:black"> <u>Article Summaries</u></a>
<br>
<a href="https://astrobites.org/2025/06/23/lets-cerium-whats-up-with-mass-transfer/">Let’s Ce(rium) What’s Up With Mass Transfer!</a>
<br>
<a href="https://astrobites.org/2025/03/26/the-radcliffe-wave-or-how-space-might-have-caused-an-ice-age/">The Radcliffe Wave (Or How Space Might Have Caused An Ice Age)</a>
<br>
<a href="https://astrobites.org/2024/11/19/wait-is-pollution-actually-good/">Wait Is Pollution Actually Good?</a>
<br>
<br>
<a style="color:black"> <u>Interviews</u></a>
<br>
<a href="https://astrobites.org/2026/01/05/meet-the-aas-keynote-speakers-dr-andrew-vanderburg/">Meet the AAS Keynote Speakers: Dr Andrew Vanderburg</a>
<br>
<a href="https://astrobites.org/2025/01/15/meet-the-aas-keynote-speakers-dr-aaron-meisner/">Meet the AAS Keynote Speakers: Dr Stella Offner</a>
<br>
<a href="https://astrobites.org/2024/06/12/meet-the-aas-keynote-speakers-dr-kerstin-perez/">Meet the AAS Keynote Speakers: Dr Kerstin Perez</a>
</section>
</div>
<!-- Scripts -->
<!-- <script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.poptrox.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>