diff --git a/.gitignore b/.gitignore index 12a1ca0..f5df251 100644 --- a/.gitignore +++ b/.gitignore @@ -33,4 +33,6 @@ *.gz(busy) *.*~ -auto \ No newline at end of file +auto + +*.fls diff --git a/FRobinson-CV.pdf b/FRobinson-CV.pdf index 716484e..f3e6686 100644 Binary files a/FRobinson-CV.pdf and b/FRobinson-CV.pdf differ diff --git a/FRobinson-CV.tex b/FRobinson-CV.tex index 165a605..8a3610b 100644 --- a/FRobinson-CV.tex +++ b/FRobinson-CV.tex @@ -1,14 +1,10 @@ \documentclass[11pt,a4paper,unicode]{moderncv} \moderncvtheme{classic} - -% character encoding \usepackage[utf8]{inputenc} -\usepackage[scale=0.85]{geometry} -%\setlength{\hintscolumnwidth}{3cm} % if you want to change the width of the column with the dates -%\AtBeginDocument{\setlength{\maketitlenamewidth}{6cm}} % only for the classic theme, if you want to change the width of your name placeholder (to leave more space for your address details -%\AtBeginDocument{\recomputelengths} % required when changes are made to page layout lengths +\usepackage[scale=.8]{geometry} % smaller number -> text takes more space +\AtBeginDocument{\recomputelengths} % Hyperlinks \usepackage[unicode]{hyperref} % to use hyperlinks @@ -36,13 +32,11 @@ \section{Education} \cventry{2008}{High School Diploma}{}{}{}{} -\section{Research Programs} +\section{Research Experience} \cventry{2010}{Discrete and Continuous Geometry}{Selected for and attended two week research conference at Northwestern University}{}{}{} \cventry{2010}{Number Theory Research}{Funded to conduct research on cyclotomic integers under Prof. F. Calegari}{}{}{} \cventry{2011}{Indiana University Research Program}{NSF funded project investigating phylogenetics with Prof. E Housworth}{}{}{} - - -\section{Jobs} +\section{Employement} \cventry{2012-2013}{Teaching Assistant}{Conducted recitations for undergraduate classes}{}{}{} \cventry{2010}{Physics Programming}{Coded in C leveraging GNU Scientific Library to simulate gravitational waves from intermediate mass ratio inspiral}{}{}{} @@ -52,15 +46,14 @@ \section{Computer Skills and Interests} \cvline{Basic}{Java, C} \cvline{Miscellaneous}{Windows, Microsoft Office, Linux, \LaTeX} \cvline{Algorithms}{Greedy optimization, divide and conquer, dynamic programming, network flows, reductions, and randomized algorithms. Computational tractability (NP-completeness).} -\cvline{Machine Learning}{Regression: regularization; Neural Networks: backpropogation; SVMs; Unsupervised learning: clustering, dimensionality reduction; Recommender Systems} +\cvline{Machine Learning}{Regression: regularization; Neural Networks: backpropogation; SVMs; Unsupervised Learning: clustering, dimensionality reduction; Recommender Systems} +\nocite{*} +\bibliographystyle{plain} +\bibliography{publications} \section{Languages} \cvlanguage{English}{Fluent}{} \cvlanguage{Spanish}{Proficient}{} - -\nocite{*} -\bibliographystyle{plain} -\bibliography{publications} \end{document} diff --git a/notes.md b/notes.md new file mode 100644 index 0000000..6253fe6 --- /dev/null +++ b/notes.md @@ -0,0 +1,2 @@ +To compile under Arch: + sudo pacman -S texlive-core texlive-latexextra