-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathteaching.html
85 lines (73 loc) · 3.63 KB
/
teaching.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
<Service!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!-- Fonts and stuff -->
<!--<link href='https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,800italic,400,700,800' rel='stylesheet' type='text/css' />-->
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:400italic,700italic,800italic,400,700,800'
rel='stylesheet' type='text/css'/>
<link rel="stylesheet" type="text/css" href="css/homepage.css" media="screen"/>
<link rel="stylesheet" type="text/css" media="screen" href="css/iconize.css"/>
<link rel="icon" href="images/favicon.ico" type="image/x-icon"/>
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon"/>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script>
$(function()
{
$('#header').load('header.html');
$('#footer').load('footer.html');
$('#title').load('title.html');
});
</script>
<div id="header"></div>
</head>
<body>
<div id="content">
<div id="content-inner">
<div id="title"></div>
<ul id="tabs">
<li><a href="index.html">About</a></li>
<li><a href="teaching.html" class="selected">Teaching</a></li>
</ul>
<div class="tabContent" id="teaching.html">
<br/><center><img src="images/Gillman_from_ad_face.png" width="800"></img></center> <br/>
<div class="section">
<h3><u>Graduate Teaching Assistant at Brown University</u></h3>
Math 90: Introductory Calculus, Part I (<b>Spring 2022</b>)
<br/>
Math 100: Introductory Calculus, Part II (<b>Fall 2021</b>)
<br/>
Brown University Math PhD Teacher Training (<b>Spring 2021</b>)
<h3><u>Undergraduate Teaching Assistant at Wesleyan University</u></h3>
Math 272: Elementary Number Theory (<b>Spring 2020</b>)
<br/>
Math 261: Abstract Algebra: Groups, Rings, and Fields (<b>Fall 2019</b>)
<br/>
Math 225: Fundamentals of Analysis: An Introduction to Real Analysis (<b>Spring 2018</b>)
<br/>
Math 228: Discrete Mathematics (<b>Fall 2017</b>)
<h3><u>Notes and unpublished expository papers (mathematics)</u></h3>
<ul>
<li>
<a href="expository/elliptic_curves_s2021.pdf" target="_blank">An introduction to arithmetic geometry and elliptic curves</a> (spring 2021)
</li>
<li>
<a href="expository/number_theory_f2020.pdf" target="_blank">An introduction to analytic number theory on GL(2)</a> (fall 2020)
</li>
<li>
<a href="expository/eisenstein.pdf" target="_blank">Formulations and generalizations of Eisenstein series</a> (summer 2020)
</li>
<li>
<a href="expository/petersson.pdf" target="_blank">The trace formula of Petersson</a> (summer 2020)
</li>
</ul>
</div>
<br>
Image at top of page taken from <a href="https://www.youtube.com/watch?v=GH5zhQKffqo" target="_blank">advertisement</a> for Wesleyan University :)
</div>
<div id="footer"></div>
</div>
</div>
</div>
</body>
</html>