-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcv_template.tex
More file actions
executable file
·162 lines (157 loc) · 5.92 KB
/
Copy pathcv_template.tex
File metadata and controls
executable file
·162 lines (157 loc) · 5.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% pdodd CV
% XeLaTeX Template
% Version 1.0 (5/5/13)
%
% This template has been downloaded from:
% http://www.LaTeXTemplates.com
%
% Original author:
% Adrien Friggeri (adrien@friggeri.net)
% https://github.com/afriggeri/CV
%
% License:
% CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)
%
% Important notes:
% This template needs to be compiled with XeLaTeX and the bibliography, if used,
% needs to be compiled with biber rather than bibtex.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[]{template-cv} % Add 'print' as an option into the square bracket to remove colors from this template for printing
\usepackage{amsthm,amssymb}
\renewcommand{\blacksquare}{\rule{0.7em}{0.7em}}
%%%%%%%%%%%%%%%%%%%%%%%% Setup the bibliography %%%%%%%%%%%%%%%%%%%%%%%%
\ExecuteBibliographyOptions{maxnames=99,firstinits}
\DeclareNameAlias{default}{last-first/first-last}
\addbibresource{cv_bib.bib} % Specify the bibliography file to include
% publications
\boldname{Last}{First\bibnamedelima M}{F.~M.} % define your name here to
% make it a different style
% in the bib
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\header{First}{Last}{} %{\href{mailto:pdodd@umich.edu}{pdodd@umich.edu} $-$ 303 $ \cdot $ 667 $ \cdot $ 8358} % Your name and current job title/field
%----------------------------------------------------------------------------------------
% contact and skills section
%----------------------------------------------------------------------------------------
\vspace{-0.4cm}
\begin{center}%[t]{0.48\textwidth}
\begin{tabular}[tc]{r l}
500 S State St $|$ & \
Ann Arbor, MI 48109 \\
\href{mailto:user@umich.edu}{user@umich.edu} $|$ & \
999 $\cdot$ 999 $\cdot$ 9999 \\
\end{tabular}
\end{center}
% \hfill
% \begin{minipage}[t]{0.48\textwidth}
% \begin{flushright}
% { \bf Programming \& Skills } \par
% C++, Python, CUDA, \LaTeX\\
% Fortran 90/95, Matlab \\ \& JavaScript
% \end{flushright}
% \end{minipage}
% \vspace{2.5\parsep}
%----------------------------------------------------------------------------------------
% EDUCATION SECTION
%----------------------------------------------------------------------------------------
\section{Education}
\begin{entrylist}
%------------------------------------------------
\entry
{2007 -- 2012}
{Bachelor of Science {\normalfont Applied Mathematics and Chemical Engineering}}
{University of Colorado, Boulder}
{GPA: 3.57 \\
Thesis: \emph{Effects of Polydispersity on Polymer Grafted Particle Chain Conformation}}
%------------------------------------------------
% \entry
% {2007--2012}
% {Bachelor of Science {\normalfont Chemical Engineering }}
% {University of Colorado, Boulder}
% {GPA: 3.57}
%------------------------------------------------
\end{entrylist}
%----------------------------------------------------------------------------------------
% WORK EXPERIENCE SECTION
%----------------------------------------------------------------------------------------
\section{Professional Experience}
\begin{entrylist}
%------------------------------------------------
\entry
{2010 -- 2012}
{Apple}
{Cupertino, CA}
{\emph{Software Intern } \\
Did some code and stuff
}
%------------------------------------------------
\end{entrylist}
%----------------------------------------------------------------------------------------
% AWARDS SECTION
%----------------------------------------------------------------------------------------
\section{Awards}
\begin{entrylist}
%------------------------------------------------
\entry
{2011}
{Research Fellowship}
{}
{Some description}
%------------------------------------------------
\end{entrylist}
%----------------------------------------------------------------------------------------
% PUBLICATIONS SECTION
%----------------------------------------------------------------------------------------
\section{Peer Reviewed Publications}
\defbibheading{subbibliography}[\refname]{\subsection{#1}}
\printbibsection{article}{} % Print all articles from the bibliography
%----------------------------------------------------------------------------------------
% COMMUNICATION SKILLS SECTION
%----------------------------------------------------------------------------------------
\goodbreak
% \section{Presentations}
\section{Contributed Talks}
\begin{entrylist}
%------------------------------------------------
\entry
{2015}
{Some talk title}
{Salt Lake City, UT}
{\emph{Some Fall Meeting} \\ \small\addfontfeature{Color=lightgray} \bf{First Last,} \normalfont\addfontfeature{Color=lightgray} and any other people here. }
%------------------------------------------------
\end{entrylist}
\section{Posters}
\begin{entrylist}
%------------------------------------------------
\entry
{2014}
{Poster title}
{Madison, WI}
{\emph{the conference} \\
\small\addfontfeature{Color=lightgray} \bf{First Last,} \normalfont\addfontfeature{Color=lightgray} and some others here.}
%------------------------------------------------
\end{entrylist}
%----------------------------------------------------------------------------------------
% teaching and outreach section
%----------------------------------------------------------------------------------------
\goodbreak
\section{Teaching and Outreach}
\begin{entrylist}
%------------------------------------------------
\entry
{2015}
{Volunteered for Somthing}
{Chicago, IL}
{
Volunteered at something and did something there.
}
%------------------------------------------------
%------------------------------------------------
\end{entrylist}
\\
\\
%\small\bf{Scientific Interests:} \normalfont self-assembly, inverse design problems, complex networks, Monte Carlo, molecular dynamics, Markov state models, machine learning, HOOMD-Blue \\
\bf{Skills \& Programming:} \normalfont C++, Python, CUDA, \LaTeX, Fortran 90/95, Matlab \& JavaScript
\end{document}