-
Notifications
You must be signed in to change notification settings - Fork 39
/
Template_CV.tex
453 lines (334 loc) · 14.2 KB
/
Template_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
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
% !TeX program = pdflatex
% !TeX TS-program = pdflatex
% !TeX TXS-program:compile = txs:///pdflatex/
% !BIB program = biber
% !BIB TS-program = biber
% !TeX TXS-program:bibliography = txs:///biber
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% FUNDAMENTAL SETTINGS AND PACKAGES %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[11pt, a4paper, titleabove]{simplecv}
\newcommand{\myname}{Dr. H\r{a}lg\H{a}r G\"{a}rh\'{a}rdt}
\usepackage{xpatch}
\usepackage{ifxetex} % Detect if engine is XeTeX/XeLaTeX
\usepackage[utf8]{inputenc} % so that umlauts can be input without having to use TeX code
\usepackage[ngerman, USenglish]{babel}
\usepackage{ragged2e}
\usepackage{calc}
\usepackage{tikz}
\usepackage{tcolorbox}
\usetikzlibrary{positioning}
\usepackage{xcolor}
\definecolor{UBonnBlue} {RGB}{ 7, 82, 154}
\definecolor{UBonnYellow} {RGB}{234, 185, 12}
\definecolor{UBonnGray} {RGB}{144, 144, 133}
\definecolor{darkgray} {RGB}{102, 102, 102}
\definecolor{darkred} {RGB}{153, 0, 0}
\definecolor{neutralgreen}{RGB}{ 28, 166, 0}
\colorlet{SpotColor}{UBonnBlue}
\usepackage{authoraftertitle}
\usepackage[hyphens]{url}
\usepackage[unicode = true]{hyperref}
\hypersetup{
colorlinks = true,
allcolors = black,
urlcolor = SpotColor,
bookmarks = true,
bookmarksnumbered = false,
bookmarksopenlevel = 1,
pdfstartview = Fit,
pdfpagelayout = SinglePage,
plainpages = false,
pdfpagelabels = true,
pdfauthor = \myname,
pdftitle = {\myname's Curriculum Vitae}
}
\urlstyle{same}
\Urlmuskip = 0mu\relax % Prevent additional whitespace before/after breakable characters in URLs
\newcommand{\email}[1]{\href{mailto:#1}{\nolinkurl{#1}}}
\newcommand{\doi}[1]{\url{https://doi.org/#1}}
%%%%%%%%%%%%%%%%%%%
%% PAGE LAYOUT %%
%%%%%%%%%%%%%%%%%%%
\raggedbottom
\usepackage{geometry}
\geometry{
a4paper,
left=5mm,
right=30mm,
top=30mm,
bottom=30mm
}
\renewcommand{\topicmargin}{57.5mm}
% Make the label right-aligned:
\makeatletter
\renewcommand{\@topic@makelabel}[1]{\hfill\cv@tlab@fnt #1\quad}
\renewcommand{\cv@do@title}{%
\par\bigskip
{\noindent\hspace{\topicmargin}\cv@tit@fnt\cv@tit}%
}
\makeatother
% Slightly increase the line spacing
\renewcommand{\baselinestretch}{1.03}
% Footer ==>
\usepackage{pageslts}
\pagenumbering{arabic}
\usepackage{fancyhdr}
\AtBeginDocument{%
\title{\MyAuthor}%
}
\renewcommand{\headrulewidth}{0pt}
\pagestyle{fancy}
\fancyhf{}
\lfoot{%
\small\sffamily\color{SpotColor}\\%
\makebox[\topicmargin][r]{Page~\thepage\ of~\pageref*{LastPage}\enspace\quad}%
\textbf{\MyTitle}\enspace\quad%
\MyDate%
}
% <==
\newenvironment{preventpagebreak}
{\par\begin{minipage}[t]{\dimexpr\textwidth - \topicmargin\relax}}
{\end{minipage}\par\vspace{\parskip}}
% Allow for multiline topic labels:
\newcommand{\multiline}[1]{%
\parbox[t][10pt][t]{\topicmargin-50pt}{\RaggedLeft%
#1%
\normalsize\par%
% So that \baselineskip is of the normal size, see https://tex.stackexchange.com/a/408544
}%
}
%%%%%%%%%%%%%%%%%%%%%
%% FONT SETTINGS %%
%%%%%%%%%%%%%%%%%%%%%
\ifxetex
\usepackage[protrusion=true, expansion=false]{microtype}
\else
\usepackage[protrusion=true, expansion=false, kerning=true]{microtype}
\DisableLigatures[f]{family = {rm*}}
% Disable the f* ligatures for Charter because the font does not provide sufficient support.
\DisableLigatures[f]{family = {tt*}}
% Disable the f* ligatures for Fira Mono because they make no sense for a monospaced font.
\SetExtraKerning[unit=space]
{encoding=*, family=*, series=*, size={*, normalsize, footnotesize}, font = */*/*/*/*}
{\textemdash = {325, 325},
/ = {100, 100},
: = { 50, 0},
; = { 50, 0}}
\fi
% Enabling slightly reduced font for CAPS:
\usepackage{relsize}
\renewcommand\RSpercentTolerance{1}
\ifxetex
\newcommand{\caps}[1]{\textscale{0.96}{\addfontfeature{LetterSpace=5}\MakeUppercase{#1}}}
\else
\newcommand{\caps}[1]{\textscale{0.96}{\textls[35]{\MakeUppercase{#1}}}}
\fi
\titlefont{\Large\sffamily\bfseries\color{SpotColor}}
\newcommand{\mysectionfont}{\large\sffamily\bfseries}
\sectionfont{\mysectionfont\color{SpotColor}}
\topictitlefont{\rmfamily}
\newcommand{\commabbrev}[1]{\textsf{#1}}
\ifxetex
\usepackage{fontspec}
\usepackage[proportional, oldstyle, scale=0.94]{sourceserifpro}
\newcommand{\sansseriffont}{WorkSans}
% Open-source font, available at https://github.com/weiweihuanghuang/Work-Sans
\setsansfont{\sansseriffont-Regular}[
ItalicFont = {\sansseriffont-Italic},
BoldFont ={\sansseriffont-SemiBold},
BoldItalicFont = {\sansseriffont-SemiBoldItalic},
Numbers = {Proportional, OldStyle},
Scale = 0.90,
LetterSpace = -2
]
\topiclabelfont{%
\small\sffamily% \bfseries\color{SpotColor}%
}
\else
%\usepackage[scale=0.88]{plex-sans}
%\usepackage[semibold, scale=0.88]{plex-serif}
%\topiclabelfont{\sffamily\renewcommand{\bfseries}{\fontseries{semibold}\selectfont}}
\usepackage[book, semibold, lining, tabular, scale=0.92]{FiraSans}
\usepackage[charter, greeklowercase=italicized, greekuppercase=italicized, sfscaled=false, ttscaled=false]{mathdesign}
\usepackage[scaled=.96, lining, sups]{XCharter} % option ``sups'' not working properly with subimport
\topiclabelfont{%
\small\sffamily\renewcommand{\bfseries}{\fontseries{medium}\selectfont}%
}
\input{0_0_Preamble/Preamble_mweights}
% Necessary to enable semibold weight as \bfseries for Fira Sans.
\fi
\newcommand{\highlight}[1]{%
\tikz[overlay]
\node[fill=SpotColor, inner xsep=4pt, text height=0.85*height("Ä1g"), text depth=0.5*depth("Ä1g"), anchor=text, rectangle]{%
\textcolor{white}{\textbf{#1}}%
\hspace{-0.33pt}
};%
\phantom{\textbf{#1}}%
}
\newlength{\testwidth}
\newcommand{\highlightsection}[1]{%
\setlength{\testwidth}{\widthof{\mysectionfont #1}}
\addtolength{\testwidth}{12pt}
\medskip
\begin{tcolorbox}[
colback=SpotColor, colframe=SpotColor,
width=1\testwidth,
arc=0pt, outer arc=0pt, boxrule=0pt,
left=6pt, right=6pt, top=4pt, bottom=4pt, boxsep=0pt
]%
\section{\textcolor{white}{\mbox{#1}}}%
\end{tcolorbox}%
}
\usepackage[fixed]{fontawesome5}
\newcommand{\icon}[1]{%
\footnotesize\textcolor{SpotColor}{\faIcon[regular]{#1}}
}
\frenchspacing
\sloppy
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% BIBLIOGRAPHY SETTINGS %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{0_0_Preamble/Preamble_BibLaTeX_AER}
% Undo making the author names bold:
\xpatchbibmacro{author}{\usebibmacro{justauthor}}{\textmd{\usebibmacro{justauthor}\addperiod}}{}{}
\xpatchbibmacro{author}{\usebibmacro{moreauthor}}{\textmd{\usebibmacro{moreauthor}\addperiod}}{}{}
\DeclareNameAlias{sortname}{given-family}
% Make also first author's name givenname-familyname, since the list of publications is sorted
% by date rather than alphabetically.
\renewcommand{\bibfont}{\rmfamily}
\AtBeginDocument{\setlength{\bibhang}{0pt}}%\setlength{\bibhang}{0pt}
\setlength{\bibitemsep}{\medskipamount}
\bibliography{Library.bib}
%\addbibresource{.../filename.bib} % Use to add further .bib files for the individual papers
%%%%%%%%%%%%
%% BODY %%
%%%%%%%%%%%%
\begin{document}
\RaggedRight
\author{\myname}
\date{\today}
\maketitle
\setlength{\leftskip}{\topicmargin}
\vspace{-\medskipamount}
{%
\ifxetex
\fontspec{\sansseriffont-Regular}[BoldFont={\sansseriffont-SemiBold}, WordSpace=0.85, LetterSpace=-2, Scale=0.875, Ligatures={TeX, Common}]
\else
\sffamily
\fi%
\noindent Postdoctoral Researcher, Institute for Applied Microeconomics \\
Lab Manager, Laboratory for Experimental Economics---BonnEconLab
\medskip
\hspace{-15pt}%
\raisebox{-1.5pt}{%
\makebox(0,0)[rb]{%
\href{https://www.publicdomainpictures.net/en/view-image.php?image=236923&picture=cat-with-blue-eyes}{%
%\scalebox{-1}[1]{%
\includegraphics[height=27mm, trim=120mm 0mm 57.5mm 0mm, clip]{1_Example_Content/Images/cat-with-blue-eyes-15122819490rC.jpg}%
%}%
}%
}%
}%
\hspace{15pt}%
\textbf{\color{SpotColor}University of Bonn, Germany}
}
\bigskip
\begin{topic}
\pdfbookmark[1]{Contact information}{contactinfo}
%\item[\multiline{Mail {\normalsize\\} Phone · E-mail {\normalsize\\} WWW}]
%\item
\item[\multiline{%
\icon{map} {\normalsize\\}% \icon{envelope} {\normalsize\\}
\icon{comments} {\normalsize\\}%
\icon{address-card}%
}]
Adenauerallee~24--42, 53113~Bonn, Germany \\
+49~228~73-9288 · \email{[email protected]} \\
\url{https://www.example.org/people/holgar-gaerhardt}
\end{topic}
\section{Professional experience}
\begin{topic}
\item[\textbf{2011--present}]
Postdoctoral Researcher, Center for Economics and Neuroscience and Institute for Applied Microeconomics, and Lab Manager, Bonn\-Econ\-Lab, University of Bonn, Germany.
\item[2005--2011]
Research and Teaching Assistant, Institute of Economic Policy, {\selectlanguage{ngerman}Humboldt-Universität zu Berlin,} Germany.
\end{topic}
\section{Academic education}
\begin{topic}
\item[\textbf{2005--2011}]
{\selectlanguage{ngerman}Humboldt-Universität zu Berlin,} School of Business and Economics and~Berlin School of Mind and Brain, Dr.~rer.~pol. (Ph.D. in Economics), \textit{summa cum laude}. Dissertation: \textit{Essays in Experimental and Neuro\-economics}. Thesis advisors: Professor Lou~E. Vu{\"i}-T{\o}n (economics) and Professor \c{S}{\`i}h-\v{I}z B{\'e}ta Zane-\r{A}l (neuroscience).
\item[1999--2004]
{\selectlanguage{ngerman}Humboldt-Universität zu Berlin,} School of Business and Economics, {\selectlanguage{ngerman}Diplom-Volkswirt} (Diploma in Economics, M.Sc.-equivalent). Diploma thesis: \textit{Reference-Dependent Consumer Preferences and Price Setting}. Awarded the \caps{WWG} Prize for the best diploma degree completed in the 2004/05 winter term.
\end{topic}
\section{Publications}
\begin{topic}
\item[\textbf{Peer-reviewed articles}]
%\begin{refcontext}[sorting=ydnt]
% Sort BIBLIOGRAPHY by YEAR
\begin{refcontext}[sorting=none]
% Sort BIBLIOGRAPHY by APPEARANCE
\nocite{Gerhardt2017}
\nocite{Marsh2017}
\nocite{Behrens2017}
\nocite{Strang2017}
\nocite{Schulreich2016}
\nocite{Marsh2015}
\nocite{Schulreich2014}
\printbibliography[heading=none]
\end{refcontext}
\item[Book chapter]
Nadja~M. Antoine and Holger Gerhardt. 2014. {\selectlanguage{ngerman}``Bestätigende und herausfordernde Impulse in der kokreativen Interaktion. Kokreative Wertschöpfung unter den Bedingungen von Koopetition am Beispiel der Ideenplattform jovoto,''} In \textit{\selectlanguage{ngerman}Kultur der Ökonomie. Zur Materialität und Performanz des Wirtschaftlichen}, edited by Inga Klein and Sonja Windmüller, 259–281. Edition Kulturwissenschaft. Bielefeld, Germany: transcript Verlag, 2014. \doi{10.14361/transcript.9783839424605.259}.
\item[Doctoral dissertation]
Holger Gerhardt. 2013. \textit{Essays in Experimental and Neuro\-economics}. {\selectlanguage{ngerman}Humboldt-Universität zu Berlin,} School of Business and Economics. \doi{10.18452/16722}.
\end{topic}
\section{Current research projects}
\begin{topic}
\item[\highlight{Job market paper}]
Markus Dertwinkel-Kalt, Holger Gerhardt, Gerhard Riener, \mbox{Frederik} Schwerter, and Louis Strang. ``Concentration Bias in \mbox{Intertemporal} Choice.'' Accepted for publication, \textit{Review of Economic Studies}. \url{https://www.restud.com/paper/concentration-bias-in-intertemporal-choice/}.
\item[Work in progress]
Holger Gerhardt, Guido Biele, Hauke R. Heekeren, and Harald \mbox{Uhlig}. ``Cognitive Load Increases Risk Aversion.'' SFB~649 \mbox{Discussion} Paper No.~2016-011. \url{https://sfb649.wiwi.hu-berlin.de/papers/pdf/ SFB649DP2016-011.pdfs}.
\end{topic}
\section{Teaching experience}
\begin{topic}
\item[University of Bonn]
Lecture ``Economics and Psychology'' (joint with Frederik Schwer\-ter), 2015/16, M.Sc. level.
Lecture {\selectlanguage{ngerman}``Experimentelle Wirtschaftsforschung''} (in German, ``Ex\-peri\-mental Economics,'' joint with Sebastian Kube), 2014, B.Sc. level.
Workshop ``Introduction to the software `PsychoPy','' 2019 (Master in Neuroscience program).
Workshop ``Introduction to the software `Presentation','' 2011, 2014--2018 (Master in Neuroscience program).
\item[\multiline{Humboldt-Universität \\ zu~Berlin}]
Exercise classes to the lecture {\selectlanguage{ngerman}``Makroökonomie~I''} (in German, ``Macro\-economics~I''), B.Sc. level, 2008, 2009/10, 2011.
Exercise class to the lecture ``Monetary Economics,'' B.Sc. level, 2009/10.
Exercise classes to the lecture ``Growth and Inequality in an Inter\-national Perspective,'' M.Sc. level, 2008, 2009.
Workshop on neuroeconomics: {\selectlanguage{ngerman}``Ökonomische Rationalität und das Gehirn''} (in German, ``Economic Rationality and the Brain'') as part of the 7\textsuperscript{th} symposium of the {\selectlanguage{ngerman}Humboldt-Forum Wirtschaft,} 2007.
Exercise classes to the lecture {\selectlanguage{ngerman}``Konjunktur- und Wachs\-tums\-politik/\hspace{0pt}Angewandte Makroökonomie''} (in German, ``Business Cycle and Growth Policy/\hspace{0pt}Applied Macroeconomics''), B.Sc. level, 2006, 2006/07, 2007/08.
Seminar ``Bounded Rationality and Macroeconomics,'' M.Sc. level, winter 2005/06.
\end{topic}
\section{Services to the profession and community}
\begin{topic}
\item[Referee for]
\textit{European Economic Review}; \textit{Frontiers in Decision Neuroscience}; \textit{Journal of Economic Psychology}; \textit{Journal of Institutional and Theoretical Economics}; \textit{Journal of Neurophysiology}; \textit{Journal of Neuroscience, Psychology, and Economics}; \textit{Quantitative Economics}.
\item[TeX templates]
Available at \url{https://github.com/HolgerGerhardt/TeXTemplates}.
\end{topic}
\section{Miscellaneous}
\begin{topic}
\item[Language skills]
German---native. \\
English, Hebrew---fluent. \\
French, Latin---basic knowledge.
\item [Software skills] Mathematica, \caps{MATLAB}, R, Stata---advanced knowledge; Python---basic knowledge. \\
\caps{FSL} (tool for fMRI data analysis)---advanced knowledge. \\
z-Tree---expert knowledge; oTree, Presentation---advanced knowledge. \\
hroot, \caps{ORSEE}---expert knowledge.
\end{topic}
\section{References}
\begin{topic}
\item[\textbf{Professor Armin Falk}]
University of Bonn and briq Institute, Bonn, Germany \\
+49~228~3894-701 (personal assistant) · \email{[email protected]}
\item[\textbf{Professor Sebastian Kube}]
University of Bonn, Germany \\
+49~228~73-9240 (secretary) · \email{[email protected]}
\end{topic}
\end{document}