-
Notifications
You must be signed in to change notification settings - Fork 0
/
cv.tex
345 lines (276 loc) · 11.5 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
%-------------------------
% CV for Mark Wang
% Adapted from Sidratul Muntaha Ahmed's CV template
% https://www.overleaf.com/latex/templates/cs-slash-it-slash-swe-resume-template/ncxgzcgknkmf
%------------------------
\documentclass[letterpaper,11pt]{article}
\usepackage{fontawesome5}
\usepackage{latexsym}
\usepackage[empty]{fullpage}
\usepackage{titlesec}
\usepackage{marvosym}
\usepackage[usenames,dvipsnames]{color}
\usepackage{verbatim}
\usepackage{enumitem}
\usepackage[hidelinks]{hyperref}
\usepackage{fancyhdr}
\usepackage[english]{babel}
\usepackage{tabularx}
\input{glyphtounicode}
\usepackage{CJKutf8}
\usepackage[style=apa]{biblatex}
\addbibresource{bibliography.bib}
\DeclareFieldFormat{apacase}{#1}
\usepackage{csquotes}
\usepackage{lastpage}
\usepackage{etaremune}
% \usepackage{natbib}
% \usepackage{bibentry}
% \nobibliography*
% \bibliographystyle{agsm}
% \setcitestyle{square,aysep={}}
% \fancyfoot{}
\setlength{\footskip}{13.6pt}
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0pt}
% Adjust margins
\addtolength{\oddsidemargin}{-0.5in}
\addtolength{\evensidemargin}{-0.5in}
\addtolength{\textwidth}{1in}
\addtolength{\topmargin}{-.5in}
\addtolength{\textheight}{1.0in}
\pagestyle{fancy}
\fancyhf{} % clear all header and footer fields
\fancyfoot[c]{Revised \today}
\fancyfoot[r]{\thepage{} of \pageref{LastPage}}
\urlstyle{same}
\raggedbottom
\raggedright
\setlength{\tabcolsep}{0in}
% Sections formatting
\titleformat{\section}{
\vspace{-4pt}\scshape\raggedright\large
}{}{0em}{}[\color{black}\titlerule \vspace{-5pt}]
% Ensure that generate pdf is machine readable/ATS parsable
\pdfgentounicode=1
%-------------------------
% Custom commands
\newcommand{\resumeItem}[1]{
\item\small{
{#1 \vspace{-2pt}}
}
}
\newcommand{\resumeSubheading}[4]{
\vspace{-2pt}\item
\begin{tabular*}{0.97\textwidth}[t]{l@{\extracolsep{\fill}}r}
\textbf{#1} & #2 \\
\textit{\small#3} & \textit{\small #4} \\
\end{tabular*}\vspace{-7pt}
}
\newcommand{\resumeSubheadingUT}[6]{
\vspace{-2pt}\item
\begin{tabular*}{0.97\textwidth}[t]{l@{\extracolsep{\fill}}r}
\textbf{#1} & #2 \\
\textit{\small#3} & \textit{\small #4} \\
\textit{\small#5} & \textit{\small #6} \\
\end{tabular*}\vspace{-7pt}
}
\newcommand{\resumeSubheadingSkills}[2]{
\vspace{-2pt}\item
\begin{tabular*}{0.97\textwidth}[t]{l@{\extracolsep{\fill}}r}
\textbf{#1} & #2 \\
\end{tabular*}\vspace{-7pt}
}
\newcommand{\resumeSubSubheading}[2]{
\item
\begin{tabular*}{0.97\textwidth}{l@{\extracolsep{\fill}}r}
\textit{\small#1} & \textit{\small #2} \\
\end{tabular*}\vspace{-7pt}
}
\newcommand{\resumeProjectHeading}[2]{
\item
\begin{tabular*}{0.97\textwidth}{l@{\extracolsep{\fill}}r}
\small#1 & #2 \\
\end{tabular*}\vspace{-7pt}
}
\newcommand{\resumeSubItem}[1]{\resumeItem{#1}\vspace{-4pt}}
\renewcommand\labelitemii{$\vcenter{\hbox{\tiny$\bullet$}}$}
\newcommand{\resumeSubHeadingListStart}{\begin{itemize}[leftmargin=0.15in, label={}]}
\newcommand{\resumeSubHeadingListEnd}{\end{itemize}}
\newcommand{\resumeItemListStart}{\begin{itemize}}
\newcommand{\resumeItemListEnd}{\end{itemize}\vspace{-5pt}}
%-------------------------------------------
%%%%%% RESUME STARTS HERE %%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
%----------HEADING----------
\begin{center}
\textbf{\Huge \scshape Mark K. Wang\hspace{-4mm}\begin{CJK*}{UTF8}{gbsn}
(王凯章)\end{CJK*}} \\ \vspace{3pt}
\small \href{mailto:[email protected]}{\faIcon{envelope} [email protected]} $|$
\href{https://mark-wang.com}{\faIcon{globe-americas} mark-wang.com} $|$
\href{https://linkedin.com/in/markkwang}{\faIcon{linkedin} markkwang} $|$
\href{https://github.com/markwang0}{\faIcon{github} markwang0} $|$
\href{https://twitter.com/__markwang}{\faIcon{twitter} \_\_markwang} \\ \vspace{1pt}
\small Center for Water and the Environment, J.J. Pickle Research Campus, Austin, TX \\ \vspace{1pt}
% \href{https://github.com/x}{\underline{github.com/x}}
\end{center}
%-----------EDUCATION-----------
\section{Education}
\resumeSubHeadingListStart
\resumeSubheadingUT
{The University of Texas at Austin}{Austin, TX}
{Doctor of Philosophy $|$ \normalfont{Civil Engineering}}{Expected May 2025}
{Master of Science $|$ \normalfont{Environmental and Water Resources Engineering}}{May 2022}
% \resumeItemListStart
% \resumeItem{Thesis: Near Real-Time Coastal Flood Mapping}
% \resumeItemListEnd
\vspace{1.3mm}
\resumeSubheading
{Columbia University}{New York, NY}
{Bachelor of Science $|$ \normalfont{Civil Engineering} $|$
\normalfont{Water Resources Concentration}}{May 2016}
\vspace{1.3mm}
\resumeSubheading
{Franklin \& Marshall College}{Lancaster, PA}
{Bachelor of Arts $|$ \normalfont{Cognitive Science} $|$
\normalfont{Music Minor}}{May 2016}
\resumeSubHeadingListEnd
%-----------EXPERIENCE-----------
\section{Research Experience}
\resumeSubHeadingListStart
\resumeSubheading
{National Weather Service $|$ NOAA $|$ CUAHSI}{Tuscaloosa, AL}
{2023 Summer Institute Course Coordinator}{June 2023 – July 2023}
\resumeItemListStart
\resumeItem{Supported 23 fellows researching flood prediction at the National Water Center}
\resumeItem{Compiled and edited final report documenting six group projects}
\resumeItem{Planned institute's seven week timeline with faculty theme leaders and CUAHSI staff}
\resumeItemListEnd
\begin{tabular*}{0.97\textwidth}[t]{l@{\extracolsep{\fill}}r}
\textit{\small 2022 Summer Institute Fellow} &
\textit{\small June 2022 – July 2022}
\end{tabular*}
\vspace{-7pt}
\resumeItemListStart
\resumeItem{Developed a GIS method for coupling riverine \& coastal inundation}
\resumeItemListEnd
\resumeSubheading
{Fulbright Program, U.S. Department of State}{Zhuhai \& Shenzhen, China}
{Research Grantee}{June 2019 – Feb 2020}
\resumeItemListStart
\resumeItem{Studied low-impact development and stormwater management policy in the Pearl River Delta}
\resumeItemListEnd
\resumeSubHeadingListEnd
\section{Professional Experience}
\resumeSubHeadingListStart
\resumeSubheading
{Water Utility, City of Austin}{Austin, TX}
{Systems Planning Engineering Intern}{Mar 2020 – Sep 2020}
\resumeItemListStart
\resumeItem{Automated storm event and sewer peak flow analysis with Python scripts}
\resumeItem{Maintained GIS databases for long-range water infrastructure planning}
\resumeItemListEnd
\resumeSubheading
{Mease Engineering, P.C.}{Quakertown, PA}
{Civil Engineer}{Oct 2017 – June 2019}
\resumeItemListStart
\resumeItem{Performed hydrologic site analyses under pre- and post-development conditions}
\resumeItem{Designed stormwater management systems to control water quality and flow rate}
% \resumeItem{Completed floodplain analyses, reports, and supporting calculations}
\resumeItemListEnd
\resumeSubheading
{NYC Department of Environmental Protection}{New York, NY}
{Assistant Civil Engineer}{June 2016 – Oct 2017}
\resumeItemListStart
\resumeItem{Managed green stormwater infrastructure projects in public parks and streets}
\resumeItem{Developed and reviewed construction drawings and contract specifications}
% \resumeItem{Coordinated with government agencies and engineering consultants}
\resumeItemListEnd
\resumeSubHeadingListEnd
%-----------PUBLICATIONS-----------
% \nobibliography{ref}
\section{Publications \& Presentations}
\begin{etaremune}
\item \fullcite{wang2024}
\item \fullcite{wang2023quantifying}
\item \fullcite{2022AGUFM_quicfim}
\item \fullcite{2022AGUFM_future-floods}
\item \fullcite{shetty2022water}
\item \fullcite{shetty2022comparing}
\item \fullcite{shetty2019bioswales}
\item \fullcite{nashville}
\end{etaremune}
%-----------GRANTS & AWARDS-----------
\section{Grants \& Awards}
\resumeSubHeadingListStart
\resumeSubheadingSkills
{Consortium of Universities for the Advancement of Hydrologic Science, Inc. (CUAHSI)}{}
\resumeItemListStart
\resumeItem{Hydroinformatics Innovation Fellowship\hspace*{\fill}\textit{2024}}
\resumeItemListEnd
\resumeSubheadingSkills
{The University of Texas at Austin}{}
\resumeItemListStart
\resumeItem{John E. Kasch Endowed Graduate Fellowship in Engineering\hspace*{\fill}\textit{2020 – Present}}
\resumeItem{Dean’s Prestigious Fellowship Supplement\hspace*{\fill}\textit{2020 – Present}}
\resumeItemListEnd
\resumeSubheadingSkills
{National Science Foundation}{}
\resumeItemListStart
\resumeItem{Graduate Research Fellowship \hspace*{\fill}\textit{2020 – 2023}}
\resumeItemListEnd
\resumeSubheadingSkills
{Fulbright Program, U.S. Department of State}{}
\resumeItemListStart
\resumeItem{Study/Research Award \hspace*{\fill}\textit{2019 – 2020}}
\resumeItem{Critical Language Enhancement Award \hspace*{\fill}\textit{2019}}
\resumeItemListEnd
\resumeSubheadingSkills
{Franklin \& Marshall College}{}
\resumeItemListStart
\resumeItem{\textit{Magna cum laude} $|$ Phi Beta Kappa\hspace*{\fill}\textit{2016}}
\resumeItem{G. Kenneth Kohlmaier Family Scholarship\hspace*{\fill}\textit{2011 – 2014}}
\resumeItem{C. Richard Plank Scholarship\hspace*{\fill}\textit{2011 – 2014}}
\resumeItemListEnd
\resumeSubHeadingListEnd
\section{Skills \& Licenses}
\resumeSubHeadingListStart
\resumeSubheadingSkills
{Programming Languages}{}
\resumeItemListStart
\resumeItem{\textbf{Advanced:} Python, MATLAB $|$
\textbf{Intermediate:} Unix shell, \TeX{}, Julia $|$
\textbf{Beginner:} Ruby, JavaScript, C}
\resumeItemListEnd
\resumeSubheadingSkills
{Programming Tools}{}
\resumeItemListStart
\resumeItem{Unix, Git, NumPy, Matplotlib, Pandas, SciPy, scikit-learn, PyTorch, Slurm (HPC), OOP paradigm}
\resumeItemListEnd
\resumeSubheadingSkills
{GIS \& Engineering Tools}{}
\resumeItemListStart
\resumeItem{ArcGIS Pro, QGIS, GDAL, GeoPandas, Rasterio, GRASS GIS, AutoCAD, SWMM, HEC-RAS}
\resumeItemListEnd
\resumeSubheadingSkills
{Natural Languages}{}
\resumeItemListStart
\resumeItem{\textbf{Native:} English $|$ \textbf{Working proficiency:} Mandarin Chinese (spoken and written)}
\resumeItemListEnd
\resumeSubheadingSkills
{Licenses}{}
\resumeItemListStart
\resumeItem{Engineer-in-Training (Pennsylvania License No. ET023499)}
\resumeItemListEnd
\resumeSubHeadingListEnd
\section{Open Online Courses}
\resumeSubHeadingListStart
\resumeSubheadingSkills
{Coursera}{}
\resumeItemListStart
\resumeItem{Machine Learning with Python \href{https://www.credly.com/badges/aa1a8fa4-685e-4c89-a80c-e6a943a3a282/public_url}{[link to credential]}}
\resumeItem{Computer Vision and Image Processing Essentials \href{https://www.credly.com/badges/9eb51528-f7f5-454e-bea7-d2e6a3f1beb2/public_url}{[link to credential]}}
\resumeItem{Deep Learning Essentials with Keras \href{https://www.credly.com/badges/ea2de0fd-8baa-4f12-8c7c-77a8cbb546a2/public_url}{[link to credential]}}
\resumeItemListEnd
\resumeSubHeadingListEnd
\end{document}