-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoutreach.html
More file actions
48 lines (44 loc) · 2.56 KB
/
outreach.html
File metadata and controls
48 lines (44 loc) · 2.56 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
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>Outreach | Hayden Foote</title>
<link rel="stylesheet" type="text/css" href="/hfoote.css">
</head>
<body>
<div class="header">
<h1>Hayden R. Foote <span class="pronouns">He/Him</span></h1>
<p>Astronomy Graduate Student</p>
</div>
<div class="navbar">
<a href="/index.html">Home</a>
<a href="/about.html">About Me</a>
<a href="/research.html">Research</a>
<a href="/values.html">Values</a>
<a class="active" href="/outreach.html">Outreach</a>
<a href="/cv.html">My CV</a>
</div>
<div class="page">
<h2 class="pagetitle">Outreach</h2>
<p><img src="/images/pint-glass-desert-logo.jpg" style="float:left;height:280px;width:auto;padding-right:20px;"> I am a co-organizer of Space Drafts, Tucson's chapter of Astronomy on Tap. Every 3rd Wednesday of the month, we host a public show at Zerai's International Bar which features two astronomy-related talks by local space science professionals. If you can't make it to Zerai's in-person, our <a href="https://bit.ly/SpaceDraftsYoutube">You Tube channel</a> hosts livestreams and recordings of all our shows. <a href="https://www.youtube.com/live/waIizAiOOHM?si=wvDJhLXaxXqDLEoM">Click here</a> for a recording of one of my talks about dark matter! For more info and show announcements, check out our <a href="https://www.facebook.com/SpaceDrafts/">Facebook</a> and <a href="https://www.twitter.com/Space_Drafts/">Twitter</a> pages, or the global <a href="https://www.astronomyontap.org/">Astronomy on Tap website</a>! </p>
<p>
I also love to bring my telescope to events and star parties to share views of the cosmos with the public! I've attended local star parties, school science nights, and even put on a stargazing experience at a wedding. If you're looking for an astronomer with a telescope for your event, please <a href = "mailto: haydenfoote@arizona.edu">send me an email</a>.
</p>
</div>
<br />
<div class="footer">
<div style="width: content">
<p>Email: <span><a href = "mailto: haydenfoote@arizona.edu">haydenfoote@arizona.edu</a></span><br>
GitHub: <span><a href = "https://github.com/hfoote">https://github.com/hfoote</a></span><br>
OrcID: <span><a href="https://orcid.org/0000-0003-1183-701X">0000-0003-1183-701X</a></span></p>
</div>
<div style="width: content; text-indent: -42px; padding-left: 42px;">
<p>Office: Room D317, Steward Observatory<br>
933 N Cherry Ave.<br>
Tucson, AZ 85719</p>
</div>
<div style="width: content" class="copyright">
<p>© 2025 Hayden Foote | All Rights Reserved</p>
</div>
</div>
</body>
</html>