Skip to content

Commit

Permalink
updated formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
frrad committed Jun 13, 2014
1 parent 6c197f3 commit 12e91a8
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 16 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,6 @@
*.gz(busy)
*.*~

auto
auto

*.fls
Binary file modified FRobinson-CV.pdf
Binary file not shown.
23 changes: 8 additions & 15 deletions FRobinson-CV.tex
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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}{}{}{}

Expand All @@ -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}
2 changes: 2 additions & 0 deletions notes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
To compile under Arch:
sudo pacman -S texlive-core texlive-latexextra

0 comments on commit 12e91a8

Please sign in to comment.