-
Notifications
You must be signed in to change notification settings - Fork 6
/
main_cv.tex
246 lines (209 loc) · 9.8 KB
/
main_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
\documentclass[12pt,letterpaper]{report}
\usepackage[T1]{fontenc} % output T1 font encoding (8-bit) for accented characters as single glyph
\usepackage[strict,autostyle]{csquotes} % smart and nestable quote marks
\usepackage[USenglish]{babel} % regionalize hyphens, quote marks, etc automatically
\usepackage{microtype}% improve text appearance with kerning, etc
\usepackage{datetime} % enable formatting of date output
\usepackage{tabto} % make nice tabbing
\usepackage{hyperref} % enable hyperlinks and pdf metadata
\usepackage{geometry} % manually set page margins
\usepackage{enumitem} % enumerate with [resume] option
\usepackage{titlesec} % allow custom section fonts
\usepackage{setspace} % custom line spacing
\usepackage[maxcitenames=6, minnames=3 ]{biblatex}
\addbibresource[]{biblio.bib}
% bold the name of specific author
\usepackage{xstring}
\usepackage{etoolbox}
\newboolean{bold}
\newcommand{\makeauthorsbold}[1]{%
\DeclareNameFormat{author}{%
\setboolean{bold}{false}%
\renewcommand{\do}[1]{\expandafter\ifstrequal\expandafter{\namepartfamily}{####1}{\setboolean{bold}{true}}{}}%
\docsvlist{#1}%
\ifthenelse{\value{listcount}=1}
{%
{\expandafter\ifthenelse{\boolean{bold}}{\mkbibbold{\namepartfamily\addcomma\addspace \namepartgiveni}}{\namepartfamily\addcomma\addspace \namepartgiveni}}%
}{\ifnumless{\value{listcount}}{\value{liststop}}
{\expandafter\ifthenelse{\boolean{bold}}{\mkbibbold{\addcomma\addspace \namepartfamily\addcomma\addspace \namepartgiveni}}{\addcomma\addspace \namepartfamily\addcomma\addspace \namepartgiveni}}%
{\expandafter\ifthenelse{\boolean{bold}}{\mkbibbold{\addcomma\addspace \namepartfamily\addcomma\addspace \namepartgiveni\addcomma\isdot}}{\addcomma\addspace \namepartfamily\addcomma\addspace \namepartgiveni\addcomma\isdot}}%
}
\ifthenelse{\value{listcount}<\value{liststop}}
{\addcomma\space}{}
}
}
\makeauthorsbold{Luo, Zhirui}
% what is your name?
\newcommand{\myname}{Zhirui Luo}
% select default typefaces
\usepackage{ebgaramond} % document's serif typeface
\usepackage{tgheros} % document's sans serif typeface
% how far to tab for list items with left-aligned date: different fonts need different widths
\newcommand{\listtabwidth}{1.7cm}
% define font to use as document's title
\newcommand{\namefont}[1]{{\normalfont\bfseries\Huge{#1}}}
% set section heading fonts and before/after spacing
\SetTracking{encoding=*, family=\sfdefault}{30} % increase sans serif headings tracking
\titleformat{\section}{\lsstyle\sffamily\small\bfseries\uppercase}{}{}{}{}
\titlespacing{\section}{0pt}{30pt plus 4pt minus 4pt}{8pt plus 2pt minus 2pt}
% set subsection heading fonts and before/after spacing
\titleformat{\subsection}{\lsstyle\sffamily\footnotesize\bfseries}{}{}{}{}
\titlespacing{\subsection}{0pt}{16pt plus 4pt minus 4pt}{4pt plus 2pt minus 2pt}
% set page margins (assumes letter paper)
\geometry{body={6.5in, 9.0in},
left=1.0in,
top=1.0in}
% prevent paragraph indentation
\setlength\parindent{0em}
% set line spacing
\setstretch{0.9}
% define space between list items
\newcommand{\listitemspace}{0.25em}
% make unordered lists without bullets and use compact spacing
\renewenvironment{itemize}
{\begin{list}{}{\setlength{\leftmargin}{0em}
\setlength{\parskip}{0em}
\setlength{\itemsep}{\listitemspace}
\setlength{\parsep}{\listitemspace}}}
{\end{list}}
% make tabbed lists so content is left-aligned next to years
\TabPositions{\listtabwidth}
\newlist{tablist}{description}{3}
\setlist[tablist]{leftmargin=\listtabwidth,
labelindent=0em,
topsep=0em,
partopsep=0em,
itemsep=\listitemspace,
parsep=\listitemspace,
font=\normalfont}
% print only the month and year when using \today
\newdateformat{monthyeardate}{\monthname[\THEMONTH] \THEYEAR}
% define hyperlink appearance and metadata for pdf properties
\hypersetup{
colorlinks = true,
urlcolor = black,
citecolor = black,
linkcolor = black,
pdfauthor = {\myname},
pdfkeywords = {Deep Learning, Machine Learning, Smart Meter ,Social Computation},
pdftitle = {\myname: Curriculum Vitae},
pdfsubject = {Curriculum Vitae},
pdfpagemode = UseNone
}
\begin{document}
% \nobibliography*
\raggedright{}
% display your name as the document title
\namefont{\myname}
% affiliation and contact info blocks
\vspace{1em}
\begin{minipage}[t]{0.700\textwidth}
% current primary affiliation, left-aligned
National Cancer Institute\\
National Institutes of Health
\end{minipage}
\begin{minipage}[t]{0.295\textwidth}
% contact info details, right-aligned
\flushright{}
\href{mailto:zhirluo@gmail.com}{zhirluo@gmail.com} \\
+1 575 418 0064 \\
\href{https://zhiruiluo.github.io}{zhiruiluo.github.io}\\
\href{https://orcid.org/0000-0002-3121-2597}{orcid:0000-0002-3121-2597}
\end{minipage}
\section*{Education}
\begin{tablist}
\item[Ph.D.] \tab{}CSE, New Mexico Institute of Mining and Technology, Socorro, USA, 2020-2024
\item[M.S.] \tab{}CSE, New Mexico Institute of Mining and Technology, Socorro, USA, 2018-2020
\item[B.S.] \tab{}CSE, New Mexico Institute of Mining and Technology, Socorro, USA, 2015-2017
\item[B.E.] \tab{}Software Engineering, Yangtze University, Jingzhou, China, 2012-2015
\end{tablist}
\section*{Appointments}
\begin{tablist}
\item[2024--] \tab{}National Institutes of Health \\
Postdoctoral Fellow, National Cancer Institute
\end{tablist}
\section*{Research Areas}
\begin{itemize}
\item Cancer Data Science and Computational Pathology: H\&E Image classification
\item Smart meter: building occupancy detection, socio-demographic info identification, energy theft detection, and load monitoring
\item Social computation: multi-modal language model method for rumor detection on social media
\item Computer Vision: plant leaf diseases detection and neural adversarial attack \& detection
\item Biomedical data analytics: sEMG-based hand gesture recognition and user authentication, EEG-based driving fatigue detection
\end{itemize}
\section*{Publications}
\subsection*{Journal Articles}
\begin{tablist}
\item[2024] \tab{}\fullcite{li2024automatic}
\item[2024] \tab{}\fullcite{nichols2024image}
\item[2024] \tab{}\fullcite{luo2024deep}
\item[2023] \tab{}\fullcite{qi2023deepsmi}
\item[2023] \tab{}\fullcite{li2023deeptpa}
\item[2022] \tab{}\fullcite{li2022new}
\item[2022] \tab{}\fullcite{qi2022novel}
\item[2021] \tab{}\fullcite{luo2021deep}
\item[2021] \tab{}\fullcite{luo2021study}
\item[2018] \tab{}\fullcite{zamani2018patterns}
\item[2015] \tab{}\fullcite{li2015research}
\end{tablist}
\subsection*{Conference Proceedings}
\begin{tablist}
\item[2022] \tab{}\fullcite{luo2022abode-net}
\item[2021] \tab{}\fullcite{li2021deep}
\end{tablist}
% \section*{INVITED TALKS}
% \subsection*{Campus Talks}
\section*{Conference Activity}
\begin{tablist}
\item[2022] \tab{}The 7th International Conference on Smart Computing and Communication (SmartCom 2022), New York, USA
\item[2022] \tab{}NSF EPSCoR Workshop on Artificial Intelligence \& No-Boundary Thinking, Little Rock, Arkansa
\end{tablist}
\section*{Awards}
\subsection*{Awards and Honors}
\begin{tablist}
\item[2022] \tab{}Best Student Paper Award, SmartCom2022
\item[2022] \tab{}First Place Graduate Poster Award, New Mexico Research Symposium (NMRS)
\item[2022] \tab{}First Place Poster Winner, NM SMART Grid Center All Hands Meeting
\item[2022] \tab{}Second Place Graduate Poster Award, NMT Student Research Symposium
\end{tablist}
\section*{Teaching}
\begin{tablist}
\item[2022 Summer] \tab{}Introductory-level Python course, Upward Bound Math and Science
\item[2020-2022] \tab{}Compiler Writing Lab
\item[2018-2022] \tab{}Teaching Assistant: Computer Network, Operating System,
\end{tablist}
\section*{Service}
\subsection*{Academic Journal and Conference Peer Review}
\begin{itemize}
\item IEEE Wireless Communications and Networking Conference (WCNC)
\item Scientific Reports
\item Knowledge-Based Systems
\item PeerJ Computer Science
\item Journal of King Saud University - Computer and Information Sciences
\item The 36th ACM/SIGAPP Symposium On Applied Computing
\end{itemize}
\section*{Research Labs and Assistantship}
\begin{tablist}
\item[2020-Now] \tab{}Research assistant at Human-Centered Computing and Security Lab, NMT
\item[2019-2021] \tab{}Graduate Assistant for REU in Cybersecurity, NMT
\item[2018-2020] \tab{}Research assistant at Sensor Security, Neural Network Lab, NMT
\item[2017 Summer] \tab{}Research assistant on optimization of twice-differetiable non-convex function
\item[2016-2017] \tab{}Robotics Lab Research, NMT
\end{tablist}
\section*{Certificates}
\begin{tablist}
% \item[2022] \tab{}Graduate Certificate in Cybersecurity
\item[2022] \tab{}Intel AI Analytics Toolkit Workshop
\item[2014] \tab{}IBM Academic Initiative Senior Software Development Engineer
\end{tablist}
\section*{Professional Employment}
\begin{tablist}
\item[2018] \tab{}C++ Development, Zhejiang Guozi Robotics, Hangzhou, China
\end{tablist}
\section*{Skills}
\begin{tablist}
\item[Programming] \tab{}Python, C/C++, C\#, Java, LaTex, Matlab, R
\item[Web] \tab{}\tab{}Flask, Bootstrap
\item[Deep Learning] \tab{}PyTorch, TensorFlow
\item[Visualization] \tab{}Matplotlib, ggplot, Gephi, OpenCV
\end{tablist}
\end{document}