summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wells <chris@mathematicaster.org>2025-11-10 09:16:55 -0600
committerChris Wells <chris@mathematicaster.org>2025-11-10 09:16:55 -0600
commit256c81a7e77f609adcf502b4fa1c10d7f16ed8a5 (patch)
tree27025474bc1369cf7433f8dde15e04ea1809ba58
parent932583b577420cc9667ea763d4d6e2da997cb626 (diff)
downloadcv-256c81a7e77f609adcf502b4fa1c10d7f16ed8a5.tar
cv-256c81a7e77f609adcf502b4fa1c10d7f16ed8a5.tar.gz
cv-256c81a7e77f609adcf502b4fa1c10d7f16ed8a5.tar.bz2
cv-256c81a7e77f609adcf502b4fa1c10d7f16ed8a5.tar.lz
cv-256c81a7e77f609adcf502b4fa1c10d7f16ed8a5.tar.xz
cv-256c81a7e77f609adcf502b4fa1c10d7f16ed8a5.tar.zst
cv-256c81a7e77f609adcf502b4fa1c10d7f16ed8a5.zip
Added a new talk + working on a resume
-rw-r--r--content/presentations.bib9
-rw-r--r--resume.tex184
2 files changed, 193 insertions, 0 deletions
diff --git a/content/presentations.bib b/content/presentations.bib
index 5df1c08..b3237b6 100644
--- a/content/presentations.bib
+++ b/content/presentations.bib
@@ -1,3 +1,12 @@
+@misc{lsu_25,
+ title = {A discrete view of {G}romov's filling area conjecture},
+ year = {2025},
+ month = {nov},
+ howpublished = {LSU Combinatorics Seminar},
+ location = {Online},
+ keywords = {invited, seminar},
+}
+
@misc{sumtopo_25,
title = {Holey {V}ietoris--{R}ips complex, {B}atman!},
year = {2025},
diff --git a/resume.tex b/resume.tex
new file mode 100644
index 0000000..c439eb3
--- /dev/null
+++ b/resume.tex
@@ -0,0 +1,184 @@
+\documentclass[11pt]{article}
+\usepackage[margin=0.75in]{geometry}
+\usepackage{amsfonts, amsmath, amssymb, amsthm}
+\usepackage{bm}
+
+\PassOptionsToPackage{obeyspaces,hyphens}{url}
+\usepackage{url}
+\usepackage[colorlinks=true,citecolor=blue,urlcolor=blue,linkcolor=blue,bookmarksopen=true]{hyperref}
+\usepackage{tikz}
+\usepackage{enumitem}
+
+\usepackage[
+ style=numeric,
+ sorting=ydmdnt,
+ natbib=true,
+ defernumbers=true,
+ maxbibnames=99,
+ refsection=section,
+]{biblatex}
+\addbibresource{content/papers.bib}
+\addbibresource{content/presentations.bib}
+% \renewcommand*{\mkbibnamegiven}[1]{
+% \ifitemannotation{highlight}
+% {\textbf{#1}}
+% {#1}}
+\renewcommand*{\mkbibnamefamily}[1]{%
+ {#1}%
+ \ifitemannotation{undergrad}
+ {{\color{red}$^{\bm{\star}}$}}
+ {}%
+ \ifitemannotation{earlygrad}
+ {{\color{red}$^{\bm{\dagger}}$}}
+ {}%
+}%%
+
+
+
+% The following hack from http://tex.stackexchange.com/a/103349 reduces spacing in the bibliography slightly.
+% The effect is that the paper is not so long
+\usepackage{etoolbox}
+\patchcmd{\thebibliography}{\leftmargin\labelwidth}{\leftmargin\labelwidth\addtolength\itemsep{-0.1\baselineskip}}{}{}
+
+
+\setlength\parindent{0pt}
+\setlength\parskip{5pt}
+
+
+% \newcommand*{\at}[1]{\\[2pt]\hspace*{-5pt}\begin{minipage}{\textwidth}\begin{itemize}\item[@]#1\end{itemize}\end{minipage}}
+\newcommand*{\at}[1]{\vspace{-5pt}\begin{itemize}[leftmargin=0.75cm]\item[@]#1\end{itemize}}
+\newcommand*{\with}[1]{\begin{itemize}[leftmargin=1.25cm]\item[with]#1\end{itemize}}
+
+\newcommand*{\arXiv}[1]{\href{https://arxiv.org/abs/#1}{arXiv:#1}}
+\newcommand*{\doi}[1]{\href{https://doi.org/#1}{DOI:#1}}
+% \published{title}{coauthors}{journal}{vol}{no}{pp}{date}{url}
+\newcommand*{\published}[8]{%
+ {\nopagebreak
+ #1. \textit{#3}, \ifthere{vol}{#4}\ifthere{no}{#5}\ifthere{pp}{#6}#7.
+ \with{#2.}
+ }
+}
+% \accepted{title}{coauthors}{journal}{arXiv}
+\newcommand*{\accepted}[4]{#1. \textit{#3}. \arXiv{#4}.\with{#2.}}
+% \submitted{title}{coauthors}{arXiv}
+\newcommand*{\submitted}[3]{#1. \arXiv{#3}.\with{#2.}}
+
+\def\ifthere#1#2{%
+ \if\relax\detokenize{#2}\relax%
+ \else%
+ {#1 #2,}
+ \fi}
+
+\def\doc{Resum\'e}
+
+
+\begin{document}
+\pagestyle{empty}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%%% title+contact %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+% \input{content/header.tex}
+
+\begin{center}
+ {\huge \bf Chris Wells}
+
+ \begin{tabular}{c|c|c|c}
+ \texttt{\href{mailto:coc0014@auburn.edu}{coc0014@auburn.edu}} &
+ \href{https://mathematicaster.org/}{Personal webpage} &
+ \href{https://www.linkedin.com/in/mathematicaster/}{LinkedIn} &
+ \href{https://orcid.org/0000-0001-6327-578X}{ORCID} &
+ % \href{https://github.com/the-mathematicaster}{GitHub}
+ \end{tabular}
+\end{center}
+\hline\hline
+
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%%% body %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\setlist{nolistsep}
+
+\section*{Education \hrulefill}
+\textbf{PhD} in Algorithms, Combinatorics and Optimization\dotfill 2020\at{Carnegie Mellon University, Pittsburgh, PA}
+
+\textbf{MS} in Mathematics\dotfill 2015\at{Iowa State University, Ames, IA}
+
+\textbf{BS} in Mathematics\dotfill 2014\at{Iowa State University, Ames, IA}
+
+\section*{Skills \hrulefill}
+\begin{itemize}
+ \item Programming languages: Haskell, Python
+ \item Scholarship and technical communication: 19 publications, 31 invited talks
+ \item Mentorship: Mentored 4 undegraduate and 4 graduate research projects. Organized an early graduate research seminar for three years.
+ \item Teaching: Developed and taught 4 undergraduate and 2 graduate courses. Coordinated the teaching of 3 large lecture sequences with other professors.
+\end{itemize}
+
+\section*{Positions \hrulefill}
+\textbf{Auburn University}, Auburn, AL\dotfill 2023--Cur\\
+\textbf{Postdoctoral research fellow}
+\begin{itemize}
+ \item
+\end{itemize}
+
+\textbf{Iowa State University}, Ames, IA\dotfill 2020--2023\\
+\textbf{RTG postdoctoral research associate}
+\begin{itemize}
+ \item
+\end{itemize}
+
+\section*{Awards and Grants \hrulefill}
+\textbf{Guy C.\ Berry Graduate Research Award} @ CMU\dotfill 2020
+
+\textbf{Buncher Graduate and Faculty Fellows Research Collaboration Fund} @ CMU\dotfill 2018
+
+
+% \textbf{Postdoctoral research fellow}\dotfill 2023--Cur\at{Auburn University, Auburn, AL}
+%
+% \textbf{RTG postdoctoral research associate}\dotfill 2020--2023\at{Iowa State University, Ames, IA}
+
+
+% \section*{Research interests \hrulefill}
+% \input{content/interests.tex}
+%
+% \section*{Education \hrulefill}
+% \input{content/education.tex}
+%
+% \section*{Academic positions \hrulefill}
+% \input{content/positions.tex}
+%
+% % \section*{Publications \hrulefill}
+% % \input{content/publications.tex}
+% \section*{Publications \hrulefill}
+% {\footnotesize
+% \begin{itemize}
+% \item[{\color{red}$\bm{\star}$}] indicates an undergraduate co-author
+% \item[{\color{red}$\bm{\dagger}$}] indicates a graduate co-author
+% \end{itemize}
+% }
+% \nocite{*}
+%
+% \printbibliography[title=Submitted, heading=subbibliography, keyword=submitted]
+% \printbibliography[title=Accepted, heading=subbibliography, keyword=accepted]
+% \printbibliography[title=Published, heading=subbibliography, keyword=published]
+%
+% \section*{Teaching \hrulefill}
+% \input{content/teaching.tex}
+%
+% \section*{Professional service \hrulefill}
+% \input{content/service.tex}
+%
+% % \section*{Presentations \hrulefill}
+% % \input{content/presentations.tex}
+%
+% \section*{Awards/Grants \hrulefill}
+% \input{content/awards-grants.tex}
+%
+% \section*{Presentations \hrulefill}
+%
+% \nocite{*}
+% \printbibliography[title=Invited, heading=subbibliography, keyword=invited]
+% \printbibliography[title=Contributed, heading=subbibliography, keyword=contributed]
+% % \printbibliography[title={Internal \normalfont{(at my home institution)}}, heading=subbibliography, keyword=internal]
+
+\end{document}