diff options
| -rw-r--r-- | content/positions.tex | 2 | ||||
| -rw-r--r-- | content/publications.tex | 8 | ||||
| -rw-r--r-- | cv.tex | 8 |
3 files changed, 13 insertions, 5 deletions
diff --git a/content/positions.tex b/content/positions.tex index 976cdd4..cce59b0 100644 --- a/content/positions.tex +++ b/content/positions.tex @@ -1,6 +1,8 @@ \textbf{RTG postdoctoral research associate}\dotfill 2020--Current\at{Iowa State University, Ames, IA} \begin{itemize} \item Supported by U.S.\ taxpayers through NSF Research Training Grant DMS-1839918 + \item Instructor: Edit Distance in Graphs (MATH 595: early graduate research course) + \item TA: Elementary Differential Equations (MATH 267) \end{itemize} \textbf{Teaching assistant}\dotfill 2015--2020\at{Carnegie Mellon University, Pittsburgh, PA} diff --git a/content/publications.tex b/content/publications.tex index c56f42f..70d21cf 100644 --- a/content/publications.tex +++ b/content/publications.tex @@ -3,12 +3,12 @@ \item\submitted{Uniquely optimal codes of low complexity are symmetric}{E.J.\ King, D.G.\ Mixon and H.\ Parshall}{2008.12871} \item\submitted{Periodic words, common subsequences and frogs}{B.\ Bukh}{1912.03510} \end{itemize} -\subsection*{Accepted} -\begin{itemize}[leftmargin=*] - \item\accepted{Nearly orthogonal vectors and small antipodal spherical codes}{B.\ Bukh}{Israel Journal of Mathematics}{1803.02949} -\end{itemize} +% \subsection*{Accepted} +% \begin{itemize}[leftmargin=*] +% \end{itemize} \subsection*{Published} \begin{itemize}[leftmargin=*] + \item\published{Nearly orthogonal vectors and small antipodal spherical codes}{B.\ Bukh}{Israel Journal of Mathematics}{238}{}{359--388}{Jun 2020} \item\published{Restricted online Ramsey numbers of matchings and trees}{J.\ Briggs}{Electronic Journal of Combinatorics}{27}{3}{3.49}{Sep 2020} \item\published{Inverting the Tur\'an problem}{J.\ Briggs}{Discrete Mathematics}{342}{7}{1865--1884}{Jul 2019} \item\published{On a fractional version of Haemers' bound}{B.\ Bukh}{IEEE Transactions on Information Theory}{65}{6}{3340--3348}{Jun 2019} @@ -25,12 +25,18 @@ \newcommand*{\arXiv}[1]{\href{http://arxiv.org/abs/#1}{arXiv:#1}} % \published{title}{coauthors}{journal}{vol}{no}{pp}{date} -\newcommand*{\published}[7]{{\nopagebreak #1. \textit{#3}, vol #4, no #5, pp #6, #7.\with{#2.}}} +\newcommand*{\published}[7]{{\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{Curriculum Vit\ae{}} |
