personal-website/index.html

76 lines
3.4 KiB
HTML
Raw Normal View History

2023-04-24 13:51:06 -05:00
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
2023-04-24 13:51:06 -05:00
<title>Sayantan Santra | PhD Student at the University of Oklahoma</title>
<script>
2023-04-26 14:13:49 -05:00
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();
2023-04-24 13:51:06 -05:00
}
</script>
2023-04-26 14:13:49 -05:00
<link rel="stylesheet" type="text/css" target="_blank" href="styles.css">
2024-03-18 02:13:36 -05:00
<!-- Code for KaTeX rendering -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.16.9/dist/katex.min.css"
integrity="sha384-n8MVd4RsNIU0tAv4ct0nTaAbDJwPJzDEaqSD1odI+WdtXRGWt2kTvGFasHpSy3SV" crossorigin="anonymous">
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.16.9/dist/katex.min.js"
integrity="sha384-XjKyOOlGwcjNTAIQHIpgOno0Hl1YQqzUOEleOLALmuqehneUG+vnGctmUb0ZY0l8"
crossorigin="anonymous"></script>
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.16.9/dist/contrib/auto-render.min.js"
integrity="sha384-+VBxd3r6XgURycqtZ117nYw44OOcIax56Z4dCRWbxyPt0Koah1uHoK0o4+/RRE05" crossorigin="anonymous"
onload="renderMathInElement(document.body);"></script>
2023-04-24 13:51:06 -05:00
</head>
2023-04-26 14:13:49 -05:00
<body onload="loader()">
<div class="container">
<div class="header">
<img src="https://www.gravatar.com/avatar/a5114f8f2ab803638d442ab3cb39d329?s=200" alt="gravatar" />
2023-08-21 00:20:48 -05:00
<h2 class="pc-name">Sayantan Santra | সায়ন্তন সাঁতরা |
<a href=https://en.wikipedia.org/wiki/Bengali_phonology>IPA</a>: /ʃɑ.e̯ɔn.t̪ɔn ʃãt.ra/
</h2>
2023-08-21 00:31:36 -05:00
<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">
2023-07-18 16:57:21 -05:00
<div class="column">Office: PHSC 910</div>
2023-04-26 14:13:49 -05:00
<div class="column" name="mail">Email: <a href="mailto:sayantan.santra@ou.edu">sayantan.santra@ou.edu</a>
</div>
</div>
2023-04-25 00:45:18 -05:00
<hr />
2023-12-17 11:25:35 -06:00
<p>I'm a PhD candidate in the Department of Mathematics
2023-08-21 00:20:48 -05:00
at the University of Oklahoma, working with
2023-04-26 14:13:49 -05:00
<a href="https://math.ou.edu/~kmartin">Dr. Kimball Martin</a>.
2023-04-25 00:45:18 -05:00
</p>
<p>Previously, I received an M. Math. from the Indian Statistical Institute.</p>
2023-04-25 00:45:18 -05:00
2023-12-17 11:29:22 -06:00
<p>I'm interested in Number Theory. Some of my areas of interest are:
2023-04-25 00:45:18 -05:00
<ul>
<li>Congruences of Modular Forms</li>
<li>\(\ell\)-adic Galois Representations</li>
2023-04-25 00:45:18 -05:00
</ul>
</p>
2024-09-12 05:20:00 -05:00
<a href=https://links.sayantansantra.com/cv>You can take a look at my CV here.</a>
2023-06-04 01:43:32 -05:00
<br />
<p>I'm also pretty decent in SageMath, Haskell, Lean 4, Rust, Python, and a few other programming languages.</p>
<a href="https://github.com/SinTan1729">You can check out my GitHub profile here.</a>
2024-09-09 04:38:50 -05:00
<br />
2023-04-25 00:45:18 -05:00
2024-09-09 04:38:50 -05:00
<p>My PGP key: <a href=https://keys.openpgp.org/vks/v1/by-fingerprint/B7772D9CDFAE54AE8536A390A3319D1C521C0719>A3319D1C521C0719</a></p>
2023-04-25 00:45:18 -05:00
<hr />
2023-04-26 14:13:49 -05:00
<i>This page was last updated on <span id="last-modified"></span>.</i>
2023-04-25 00:45:18 -05:00
</div>
<!-- This is meant for Mastodon verification, and is hidden by default. -->
<a rel="me" href="https://mas.to/@sayantansantra" hidden>Mastodon</a>
2023-04-24 13:51:06 -05:00
</body>
</html>