From 14b7ea5a463a7f11980bd2a8e7cc94856e37a213 Mon Sep 17 00:00:00 2001 From: tslil clingman <> Date: Sun, 17 Feb 2019 18:28:30 -0500 Subject: Mention DRP & WeBWorK, adapted entry for mulit-line stuff --- cv.pdf | Bin 54905 -> 56105 bytes cv.tex | 56 +++++++++++++++++++++++++++++++++----------------------- 2 files changed, 33 insertions(+), 23 deletions(-) diff --git a/cv.pdf b/cv.pdf index 43dbb9c..58cc223 100644 Binary files a/cv.pdf and b/cv.pdf differ diff --git a/cv.tex b/cv.tex index 3437416..85e2ff8 100644 --- a/cv.tex +++ b/cv.tex @@ -42,16 +42,21 @@ }\medskip } - \newcommand{\marker}[1]{\rule[{#1}]{5pt}{5pt}} \usepackage{xifthen} \newsavebox{\entryadj} +\newsavebox{\entryhead} \newlength{\entryv} +\newlength{\entryh} \newcommand{\entry}[4]{ - \savebox{\entryadj}{{#1}}\settoheight{\entryv}{\usebox{\entryadj}} - \marker{0.5\entryv-3pt}\makebox[12ex][r]{\usebox{\entryadj}} - \ifthenelse{\isempty{#2}}{}{ \textbf{\textcolor{cv-h3}{#2}}} + \savebox{\entryadj}{{#1}} + \settoheight{\entryv}{\usebox{\entryadj}} + \savebox{\entryhead}{\marker{0.5\entryv-3pt}\makebox[12ex][r]{\usebox{\entryadj}}} + \settowidth{\entryh}{\usebox{\entryhead}}\usebox{\entryhead} + % The parbox cannot be the exact length of the line or we'll incur a + % newline automatically when typesetting + \ifthenelse{\isempty{#2}}{}{ \parbox[t]{\linewidth-\entryh-1.1ex}{\textbf{\textcolor{cv-h3}{#2}}}} \ifthenelse{\isempty{#3}}{}{\\{\setromanfont{EB Garamond}\textsc{{#3}}}} \ifthenelse{\isempty{#4}}{}{\\\emph{{#4}}}\medskip } @@ -60,7 +65,7 @@ \savebox{\entryadj}{{#2}}\settoheight{\entryv}{\usebox{\entryadj}} \marker{0.5\entryv-3pt}\makebox[6ex][r]{\usebox{\entryadj}} \ \begin{minipage}[t]{\linewidth-6ex-9.59201pt} - \textcolor{#1}{{#3}} + \textcolor{#1}{{#3}} \end{minipage}\medskip } @@ -129,13 +134,13 @@ Interested in: \textit{formal category theory}, \entry{Ongoing}{PhD Candidate Math.}{Johns Hopkins} {Completed written qualifying exams and oral speciality exam} - + \entry{2018}{Masters Degree}{Johns Hopkins, M.A. Math., Coursework} {} \entry{2016-2018}{Principle Fulbright Scholar}{Johns Hopkins} {Selected \& funded to pursue PhD in Math.} - + \entry{2015}{Masters Degree} {Univ. Cape Town, M.Sc. Math., with Distinction} {Dissertation: ``On the local and global properties of information manifolds''} @@ -154,7 +159,7 @@ Interested in: \textit{formal category theory}, \entry{Ongoing}{Primary organiser} {2019 Category Theory Octoberfest,\\Johns Hopkins}{} - \entry{Ongoing}{Co-organiser}{Directed Reading Programme, Johns + \entry{Ongoing}{Co-organiser}{Directed Reading Program (DRP), Johns Hopkins}{Individual pairing of undergraduates with graduates for independent studies (\href{http://math.jhu.edu/drp.html}{website}). Mentor @@ -212,8 +217,8 @@ Interested in: \textit{formal category theory}, \entry{Spring 2019}{Course development assistant}{Johns Hopkins} {Introduction to Proofs} - \entry{Fall 2018}{Head T.A.}{Johns Hopkins} - {Calculus III} + \entry{Fall 2018}{Head T.A. \& \\ WeBWorK administrator}{Johns Hopkins} + {Calculus III and online homework system} \entry{Fall 2017}{Sole Instructor}{Johns Hopkins} {Introduction to Calculus} @@ -221,6 +226,10 @@ Interested in: \textit{formal category theory}, \entry{Jan. 2017}{Primary Instructor}{Johns Hopkins} {Intersession Course: Recreational Math. for All} + \entry{2017, 18, 19}{DRP Mentor}{Johns Hopkins} + {Mentored projects in: General Topology, Braid Group + Representations, Category Theory, Homotopy Type Theory} + \entry{Oct. 2014}{Invited Instructor}{Univ. Cape Town} {Introduction to Group Theory} @@ -228,18 +237,9 @@ Interested in: \textit{formal category theory}, {Real Analysis, Linear Algebra, Differential Equations, Calculus Sequence, String Theory} - \ruletitle{Competencies} - - \listentry{Proficient in C, Haskell, with experience - in Agda, (x86 \& AVR) Assembly, Common Lisp, Coq, Java, Javascript, - \LaTeX, and Python} - - \listentry{English (fluent), Hebrew (intermediate), Afrikaans - (intermediate)} - \vfill\null \columnbreak - + \ruletitle{Conferences Attended} \datelistentry{2018}{Vladimir Voevodsky\\Memorial Conference, IAS} @@ -252,11 +252,21 @@ Interested in: \textit{formal category theory}, \datelistentry{2017}{Category Theory 2017, UBC} + \ruletitle{Competencies} + + \listentry{Proficient in C, Haskell, with experience + in Agda, (x86 \& AVR) Assembly, Common Lisp, Coq, Java, Javascript, + \LaTeX, and Python} + + \listentry{English (fluent), Hebrew (intermediate), Afrikaans + (intermediate)} + + \ruletitle{Personal Pursuits} \listentry{\textcolor{cv-h1}{Electronics} Various projects leveraging micro-controllers and custom circuitry} - + \listentry{\textcolor{cv-h1}{Esoteric Programming Languages} Authored and implemented several languages} @@ -268,10 +278,10 @@ Interested in: \textit{formal category theory}, other platforms to create a variety of compositions} \rule{0.7\linewidth}{0.4pt} - + {\vspace{-1ex}\tiny References available upon request} \vfill\null - + \end{multicols} -- cgit v1.3.1