-
Notifications
You must be signed in to change notification settings - Fork 2
/
cv.tex
491 lines (424 loc) · 16.3 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
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%% Simple LaTeX CV Template %%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% NOTE: If you find that it says %%
%% %%
%% 1 of ?? %%
%% %%
%% at the bottom of your first page, this means that the AUX file %%
%% was not available when you ran LaTeX on this source. Simply RERUN %%
%% LaTeX to get the ``??'' replaced with the number of the last page %%
%% of the document. The AUX file will be generated on the first run %%
%% of LaTeX and used on the second run to fill in all of the %%
%% references. %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%% Document Setup %%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Don't like 10pt? Try 11pt or 12pt
\documentclass[12pt]{article}
% This is a helpful package that puts math inside length specifications
\usepackage{calc}
\usepackage{amsmath}
%\usepackage{enumitem}
% Layout: Puts the section titles on left side of page
\reversemarginpar
%
% PAPER SIZE, PAGE NUMBER, AND DOCUMENT LAYOUT NOTES:
%
% The next \usepackage line changes the layout for CV style section
% headings as marginal notes. It also sets up the paper size as either
% letter or A4. By default, letter was used. If A4 paper is desired,
% comment out the letterpaper lines and uncomment the a4paper lines.
%
% As you can see, the margin widths and section title widths can be
% easily adjusted.
%
% ALSO: Notice that the includefoot option can be commented OUT in order
% to put the PAGE NUMBER *IN* the bottom margin. This will make the
% effective text area larger.
%
% IF YOU WISH TO REMOVE THE ``of LASTPAGE'' next to each page number,
% see the note about the +LP and -LP lines below. Comment out the +LP
% and uncomment the -LP.
%
% IF YOU WISH TO REMOVE PAGE NUMBERS, be sure that the includefoot line
% is uncommented and ALSO uncomment the \pagestyle{empty} a few lines
% below.
%
%% Use these lines for letter-sized paper
\usepackage[paper=letterpaper,
%includefoot, % Uncomment to put page number above margin
marginparwidth=1.2in, % Length of section titles
marginparsep=.05in, % Space between titles and text
margin=0.7in, % 1 inch margins
includemp]{geometry}
%% Use these lines for A4-sized paper
%\usepackage[paper=a4paper,
% %includefoot, % Uncomment to put page number above margin
% marginparwidth=30.5mm, % Length of section titles
% marginparsep=1.5mm, % Space between titles and text
% margin=25mm, % 25mm margins
% includemp]{geometry}
%% More layout: Get rid of indenting throughout entire document
\setlength{\parindent}{0in}
%% This gives us fun enumeration environments. compactenum will be nice.
\usepackage{paralist}
%% Reference the last page in the page number
%
% NOTE: comment the +LP line and uncomment the -LP line to have page
% numbers without the ``of ##'' last page reference)
%
% NOTE: uncomment the \pagestyle{empty} line to get rid of all page
% numbers (make sure includefoot is commented out above)
%
\usepackage{fancyhdr,lastpage}
\pagestyle{fancy}
%\pagestyle{empty} % Uncomment this to get rid of page numbers
\fancyhf{}\renewcommand{\headrulewidth}{0pt}
\fancyfootoffset{\marginparsep+\marginparwidth}
\newlength{\footpageshift}
\setlength{\footpageshift}
{0.5\textwidth+0.5\marginparsep+0.5\marginparwidth-2in}
\lfoot{\hspace{\footpageshift}%
\parbox{4in}{\, \hfill %
\arabic{page} of \protect\pageref*{LastPage} % +LP
% \arabic{page} % -LP
\hfill \,}}
% Finally, give us PDF bookmarks
\usepackage{color,hyperref}
\definecolor{darkblue}{rgb}{0.0,0.0,0.3}
\hypersetup{colorlinks,breaklinks,
linkcolor=darkblue,urlcolor=darkblue,
anchorcolor=darkblue,citecolor=darkblue}
%%%%%%%%%%%%%%%%%%%%%%%% End Document Setup %%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%% Helper Commands %%%%%%%%%%%%%%%%%%%%%%%%%%%%
% The title (name) with a horizontal rule under it
%
% Usage: \makeheading{name}
%
% Place at top of document. It should be the first thing.
\newcommand{\makeheading}[4]%
{\hspace*{-\marginparsep minus \marginparwidth}%%
\begin{minipage}[t]{\textwidth+\marginparwidth+\marginparsep}%
\vspace{-0.6in}
\begin{center}
{\large \bfseries #1}\\%[-0.15\baselineskip]%
{\upshape #2}\\
{\upshape #3}\\
{\upshape #4}\\[-0.15\baselineskip]%
\rule{\columnwidth}{1pt}%
\end{center}
\end{minipage}
}
% The section headings
%
% Usage: \section{section name}
%
% Follow this section IMMEDIATELY with the first line of the section
% text. Do not put whitespace in between. That is, do this:
%
% \section{My Information}
% Here is my information.
%
% and NOT this:
%
% \section{My Information}
%
% Here is my information.
%
% Otherwise the top of the section header will not line up with the top
% of the section. Of course, using a single comment character (%) on
% empty lines allows for the function of the first example with the
% readability of the second example.
\renewcommand{\section}[2]%
{\pagebreak[2]\vspace{1.3\baselineskip}%
\phantomsection\addcontentsline{toc}{section}{#1}%
\hspace{0in}%
\marginpar{
\raggedright \scshape #1}#2}
% An itemize-style list with lots of space between items
\newenvironment{outerlist}[1][\enskip\textbullet]%
{\begin{enumerate}[#1]}{\end{enumerate}%
\vspace{-.6\baselineskip}}
% An itemize-style list with little space between items
\newenvironment{innerlist}[1][\enskip\textbullet]%
{\begin{compactenum}[#1]}{\end{compactenum}}
% To add some paragraph space between lines.
% This also tells LaTeX to preferably break a page on one of these gaps
% if there is a needed pagebreak nearby.
\newcommand{\blankline}{\quad\pagebreak[2]}
%%%%%%%%%%%%%%%%%%%%%%%% End Helper Commands %%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%% Begin CV Document %%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\makeheading{Paul Thomas Bauman}{318 Jarvis Hall}{Buffalo, NY 14260-4400}{pbauman@buffalo.edu\\Researher ID: http://www.researcherid.com/rid/G-1374-2014\\ORCID: http://orcid.org/0000-0003-3513-8264}
%\section{Contact Information}
%
% NOTE: Mind where the & separators and \\ breaks are in the following
% table.
%
% ALSO: \rcollength is the width of the right column of the table
% (adjust it to your liking; default is 1.85in).
%
%\newlength{\rcollength}\setlength{\rcollength}{1.85in}%
%%
%\begin{tabular}[t]{@{}p{\textwidth-\rcollength}p{\rcollength}}
%\href{http://www.ices.utexas.edu/}%
% {Institute for Computational Engineering and Sciences} & \\
%\href{http://www.utexas.edu/}{The University of Texas at Austin}
% & \textit{Phone:} (512) 232-7791 \\
% & \textit{Fax:} (512) 471-8694 \\
%201 E. 24th St. & \textit{E-mail:}%
%\href{mailto:pbauman@ices.utexas.edu}{pbauman@ices.utexas.edu}\\
%Austin, TX 78712 USA & \textit{}
%%\href{http://www.tedpavlic.com/}{www.tedpavlic.com}\\
%\end{tabular}
%\section{Security Clearance}
%%
%Department of Defense Top Secret SCI with polygraph (expired: 2002)
%==============================================================================
% NEW SECTION: Education
%==============================================================================
\section{Education}
\input{education}
%==============================================================================
% NEW SECTION: Research Interests
%==============================================================================
\section{Research Interests}
%
\input{research_interests}
%==============================================================================
% NEW SECTION: Research Experience
%==============================================================================
\section{Research Experience}
%
\input{research_experience}
\newpage
%==============================================================================
% NEW SECTION: Awards
%==============================================================================
\section{Awards}
%
\input{awards}
%==============================================================================
% NEW SECTION: Teaching Experience
%==============================================================================
\section{Teaching Experience}
%
\input{teaching}
%==============================================================================
% NEW SECTION: Refereed Publications
%==============================================================================
\section{Refereed Journal Publications}
\input{refereed_journal_pubs}
%==============================================================================
% NEW SECTION: Accepted Publications
%==============================================================================
%\section{Accepted Journal Publications}
%\input{accepted_pubs}
%==============================================================================
% NEW SECTION: Submitted papers
%==============================================================================
%\section{Submitted Publications}
%
%\input{submitted_papers}
%==============================================================================
% NEW SECTION: Book Chapters
%==============================================================================
\section{Book Chapters}
%
\input{book_chapters.tex}
%==============================================================================
% NEW SECTION: Technical Reports
%==============================================================================
%\section{Technical Reports}
%\textbf{P. T. Bauman}, J. T. Oden, E. E. Prudencio, S. Prudhomme, and K. Ravi-Chandar, ``Dynamic Data
%Driven Application Systems for Monitoring Damage in Composite Materials Under Dynamic Loads", ICES
%REPORT 12-37, The Institute for Computational Engineering and Sciences, The University of Texas at Austin,
%August 2012
%==============================================================================
% NEW SECTION: Papers in Preparation
%==============================================================================
%\section{Papers in Preparation}
%
%\input{papers_in_prep}
%==============================================================================
% NEW SECTION: Refereed Conference Publications
%==============================================================================
\section{Refereed Conference Publications}
%
\input{refereed_talks}
%==============================================================================
% NEW SECTION: Invited Lectures
%==============================================================================
\section{Invited\\ Presentations}
%
\input{invited_talks.tex}
%==============================================================================
% NEW SECTION: Conference Presentations
%==============================================================================
\section{Conference Presentations}
%
\input{talks}
%==============================================================================
% NEW SECTION: Conference Presentations
%==============================================================================
\section{Poster Presentations}
%
\input{posters}
%==============================================================================
% NEW SECTION: Technical Skills
%==============================================================================
\section{Technical Skills}
%
\input{skills}
%==============================================================================
% NEW SECTION: Other Skills
%==============================================================================
%\section{Other Experience}
%
%Outgoing personality and strong work ethic has proven to be effective in team-oriented projects.
%\begin{innerlist}
%\item Work effectively and efficiently in collaborative software development environment
%\item Clear, concise presentation style
%\end{innerlist}
%\pagebreak
%==============================================================================
% NEW SECTION: Service
%==============================================================================
\section{Service}
%
\input{service}
%==============================================================================
% NEW SECTION: Service
%==============================================================================
\section{Memberships}
%
\input{memberships}
%==============================================================================
% NEW SECTION: Applicable Coursework
%==============================================================================
%\section{Applicable Coursework}
%%
%\textbf{Mathematics}:
%\begin{innerlist}
%\item Functional Analysis
%\item Methods of Applied Mathematics
%\item Theory of Probability
%\item Advanced Theory of Finite Elements
%\item Partial Differential Equations
%\end{innerlist}
%
%\blankline
%
%\textbf{Numerical Analysis/Computer Science}:
%\begin{innerlist}
%\item Numerical Linear Algebra
%\item Interpolation, Approximation, Quadrature, and Differential Equations
%\item Finite Element Methods
%\item Algorithms
%\end{innerlist}
%
%\blankline
%
%\textbf{Science/Engineering}:
%\begin{innerlist}
%\item Solid Mechanics
%\item Foundations of Fluid Mechanics
%\item Molecular Gas Dynamics
%\end{innerlist}
%==============================================================================
% NEW SECTION: Citizenship
%==============================================================================
\section{Citizenship}
%
United States
%==============================================================================
% NEW SECTION: Last Updated
%==============================================================================
\section{Last Updated}
\today
%\pagebreak
%==============================================================================
% NEW SECTION: References
%==============================================================================
%\section{References}
%%
%\textbf{Robert Moser}\\
%\textit{Professor}\\
%Department of Mechanical Engineering\\
%The University of Texas at Austin\\
%1 University Station C2200\\
%Austin, TX 78712\\
%(512) 471-0093\\
%rmoser@ices.utexas.edu
%
%
%\blankline
%
%\textbf{J. Tinsley Oden}\\
%\textit{Professor}\\
%Aerospace Engineering and Engineering Mechanics\\
%Institute for Computational Engineering and Sciences\\
%The University of Texas at Austin\\
%1 University Station C0200\\
%Austin, TX 78712-0027\\
%(512) 471-3312\\
%oden@ices.utexas.edu
%
%\blankline
%
%\textbf{Philip Varghese}\\
%\textit{Professor} \\
%Aerospace Engineering and Engineering Mechanics\\
%Institute for Computational Engineering and Sciences\\
%The University of Texas at Austin\\
%1 University Station C0200\\
%Austin, TX 78712-0027\\
%(512) 471-4596\\
%varghese@mail.utexas.edu
%
%\blankline
%
%\textbf{Serge Prudhomme}\\
%\textit{Research Scientist}\\
%Institute for Computational Engineering and Sciences\\
%The University of Texas at Austin\\
%1 University Station C0200\\
%Austin, TX 78712-0027\\
%(512) 475-8629\\
%serge@ices.utexas.edu
%
%%\blankline
%
%\pagebreak
%
%\textbf{C. Grant Willson}\\
%\textit{Professor}\\
%Department of Chemical Engineering\\
%The University of Texas at Austin\\
%1 University Station C0200\\
%Austin, TX 78712-0027\\
%(512) 471-7222\\
%willson@che.utexas.edu
%
%\blankline
%\textbf{Leszek Demkowicz}\\
%\textit{Professor}\\
%Aerospace Engineering and Engineering Mechanics\\
%The University of Texas at Austin\\
%%Institute for Computational Engineering and Sciences\\
%1 University Station C0200\\
%Austin, TX 78712-0027\\
%(512) 471-8694\\
%leszek@ices.utexas.edu
%\blankline
%\textbf{David L. Littlefield}\\
%\textit{Professor}\\
%Mechanical Engineering\\
%University of Alabama at Birmingham
%530 3rd Ave S, HOEN 330A\\
%Birmingham, AL 35294-4440\\
%(205) 975-5882\\
%dll@uab.edu
%%%%%%%%%%%%%%%%%%%%%%%%%% End CV Document %%%%%%%%%%%%%%%%%%%%%%
\end{document}