-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFAQ.html
More file actions
106 lines (92 loc) · 5.45 KB
/
FAQ.html
File metadata and controls
106 lines (92 loc) · 5.45 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!DOCTYPE HTML>
<!--
Hyperspace by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Claire Lamman - FAQ</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>
<style>
body {
background-color: #000000; /* Change this to your desired background color */
}
</style>
</head>
<body class="is-preload">
<!-- Header -->
<header id="header">
<a href="index.html" class="title">Claire Lamman</a>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="background.html">Background</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="science_art.html">Art & Visualizations</a></li>
</ul>
</nav>
</header>
<section id="four" class="wrapper style4 fade-up">
<div class="inner">
<div class="style4">
<section>
<ul class="contact">
<h1>FAQ</h1>
<!-- FAQ Table of Contents -->
<ul>
<li><a href="#artwork">Can I use your artwork / figures?</a></li>
<li><a href="#annotations">How do you make the paper annotations?</a></li>
<li><a href="#astronomer">How do I become an astronomer?</a></li>
<li><a href="#books">What astronomy books do you recommend?</a></li>
<li><a href="#theory">Will you read my theory about the Universe?</a></li>
</ul>
<hr>
</ul>
<h2 id="artwork">Can I use your artwork / figures?</h2>
<p>Yes, as long as it isn't for commercial use and you include the proper credits. Everything on this website is copywrite 2025 Claire Lamman, <a href="https://creativecommons.org/licenses/by-nc/4.0/">CC BY-NC 4.0 (click for specific terms)</a>.
If you're unsure, feel free to email me. I also just like to get messages when someone finds my work useful :) <br>
<h2 id="annotations">How do you make the paper annotations?</h2>
<p><a href="paper_doodles.html">See this page for a PowerPoint template, tips on creating annotations, and to see what others have made!</a><br>
<h2 id="astronomer">How do I become an astronomer?</h2>
<p> <b>General advice:</b> Learn how to code, especially Python. Take math classes seriously but don't be discouraged if they don't seem to come naturally to you!
You don't need to be a math wizard to be a great scientist, but you do need the ability to perservere through problems that are difficult for you.
Avoid AI when learning. Be creative and curious.</p>
<b>Education:</b> For applying to colleges, look for schools that have strong physics or astronomy undergraduate programs, with faculty that are active in research.
There are astronomy jobs available to people with a bachelor's degree, but most professional astronomers have a PhD.
This means you need to go to graduate school after (typially 4 years of) college.
To get into a PhD program, you need research experiences. Reach out to faculty in your department about getting involved in their group
by your second year of undergrad, and look for <a href="https://www.nsf.gov/funding/opportunities/reu-research-experiences-undergraduates">opportunities to do summer research</a>. </p>
<b> More Resources:</b> <a href="https://www.reddit.com/r/Andromeda321/comments/fyjmpv/updated_so_you_want_to_be_an_astronomer/">A guide to becoming an astronomer by Yvette Cendes</a>, <a href="https://www.astrokatie.com/solicited-advice"> Advice from Katie Mack</a>,
<a href="https://www.broekgaarden.nl/floor/wordpress/resources-early-career-astronomers-their-supporters-eas21/">A compliation of rescources for early-carreer scientists by Floor Broekgaarden</a>. </p>
<h2 id="books">What astronomy books do you recommend?</h2>
Here are just a few of the many great books out there:
<ul>
<li><b>For general public:</b> A Brief History of Time by Stephen Hawking, The End of Everything by Katie Mack</li>
<li><b>Introductory undergrad text book:</b> The Cosmic Perspective by Jeffrey Bennett+</li>
<li><b>Advanced undergrad text book:</b> Astrophysics in a Nutshell by Dan Maoz</li>
<li><b>Grad-level:</b> What else but the Big Orange Bible?? An Introduction to Modern Astrophysics by Carroll and Ostlie</li>
</ul>
<h2 id="theory">Will you read my theory about the Universe?</h2>
<p>No, sorry. I think Katie puts it best: <a href="https://www.astrokatie.com/faq#theory">Katie Mack FAQ</a>.</p>
<!-- Footer -->
<footer id="footer" class="wrapper alt">
<div class="inner">
<ul class="menu">
<li>© Copywrite 2025 Claire Lamman, <a href="https://creativecommons.org/licenses/by-nc/4.0/">CC BY-NC 4.0</a></li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
</footer>
<!-- 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>