forked from katyhuff/CV
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathrns_short.tex
113 lines (101 loc) · 4.85 KB
/
rns_short.tex
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
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Medium Length Professional CV
% LaTeX Template
% Version 2.0 (8/5/13)
%
% This template has been downloaded from:
% http://www.LaTeXTemplates.com
%
% Original author:
% Trey Hunner (http://www.treyhunner.com/)
%
% Important note:
% This template requires the resume.cls file to be in the same directory as the
% .tex file. The resume.cls file provides the resume style used for structuring the
% document.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%----------------------------------------------------------------------------------------
% PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
%----------------------------------------------------------------------------------------
\documentclass{resume3} % Use the custom resume.cls style
\usepackage[left=0.75in,top=0.6in,right=0.75in,bottom=0.6in]{geometry} % Document margins
\usepackage{hyperref}
\name{Rachel N.\ Slaybaugh} % Your name
%\address{Department of Nuclear Engineering \\ University of California, Berkeley} % Your address
\address{DCVC \\ 270 University Ave \\ Palo Alto, CA 94301} % Your secondary address (optional)
\address{\href{[email protected]}{[email protected]} \\ (415)~$\cdot$~841~$\cdot$~3935} % Your phone number and email
\begin{document}
%\begin{rSection}{Summary}
%My goal is to build tools and empower others to fight climate change in a way that works for humanity.
%I'm driven by connection to mission and I aim to make a difference in clean energy and sustainability. %I love to work at the intersection of innovative technology and creating a path to impact in the world.
%I've selected, funded, and coached many climate tech teams. I enjoy working in teams and am a good manager. I understand policy and government. I'm committed to diversity, equity, and inclusion.
%\end{rSection}
%----------------------------------------------------------------------------------------
% RESEARCH EXPERIENCE SECTION
%----------------------------------------------------------------------------------------
\begin{rSection}{Experience \& Accomplishments}
\input{short-research-experience}
\end{rSection}
%%----------------------------------------------------------------------------------------
%% PUBLICATIONS
%%----------------------------------------------------------------------------------------
%\begin{rSection}{Selected Publications}
%%\input{short-publications}
%\input{top-five-pubs}
%\end{rSection}
%----------------------------------------------------------------------------------------
% EDUCATION SECTION
%----------------------------------------------------------------------------------------
\vspace*{-.5em}
\begin{rSection}{Education}
\begin{tabbing}
Ph.D. \hspace*{1 em}\= \textbf{University of Wisconsin--Madison}, Nuclear Engineering and Engineering Physics \hspace*{1em} \= 2011 \\
\> with a certificate in Energy Analysis and Policy \\
%
M.S. \hspace*{1 em}\> \textbf{University of Wisconsin--Madison}, Nuclear Engineering and Engineering Physics \> 2008 \\
%
B.S. \hspace*{1 em}\> \textbf{Pennsylvania State University}, Nuclear Engineering \> 2006
\end{tabbing}
\end{rSection}
%%----------------------------------------------------------------------------------------
%% SERVICE
%%----------------------------------------------------------------------------------------
%\vspace*{0.5em}
\begin{rSection}{Leadership \& Service}
\input{synergistic-activities}
\end{rSection}
%----------------------------------------------------------------------------------------
% AWARDS
%----------------------------------------------------------------------------------------
\begin{rSection}{Awards}
\input{short-awards}
\end{rSection}
%----------------------------------------------------------------------------------------
% COMPUTER SKILLS
%----------------------------------------------------------------------------------------
%\clearpage
%\vspace*{1 em}
%\begin{rSection}{Computer Skills}
%\begin{tabular}{ @{} >{\bfseries}l @{\hspace{6ex}} l }
%Languages & C++, Python, Fortran 90/95/2003 \\
%Versioning and Testing & git, svn, cvs, CTest, GoogleTest, nose, TravisCI \\
%Tools & EC2, Doxygen, \LaTeX, MathCAD, Mathematica, shell, vim, bash, \\&Emacs, Jupyter, Trilinos, LAPACK, MPI, Valgrind, cmake
%\end{tabular}
%
%\end{rSection}
%----------------------------------------------------------------------------------------
% AWARDS
%----------------------------------------------------------------------------------------
%\vspace*{0.5em}
%\begin{rSection}{Selected Awards}
%\begin{tabular}{ @{} l @{\hspace{6ex}} r }
%American Nuclear Society (ANS) Young Member Excellence Award & 2014 \\
%ANS Presidential Citation & 2014 \\
%Rickover Fellowship & 2008-2011 \\
%Tau Beta Pi Honor Society &invited 2006\\
%Alpha Nu Sigma Honor Society &invited 2005 \\
%\end{tabular}
%\end{rSection}
%----------------------------------------------------------------------------------------
\end{document}