personal-website/index.html

64 lines
2.5 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Sayantan Santra | PhD Student at the University of Oklahoma</title>
<script>
function loader() {
// put last modified
const last_modified_span = document.getElementById("last-modified");
const last_modified = new Date(document.lastModified);
last_modified_span.innerHTML = last_modified.toDateString();
}
</script>
<link rel="stylesheet" type="text/css" target="_blank" href="styles.css">
</head>
<body onload="loader()">
<div class="container">
<div class="header">
<img src="https://www.gravatar.com/avatar/a5114f8f2ab803638d442ab3cb39d329?s=200" alt="gravatar" />
<h2 class="pc-name">Sayantan Santra | সায়ন্তন সাঁতরা |
<a href=https://en.wikipedia.org/wiki/Bengali_phonology>IPA</a>: /ʃɑ.e̯ɔn.t̪ɔn ʃãt.ra/
</h2>
<h3 class="mobile-name">Sayantan Santra<br />সায়ন্তন সাঁতরা<br /><a
href=https://en.wikipedia.org/wiki/Bengali_phonology>IPA</a>: /ʃɑ.e̯ɔn.t̪ɔn ʃãt.ra/</h3>
</div>
<div class="row">
<div class="column">Office: PHSC 910</div>
<div class="column" name="mail">Email: <a href="mailto:sayantan.santra@ou.edu">sayantan.santra@ou.edu</a>
</div>
</div>
<hr />
<p>I'm a PhD candidate in the Department of Mathematics
at the University of Oklahoma, working with
<a href="https://math.ou.edu/~kmartin">Dr. Kimball Martin</a>.
</p>
<p>Previously, I received an M. Math. from the Indian Statistical Institute.</p>
<p>I'm interested in Number Theory. Some of my areas of interest are:
<ul>
<li>Elliptic Curves</li>
<li>L-functions of Newforms</li>
<li>-adic Representations</li>
</ul>
</p>
<a href=https://git.sintan1729.uk/SinTan1729/CV/media/branch/main/CV.pdf>You can take a look at my CV here.</a>
<br />
<a href="https://github.com/SinTan1729">Also, you can check out my GitHub profile here.</a>
<hr />
<i>This page was last updated on <span id="last-modified"></span>.</i>
</div>
<!-- This is meant for Mastodon verification, and is hidden by default. -->
<a rel="me" href="https://mas.to/@sayantansantra" hidden>Mastodon</a>
</body>
</html>