diff options
| -rw-r--r-- | content/publications.tex | 4 | ||||
| -rw-r--r-- | course-list.tex | 140 |
2 files changed, 142 insertions, 2 deletions
diff --git a/content/publications.tex b/content/publications.tex index 270a808..1ce1164 100644 --- a/content/publications.tex +++ b/content/publications.tex @@ -1,12 +1,12 @@ \subsection*{Submitted} \begin{itemize}[leftmargin=*] - \item\submitted{Accumulation points of the edit distance function}{R.R.\ Martin and D.\ McGinnis}{2107.06706} \item\submitted{The maximum number of $10$- and $12$-cycles in a planar graph}{R.R.\ Martin}{2106.02966} - \item\submitted{Counting paths, cycles and blow-ups in planar graphs}{R.R.\ Martin}{2101.05911} \item\submitted{Uniquely optimal codes of low complexity are symmetric}{E.J.\ King, D.G.\ Mixon and H.\ Parshall}{2008.12871} \end{itemize} \subsection*{Accepted} \begin{itemize}[leftmargin=*] + \item\accepted{Accumulation points of the edit distance function}{R.R.\ Martin and D.\ McGinnis}{Discrete Mathematics}{2107.06706} + \item\accepted{Counting paths, cycles and blow-ups in planar graphs}{R.R.\ Martin}{Journal of Graph Theory}{2101.05911} \item\accepted{Periodic words, common subsequences and frogs}{B.\ Bukh}{Annals of Applied Probability}{1912.03510} \end{itemize} \subsection*{Published} diff --git a/course-list.tex b/course-list.tex new file mode 100644 index 0000000..33d1b95 --- /dev/null +++ b/course-list.tex @@ -0,0 +1,140 @@ +\documentclass[11pt]{article} +\usepackage[margin=1in]{geometry} +\usepackage{amsfonts, amsmath, amssymb, amsthm} + +\PassOptionsToPackage{obeyspaces,hyphens}{url} +\usepackage{url} +\usepackage[colorlinks=true,citecolor=blue,urlcolor=blue,linkcolor=blue,bookmarksopen=true]{hyperref} +\usepackage{tikz} +\usepackage{enumitem} +\usepackage{bibentry} + +% 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{Courses Taught} + + + + +\begin{document} +%\nobibliography{content/papers} +%\bibliographystyle{abbrv} +\pagestyle{empty} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%% title+contact %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\input{content/header.tex} + +\hrule\hrule + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%% body %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\setlist{nolistsep} + +\section*{Instructor} + +\begin{itemize} + \item Math 165: Calculus I + \begin{itemize} + \item Iowa State University + \item Spring 2021 + \end{itemize} + \item Math 595: Edit distance in graphs (early graduate research seminar) + \begin{itemize} + \item Iowa State University + \item Fall 2020 + \end{itemize} + \item 21-241: Matrices and linear transformations + \begin{itemize} + \item Carnegie Mellon University + \item Summer 2019 + \end{itemize} + \item 21-127: Concepts of mathematics (introductory proofs) + \begin{itemize} + \item Carnegie Mellon University + \item Summer 2017 + \end{itemize} +\end{itemize} + +\vspace{-0.1cm} + +\section*{Teaching Assistant} + +\begin{itemize} + \item Math 267: Elementary differential equations and Laplace transforms + \begin{itemize} + \item Iowa State University + \item Fall 2021, Fall 2020, Spring 2015 + \end{itemize} + \item 21-228: Discrete mathematics + \begin{itemize} + \item Carnegie Mellon University + \item Spring 2020, Spring 2016 + \end{itemize} + \item 21-237: Mathematical studies algebra I + \begin{itemize} + \item Carnegie Mellon University + \item Fall 2018 + \end{itemize} + \item 21-242: Matrix theory + \begin{itemize} + \item Carnegie Mellon University + \item Fall 2017 + \end{itemize} + \item 21-268: Multidimensional calculus + \begin{itemize} + \item Carnegie Mellon University + \item Spring 2017 + \end{itemize} + \item 21-115: Calculus I + \begin{itemize} + \item Carnegie Mellon University + \item Summer 2016 + \end{itemize} + \item 21-127: Concepts of mathematics + \begin{itemize} + \item Carnegie Mellon University + \item Fall 2015 + \end{itemize} + \item Math 165: Calculus I + \begin{itemize} + \item Iowa State University + \item Fall 2014 + \end{itemize} +\end{itemize} + +\end{document} |
