\documentclass[10pt,a4paper]{article}
\usepackage[margin=1.2cm]{geometry}
\usepackage[T1]{fontenc}
\usepackage{xcolor}
\usepackage{titlesec}
\usepackage{enumitem}
\usepackage{paracol}
\usepackage{hyperref}
\setlength{\parindent}{0pt}
\pagestyle{empty}
\definecolor{navy}{HTML}{1F3864}
\definecolor{steel}{HTML}{7A8B99}
\titleformat{\section}{\Large\scshape\color{navy}}{}{0em}{}[\color{navy}\vspace{-2pt}\titlerule]
\titlespacing*{\section}{0pt}{8pt}{4pt}
\newcommand{\entry}[3]{\textbf{#1} \hfill {\small\color{steel}#2}\\ \textit{#3}\vspace{2pt}}
\begin{document}
\centerline{\fontsize{32}{34}\selectfont\scshape\color{navy} First Last}
\vspace{2pt}
\centerline{\color{steel}\itshape Ph.D. Candidate in Applied Mathematics}
\vspace{10pt}
\columnratio{0.3}
\begin{paracol}{2}
\section*{Contact}
\small
Department of Mathematics\\
University of Somewhere\\
123 Campus Drive\\
City, Country\\[4pt]
+1 555 123 4567\\
\href{mailto:[email protected]}{[email protected]}\\
\href{https://you.github.io}{you.github.io}
\section*{Research interests}
\small
Dynamical systems \\
Stochastic analysis \\
Numerical methods \\
Data-driven modeling
\section*{Skills}
\small
\textbf{Languages} Python, Julia, MATLAB, C++, R\\[2pt]
\textbf{Tools} PyTorch, JAX, Mathematica, Git, \LaTeX{}
\section*{Languages}
\small
English (native)\\
Italian (fluent, C1)\\
French (intermediate, B1)
\switchcolumn
\section*{Education}
\entry{Ph.D.\ in Applied Mathematics}{2021 -- Present}{University of Somewhere}\\
Advisor: Prof. Jane Doe. Thesis: ``Data-driven methods for stochastic PDEs.''
\entry{M.Sc.\ in Applied Mathematics}{2019 -- 2021}{University of Somewhere}\\
With distinction. GPA 3.95.
\entry{B.Sc.\ in Mathematics}{2016 -- 2019}{University A}\\
Summa cum laude.
\section*{Research Experience}
\entry{Graduate Researcher}{2021 -- Present}{Laboratory for Stochastic Dynamics, University of Somewhere}\\
Developed neural SPDE solvers for turbulent flows. Published in \textit{JCP}, \textit{SIAM Review}.
\entry{Visiting Researcher}{Summer 2023}{ETH Z\"urich, Switzerland}\\
Collaborated on stability analysis of numerical schemes.
\section*{Publications}
\begin{enumerate}[leftmargin=*,itemsep=2pt]
\item \textbf{Last, F.}, Doe, J. ``Neural solvers for stochastic PDEs.'' \textit{J.\ Comput.\ Phys.}\ 2024.
\item \textbf{Last, F.}, et al. ``Data-driven homogenization.'' \textit{SIAM Review}\ 2023.
\end{enumerate}
\section*{Teaching}
\textbf{TA, Introduction to Numerical Analysis} -- Spring 2022, Fall 2023.\\
\textbf{Guest Lecturer, PDEs} -- Two lectures on neural solvers, 2024.
\section*{Awards}
\begin{itemize}[leftmargin=*,itemsep=1pt]
\item NSF Graduate Research Fellowship (2022).
\item Best Student Paper Award, SIAM UQ 2023.
\item Department Service Award (2024).
\end{itemize}
\end{paracol}
\end{document}

PDF Preview
Create an account to compile and preview