From 502d356d44fccb54279529b639fa5ef801aa93cd Mon Sep 17 00:00:00 2001 From: Karl Hallsby Date: Tue, 29 Sep 2020 00:23:35 -0500 Subject: Move education to its own file --- Education.tex | 38 ++++++++++++++++++++++++++++++++++++++ Hallsby_Karl.tex | 28 ++-------------------------- 2 files changed, 40 insertions(+), 26 deletions(-) create mode 100644 Education.tex diff --git a/Education.tex b/Education.tex new file mode 100644 index 0000000..29cd352 --- /dev/null +++ b/Education.tex @@ -0,0 +1,38 @@ +\section{Education}\label{sec:Education} +\paragraph{M.S.\ Computer Engineering, Specializing in Computer Systems Software, \IIT{}}\label{MS-CE} +Expected Graduation: 2022. + +\paragraph{B.S.\ Computer Engineering}\label{par:BS-CE} +\begin{itemize}[noitemsep] +\item \IIT{} + Expected Graduation: 2022. + \textbf{GPA}: $3.953$ +\item Study Abroad: Lunds Tekniska H\"{o}gskola + Lund, Sweden, 2019 --- 2020 +\end{itemize} + +\subsection{Course Work}\label{sec:Course_Work} +% If applying for particular position, pick and choose 1-3 classes to describe in depth +% In depth = 1-2 bullet points +% Can do brief description of every class on the website, not here. +% Can make Course Work a section instead, and put above Professional Experience +% Professional/Course Work prove my skills/proficiencies tates above + +\begin{tabular}[h!]{p{5cm}p{5cm}p{5cm}} + % \toprule + Digital System Design & DC/AC Circuit Analysis & Computer Architecture and Assembly \\ + \midrule + Thermo-Fluid Dynamics & Probability and Statistics & Complex Variables and Matrix Algebra \\ + \midrule + Secure System Design & Network Architecture & Concepts of Programming Languages \\ + \midrule + Systems Programming & Functional Programming & Object-Oriented Programming \\ + \midrule + Compilers & Operating Systems & Data Structures and Algorithms \\ + \bottomrule +\end{tabular} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: "Hallsby_Karl" +%%% End: diff --git a/Hallsby_Karl.tex b/Hallsby_Karl.tex index 95129fc..0be72ab 100644 --- a/Hallsby_Karl.tex +++ b/Hallsby_Karl.tex @@ -52,32 +52,6 @@ \end{tabularx} \end{center} -\section{Education}\label{sec:Education} -\paragraph{M.S.\ Computer Engineering, Specializing in Computer Systems Software, \IIT{}}\label{MS-CE} -Expected Graduation: 2022. - -\paragraph{B.S.\ Computer Engineering}\label{par:BS-CE} -\IIT{} -Expected Graduation: 2022. -\textbf{GPA}: 3.9... - -Study abroad at: Lunds Tekniska H\"{o}gskola, Lund, Sweden, 2019 --- 2020 - -\subsection{Course Work}\label{sec:Course_Work} -% If applying for particular position, pick and choose 1-3 classes to describe in depth -% In depth = 1-2 bullet points -% Can do brief description of every class on the website, not here. -% Can make Course Work a section instead, and put above Professional Experience -% Professional/Course Work prove my skills/proficiencies tates above - -\begin{tabular}[h!]{lll} - Digital System Design & DC/AC Circuit Analysis & Computer Architecture and Assembly \\ - Thermo-Fluid Dynamics & Probability and Statistics & Complex Variables and Matrix Algebra \\ - Data Structures and Algorithms & Secure System Design & Concepts of Programming Languages \\ - Systems Programming & Functional Programming & Object-Oriented Programming \\ - Compilers & Operating Systems & Network Architecture \\ -\end{tabular} - % If I'm not super confident in my ability with something, Proficiencies -> Skills instead \section{Proficiencies}\label{sec:Proficiencies} \subsection{Programming Languages}\label{subsec:Programming_Langs} @@ -159,6 +133,8 @@ Certified instructor of Tang Soo Do. \paragraph{Music}\label{par:Music} Played oboe for 10 years. Member of Batavia High School’s highest rated orchestra, winning state awards. +\input{./Education} + \end{document} -- cgit v1.2.3