-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathteaching.html
More file actions
61 lines (54 loc) · 2.08 KB
/
teaching.html
File metadata and controls
61 lines (54 loc) · 2.08 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Andrew G. Sullivan</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<h1>Teaching</h1>
</header>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="publications.html">Publications</a></li>
<li><a href="teaching.html">Teaching</a></li>
<li><a href="outreach.html">Outreach</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<main>
<section id="intro">
<div class="right-image">
<img src="6d229d93-e39a-4827-894b-b04b6852491a.JPG" alt="teaching">
</div>
<p>Welcome to the teaching page of my website! I am passionate about teaching, and have served as a teaching assistant both at Stanford and Columbia. I have also served as an instructor for the Summer School on Extreme Elextrodynamics and Plasma Physics in 2025. Feel free to reach out to me with questions about courses I have taught.</p>
</section>
<section id="Stanford">
<h2>Teaching at Stanford</h2>
<p>Teaching Assistant, Stanford University 2023-2025</p>
<ul>
<li>PHYS 262: General Relativity</li>
<li>PHYS 361: Extragalactic Astrophysics and Cosmology</li>
</ul>
</section>
<section id="Columbia">
<h2>Teaching at Columbia</h2>
<p>Teaching Assistant, Columbia University 2019-2022</p>
<ul>
<li>PHYS UN2601: Classical and Quantum Waves</li>
<li>PHYS UN1001: Physics for Poets</li>
<li>MATH UN1201: Calculus III</li>
<li>MATH UN2030: Ordinary Differential Equations</li>
<li>MATH UN2010: Linear Algebra</li>
</ul>
</section>
</main>
<footer>
<p>© 2025 Andrew Sullivan</p>
</footer>
</body>
</html>