-
Notifications
You must be signed in to change notification settings - Fork 0
/
math.html
64 lines (45 loc) · 2.07 KB
/
math.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
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<title>Jacob Zweifler's Website</title>
<link rel="stylesheet" href="smp.css">
</head>
<div id="container">
<div id="content">
<a href="index.html">Return to homepage</a>
<hr style="margin-bottom: 10px;">
<h1>MATH</h1>
<h2>Seminars</h2>
<h3>NYU</h3>
<ul>
<li>
<a href="https://www.jacobmonzel.com/Teaching/ReadingClassicsNYU2024">Arithmetic Geometry Seminar Fall 2024</a>
</li>
<li>
<a href="https://www.jacobmonzel.com/Teaching/GAGASeminarFall2024">Algebraic and Analytic Geometry Seminar Fall 2024</a>
</li>
</ul>
<!-- <h1>Personal Notes</h1> -->
<h2>REU Papers</h2>
<ul>
<li>
<p><u>2021 Math REU </u>
<br>
Jun '21 - Sep '21. I spent the summer reading about algebraic geometry. With the help of my great advisor Michael Neaton, I learned a lot about the topic, reading from both Hartshorne's <em>Algebraic Geometry</em> and Shafarevich's <em>Basic Algebraic Geometry</em>. My final paper can be found at <a href = "http://math.uchicago.edu/~may/REU2021/REUPapers/Zweifler.pdf"> http://math.uchicago.edu/~may/REU2021/REUPapers/Zweifler.pdf</a>.
</p>
</li>
<li>
<p><u>2020 Math REU </u>
<br>
Jun '20 - Sep '20. I spent the summer reading about elliptic curves and complex multiplication from Silverman and Tate's <em>Rational Points on Elliptic Curves</em>. My final paper can be found at <a href = "http://math.uchicago.edu/~may/REU2020/REUPapers/Zweifler.pdf"> http://math.uchicago.edu/~may/REU2020/REUPapers/Zweifler.pdf</a>.
</p>
</li>
</ul>
<h2>Independent Writing</h2>
<ul>
<li>
I find joy in sharing my mathematical musings through my <a href="https://jakezweifler.com/">blog</a>, where I write about the ideas currently captivating me.
</li>
</ul>
</div>
</div>