-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcv.tex
More file actions
258 lines (203 loc) · 8.2 KB
/
cv.tex
File metadata and controls
258 lines (203 loc) · 8.2 KB
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
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%% Simple LaTeX CV Template %%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%% Document Setup %%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[10pt]{article}
\usepackage{calc}
\usepackage{pifont}
\usepackage{marvosym}
\makeatletter
\newlength{\bibhang}
\setlength{\bibhang}{1em}
\newlength{\bibsep}
{\@listi \global\bibsep\itemsep \global\advance\bibsep by\parsep}
\newenvironment{bibsection}%
{\vspace{-\baselineskip}\begin{list}{}{%
\setlength{\leftmargin}{\bibhang}%
\setlength{\itemindent}{-\leftmargin}%
\setlength{\itemsep}{\bibsep}%
\setlength{\parsep}{\z@}%
\setlength{\partopsep}{0pt}%
\setlength{\topsep}{0pt}}}
{\end{list}\vspace{-.6\baselineskip}}
\makeatother
\reversemarginpar
\usepackage{comment}
\usepackage[paper=a4paper,
marginparwidth=24mm,
marginparsep=1mm,
margin=15mm,
includemp]{geometry}
\setlength{\parindent}{0in}
\usepackage{paralist}
\usepackage[shortlabels]{enumitem}
\usepackage{fancyhdr,lastpage}
\pagestyle{fancy}
\fancyhf{}\renewcommand{\headrulewidth}{0pt}
\fancyfootoffset{\marginparsep+\marginparwidth}
\newlength{\footpageshift}
\setlength{\footpageshift}
{0.1\textwidth+0.1\marginparsep+0.1\marginparwidth-2in}
\lfoot{\hspace{\footpageshift}%
\parbox{3.5in}{\, \hfill %
\arabic{page} of \protect\pageref*{LastPage} % +LP
\hfill \,}}
\usepackage{hyperref}
\usepackage[dvipsnames]{xcolor}
\definecolor{darkblue}{rgb}{0.0,0.0,0.3}
\definecolor{burgundy}{rgb}{0.5,0.0,0.13}
\hypersetup{colorlinks,breaklinks,
linkcolor=burgundy,urlcolor=burgundy,
anchorcolor=burgundy,citecolor=burgundy}
%%%%%%%%%%%%%%%%%%%%%%%% End Document Setup %%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%% Helper Commands %%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newcommand{\makeheading}[1]%
{\hspace*{-\marginparsep minus \marginparwidth}%
\begin{minipage}[t]{\textwidth+\marginparwidth+\marginparsep}%
{\large \bfseries #1}\\[-0.15\baselineskip]%
\rule{\columnwidth}{1pt}%
\end{minipage}}
\renewcommand{\section}[2]%
{\pagebreak[2]\vspace{1\baselineskip}%
\phantomsection\addcontentsline{toc}{section}{#1}%
\hspace{0in}%
\marginpar{
\raggedright \scshape #1}#2}
\newenvironment{outerlist}[1][\enskip\textbullet]%
{\begin{itemize}[#1]}{\end{itemize}%
\vspace{-0.6\baselineskip}}
\newenvironment{lonelist}[1][\enskip\textbullet]%
{\vspace{-\baselineskip}\begin{list}{#1}{%
\setlength{\partopsep}{0pt}%
\setlength{\topsep}{0pt}}}
{\end{list}\vspace{-.6\baselineskip}}
\newenvironment{innerlist}[1][\enskip$\circ$]%
{\begin{compactitem}[#1]}{\end{compactitem}}
\newenvironment{loneinnerlist}[1][\enskip\textbullet]%
{\vspace{-\baselineskip}\begin{compactitem}[#1]}
{\end{compactitem}\vspace{-.6\baselineskip}}
\newcommand{\blankline}{\quad\pagebreak[2]}
\newcommand\doilink[1]{\href{http://dx.doi.org/#1}{#1}}
\newcommand\doi[1]{doi:\doilink{#1}}
%%%%%%%%%%%%%%%%%%%%%%%% End Helper Commands %%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%% Begin CV Document %%%%%%%%%%%%%%%%%%%%%%%%%%%%
\def\vs{\vspace{-0.1in}}
\begin{document}
\makeheading{Hyun Jun Yoo \hfill {\small \today}}
\section{Contact Information}
\newlength{\rcollength}\setlength{\rcollength}{3 in}
\vs
\begin{tabular}[t]{@{}p{\textwidth-\rcollength}p{\rcollength}}
Hyun Jun Yoo & \texttt{Linkedin:}\href{https://www.linkedin.com/in/jun-yoo-91ba14155}{www.linkedin.com/in/jun-yoo-91ba14155}\\
New York, NY & {\large\Letter} \texttt{E-mail:}\href{mailto:hyunjun.yoo@baruch.cuny.edu}{hyunjun.yoo@baruch.cuny.edu}
\end{tabular}
\section{Education}
\textbf{The Graduate Center, CUNY} \hfill 2021--Present
\begin{outerlist}
\item Ph.D. in Economics, expected 2027
\item M.Phil. in Economics, 2025
\end{outerlist}
\vspace{0.1in}
\textbf{College of Staten Island, CUNY} \hfill 2019--2021
\begin{outerlist}
\item M.Sc., Business Management - Business Analytics of Large Scale Data track.
\end{outerlist}
\vspace{0.1in}
\textbf{Yonsei University} \hfill 2013--2019
\begin{outerlist}
\item B.A., Economics.
\end{outerlist}
\section{Research Interests}
\label{sec:research_backg}
\vspace{-0.25in}
\begin{outerlist}
\item {Banking, Small Business Lending, Private Credit}
\end{outerlist}
\vspace{5mm}
\section{Working Papers}
\vspace{-0.25in}
\begin{outerlist}
\item \href{https://papers.ssrn.com/sol3/papers.cfm?abstract_id=5445275}{Public Information, Private Expertise, and Lender Specialization} \hfill \textit{Under Review}
\item \href{https://junbuluv.github.io/discretion.pdf}{Rules, Discretion, and Soft Information in Small Business Lending} \hfill \textit{Work in Progress}
\end{outerlist}
\section{Presentations}
\vspace{-0.25in}
\begin{outerlist}
\item \textbf{2026}
\begin{innerlist}
\item 2026 FIRS Conference Ph.D. Student Sessions (Scheduled)
\end{innerlist}
\item \textbf{2025}
\begin{innerlist}
\item Financial Management Association Annual Meeting
\vspace{1mm}
\item Baruch College Brown Bag Seminar
\vspace{1mm}
\item The Graduate Center, CUNY Brown Bag Seminar
\vspace{1mm}
\item LaBS International Banking Workshop (HSE University)
\vspace{1mm}
\item University of Delaware and Federal Reserve Bank of Philadelphia Fintech \& Financial Institutions Conference (Ph.D. student poster)
\end{innerlist}
\end{outerlist}
\section{Research Experience and Other Employment}
\vspace{-0.25in}
\begin{outerlist}
\item {\bf Teaching Assistant} \hfill August 2025--May 2026\\
Zicklin School of Business, Baruch College, CUNY.
\item {\bf Research Assistant} \hfill May 2022--August 2022\\
Department of Economics, The Graduate Center, CUNY.
\item {\bf Graduate Assistant} \hfill August 2021--May 2022\\
Department of Economics, The Graduate Center, CUNY.
\item {\bf Research Assistant} \hfill May 2019--May 2020\\
Department of Finance, College of Staten Island, CUNY.
\end{outerlist}
\section{Teaching Experience}
\label{sec:research_exper}
\vspace{-0.25in}
\begin{outerlist}
\item {Corporate Finance} \hfill Spring 2026 \\
Zicklin School of Business, Baruch College, CUNY.
\item {Money and Banking} \hfill Fall 2025 \\
Department of Economics, Queens College, CUNY.
\item {Introduction to Macroeconomics} \hfill Fall 2022, Spring 2023, Fall 2024, Spring 2025 \\
Department of Economics, Queens College, CUNY.
\item {Introduction to Microeconomics} \hfill Fall 2024, Spring 2025 \\
Department of Economics, Queens College, CUNY.
\end{outerlist}
\section{Honors and Awards}
\vspace{-0.25in}
\begin{outerlist}
\item \textbf{\textit{Dissertation Fellowship}} \hfill 2026--2027
\item \textbf{\textit{NYC Connect Fellowship}} \hfill 2026
\item \textbf{\textit{Graduate Center Fellowship}} \hfill 2021--2026
\item \textbf{\textit{Doctoral Student Research Grant}} \hfill 2023, 2025
\item \textbf{\textit{China at CUNY Initiative Seminar Fellowship}} \hfill 2024, 2025
\end{outerlist}
\section{References}
\vspace{-0.25in}
\noindent
\begin{minipage}[t]{0.48\textwidth}
\textbf{Professor Linda Allen}\\
Zicklin School of Business, Baruch College, CUNY\\
E-mail: \href{mailto:Linda.Allen@baruch.cuny.edu}{Linda.Allen@baruch.cuny.edu}
\end{minipage}\hfill
\begin{minipage}[t]{0.48\textwidth}
\textbf{Professor Theodore Joyce}\\
Zicklin School of Business, Baruch College, CUNY\\
E-mail: \href{mailto:theodore.joyce@baruch.cuny.edu}{theodore.joyce@baruch.cuny.edu}
\end{minipage}
\vspace{0.12in}
\noindent
\begin{minipage}[t]{0.48\textwidth}
\textbf{Professor Fabrice Tourre}\\
Zicklin School of Business, Baruch College, CUNY\\
E-mail: \href{mailto:fabrice.tourre@baruch.cuny.edu}{fabrice.tourre@baruch.cuny.edu}
\end{minipage}
\section{Technical Skills}
\vspace{-0.25in}
\begin{outerlist}
\item \textit{Programming Languages}: Julia, Python, R
\item \textit{Software}: MATLAB, Stata
\end{outerlist}
\end{document}