92 lines
4.5 KiB
HTML
92 lines
4.5 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<title>Sayantan Santra | PhD Candidate 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">
|
|
|
|
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" sizes="any" />
|
|
<link rel="icon" type="image/svg+xml" href="assets/favicon.svg" />
|
|
<link rel="icon" type="image/png" href="assets/favicon-32.png" sizes="32x32" />
|
|
<link rel="icon" type="image/png" href="assets/favicon-196.png" sizes="196x196" />
|
|
|
|
<!-- 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>
|
|
</head>
|
|
|
|
<body onload="loader()">
|
|
<div class="container">
|
|
<div class="header">
|
|
<img src="assets/sayantan_santra.webp" width=200 alt="Picture of Sayantan Santra" />
|
|
<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 mail">
|
|
Email: <a href="mailto:sayantan.santra@ou.edu">sayantan.santra@ou.edu</a> (Academic)*
|
|
<br />
|
|
Email: <a href="mailto:mail@sayantansantra.com">mail@sayantansantra.com</a> (Personal)*
|
|
</div>
|
|
<div class="column office">Office: PHSC 910</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 do research in Algebraic Number Theory. Some of my areas of interest are:
|
|
<ul>
|
|
<li>Mod \(\ell\) Congruences of Modular Forms</li>
|
|
<li>\(\ell\)-adic Galois Representations</li>
|
|
<li>\(\ell\)-adic Modular Forms</li>
|
|
</ul>
|
|
I'm also pretty decent in SageMath, Haskell, Lean 4, Rust, Python, and a few other programming languages.</p>
|
|
|
|
<p>Some links:
|
|
<ul>
|
|
<li><a href=https://links.sayantansantra.com/cv>My CV</a></li>
|
|
<li><a href="https://github.com/SinTan1729">My GitHub profile</a></li>
|
|
<li><a href=https://wiki.sayantansantra.com/t/coffee>Coffee related ramblings</a></li>
|
|
<li><a href=https://wiki.sayantansantra.com/t/linux>Linux related ramblings</a></li>
|
|
</ul>
|
|
</p>
|
|
<hr />
|
|
|
|
* You can use the following PGP keys to encrypt emails:
|
|
<a href=https://keys.openpgp.org/vks/v1/by-fingerprint/B7772D9CDFAE54AE8536A390A3319D1C521C0719>A3319D1C521C0719</a> (academic),
|
|
<a href=https://keys.openpgp.org/vks/v1/by-fingerprint/D67BB76BA4D51AA68C99F63EA830DCA45BCE2E08>A830DCA45BCE2E08</a> (personal).
|
|
<hr />
|
|
|
|
<i>This page was last updated on <span id="last-modified"></span>.
|
|
<a href=https://git.sayantansantra.com/SinTan1729/personal-website>(Source Code)</a></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>
|