From 4a3ef47a7a61b8e5692782162cf16b051201a800 Mon Sep 17 00:00:00 2001 From: Karl Hallsby Date: Sun, 2 Oct 2022 11:09:06 -0500 Subject: Use runin subsection instead of tabular* for experiences This prevents the bug from using a subsection inside a table, which introduces a new paragraph immediately after the section header. Instead, I use \hfill to push the "cursor" to the right before entering the months/years I worked at that position. spacing --- Experience.tex | 40 ++++++++++------------------------------ 1 file changed, 10 insertions(+), 30 deletions(-) (limited to 'Experience.tex') diff --git a/Experience.tex b/Experience.tex index 597885b..c60ad8f 100644 --- a/Experience.tex +++ b/Experience.tex @@ -1,11 +1,7 @@ % Choose a side to put dates on and stick with it throughout the document. \section{Professional Experience}\label{sec:Professional_Experience} -\noindent -\setlength\tabcolsep{0pt} -\begin{tabular*}{\textwidth}{l @{\extracolsep{\fill}}r} - \subsection{\NU{}}, {\footnotesize Evanston, IL} & {\small\textsc{Jun 2022 --- Aug 2022}} \\ - \emph{Student Researcher --- \href{http://presciencelab.org/}{Prescience Lab}} & \\ -\end{tabular*} +\subsection{\NU{}}, {\footnotesize Evanston, IL} \hfill {\small\textsc{Jun 2022 --- Aug 2022}} \\ +\emph{Student Researcher --- \href{http://presciencelab.org/}{Prescience Lab}} \hfill {~} \begin{itemize}[noitemsep] \item Helped implement back-end \href{https://dl.acm.org/doi/10.5555/865063}{VCODE} code generation for an LLVM-based compiler \item Identified \href{https://riscv.org}{RISC-V} \href{https://github.com/riscv/riscv-v-spec/releases/tag/v1.0}{V-extension} as good candidate for VCODE acceleration @@ -13,12 +9,8 @@ \item Implemented both unit tests and baremetal full-program tests for coprocessor \end{itemize} -\noindent -\setlength\tabcolsep{0pt} -\begin{tabular*}{\textwidth}{l @{\extracolsep{\fill}}r} - \subsection{\IIT{}}, {\footnotesize Chicago, IL} & {\small\textsc{Jun 2021 --- Aug 2021}} \\ - \emph{\href{http://datasys.cs.iit.edu/grants/BigDataX/2021/index.html}{Student Researcher} --- \href{http://mystic.cs.iit.edu/}{Mystic}} & \\ -\end{tabular*} +\subsection{\IIT{}}, {\footnotesize Chicago, IL} \hfill {\small\textsc{Jun 2021 --- Aug 2021}} \\ +\emph{\href{http://datasys.cs.iit.edu/grants/BigDataX/2021/index.html}{Student Researcher} --- \href{http://mystic.cs.iit.edu/}{Mystic}} \hfill {~} \begin{itemize}[noitemsep] \item Created FPGA design to accelerate virtual machine clean-up, branching off of work another Ph.~D candidate student completed \item Developed \textsc{Linux} PCIe kernel module to initialize and communicate with flashed hardware design @@ -26,12 +18,8 @@ \item Wrote \href{https://www.qemu.org/}{QEMU} device to emulate physical device's behavior and validate kernel module functionality \end{itemize} -\noindent -\setlength\tabcolsep{0pt} -\begin{tabular*}{\textwidth}{l @{\extracolsep{\fill}}r} - \subsection{\href{https://mazarineventures.com}{Mazarine Ventures}}, {\footnotesize Chicago, IL} & {\small\textsc{Jul 2020 --- Aug 2020}} \\ - \emph{Technical Specialist --- Intern} & {\small\textsc{May 2019 --- Aug 2019}} \\ -\end{tabular*} +\subsection{\href{https://mazarineventures.com}{Mazarine Ventures}}, {\footnotesize Chicago, IL} \hfill {\small\textsc{Jul 2020 --- Aug 2020}} \\ +\emph{Technical Specialist --- Intern} \hfill {\small\textsc{May 2019 --- Aug 2019}} \begin{itemize}[noitemsep] \item Automated and refined deal flow database with partners in VC firm \item Redesigned and optimized website @@ -42,12 +30,8 @@ % Ensure dates are in-line with each other, done with center environment % Position and company should be the 2 big things, dates are second priority -\noindent -\setlength\tabcolsep{0pt} -\begin{tabular*}{\textwidth}{l @{\extracolsep{\fill}}r} - \subsection{\href{https://www.ecolab.com/nalco-water}{Nalco Water, an Ecolab Company}}, {\footnotesize Naperville, IL} & {\small\textsc{May 2018 --- Aug 2018}} \\ - \emph{Technical Manual Specialist --- Intern} & {\small\textsc{Dec 2017 --- Jan 2018}} \\ -\end{tabular*} +\subsection{\href{https://www.ecolab.com/nalco-water}{Nalco Water, an Ecolab Company}}, {\footnotesize Naperville, IL} \hfill {\small\textsc{May 2018 --- Aug 2018}} \\ +\emph{Technical Manual Specialist --- Intern} \hfill {\small\textsc{Dec 2017 --- Jan 2018}} \begin{itemize}[noitemsep] \item Reviewed, revised, edited, and drafted technical manuals for water treatment equipment \item Revised training materials for new employees and helped develop training curriculum @@ -56,12 +40,8 @@ \item Leveraging \href{https://www.adobe.com/products/robohelp.html}{Adobe RoboHelp}, converted manuals to a cloud-based HTML5 version, allowing access to manuals from mobile phones, tablets, and laptop computers \end{itemize} -\noindent -\setlength\tabcolsep{0pt} -\begin{tabular*}{\textwidth}{l @{\extracolsep{\fill}}r} - \subsection{\href{https://www.starbucks.com}{Starbucks}}, {\footnotesize Geneva, IL} & {\small\textsc{May 2015 --- Aug 2017}} \\ - \emph{Barista} & \\ -\end{tabular*} +\subsection{\href{https://www.starbucks.com}{Starbucks}}, {\footnotesize Geneva, IL} \hfill {\small\textsc{May 2015 --- Aug 2017}} \\ +\emph{Barista} \begin{itemize}[noitemsep] \item Prepared handcrafted beverages \item Cleaned facilities to exceed health inspections -- cgit v1.2.3