Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save edgarcosta/d4c28e240b50e8263ba82ea8903d6e21 to your computer and use it in GitHub Desktop.
Save edgarcosta/d4c28e240b50e8263ba82ea8903d6e21 to your computer and use it in GitHub Desktop.
diff --git a/sos_cv.tex b/sos_cv.tex
index 1c79cf5..6d40f14 100644
--- a/sos_cv.tex
+++ b/sos_cv.tex
@@ -1,110 +1,152 @@
-\documentclass{article}
-
-\usepackage[margin=1in]{geometry}
+\documentclass[12pt]{article}
+
+\usepackage{geometry}
+\geometry{
+ body={6.5in, 8.5in},
+ left=1.25in,
+ top=1in,
+}
+\def\name{Edgar Costa}
\usepackage{hyperref}
-
-\newcommand{\email}[1]{\href{mailto:#1}{#1}}
+\hypersetup{
+ colorlinks = true,
+ urlcolor = black,
+ pdfauthor = {\name},
+ pdfkeywords = {mathematics},
+ pdftitle = {\name: Curriculum Vitae},
+ pdfsubject = {Curriculum Vitae},
+ pdfpagemode = UseNone
+}
+
+\newcommand{\email}[1]{\href{mailto:#1}{\tt #1}}
+
+% Custom section fonts
+\usepackage{titlesec}
+\titlespacing\section{0pt}{4pt plus 3pt minus 1pt}{4pt plus 2pt minus 2pt}
+\titleformat{\section}[runin]{}{\thesection}{1em}{}[:\vspace{1em}]
+
+% Don't indent paragraphs.
+\setlength\parindent{0em}
+
+% Make lists without bullets
+\usepackage{enumitem}
+\setlist[description]{left=1in, topsep=0pt, parsep=0pt, itemsep=0pt}
+\renewenvironment{itemize}{
+ \begin{list}{}{
+ \setlength{\leftmargin}{1em}
+ }
+}{
+ \end{list}
+}
\begin{document}
\begin{center}
-DAVID LAWRENCE ROE \\[0.2in]
-\underline{Curriculum Vitae} \\[0.2in]
-
-\end{center}
-
-\noindent Department of Mathematics, MIT \hfill (503)-476-4894 \\
-Room 2-336, 77 Massachusetts Ave \hfill \email{roed@mit.edu} \\
-Cambridge, MA 02139
-
-\vspace{0.4in}
-
-\noindent Degrees:
+ \MakeUppercase{\name}
+\vspace{1em}
-Ph.D., Mathematics, Harvard University, 2011, Benedict Gross
+\textit{\underline{Curriculum Vitae}}
+\vspace{1em}
-B.S., Mathematics, MIT, 2006
-
-B.S., Literature, MIT, 2006
-
-\vspace{0.2in}
-\noindent Employment:
-
-Research Scientist, MIT, 2018--Current
-
-Postdoctoral Fellow (Thomas Hales), University of Pittsburgh, 2015--2017
-
-Postdoctoral Fellow (Julia Gordon), University of British Columbia, 2014--2015
-
-Postdoctoral Fellow (Clifton Cunningham), University of Calgary, 2011--2014
+\end{center}
-\vspace{0.2in}
-\noindent External Positions Held:
+ Department of Mathematics
+ \hfill
+ (718) 715 6349
+ \\
+ 77 Massachusetts Ave., Bldg. 2-336
+ \hfill
+ \email{edgarc@mit.edu}
+ \\
+ Cambridge, MA 02139-4307, USA
+ \hfill
+ \url{edgarcosta.org}
+
+\vspace{2em}
+
+\section*{Degrees}
+
+\begin{description}
+ \item Ph.D., Mathematics, Harvard University, 2011, Benedict Gross
+ \item B.S., Mathematics, MIT, 2006
+ \item B.S., Literature, MIT, 2006
+\end{description}
+
+\vspace{1em}
+\section*{Employment}
+\begin{description}
+ \item Research Scientist, MIT, 2018--Current
+ \item Postdoctoral Fellow (Thomas Hales), University of Pittsburgh, 2015--2017
+ \item Postdoctoral Fellow (Julia Gordon), University of British Columbia, 2014--2015
+ \item Postdoctoral Fellow (Clifton Cunningham), University of Calgary, 2011--2014
+\end{description}
+\vspace{1em}
+ External Positions Held:
N/A
-\vspace{0.2in}
-\noindent Honors:
+\vspace{1em}
+ Honors:
TBD
-\vspace{0.2in}
-\noindent UROP Students Supervised:
+\vspace{1em}
+ UROP Students Supervised:
TBD
-\vspace{0.2in}
-\noindent B.S. Student Thesis Supervised:
+\vspace{1em}
+ B.S. Student Thesis Supervised:
N/A
-\vspace{0.2in}
-\noindent Ph.D. Students Supervised:
+\vspace{1em}
+ Ph.D. Students Supervised:
N/A
-\vspace{0.2in}
-\noindent Postdoctoral Researchers Supervised:
+\vspace{1em}
+ Postdoctoral Researchers Supervised:
N/A
-\vspace{0.2in}
-\noindent Teaching Experience:
+\vspace{1em}
+ Teaching Experience:
TBD
-\vspace{0.2in}
-\noindent Service:
+\vspace{1em}
+ Service:
TBD
-\vspace{0.2in}
-\noindent External Service:
+\vspace{1em}
+ External Service:
TBD
-\vspace{0.2in}
-\noindent Publications:
+\vspace{1em}
+ Publications:
TBD
-\vspace{0.2in}
-\noindent Submitted and In Progress Publications:
+\vspace{1em}
+ Submitted and In Progress Publications:
TBD
-\vspace{0.2in}
-\noindent Invited Presentations:
+\vspace{1em}
+ Invited Presentations:
TBD
-\vspace{0.2in}
-\noindent Research Contracts and Grants:
+\vspace{1em}
+ Research Contracts and Grants:
TBD
-\vspace{0.2in}
-\noindent Contributions to the Educational Commons not listed in the Service Section above:
+\vspace{1em}
+ Contributions to the Educational Commons not listed in the Service Section above:
TBD
-\end{document}
\ No newline at end of file
+\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment