-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathcv.tex
203 lines (180 loc) · 6.6 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
\documentclass[a4paper,10pt,notitlepage]{article}
\usepackage[a4paper,left=1.6cm,right=1.6cm,top=1.2cm,bottom=1.2cm]{geometry}
%\usepackage[cm,empty]{fullpage}
\usepackage{fontawesome5}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[english]{babel}
\usepackage{titlesec}
\usepackage{parskip}
\usepackage{pdfpages}
\usepackage{adjustbox}
\usepackage{enumitem}
\usepackage{pdfsync}
\usepackage[scaled=.94]{helvet}
\usepackage{ragged2e}
\usepackage{ifthen}
\usepackage{xcolor}
% Uncomment this to show the margins as a frame
%\usepackage{showframe}
% Make text dark gray instead of black
\AtBeginDocument{\color{darkgray}}
% Background color for contact information box
\definecolor{infoboxcolor}{gray}{.97}
\usepackage[]{hyperref}
\hypersetup{
pdftitle={Jonas Markussen},
pdfauthor={Jonas Markussen},
pdfsubject={CV for Jonas Markussen},
pdfkeywords={resumé, résumé, curriculum vitae, CV, experience, education, software, enfiskutensykkel,
interconnect, HPC, cluster computing, high-perfomance computing, embedded, programming, device driver,
network programming, low-level programming, systems programming, network systems, PCI Express, CXL,
Compute Express Link, computer engineer, software engineer, software engineering, software development,
software developer, PhD, Linux, NTB, PCIe, GPU, NVMe, SSD, RDMA, IP, TCP, TCP/IP, C, C++, Python},
%pdfpagemode=UseOutlines,
pdfpagemode=UseThumbs,
breaklinks=true,
%linktocpage=true,
colorlinks=true,
urlcolor=darkgray,
linkcolor=darkgray,
citecolor=darkgray
}
% Set spacing and stuff
\setlength{\parindent}{0pt}
\setlength{\parskip}{2em}
\linespread{1.1}
\renewcommand{\baselinestretch}{.82}
\setlist[itemize]{leftmargin=*,rightmargin=0pt,itemsep=2pt,topsep=2pt}
% Override fonts
\renewcommand{\familydefault}{\sfdefault}
%\renewcommand{\bfdefault}{sb}
\titleformat{\section}[hang]{\normalsize}{}{0pt}{\textsc}[\titlerule]
\titlespacing{\section}{0pt}{0pt}{1em}
\titleformat{\subsection}[hang]{\normalsize}{}{0pt}{\textsc}[\titlerule]
\titlespacing{\subsection}{0pt}{0pt}{1em}
% Set height of title and info box minipage and column widths
\newcommand{\titleheight}{2.4cm} % 1.8cm or more is ideal
\newcommand{\colheight}{\textheight-\titleheight-1cm} % height is needed for vfill to work
\newcommand{\lcolwidth}{.60\textwidth}
\newcommand{\rcolwidth}{.35\textwidth}
% TODO: remove ifthenelse and figure out how to use \unskip or \vspace-\lastskip instead
% Education
% Arguments: Degree, from, to, institution, additional explanation
\newcommand{\education}[6][]{%
\parbox{\linewidth}{%
%\parbox[t]{1.5em}{\small{\faGraduationCap}}%
\parbox[b]{\linewidth}{%
{\ignorespaces \textbf{#2}}
\hfill
{\ignorespaces {#3}} --- {\ignorespaces {#4}}
}
\smallskip
\parbox{\linewidth}{{\ignorespaces {#5}}}
\parbox{\linewidth}{{\ignorespaces {#6}}}
}\ifthenelse{\equal{#1}{}}{\bigskip\medskip}{}
}
% Position
% Arguments: Job title, from, to
\newcommand{\position}[3]{%
\parbox[b]{\textwidth}{%
{\ignorespaces \textbf{#1}}
\hfill
{\ignorespaces {#2}} --- {\ignorespaces {#3}}
}\smallskip%
}
% Experience environment
% Arguments: Company, position(s)
\newenvironment{experience}[3][]{%
\ifthenelse{\equal{#1}{}}{\def\last{false}}{\def\last{true}}
\begin{minipage}{\linewidth}{\noindent\ignorespaces #3}\end{minipage}
\medskip
\parbox{\linewidth}{\noindent\ignorespaces {#2}}
\begin{itemize}
\ignorespaces
}{%
\ignorespacesafterend
\end{itemize}
\ifthenelse{\equal{\last}{true}}{}{\bigskip\bigskip\medskip}%
%\ifthenelse{\equal{\last}{true}}{}{\vfill}%
}
% Short-hand command for experience (without contributions/accomplishments)
% Arguments: Company, position(s)
\newcommand{\shortexperience}[3][]{%
\parbox{\linewidth}{\ignorespaces #3}
\parbox{\linewidth}{\noindent\ignorespaces {#2}}%
\ifthenelse{\equal{#1}{}}{\bigskip\smallskip}{}%
}
% Publication
% Arguments: DOI, Date, Venue, Volume/Issue, Authors, Title
% TODO: DeclareCommand and use key-value (type=xxx)
\newcommand{\publication}[7][proceedings]{%
\def\symw{1em}
%\parbox[m]{\symw}{\faBook}%
\parbox[m]{\symw}{\labelitemi}%
\href{https://doi.org/#2}{%
\parbox[t]{\linewidth-\symw}{%
\noindent\ignorespaces{#6}.
{\justifying\noindent\ignorespaces{``{#7}}''}.
\textit{\noindent\ignorespaces{#4}}%
\noindent\ignorespaces{\ifthenelse{\equal{#5}{}}{}{%
\ifthenelse{\equal{#1}{proceedings}}{ (\noindent\ignorespaces{#5})}{, \noindent\ignorespaces{#5}}%
}.}\ifthenelse{\equal{#3}{}}{}{ \noindent\ignorespaces{#3}.}
DOI:~{#2}%\href{https://doi.org/#2}{#2}}
}%
}
\medskip
}
% Generic entry without a time period (skills, projects, etc)
% Arguments: icon, title, description
\newcommand{\entry}[4][]{%
\parbox[m]{\linewidth}{%
\ifthenelse{\equal{#2}{}}{\def\symw{0em}}{\def\symw{1.5em}}
\ifthenelse{\equal{#2}{}}{}{\parbox[t]{\symw}{\small{#2}}}%
\parbox[m]{\linewidth-\symw}{\textbf{\noindent\ignorespaces{#3}}}
\smallskip
\parbox[t]{\linewidth}{%
\noindent\ignorespaces
\justifying{#4}
}
}\ifthenelse{\equal{#1}{}}{\bigskip\medskip}{}%
}
\begin{document}
\pagestyle{empty}
\addcontentsline{toc}{title}{Jonas Markussen}%
\begin{minipage}[m][\titleheight][c]{\lcolwidth}
{\Huge\textbf{Jonas Markussen}}\\[1.1em] % huge (with lowercase h) works best if the personal info box would be smaller
{\LARGE{Systems Software Specialist}} % Large (uppercase L, lowercase arge) is also better when the box is smaller
\end{minipage}%
\hfill%
\protect\begin{minipage}[m][\titleheight][c]{\rcolwidth}
\addcontentsline{toc}{section}{Personal Information}%
\begin{adjustbox}{max width=\textwidth}
\fcolorbox{black}{infoboxcolor}{
\begin{tabular*}{\linewidth}{c|l}
\large{\faPhone*} &
{\href{tel:+4740862630}{{+47}~{40}~{86}~{26}~{30}}}\\
\large{\faEnvelope[regular]} &
{\href{mailto:[email protected]}{{enfiskutensykkel}@gmail.com}} \\
\large{\faLinkedin} &
{\href{https://www.linkedin.com/in/jonasmarkussen}{{jonasmarkussen}}} \\
\large{\faGithub} &
{\href{https://github.com/enfiskutensykkel}{{enfiskutensykkel}}} \\
\large{\faOrcid} &
{\href{https://orcid.org/0000-0003-3166-2480}{0000-0003-3166-2480}} \\
\end{tabular*}
}
\end{adjustbox}
\end{minipage}
\begin{minipage}[t][\colheight][t]{\lcolwidth}
\input{exp}\unskip
\end{minipage}%
\hfill%
\begin{minipage}[t][\colheight][t]{\rcolwidth}
\input{edu}\unskip
\vfill
\input{skills}\unskip
\vfill
\input{pub}\unskip
\end{minipage}
\end{document}