forked from katyhuff/CV
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathrnslaybaugh_faculty.tex
145 lines (121 loc) · 5.33 KB
/
rnslaybaugh_faculty.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
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
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% 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{resume2} % Use the custom resume.cls style
\usepackage[left=0.75in,top=0.6in,right=0.75in,bottom=0.6in]{geometry} % Document margins
\PassOptionsToPackage{hyphens}{url}\usepackage{hyperref}
\usepackage{scrextend}
\name{Rachel N. Slaybaugh} % Your name
\address{Department of Nuclear Engineering \\ University of California, Berkeley} % Your address
\address{4173 Etcheverry Hall MC 1730 \\ Berkeley, CA 94720} % Your secondary addess (optional)
\address{\href{[email protected]}{[email protected]} \\ (570)~$\cdot$~850~$\cdot$~3385} % Your phone number and email
\begin{document}
%----------------------------------------------------------------------------------------
% EDUCATION SECTION
%----------------------------------------------------------------------------------------
\begin{rSection}{Education}
\begin{tabbing}
Ph.D. \hspace*{2 em}\= \textbf{University of Wisconsin--Madison} \hspace*{5em} \= \hspace*{15em} \= 2011 \\
\> Nuclear Engineering and Engineering Physics, \\ \>with a certificate in Energy Analysis and Policy \\
%
M.S. \hspace*{2 em}\> \textbf{University of Wisconsin--Madison} \> \> 2008 \\
\> Nuclear Engineering and Engineering Physics \\
%
B.S. \hspace*{2 em}\> \textbf{Pennsylvania State University} \> \> 2006 \\
\> Nuclear Engineering
\end{tabbing}
\end{rSection}
%----------------------------------------------------------------------------------------
% RESEARCH EXPERIENCE SECTION
%----------------------------------------------------------------------------------------
\begin{rSection}{Research Experience}
\input{research-experience}
\end{rSection}
%----------------------------------------------------------------------------------------
% TEACHING EXPERIENCE SECTION
%----------------------------------------------------------------------------------------
\begin{rSection}{Teaching Experience}
\input{teaching-experience}
\end{rSection}
%----------------------------------------------------------------------------------------
% SELECTED PRESENTATIONS
%----------------------------------------------------------------------------------------
\begin{rSection}{Selected Presentations}
\input{presentations}
\end{rSection}
%----------------------------------------------------------------------------------------
% FUNDING
%----------------------------------------------------------------------------------------
\vspace*{1 em}
\begin{rSection}{Awarded Funding}
\input{funding}
\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\\
Nuclear Software & Exnihilo, ADVANTG, MCNP, Serpent, SCALE, PyNE, MOOSE
\end{tabular}
\end{rSection}
%----------------------------------------------------------------------------------------
% HONORS AND AWARDS
%----------------------------------------------------------------------------------------
%\vspace*{1 em}
%\clearpage
\begin{rSection}{Honors And Awards}
\input{honors-and-awards}
\end{rSection}
%----------------------------------------------------------------------------------------
% SERVICE
%----------------------------------------------------------------------------------------
%\clearpage
\vspace*{1 em}
\begin{rSection}{Professional Service}
\input{professional-service}
\end{rSection}
%----------------------------------------------------------------------------------------
% PUBLICATIONS
%----------------------------------------------------------------------------------------
%\clearpage
\begin{rSection}{Publications}
Italicized names indicate my students or researchers
\input{publications}
\end{rSection}
%----------------------------------------------------------------------------------------
% MENTORING
%----------------------------------------------------------------------------------------
%\clearpage
\begin{rSection}{Mentoring}
\input{mentoring}
\end{rSection}
%----------------------------------------------------------------------------------------
% EXAMPLE SECTION
%----------------------------------------------------------------------------------------
%\begin{rSection}{Section Name}
%Section content\ldots
%\end{rSection}
%----------------------------------------------------------------------------------------
\end{document}