11 lines
699 B
HTML
11 lines
699 B
HTML
{% import "common.html" as common %}
|
|
{{ common::meta(title="Home Page", lang="en") }}
|
|
<body>
|
|
<h2>Home Page — Spencer Whitehead</p>
|
|
<p>Pour accéder à la version française, veuillez cliquer <a href="/fr/">ici.</a></p>
|
|
<p>This is the personal website of Spencer Whitehead. I am a fourth-year Ph.D. candidate at Duke University, expecting to graduate in early 2027.
|
|
My primary research interests are in gauge theory, four- and eight-dimensional differential geometry, and the applications of computer algebra systems to solving problems in geometry.</p>
|
|
<p><a href="resume/">Resume</a></p>
|
|
<p><a href="publications/">Publications</a></p>
|
|
<p><a href="homelab/">Homelab</a></p>
|
|
</body>
|