-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcv.tex
397 lines (343 loc) · 12.4 KB
/
cv.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
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
% cv.tex
\documentclass[10pt,letterpaper]{article}
\usepackage[letterpaper,margin=0.55in, top = 0.3in, bottom = 0.3in]{geometry}
\usepackage[utf8]{inputenc}
\usepackage{ifthen}
\usepackage{mdwlist}
\usepackage[T1]{fontenc}
\usepackage{textcomp}
\usepackage{amsmath}
\usepackage{etaremune} % enumerate, backwards
\usepackage{tgpagella}
\usepackage[super]{nth} % superscript \nth{1}
\usepackage[colorlinks=true, urlcolor=blue]{hyperref}
\pagestyle{empty}
\setlength{\tabcolsep}{0em}
\usepackage{fontspec}
\defaultfontfeatures{Path={/Users/brandon/Adobe-Utopia-fonts-named/}}
\setmainfont[
UprightFont=*-Regular,
ItalicFont=*-Italic,
BoldFont=*-Semibold,
BoldItalicFont=*-SemiboldIt,
]{UtopiaStd}
% indent section style, used for sections that aren't already in lists
% that need indentation to the level of all text in the document
\newenvironment{indentsection}[1]%
{\begin{list}{}%
{\setlength{\leftmargin}{#1}}%
\item[]%
}
{\end{list}}
% opposite of above; bump a section back toward the left margin
\newenvironment{unindentsection}[1]%
{\begin{list}{}%
{\setlength{\leftmargin}{-0.5#1}}%
\item[]%
}
{\end{list}}
% format two pieces of text, one left aligned and one right aligned
\newcommand{\headerrow}[2]
%{\begin{tabular*}{\linewidth}{l@{\extracolsep{\fill}}r}
{\begin{tabular*}{\linewidth}{l@{\extracolsep{\fill}}r}
#1 &
#2 \\
\end{tabular*}}
% make "C++" look pretty when used in text by touching up the plus signs
\newcommand{\CPP}
{C\nolinebreak[4]\hspace{-.05em}\raisebox{.22ex}{\footnotesize\bf ++}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% CONFIGURATION FLAGS %%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Boolean flags for which type of conference presentations are displayed
\newboolean{USE_CONFERENCES_SECTION}
\newboolean{USE_CONFERENCE_POSTER}
\newboolean{USE_CONFERENCE_PRESENTATION}
\newboolean{USE_CONFERENCE_INVITED_PRESENTATION}
% Should the conference section be used at all?
\setboolean{USE_CONFERENCES_SECTION}{true}
% Should posters be printed?
\setboolean{USE_CONFERENCE_POSTER}{true}
% Should regular talks be printed
\setboolean{USE_CONFERENCE_PRESENTATION}{true}
% Should invited talks be printed?
\setboolean{USE_CONFERENCE_INVITED_PRESENTATION}{true}
% Boolean flag for whether technical skills should be shown
\newboolean{USE_TECHNICAL_SKILLS}
\setboolean{USE_TECHNICAL_SKILLS}{false}
% Boolean flag for whether publications are enumerated
\newboolean{ENUMERATE_PUBLICATIONS}
\setboolean{ENUMERATE_PUBLICATIONS}{true}
% Boolean flag for whether presentations are enumerated
\newboolean{ENUMERATE_PRESENTATIONS}
\setboolean{ENUMERATE_PRESENTATIONS}{true}
% Boolean flag for whether to show TAing details
\newboolean{SHOW_TA_DETAILS}
\setboolean{SHOW_TA_DETAILS}{false}
% and the actual content starts here
\begin{document}
\begin{center}
{\LARGE \textbf{Brandon Bocklund}}
%ADDRESS LINE 1\ \ \textbullet
%\ \ ADDRESS LINE 2\ \ \textbullet
%\ \ CITY, ST #ZIP#
%\\
(925) 960-5631\ \ \textbullet
\ \ \href{mailto:bocklund1@llnl.gov}{bocklund1@llnl.gov}
\end{center}
\hrule
\vspace{-0.6em}
\subsection*{Research Experience}
\renewcommand\labelitemiii{$\circ$}
\begin{itemize}
\parskip=0.1em
\hyphenpenalty=1000
%%%%%%%%% LLNL PD
\item
\headerrow
{\textbf{Materials Science Division, Lawrence Livermore National Laboratory}}
{\textbf{Livermore, CA}}
\\
\headerrow
{\emph{Postdoctoral Researcher (Supervisor: Aurélien Perron)}}
{\emph{2021 – Present}}
\begin{itemize*}
\item Modeling phase transformations through atomistic, mesoscale, and machine learning techniques
\item Led development of Materials Acceleration Platform (MAP) used by several LLNL projects
\item Contributed to three successful LDRD proposals (23-ERD-005, 23-ERD-034, and 24-FS-030) and two externally funded proposals (FY24-26 NA-22 and FY24 Critical Materials Institute)
\item Team member for TAOS (The Alloy Optimization Software), an LLNL commercialized product
\item Selected to Cohort 5 of the Critical Materials Institute Leadership Academy (2024)
\item MSD Seminar Organizing Team member (2022 – \emph{Present})
\item Supervised a Materials and Chemistry Institute (MaCI) summer graduate student intern (A.M. Krajewski, 2022 and 2023)
\item Completed ALE3D Introductory Course (2022)
\end{itemize*}
%%%%%%%%% PSU PRL
\item
\headerrow
{\textbf{Phases Research Lab, Pennsylvania State University}}
{\textbf{University Park, PA}}
\\
\headerrow
{\emph{NASA Space Technology Research Fellow (Advisor: Zi-Kui Liu)}}
{\emph{2016 – 2021}}
\begin{itemize*}
\item Developed uncertainty quantification methods for CALPHAD modeling
through development of pycalphad and ESPEI, open research and education
software for computational thermodynamics
\item Established ICME approaches for designing functionally graded, additively
manufactured materials
\item Designed methods for high-throughput first-principles DFT calculations
for metals and alloys
\item Co-organized and delivered two workshops on
\href{https://workshop.materialsgenomefoundation.org}{"Software Tools from Atomistics to Phase Diagrams"}
with over 140 total attendees (November 10-11, 2020 and December 8-9, 2020)
\item Mentored undergraduate students in the Women In Science and Engineering
Research (WISER) program
\end{itemize*}
%%%%%%%%% JPL Intern
\item
\headerrow
{\textbf{NASA Jet Propulsion Lab}}
{\textbf{La Ca\~nada Flintridge, CA}}
\\
\headerrow
{\emph{Graduate Research Intern (Mentors: Richard Otis, Peter Dillon)}}
{\emph{05/2017 – 08/2017}}
\begin{itemize*}
\item Used computational thermodynamics to develop bulk metallic glass alloy composition specifications
\item Developed a model for oxygen tolerance in bulk metallic glasses
\end{itemize*}
%%%%%%%%% MSU Nicholas Group
\item
\headerrow
{\textbf{Solid State Ionics Laboratory, Michigan State University}}
{\textbf{East Lansing, MI}}
\\
\headerrow
{\emph{Undergraduate Research Assistant (Advisor: Jason D. Nicholas)}}
{\emph{2015 – 2016}}
\begin{itemize*}
\item Fabricated and improved the performance of solid oxide fuel cells
\item Characterized fuel cells with EIS, XRD, and SEM
% \item Developed Rp Plotter, a GUI-based Python application for data analysis and visualization
% \item Participated in a 10 week professional development course
\end{itemize*}
%%%%%%%%% MSU Drzal Group
\item
\headerrow
{\textbf{Composite Materials \& Structures Center, Michigan State University}}
{\textbf{East Lansing, MI}}
\\
\headerrow
{\emph{Undergraduate Research Assistant (Advisor: Lawrence T. Drzal)}}
{\emph{2014 – 2015}}
\begin{itemize*}
\item Designed a graphene nanoplatlet-based capacitive deionization cell
\item Characterized graphene nanoplatelet papers using scanning electron microscopy
% \item Used Solidworks to create a 3D printed model for the deionization cell apparatus
% \item Participated in a 10 week professional development course
\end{itemize*}
\end{itemize}
\hrule
\vspace{-0.6em}
\subsection*{Teaching Experience}
\renewcommand\labelitemiii{$\circ$}
\begin{itemize}
\parskip=0.1em
\item
\headerrow
{\textbf{Department of Materials Science and Engineering, Pennsylvania State University}}
{\textbf{University Park, PA}}
\\
\headerrow
{\emph{Teaching Assistant}}
{\emph{2016 – Present}}
{} % right hand side text
\begin{itemize*}
\item \emph{(Spring 2020)} MatSE 410: Phase Relations in Materials Systems
\ifthenelse{\boolean{SHOW_TA_DETAILS}}{
\begin{itemize}
\item Developed problem sets for homework
\item Graded homework and exams
\end{itemize}
}{}
\item \emph{(Spring 2018)} MatSE 404/BME 444: Surfaces and the Biological Response to Materials
\ifthenelse{\boolean{SHOW_TA_DETAILS}}{
\begin{itemize}
\item Developed and graded problems for homework and exams
\end{itemize}
}{}
\item \emph{(Spring 2017)} MatSE 462: General Properties Laboratory in Materials
\ifthenelse{\boolean{SHOW_TA_DETAILS}}{
\begin{itemize}
\item Independently taught and graded assignments for two lab sections of 10 students
\item Instructed students on using techniques for characterizing mechanical, electrical and optical properties
\end{itemize}
}{}
\end{itemize*}
\item
\headerrow
{\textbf{College of Engineering, Michigan State University}}
{\textbf{East Lansing, MI}}
\\
\headerrow
{\emph{Undergraduate Lab Mentor}}
{\emph{2015 – 2016}}
\ifthenelse{\boolean{SHOW_TA_DETAILS}}{
\begin{itemize*}
\item Mentored 3 classes, interacting with over 250 students
\item Responsible for grading assignments and quizzes, promoting learning, and proctoring exams
\begin{itemize}
\item EGR 100: Introduction to Engineering Design
\item EGR 102: Introduction to Engineering Modeling
\item EGR 291: Spatial Visualization
\end{itemize}
\end{itemize*}
}{
\begin{itemize*}
\item \emph{(Spring 2016)} EGR 102: Introduction to Engineering Modeling
\item \emph{(Fall 2015)} EGR 100: Introduction to Engineering Design
\item \emph{(Fall 2015)} EGR 291: Spatial Visualization
\end{itemize*}
}
\end{itemize}
\hrule
\vspace{-0.6em}
\subsection*{Education}
\begin{itemize}
\parskip=0.1em
\item
\headerrow
{\textbf{Pennsylvania State University}}
{\textbf{University Park, PA}}
\\
\headerrow
{\emph{Ph.D., Materials Science and Engineering; Graduate Minor, Computational Materials}}
{\emph{2016 – 2021}}
\begin{itemize*}
\item 3.74 GPA
\item NASA Space Technology Research Fellow (2018 – Present)
\item NSF Research Trainee in the CoMET Program (\href{http://dftcomet.psu.edu}{dftcomet.psu.edu}) (2016 – 2018)
\end{itemize*}
\item
\headerrow
{\textbf{Michigan State University}}
{\textbf{East Lansing, MI}}
\\
\headerrow
{\emph{B.S. Materials Science and Engineering}}
{\emph{2012 – 2016}}
\begin{itemize*}
\item 3.56 GPA
\item Dean's List, 5 semesters
\end{itemize*}
\end{itemize}
\hrule
\vspace{-0.6em}
\subsection*{Awards and Honors}
\begin{itemize}
\parskip=0.1em
% TODO: add paper award
%\#{\hypersetup{linkcolor=black}\ref{paper-award}}}
\item
\headerrow
{LLNL PLS FY24 Winter Directorate Award: Excellence in Publication} {\emph{2024}}
\item
\headerrow
{Robert E. Newnham Award for Research Excellence, Pennsylvania State University} {\emph{2020}}
\item
\headerrow
{Larry Kaufman Scholarship, Calphad XLIX Conference} {\emph{2020}}
\item
\headerrow
{Runner Up, NASA Software of the Year (SoY) award - \emph{pycalphad}} {\emph{2019}}
\item
\headerrow
{Honorable Mention, National Science Foundation Graduate Research Fellowship Program} {\emph{2018}}
\item
\headerrow
{Outstanding Contribution in Reviewing - \emph{CALPHAD Journal}} {\emph{2017}}
\item % TODO: Remove this item?
\headerrow
{Travel Award for iMATSE Graduate Students, Pennsylvania State University} {\emph{2017}}
\item
\headerrow
{Helen R. and Van H. Leichliter Graduate Fellowship, Pennsylvania State University} {\emph{2016}}
\item
\headerrow
{College of Engineering Endowed Opportunity Fund scholarship, Michigan State University} {\emph{2015}}
\end{itemize}
\hrule
\vspace{-0.6em}
\subsection*{Publications}
% Assumes that the ENUMERATE_PUBLICATIONS flag exists
\input{publications}
\ifthenelse{\boolean{USE_CONFERENCES_SECTION}}{
\hrule
\vspace{-0.6em}
\subsection*{Presentations}
\input{conference_presentations}
}{}
% TODO: add organized symposia somewhere?
\ifthenelse{\boolean{USE_TECHNICAL_SKILLS}}{
\hrule
\vspace{-0.6em}
\subsection*{Technical Skills}
\begin{indentsection}{\parindent}
\hyphenpenalty=1000
\begin{description*}
\item [Software Developed:]
pycalphad (\href{https://pycalphad.org}{pycalphad.org}),
ESPEI (\href{https://espei.org}{espei.org}),
atomate (\href{https://atomate.org}{atomate.org})
\item[Computational Tools and Software:]
Python, MATLAB, VASP, Thermo-Calc, MongoDB
\end{description*}
\end{indentsection}
}
{} % Not technical skills blank
% TODO: Press
% Penn State scientists take second place in NASA software competition
% Penn State News
% https://news.psu.edu/story/616183/2020/04/20/penn-state-scientists-take-second-place-nasa-software-competition
\end{document}