website/templates/en/index.html
2026-04-24 15:45:57 -04:00

8 lines
563 B
HTML

{% import "common.html" as common %}
{{ common::meta(title="Home Page", lang="en") }}
<body>
<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>
</body>