-
Notifications
You must be signed in to change notification settings - Fork 0
/
cv.tex
326 lines (270 loc) · 12.7 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
%-------------------------
% CV in Latex
% Author : James Yu
% Based off of: https://github.com/jakegut/resume and https://github.com/sb2nov/resume
% License : MIT
%------------------------
\documentclass[letterpaper,11pt]{article}
\usepackage{latexsym}
\usepackage[empty]{fullpage}
\usepackage{titlesec}
\usepackage{marvosym}
\usepackage[usenames,dvipsnames]{color}
\usepackage{verbatim}
\usepackage{enumitem}
\usepackage[hidelinks]{hyperref}
\usepackage[english]{babel}
\usepackage{tabularx}
\input{glyphtounicode}
%----------FONT OPTIONS----------
% sans-serif
% \usepackage[sfdefault]{FiraSans}
% \usepackage[sfdefault]{roboto}
% \usepackage[sfdefault]{noto-sans}
% \usepackage[default]{sourcesanspro}
% serif
\usepackage{CormorantGaramond}
% Adjust margins
\addtolength{\oddsidemargin}{-0.5in}
\addtolength{\evensidemargin}{-0.5in}
\addtolength{\textwidth}{1in}
\addtolength{\topmargin}{-.5in}
\addtolength{\textheight}{.75in}
\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
%-------------------------
% Heading
\newcommand{\cvProjectSubheading}[2]{
\vspace{-2pt}\item
\begin{tabular*}{0.97\textwidth}{l@{\extracolsep{\fill}}r}
\small#1 & \textit{\small #2} \\
\end{tabular*}\vspace{-7pt}
}
% Subheading with SubSubheading
\newcommand{\cvSubheading}[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}
}
% Subheading without SubSubheading
\newcommand{\cvSingleSubheading}[2]{
\item
\begin{tabular*}{0.97\textwidth}{l@{\extracolsep{\fill}}r}
\textbf{#1} & \textit{\small #2} \\
\end{tabular*}\vspace{-7pt}
}
% Research Subheading
\newcommand{\cvResearchSubheading}[5]{
\vspace{-2pt}\item
\begin{tabular*}{0.97\textwidth}[t]{l@{\extracolsep{\fill}}r}
\textbf{#1} & #2 \\
\small#3 \\
\small #4 & \textit{\small #5} \\
\end{tabular*}\vspace{-7pt}
}
% Additional SubSubheading
\newcommand{\cvSubSubheading}[2]{
\item
\begin{tabular*}{0.97\textwidth}{l@{\extracolsep{\fill}}r}
\textit{\small#1} & \textit{\small #2} \\
\end{tabular*}\vspace{-7pt}
}
% Additional Research SubSubheading
\newcommand{\cvResearchSubSubheading}[2]{
\vspace{-6pt}\item
\begin{tabular*}{0.97\textwidth}{l@{\extracolsep{\fill}}r}
\small#1 & \textit{\small #2} \\
\end{tabular*}\vspace{-7pt}
}
% line item/bullet point
\newcommand{\cvItem}[1]{
\item\small{
{#1 \vspace{-2pt}}
}
}
% SubItem
\newcommand{\cvSubItem}[1]{\cvItem{#1}\vspace{-4pt}}
\renewcommand\labelitemii{$\vcenter{\hbox{\tiny$\bullet$}}$}
\newcommand{\cvSubHeadingListStart}{\begin{itemize}[leftmargin=0.15in, label={}]}
\newcommand{\cvSubHeadingListEnd}{\end{itemize}}
\newcommand{\cvItemListStart}{\begin{itemize}}
\newcommand{\cvItemListEnd}{\vspace{-5pt}\end{itemize}}
\newcommand{\cvPubListStart}{\begin{enumerate}[labelindent=0.15in, itemsep=0pt]}
\newcommand{\cvPubListEnd}{\vspace{-5pt}\end{enumerate}}
%-------------------------------------------
% CV STARTS HERE
%-------------------------------------------
\begin{document}
%----------HEADING----------
\begin{center}
\textbf{\Huge \scshape James Yu} \\ \vspace{1pt}
123 Main Street, City, State Zip
\small 123-346-7890
$|$ \href{mailto:[email protected]}{\underline{\smash{[email protected]}}}
$|$ \href{linkedin.com/in/james-yu-b8883491/}{\underline{\smash{LinkedIn}}}
% $|$ \href{https://github.com/jyprojs}{\underline{\smash{GitHub}}}
\vspace{-15pt}
\end{center}
%-----------EDUCATION-----------
\section{Education}
\cvSubHeadingListStart
\cvSubheading
{Case Western Reserve University School of Medicine}{Cleveland, OH}
{Doctor of Medicine -- expected}{July 2017 -- May 2022}
\cvSubheading
{John Hopkins University Whiting School of Engineering}{Baltimore, MD}
{Masters of Science in Computer Science -- expected}{Aug. 2020 -- May 2022}
\cvItemListStart
\cvItem{Relevant coursework: Applied Machine Learning, Neural Networks}
\cvItemListEnd
\cvSubheading
{University of California, Riverside}{Riverside, CA}
{Bachelor of Science in Biochemistry}{Aug. 2012 -- May 2015}
\cvItemListStart
\cvItem{Medical Sciences Emphasis}
\cvItem{graduated \textit{magna cum laude}}
\cvItemListEnd
\cvSubHeadingListEnd
%------HONORS AND AWARDS--------
\section{Honors and awards}
\cvSubHeadingListStart
\cvSingleSubheading
{\textbf{Certificate of Completion}} {May 2020}{}{}
\cvItemListStart
\cvItem{Health Systems Science: Application to Patient Care Quality Improvement Charter and Reflective Blogs}
\cvItem{Top 10\% of reflective Blogs}
\cvItemListEnd
\cvSingleSubheading
{\textbf{Dr. Thomas Halsey Chancellor’s Scholarship/ Chancellor’s Scholarship}}{2012-2015}{}{}
\cvSingleSubheading
{\textbf{Chancellor’s Honor List}}{2012-2013, 2014-2015}{}{}
\cvSubHeadingListEnd
%--------WORK EXPERIENCE---------
\section{Work Experience}
\cvSubHeadingListStart
\cvSubheading
{Emergency Medical Technician}{Gardena, CA}
{Ambuserve Ambulance Services}{Feb. 2016 -- May 2016}
\cvItemListStart
\cvItem{Gave and received patient care reports, documented patient encounters, and provided care to patients in route}
\cvItemListEnd
\cvSubHeadingListEnd
%-------RESEARCH EXPERIENCE---------
\section{Research Experience}
\cvSubHeadingListStart
\cvResearchSubheading
{UH Cleveland Medical Center, Division of Pediatric Orthopaedic Surgery}{Cleveland, OH}
{PI: Dr. R. Justin Mistovich}
{Project: Conservative treatment outcomes for post-operative seromas in pediatric scoliosis patients}{2018 -- 2019}
\cvItemListStart
\cvItem{Collected descriptive statistics on case series of post-operative seromas following posterior spinal fusion surgeries}
\cvItem{Conducted literature search on post-operative seromas after spinal surgery.}
\cvItem{Primary authorship of peer-reviewed publication and poster at national conference.}
\cvItemListEnd
\cvResearchSubSubheading
{Project: Long-term outcomes of growth-friendly implants in EOS patients following deep SSIs}{2018 -- present}
\cvItemListStart
\cvItem{Use of R and Excel for data analysis, tables and figures.}
\cvItem{Literature review, authorship and editing of manuscript.}
\cvItem{Culminated in podium presentation and manuscript submission}
\cvItemListEnd
\cvResearchSubheading
{Louis Stokes Cleveland VA Medical Center, Advanced Platform Technology}{Cleveland, OH}
{PI: Dr. Triolo Ph.D.}
{Project: Use of electrical stimulation to restore sensation in lower limb amputees}{2018 -- 2019}
\cvItemListStart
\cvItem{Advised in experimentation to study the relationship between electrical-stimulation-induced-sensations and EMG activity in lower limb muscles.}
\cvItem{Conducted literature search for study design.}
\cvItem{Authorship and editing of peer-reviewed publication and poster at a national conference.}
\cvItemListEnd
\cvResearchSubheading
{Medical College of Wisconsin, Department of Medicine}{Milwaukee, WI}
{PI: Jyoti Sengupta Ph.D. and Banani Banerjee Ph.D.}
{Project: Neuromolecular Mechanisms of Chronic Pelvic Pain in Neonatally-induced Cystitis}{2016 -- 2017}
\cvItemListStart
\cvItem{Survival surgeries: intrathecal catheterization and EMG electrodes implantation in SD rats}
\cvItem{Behavior studies: visceromotor response to colorectal distension and von Frey filament test in neonatally-induced cystitis models.}
\cvItem{Molecular experiments: analysis of microRNA and protein (mir92b, KCC2, VGAT) expression through RT- PCR and Western Blot repectively}
\cvItem{Use of Excel, CorelDraw, SigmaPlot, EndNote for figures, graphs, statistics and references.}
\cvItem{Contributed in authorship and editing of peer-reviewed publication.}
\cvItemListEnd
\cvSubHeadingListEnd
%-----PEER-REVIEWED PUBLICATIONS-----
\section{Peer-Reviewed Publications}
\cvPubListStart
\small{
\item Dumaine AM, \textbf{Yu J}, Poe-Kochert C, Thompson GH, Mistovich RJ. ``Surgical Site Infections in Early Onset Scoliosis What Are Long-term Outcomes and Predictors of Success?” Spinal Deformity \textit{ --- under Revision; April 2021 }
\item \textbf{Yu J}, Dumaine AM, Poe-Kochert C, Thompson GH, Mistovich RJ. ``Seromas Following Pediatric Spinal Deformity Surgery: Is Operative Management Necessary?" J Pediatr Orthop. 2019 Dec 23. doi: 10.1097/BPO.0000000000001496. PubMed PMID: 31876697.
\item Cheng K, Charkhkar H, \textbf{Yu J}, Makowski N, Triolo R. ``Probing peripheral neural pathways in electrically stimulation induced sensation," 2019 9th International IEEE/EMBS Conference on Neural Engineering (NER), San Francisco, CA, USA, 2019, pp. 453-456. Published on IEEE Xplore
\item Zhang J, \textbf{Yu J}, Kannampalli P, Nie L, Meng H, Medda B, Shaker R, Sengupta JN, Banerjee B. ``miRNAmediated downregulation of KCC2 and VGAT expression in spinal cord contributes to neonatal cystitis-induced visceral pain in rats.” Pain. 2017 Sep 1. doi: 10.1097/j.pain.0000000000001057. PMID: 28885452.
}
\cvPubListEnd
%-----POSTER & PODIUM PRESENTATIONS------
\section{Poster \& Podium Presentations}
\cvPubListStart
\small{
\item Dumaine AM, \textbf{Yu J}, Poe-Kochert C, Thompson GH, Mistovich RJ. “Long Term Outcomes Following Surgical Site Infections in Early Onset Scoliosis Patients: A 15-year Retrospective Review.” American Academy of Pediatrics Virtual National Conference \& Exhibition. October 2020.
\item \textbf{Yu J}, Dumaine AM, Poe-Kochert C, Thompson GH, Mistovich RJ. “Seromas following Pediatric Spinal Deformity Surgery: Is Operative Management Necessary?” Mid-America Orthopaedic Association 38th Annual Meeting. April 2020.
\item Zhang J, \textbf{Yu J}, Meng H, Kannampalli P, Medda B, Shaker R, Sengupta JN, Banerjee B. “MicroRNA-mediated downregulation of GABA-associated co-transporter and transporter in rats spinal dorsal horns with zymosan-induced cystitis” MCW Department of Medicine Retreat; Milwaukee, WI (2017).
}
\cvPubListEnd
%-----------PROJECTS-----------
% \section{Projects}
% \cvSubHeadingListStart
% \cvProjectSubheading
% {\textbf{Patentpy/Patentr} $|$ \emph{Python, TravisCI, codecov, Git}}{June 2020 -- Present}
% \cvItemListStart
% \cvItem{Developed a PyPI python package to convert bulk patent data from TXT and XML to csv/dataframe format from USPTO bulk patent website.}
% \cvItem{Utilized Pybind11 to wrap custom C++ code for parsing relevant fields from TXT formatted files.}
% \cvItem{Streamlined updates through use of CI tools, TravisCI and codecov, and pytest-cov for testing.}
% \cvItem{Wrote detailed documentation via Sphinx and hosted it on GitHub Pages.}
% \cvItem{Contributed to CRAN R package counterpart}
% \cvItemListEnd
% \cvSubHeadingListEnd
%--------COMMUNITY SERVICE---------
\section{Community Service}
\cvSubHeadingListStart
\cvSubheading
{Riverside Community Hospital}{Riverside, CA}
{Volunteer}{2014 -- 2015}
\cvItemListStart
\cvItem{Escorted patients and visitors throughout hospital; delivered mail, gifts, and flowers; and helped to discharge patients.}
\cvItemListEnd
\cvSubheading{Medical Students Cultural Exchange}{New Taipei, Taiwan}{Teaching Assistant and Facilitator}{Summer 2015}
\cvItemListStart
\cvItem{Facilitated group discussions and helped coordinated summer camp activities with Taiwanese medical students.}
\cvItem{Gave presentation on Patient Protection and Affordable Care Act.}
\cvItemListEnd
\cvSubHeadingListEnd
%-------------LANGUAGES----------------
\section{Languages}
\begin{itemize}[leftmargin=0.15in, label={}]
\small{\item{
\textbf{English}{: Fluent} \\
\textbf{Mandarin}{: Proficient} \\
}}
\vspace{-3pt}
\end{itemize}
%-----------TECHNICAL SKILLS-----------
\section{Technical Skills}
\begin{itemize}[leftmargin=0.15in, label={}]
\small{\item{
\textbf{Programming Languages}{: Python, JavaScript, C++, HTML/CSS, R} \\
\textbf{Developer Tools}{: Git, Docker, TravisCI, VS Code} \\
\textbf{Libraries}{: pandas, NumPy, Matplotlib, seaborn, sklearn, pytest-cov, pybind11, Sphinx}
}}
\end{itemize}
%-------------------------------------------
\end{document}