-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html~
124 lines (89 loc) · 3.37 KB
/
index.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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<!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" xml:lang="en" lang="en">
<style>
body {
background-color: #eff5f5
}
</style>
<head>
<title>Hanson Smith - CU Boulder</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="bootstrap.min.js"></script>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:800,400' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="non-bs.css">
<link rel="icon" type="image/png" href="favicon.ico" sizes=16x16>
<meta name="theme-color" content="#222222">
<!-- Windows Phone -->
<meta name="msapplication-navbutton-color" content="#222222">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-status-bar-style" content="#222222">
</head>
<body>
<div id="navigation">
<table>
<tr>
<td><big><a href="index.html">Home</a></big></td>
<td>|</td>
<td><big><a href="research.html">Research and Interests</a></big></td>
<td>|</td>
<td><big><a href="teaching.html">Teaching</a></big></td>
<td>|</td>
<td><big><a href="3MinuteThesis.html">3 Minute Thesis</a></big></td>
<td>|</td>
<td><big><a href="CV.pdf">CV</a></big></td>
<!--<td><big><a href="monogenicfields.html">Monogenic Fields Data</a></big></td>-->
</tr>
</table>
<div class="hr"> <hr /> </div>
</div> <! End of navigation div -->
<center>
<div id="name">
<b><font size="+3">Hanson Smith</font></b>
<hr />
<br />
</div>
<div id="main">
<img src="3MT Pic.jpg" width="825" style="border: #000000 4px double">
<div id="right">
</br>
<hr />
<big>Hey there! I'm Hanson and I'm an assistant research professor at the University of Connecticut.<br>
In the spring I finished my PhD in mathematics at CU Boulder. <!--<a href="CV.pdf">My CV can be found here.</a>--><br>
My advisor was <a href="http://math.colorado.edu/~kstange/">Katherine Stange</a> and <a href="research.html">my research</a> is in algebraic number theory and arithmetic geometry.<br />
</big>
<br />
<big>Aside from math, I really like <a href="ClimbingaThing.jpg">climbing things</a>.   (<a href="https://xkcd.com/655/">Relevant XKCD</a>.)</big>
<hr />
<!--<big>I'm currently organizing
the <a href="https://sites.google.com/colorado.edu/front-range-number-theory-day/home">Front Range Number Theory Day</a>
with <a href="https://sites.google.com/site/ozheidi/">Özlem Ejder</a>
and <a href="http://math.colorado.edu/~saar7867/">Sarah Arpin</a>. <br />
<!-- The next FRNTD is April 25, 2020 at CU. Please join us if you are in the area! -->
<!--<br />
<hr /> -->
<table>
<tr><td><b>Department of Mathematics</td> </tr>
<tr> <td><b>University of Connecticut </td></tr>
<tr><td><b>341 Mansfield Rd.</td></tr>
<tr><td><b>Storrs, CT 06269</td></tr>
<tr><td> </td></tr> <tr><td> </td></tr>
<tr><td> </td></tr>
<tr><td><b>Email:</bold> [email protected]</td> </tr>
<!--<tr><td><b>Fall 2020 Office Hours:</bold> Mon. 4-5,<br />
Wed. 3-4, and by appointment. <br />
<a href = "https://math.colorado.edu/marc/">MARC </a>hour: Mon. 3-4.</td> </tr>
<tr><td><b>Office: Math 366</td> </tr>-->
</tr>
</table>
<br />
<br />
</div>
<div id="footer">
<br clear="all" />
</div>
</div>
</body>
</html>