CV/CV.tex

159 lines
11 KiB
TeX
Raw Normal View History

\documentclass{article}
\usepackage[a4paper, margin=2cm]{geometry}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{dirtytalk}
\usepackage{enumitem}
\usepackage{array, xcolor}
\usepackage{longtable}
2022-06-08 02:28:49 -05:00
\usepackage{lastpage}
\usepackage{fancyhdr}
2024-03-13 17:43:35 -05:00
\usepackage{hyperref, bookmark}
2022-06-08 02:28:49 -05:00
2024-03-13 17:43:35 -05:00
% Define headers and footers
2022-06-08 02:28:49 -05:00
\fancyhf{}
\fancyhead[L]{Curriculum Vitae}\fancyhead[R]{Sayantan Santra}
\fancyfoot[R]{\footnotesize Page \thepage \space of \pageref{LastPage}}
\pagestyle{fancy}
2024-03-13 17:43:35 -05:00
% Define footers for the first page
2022-06-08 02:28:49 -05:00
\fancypagestyle{plain}{
\renewcommand{\headrulewidth}{0pt}
\fancyhf{}
\fancyfoot[R]{\footnotesize Page \thepage\ of \pageref{LastPage}}
2022-06-08 02:28:49 -05:00
}
\definecolor{lightgray}{gray}{0.8}
\newcolumntype{L}{>{\raggedleft}p{0.18\textwidth}}
\newcolumntype{R}{p{0.76\textwidth}}
\newcommand\VRule{\color{lightgray}\vrule width 0.5pt}
\title{\bfseries \Huge Curriculum Vitae}
\author{}
\date{}
\begin{document}
\maketitle
\vspace*{-2cm}
2022-07-06 01:00:21 -05:00
2024-03-13 17:43:35 -05:00
\section{Personal Information}
\begin{tabular}{L!{\VRule}R}
Name & Sayantan Santra \\
Email & sayantan.santra689@gmail.com \\
& sayantan.santra@ou.edu \\
Address & Norman, Oklahoma, US, ZIP - 73071 \\
Languages & Bangla (native), English (fluent), Hindi (fluent) and Sanskrit (intermediate) \\
\end{tabular}
2022-07-06 01:00:21 -05:00
2024-03-13 17:43:35 -05:00
\section{Research Interests}
I'm interested in Algebraic Number Theory, specifically L-functions of modular forms and elliptic curves.
2022-07-06 01:00:21 -05:00
2024-03-13 17:43:35 -05:00
\section{Work Experience}
\subsection{The University of Oklahoma, Norman, OK, US (ongoing since 2021)}
I currently work here as a Graduate Teaching Assistant. I've served as a discussion leader or grader in many semesters. Below are the
classes that I taught as an Instructor of Record: \\
\vspace*{1pt} \\
\begin{tabular}{L!{\VRule}R}
Fall 2023 & Precalculus and Trigonometry (Math-1523) \\
Summer 2022 & Precalculus and Trigonometry (Math-1523) \\
\end{tabular}
2022-07-06 01:00:21 -05:00
2024-03-13 17:43:35 -05:00
\section{Education}
\begin{tabular}{L!{\VRule}R}
2023-07-18 17:17:02 -05:00
2021- & PhD in Mathematics from The University of Oklahoma, Norman, OK, US \\
2019-2021 & M. Math. Mathematics (First Division with Distinction) from Indian Statistical Institute, Bengaluru, Karnataka, India \\
2016-2019 & B.Sc. (Hons.) Mathematics (First Class) from Ramakrishna Mission Residential College, Narendrapur, Kolkata, WB, India \\
2016 & Grade O in Higher Secondary examination \\
2014 & Grade AA in Secondary Examination \\
\end{tabular}
2022-07-06 01:00:21 -05:00
2024-05-01 17:56:46 -05:00
\section{Awards and Achievements}
\begin{longtable}{L!{\VRule}R}
2024-05-01 17:56:46 -05:00
Spring 2024 & I was the recipient of the 2024 C. Eugene Springer Scholarship. \\
Spring 2021 & I was among the 9 students selected for PhD at the prestigious TIFR (Tata Institute for Fundamental Research), Mumbai. \\
Fall 2019 & I got into the top quartile in Simon Marais Mathematics Competition and received a special mention. \\
Fall 2019 & I secured a nationwide rank 10 in CSIR-UGC NET, December 2019. \\
Spring 2019 & I secured nationwide rank 2 in the M. Math. entrance test of ISI (Indian Statistical Institute). \\
Spring 2019 & I was among the 15 students selected for interview at the prestigious CMI (Chennai Mathematical Institute) for M.Sc. in
Mathematics. \\
Spring 2019 & I secured nationwide rank 87 in JAM 2019 and was among the 5 students selected for admission in the prestigious IISc (Indian
Institute of Science) for integrated PhD in Mathematics. \\
2016 & I received the prestigious INSPIRE SHE scholarship (for the period 2016-2019). \\
\end{longtable}
2022-07-06 01:00:21 -05:00
2024-03-13 17:43:35 -05:00
\section{Programming}
2024-05-19 23:10:38 -05:00
I have experience with the languages SageMath, Lean 4, Rust, Haskell, C, Python, OCaml, JavaScript, C++, HTML, \LaTeX, and some SQL. I'm also
familiar with Linux, Docker, and shell programming.
\section{Projects and Internships}
\begin{tabular}{L!{\VRule}R}
Summer 2023 & Formalization of Mathematics Summer School from 5-16 June in SLMath (formerly MSRI), Berkeley, CA \\
& [We learned about the Lean 4 proof assistant and I, as part of a team, did a project to prove a bunch of theorems related to
Krull dimension to be put into Mathlib.] \\
Fall 2022 & PAWS (Preliminary Arizona Winter School): Heights in Diophantine Geometry under the guidance of Dr. Padmavathi Srinivasan of
ICERM \\
Summer 2022 & Research project on statistical trends of coefficients of L-functions of elliptic curves under the guidance of Dr. Kimball Martin
of the University of Oklahoma \\
Spring 2021 & Project titled \say{Primes of the form $p=x^2+ny^2$} under the guidance of Dr. Ramesh Sreekantan of ISI Bengaluru \\
Fall 2020 & Category Theory course under Dr. Amit Kuber of IIT Kanpur \\
Summer 2017 & NPTEL course in Graph Theory (2017) : Got 93\% in the certification exam \\
2015 & INSPIRE Internship during class XI \\
\end{tabular}
2022-07-06 01:00:21 -05:00
2024-03-13 17:43:35 -05:00
\section{Presentations/Talks}
2022-09-17 02:21:52 -05:00
\begin{tabular}{L!{\VRule}R}
2024-04-09 22:40:41 -05:00
Spring 2024 & \say{Proof Formalization in Lean, or: how to trick your computer into doing (even) more math} with Dr. Mario Morán Cañón
in OU Math Club at the University of Oklahoma \\
2024-04-10 13:52:33 -05:00
Spring 2024 & \say{Exceptional Primes and Where to Find Them} in MathFest at the University of Oklahoma \\
Spring 2024 & \say {A (very) Brief Introduction to Lean 4} in Student Algebra Seminar at the University of Oklahoma \\
Fall 2023 & \say{On Congruences of Coefficients of Modular Forms} in the ARTS (Algebra and Representation Theory Seminar) at the University
of Oklahoma \\
Fall 2023 & \say{On Congruences of Coefficients of Modular Forms} in Student Presentation Seminar at the University of Oklahoma \\
Spring 2023 & \say{Elliptic Curves and Integer Factorization} in Student Presentation Seminar at the University of Oklahoma \\
Fall 2022 & \say{Motivations and Consequences of the Prime Number Theorem} in SPS (Student Presentation Seminar) at the University of
Oklahoma \\
Fall 2021 & \say{Primes of the Form $p=x^2+ny^2$} in Student Algebra Seminar at the University of Oklahoma \\
Spring 2021 & \say{Primes of the Form $p=x^2+ny^2$} for final semester project presentation at the Indian Statistical Institute \\
Spring 2019 & \say{Planar Graphs and n-Holed Tori} at RKMRC Narendrapur \\
2022-09-17 02:21:52 -05:00
\end{tabular}
2024-03-13 17:43:35 -05:00
\section{Conferences Attended}
\begin{tabular}{L!{\VRule}R}
2024-04-15 15:19:30 -05:00
Spring 2024 & TORA (Texas-Oklahoma Representations and Automorphic forms) XIII at University of North Texas, Denton, TX, US \\
Spring 2024 & Hybrid Conference on AI-Math organized by UERJ, RJ, Brazil \\
Fall 2023 & TORA (Texas-Oklahoma Representations and Automorphic forms) XII at University of Oklahoma, Norman, OK, US \\
Spring 2023 & SLAM (Southwest Local Algebra Meeting) 2023 at University of North Texas, Denton, TX, US \\
Fall 2022 & TORA (Texas-Oklahoma Representations and Automorphic forms) XI at Oklahoma State University, Stillwater, OK, US \\
2016,17,18 & Analytica at St. Xavier's College, Kolkata, India \\
\end{tabular}
2022-07-06 01:00:21 -05:00
2024-03-13 17:43:35 -05:00
\section{Standardised Tests}
\begin{itemize}
\item {\bf TOEFL iBT (November 2019)} \\
Reading (29), Listening (30), Speaking (25) and Writing (26) \\
Total - {\bf 110/120}
\end{itemize}
2022-07-06 01:00:21 -05:00
2024-03-13 17:43:35 -05:00
\section{Extracurricular Activities}
\subsection{Organization and Leadership}
\begin{tabular}{L!{\VRule}R}
Spring 2024 & Organized the Student Algebra Seminar \\
Fall 2020 & Organized Mathletics (an online math event during the pandemic) with some like minded friends \\
Spring 2018 & Organized Infinity (a two day inter-college math competition organized by the Department of Mathematics and the Department of
Statistics) in Spring as a representative of the Department of Mathematics \\
\end{tabular}
\subsection{Hobbies}
\begin{enumerate}[label=(\alph*)]
2024-05-01 19:01:50 -05:00
\item I'm a hobbyist programmer and a firm believer of the FOSS philosophy.
\item I'm a coffee enthusiast. I love making and drinking coffee; and also have interest in learning about the science and history of
2024-05-01 19:01:50 -05:00
coffee-making.
\item I like to participate in quizzes, having competed in state level competitions and won awards in district level competitions.
\item I'm also interested in literature. I've published several poems in both my native language Bangla and English. Also, like most
people, I love music and movies.
\end{enumerate}
2022-07-06 01:00:21 -05:00
2024-03-13 17:43:35 -05:00
\section{Declaration}
I hereby declare that the details and information given above are complete and true to the best of my knowledge.
\vspace*{2cm} \\
Date \,: \today \hfill [SAYANTAN SANTRA] \\
Place : Norman, OK, US \hfill Signature \hspace{1cm}
2024-03-09 18:11:47 -06:00
\end{document}