diff options
author | Karl Hallsby <karl@hallsby.com> | 2024-10-22 18:54:43 -0500 |
---|---|---|
committer | Karl Hallsby <karl@hallsby.com> | 2024-10-26 15:33:18 -0500 |
commit | 68d64f31af167d94fcb49df955eb2de89ed32ccc (patch) | |
tree | 6e5c1ef0c7e6ea71a957a87f66dbd1353898f8b9 | |
parent | c6ac897c3f0aa2b50da34e3d1b00b5597bdb2699 (diff) |
Introduce new document command for typesetting Peter's name
-rw-r--r-- | Education.tex | 2 | ||||
-rw-r--r-- | Hallsby_Karl.tex | 3 | ||||
-rw-r--r-- | Research.tex | 2 |
3 files changed, 5 insertions, 2 deletions
diff --git a/Education.tex b/Education.tex index ea3e080..c1bcdc4 100644 --- a/Education.tex +++ b/Education.tex @@ -1,6 +1,6 @@ \section{Education}\label{sec:Education} \subsection{Ph.D\ Student Computer Engineering}\label{sec:PhDCPE} \hfill Expected Graduation: \Displaydate{2027}{12}{00}\\ -\textsc{Advised by \href{https://www.mccormick.northwestern.edu/research-faculty/directory/profiles/dinda-peter.html}{Dr.\ Peter Dinda}} \\ +\textsc{Advised by \PDinda{}} \\ \textit{\NU{}} \subsection{M.S.\ Computer Engineering}\label{sec:MSCPE} \hfill Graduated: \Displaydate{2022}{12}{17}\\ diff --git a/Hallsby_Karl.tex b/Hallsby_Karl.tex index 65577a7..4a1fce4 100644 --- a/Hallsby_Karl.tex +++ b/Hallsby_Karl.tex @@ -74,6 +74,9 @@ \newcommand{\IIT}{\href{https://iit.edu}{Illinois Institute of Technology}} \newcommand{\LTH}{\href{www.lth.se}{Lunds Tekniska H\"{o}gskola}} +\NewExpandableDocumentCommand{\PDinda}{}{% + \href{https://www.mccormick.northwestern.edu/research-faculty/directory/profiles/dinda-peter.html}{Dr.\ Peter Dinda}} + \begin{titlepage} \title{Karl Hallsby's R\'{e}sum\'{e}/Curricula Vitae} % Your name \author{Karl Hallsby} diff --git a/Research.tex b/Research.tex index a7076ac..9105566 100644 --- a/Research.tex +++ b/Research.tex @@ -1,6 +1,6 @@ \section{Research}\label{sec:Research} \subsection{Village Project}, \Location{\NU{}, Evanston, IL} \hfill \DatetoPresent{2022}{06}{01}\\ -\Advisor{\href{https://www.mccormick.northwestern.edu/research-faculty/directory/profiles/dinda-peter.html}{Dr.\ Peter Dinda}}\\ +\Advisor{\PDinda{}}\\ \emph{Research Assistant --- \href{http://presciencelab.org/}{Prescience Lab}} \hfill {~} \begin{notopsepitemize} \item Helped implement back-end \href{https://dl.acm.org/doi/10.5555/865063}{VCODE} code generation for an LLVM-based compiler |