-
Notifications
You must be signed in to change notification settings - Fork 0
/
Hruska-CV-nopub.tex
101 lines (78 loc) · 2.85 KB
/
Hruska-CV-nopub.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
%%%%%%%%%%%%%%%
% Source: LianTze Lim ([email protected])
%
\documentclass[letterpaper,skipsamekey,12pt,english]{curve}
\usepackage{settings}
% Change the fonts if you want
\ifxetexorluatex % If you're using XeLaTeX or LuaLaTeX
\usepackage{fontspec}
%% You can use \setmainfont etc; I'm just using these font packages here because they provide OpenType fonts for use by XeLaTeX/LuaLaTeX anyway
\usepackage[p,osf,swashQ]{cochineal}
\usepackage[medium,bold]{cabin}
\usepackage[tabto]
\usepackage[varqu,varl,scale=0.9]{zi4}
\else % If you're using pdfLaTeX or latex
\usepackage[T1]{fontenc}
\usepackage[p,osf,swashQ]{cochineal}
\usepackage{cabin}
\usepackage[varqu,varl,scale=0.9]{zi4}
\fi
\usepackage{tikz,xcolor,hyperref}
\definecolor{lime}{HTML}{A6CE39}
\DeclareRobustCommand{\orcidicon}{
\begin{tikzpicture}
\draw[lime, fill=lime] (0,0)
circle [radius=0.16]
node[white] {{\fontfamily{qag}\selectfont \tiny ID}};
\draw[white, fill=white] (-0.0625,0.095)
circle [radius=0.007];
\end{tikzpicture}
}
%% Only needed if you want a Publication List
\addbibresource{papers.bib}
%% Specify your last name and first name (as given in the .bib) to automatically bold your own name in the publications list. One caveat: You need to write \bibnamedelima where there's a space in your name for this to work properly for now...
\myname{Hruska}{Eugen}
% \myname{d'Andrimont}{Raphaël}
% Change the page margins if you want
% \geometry{left=1cm,right=1cm,top=1.5cm,bottom=1.5cm}
% Change the colours if you want
\definecolor{SwishLineColour}{HTML}{005FDB}%00FFFF}
\definecolor{MarkerColour}{HTML}{0049A8}%{0000CC}
% Change the item prefix marker if you want
% \prefixmarker{$\diamond$}
%% Photo is only shown if "fullonly" is included
%\includecomment{fullonly}
% \excludecomment{fullonly}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\leftheader{%
{\LARGE\bfseries\sffamily Eugen Hruška, Ph.D.}
\begin{tabbing}
\makefield{\faGlobe}{\href{https://Hruska-Lab.github.io}{Hruska-Lab.github.io}}
\= \makefield{\orcidicon}{\href{https://orcid.org/0000-0001-5679-8419}{0000-0001-5679-8419}}
\= \makefield{\faLinkedin}{\href{https://www.linkedin.com/in/eugen-hruska/}{eugen-hruska}}\\
\makefield{\faMapMarker}{\href{https://www.faf.cuni.cz/?lang=en-gb}{Charles University}}
\> \makefield{\faTwitter}{\href{https://twitter.com/HruskaEugen}{@HruskaEugen}}
\> \makefield{\faEnvelope[regular]}{\texttt{eugen.hruska$@$faf.cuni.cz}}\\
\end{tabbing}
}
\rightheader{~}
%\begin{fullonly}
%\photo[r]{photo}
%\photoscale{0.13}
%\end{fullonly}
\title{Curriculum Vitae}
\begin{document}
\makeheaders[c]
\makerubric{employment}
\makerubric{talks}
\makerubric{bookchapter}
\makerubric{awards}
\makerubric{proposals}
\makerubric{compgrant}
\makerubric{education}
\makerubric{teaching}
\makerubric{public}
\makerubric{other}
%\makerubric{referee}
% \input{referee-full}
\end{document}