-
Notifications
You must be signed in to change notification settings - Fork 6
/
cv.tex
296 lines (259 loc) · 7.82 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
%
% John T. Foster - Curriculum Vitae
%
\documentclass[12pt,letterpaper]{article}
\makeatletter
\let\saved@bibitem\@bibitem % < -- save to prevent problems due to the command getting redefined...
\makeatother
\ifdefined\ispdf
\usepackage{etaremune}
\fi
\ifdefined\iscockrell
\usepackage{enumitem}
\fi
\usepackage[usenames,dvipsnames,table]{xcolor}
\usepackage{bibentry}
\PassOptionsToPackage{hyphens}{url}
\usepackage[]{hyperref}
\usepackage{geometry}
\usepackage[yyyymmdd,hhmmss]{datetime}
\urlstyle{same}
% Fonts
\ifdefined\ispdf
\usepackage[urw-garamond]{mathdesign}
\usepackage[T1]{fontenc}
\else
\ifdefined\iscockrell
\usepackage[urw-garamond]{mathdesign}
\usepackage[T1]{fontenc}
\usepackage{helvet}
\fi
\usepackage[T1]{fontenc}
\fi
\def\HCode#1{}
% Set your name here
\def\name{John T. Foster}
% The following metadata will show up in the PDF properties
\ifdefined\iscockrell
\hypersetup{
colorlinks = true,
urlcolor = black,
pdfauthor = {\name},
pdfkeywords = {petroleum engineering, peridynamics, hydraulic fracturing},
pdftitle = {\name: Curriculum Vitae},
pdfsubject = {Curriculum Vitae},
pdfpagemode = UseNone
}
\else
\hypersetup{
colorlinks = true,
urlcolor = gray,
pdfauthor = {\name},
pdfkeywords = {petroleum engineering, peridynamics, hydraulic fracturing},
pdftitle = {\name: Curriculum Vitae},
pdfsubject = {Curriculum Vitae},
pdfpagemode = UseNone
}
\fi
\geometry{
body={6.5in, 9.0in},
left=1.0in,
top=1.0in
}
% Customize page headers
\ifdefined\iscockrell
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhf{}
\lhead{Department of Petroleum and Geosystems Engineering \hfill Revised:\today}
\cfoot{\thepage}
\renewcommand{\headrulewidth}{0pt}
%
\else
%
\pagestyle{myheadings}
\markright{\name}
\thispagestyle{empty}
\fi
% Custom section fonts
\usepackage{sectsty}
\sectionfont{\rmfamily\mdseries\Large}
\ifdefined\iscockrell
\renewcommand{\familydefault}{\sfdefault}
\subsectionfont{\mdseries\itshape\normalsize}
\else
\subsectionfont{\rmfamily\mdseries\itshape\large}
\fi
% Other possible font commands include:
% \ttfamily for teletype,
% \sffamily for sans serif,
% \bfseries for bold,
% \scshape for small caps,
% \normalsize, \large, \Large, \LARGE sizes.
\ifdefined\iscockrell
\usepackage{textcase}
\makeatletter
\def\section{%
\@startsection{section}{1}
{\z@}
{2.0ex plus 0.8ex minus .1ex}
{1.0ex plus .2ex}
{\large\bfseries\boldmath\MakeTextUppercase}%
}
\makeatother
\fi
% Don't indent paragraphs.
\setlength\parindent{0em}
% Make lists without bullets and compact spacing
\renewenvironment{itemize}{
\begin{list}{}{
\setlength{\leftmargin}{1.5em}
\setlength{\itemsep}{0.25em}
\setlength{\parskip}{0pt}
\setlength{\parsep}{0.25em}
}
}{
\end{list}
}
%To underline students names in bibliography
\ifdefined\iscockrell
\usepackage{xparse,expl3}
\expandafter\def\csname [email protected]\endcsname{}
\ExplSyntaxOn
\regex_new:N \g_hl_students_regex
\seq_new:N \l_hl_students_seq
\tl_new:N \l_hl_data_tl
\NewDocumentCommand{\studentslist}{m}
{
\seq_set_split:Nnn \l_hl_students_seq { , } { #1 }
\regex_gset:Nx \g_hl_students_regex
{ ( \seq_use:Nnnn \l_hl_students_seq { | } { | } { | } ) }
}
\cs_generate_variant:Nn \regex_gset:Nn { Nx }
\cs_set_eq:NN \hl_bibitem:w \bibitem
\cs_set:Npn \bibitem #1#2\par
{
\hl_bibitem:w { #1 }
\tl_set:Nn \l_hl_data_tl { #2 }
\regex_replace_all:NnN \g_hl_students_regex { \c{underline}\cB\{ \1 \cE\} } \l_hl_data_tl
\tl_use:N \l_hl_data_tl \par
}
\ExplSyntaxOff
%
\studentslist{S.~Agrawal, E.~Rustamzade, M.~Yang, J.R.\ York, J.T.\ O'Grady, R.~Rahman, P.E.\ Briseno, E.A.\ Lynd, M.D.\ Brothers, X.~Xu, M.~Behzadinasab, Y.~Leng, A.M.\ Peterson}
\fi
%To highlight my own name in the bibliography
\def\FormatName#1{%
\def\myname{J.T. Foster}%
\edef\name{#1}%
\ifx\name\myname
\textbf{#1}%
\else
#1%
\fi
}
\definecolor{Gray}{gray}{0.9}
\definecolor{LightGray}{gray}{0.4}
\usepackage{multirow}
\usepackage{longtable}
\usepackage{booktabs}
\usepackage{tabularx}
\renewcommand{\arraystretch}{1.5}
\newcolumntype{P}[1]{>{\centering\arraybackslash}p{#1}}
\begin{document}
\sloppy
\begingroup
\makeatletter
\let\@bibitem\saved@bibitem % <-- restore the original command immediately before use
\nobibliography{include/all}
\endgroup
\ifdefined\iscockrell
\begin{center}
\textbf{THE UNIVERSITY OF TEXAS AT AUSTIN \\ Cockrell School of Engineering \\ Standard Resume}
\end{center}
\bigskip
\begin{minipage}[t]{0.7\textwidth}
\textbf{\large FULL NAME:} John T. Foster \\
\begin{tabular}{@{}ll}
\textbf{\large DEPARTMENT:} & Hildebrand Petroleum and Geosystems Engineering \\
& Aerospace Engineering and Engineering Mechanics (by courtesy) \\
& Oden Institute for Computer Science and Engineering
\end{tabular}
\end{minipage}
\begin{minipage}[t]{0.3\textwidth}
\textbf{\large TITLE:} Professor
\end{minipage}
\else
% Place name at left
%\HCode{<div style="margin: 0 auto; overflow: hidden; width: 960px">} %row
\HCode{<div class="fluid-container"}
%\HCode{<div style="display: inline; float: left; margin: 0 10px; overflow: hidden; width: 820px">} %column
\HCode{<div class="row">}
\HCode{<div class="col-md-12">}
\HCode{<h1>}
{\huge \name}
\HCode{</h1>}
\HCode{</div>} %column
\HCode{</div>} %row
\bigskip
\HCode{<div class="row">}
\HCode{<div class="col-md-4">}
\begin{minipage}[t]{0.5\textwidth}
The University of Texas at Austin \\
200 E. Dean Keeton, Stop C0300 \\
Austin, TX 78712-1585 \\
\end{minipage}
\HCode{</div>} %end column
\HCode{<div class="col-md-8">}
\begin{minipage}[t]{0.5\textwidth}
Phone: (512) 471-6972 \\
Fax: (512) 471-9605 \\
Office: POB 5.118 \\
\ifdefined\ispdf
Email: \href{mailto:[email protected]}{[email protected]} \\
\fi
Homepage: \href{http://johnfoster.pge.utexas.edu/}{http://johnfoster.pge.utexas.edu/}
\end{minipage}
\HCode{</div>} %end column
\HCode{</div>} %end row
\HCode{<div class="row">}
\HCode{<div class="col-md-12">}
\fi
\input{sections/basics}
\HCode{<a name="journalpapers"></a>}
\input{sections/journal_papers}
\input{sections/books}
\input{sections/conf_proceedings}
\input{sections/tech_reports}
\input{sections/oral_presentations}
\input{sections/software}
\input{sections/grants}
\input{sections/courses}
\input{sections/students}
\input{sections/service}
\input{sections/other}
%\newpage
%\input{sections/references}
\pagebreak[3]
\HCode{<!--} %comment out on webpage
\section*{Vita}
John T. Foster is an professor in the Departments of Petroleum and Geosystems Engineering and Aerospace Engineering and Engineering Mechanics (by courtesy) at the University of Texas at Austin. He is co-founder and CTO of \href{https://daytum.io}{Daytum}. He received his BS and MS in mechanical engineering from Texas Tech University and PhD from Purdue University. He is a registered Professional Engineer in the State of Texas. During his career in research he has been involved in many projects ranging from full scale projectile penetration field tests, to laboratory experiments using Kolsky bars, to modeling and simulation efforts using some of the world's largest computers. His research interests are in experimental and computational mechanics and multi-scale modeling with applications to geomechanics, impact mechanics, fracture mechanics, and anomalous transport processes. Additionally, he has interest in fundamental theoretical advancement of the peridynamic theory of solid mechanics. His teaching interests are in all areas of theoretical and computational mechanics.
\HCode{-->} %comment out on webpage
\vfill
% Footer
\ifdefined\iscockrell
\else
\HCode{<center>}
\begin{center}
\begin{small}
Last updated: \today
\end{small}
\end{center}
\HCode{</center>}
\fi
\bibliographystyle{myplainurl}
%\bibliographystyle{plainurl}
\HCode{</div>} %column
\HCode{</div>} %row
\HCode{</div>} %fluid-container
\end{document}