-
Notifications
You must be signed in to change notification settings - Fork 0
/
cv_arianne_en.tex
545 lines (443 loc) · 19 KB
/
cv_arianne_en.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
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
%-----------------------------------------------------------------------------------------------------------------------------------------------%
% The MIT License (MIT)
%
% Copyright (c) 2016 Jan Küster
%
% Permission is hereby granted, free of charge, to any person obtaining a copy
% of this software and associated documentation files (the "Software"), to deal
% in the Software without restriction, including without limitation the rights
% to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
% copies of the Software, and to permit persons to whom the Software is
% furnished to do so, subject to the following conditions:
%
% THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
% IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
% FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
% AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
% LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
% OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
% THE SOFTWARE.
%
% ************* RESOURCES USED ********************
%
% http://tex.stackexchange.com/questions/5718/package-for-pie-charts
% http://tex.stackexchange.com/questions/183087/draw-colored-world-us-map-in-latex#183138
% http://www.texample.net/tikz/examples/simple-flow-chart/
% http://vizualize.me/#
% http://devnet.kentico.com/getattachment/fd511a92-e164-40f5-ba51-07c228a49fed/Kentico_fortune500_infographics_FINAL.png
%
%-----------------------------------------------------------------------------------------------------------------------------------------------%
%============================================================================%
%
% DOCUMENT DEFINITION
%
%============================================================================%
%we use article class because we want to fully customize the page
\documentclass[10pt,A4]{article}
%----------------------------------------------------------------------------------------
% ENCODING
%----------------------------------------------------------------------------------------
%we use utf8 since we want to build from any machine
\usepackage[utf8]{inputenc}
%----------------------------------------------------------------------------------------
% LOGIC
%----------------------------------------------------------------------------------------
\usepackage{xifthen}
\usepackage{calc}
%----------------------------------------------------------------------------------------
% FONT
%----------------------------------------------------------------------------------------
% some tex-live fonts - choose your own
%\usepackage[defaultsans]{droidsans}
%\usepackage[default]{comfortaa}
%\usepackage{cmbright}
%\usepackage[default]{raleway}
%\usepackage{fetamont}
%\usepackage[default]{gillius}
%\usepackage[light,math]{iwona}
\usepackage{roboto}
% set font default
\renewcommand*\familydefault{\sfdefault}
\usepackage[T1]{fontenc}
% more font size definitions
\usepackage{moresize}
%----------------------------------------------------------------------------------------
% PAGE LAYOUT DEFINITIONS
%----------------------------------------------------------------------------------------
%debug page outer frames
%\usepackage{showframe}
%define page styles using geometry
\usepackage[a4paper]{geometry}
% for example, change the margins to 2 inches all round
\geometry{top=1cm, bottom=1cm, left=1cm, right=1cm}
% use customized header
\usepackage{fancyhdr}
\pagestyle{fancy}
%less space between header and content
\setlength{\headheight}{-5pt}
% customize header entries
\lhead{}
\rhead{}
\chead{}
%indentation is zero
\setlength{\parindent}{0mm}
%----------------------------------------------------------------------------------------
% TABLE /ARRAY DEFINITIONS
%----------------------------------------------------------------------------------------
%extended aligning of tabular cells
\usepackage{array}
% custom column width
\newcolumntype{x}[1]{%
>{\raggedleft\hspace{0pt}}p{#1}}%
%----------------------------------------------------------------------------------------
% GRAPHICS DEFINITIONS
%----------------------------------------------------------------------------------------
\usepackage{graphicx}
\usepackage{wrapfig}
\usepackage{comment}
% for drawing graphics and charts
\usepackage{tikz}
\usetikzlibrary{shapes, backgrounds}
% use to vertically center content
% credits to: http://tex.stackexchange.com/questions/7219/how-to-vertically-center-two-images-next-to-each-other
\newcommand{\vcenteredinclude}[1]{\begingroup
\setbox0=\hbox{\includegraphics{#1}}%
\parbox{\wd0}{\box0}\endgroup}
% use to vertically center content
% credits to: http://tex.stackexchange.com/questions/7219/how-to-vertically-center-two-images-next-to-each-other
\newcommand*{\vcenteredhbox}[1]{\begingroup
\setbox0=\hbox{#1}\parbox{\wd0}{\box0}\endgroup}
%----------------------------------------------------------------------------------------
% ICON-SET EMBEDDING
%----------------------------------------------------------------------------------------
% at this point we simplify our icon-embedding by simply referring to a set of png images.
% if you find a good way of including svg without conflicting with other packages you can
% replace this part
\newcommand{\icons}{Font-Awesome-SVG-PNG/} %path to your icon lib
\newcommand{\icon}[2]{\colorbox{secondcol}{\includegraphics[height=#2]{\icons#1}}} %icon shortcut
\newcommand{\icontext}[3]{ %icon with text shortcut
\vcenteredhbox{\icon{#1}{#2}} \vcenteredhbox{\textcolor{textcol}{#3}}
}
%----------------------------------------------------------------------------------------
% Color DEFINITIONS
%----------------------------------------------------------------------------------------
\usepackage{color}
%main color
%\definecolor{maincol}{HTML}{8AEA92}
%secondary colors
%\definecolor{maincol}{HTML}{8AEA92}\definecolor{secondcol}{HTML}{FF5E5B}\definecolor{thirdcol}{HTML}{119DA4}\definecolor{fourthcol}{HTML}{4B4E6D}\definecolor{fifthcol}{HTML}{28112B}\definecolor{sixthcol}{RGB}{0,0,0}\definecolor{textcol}{HTML}{4B4E6D}
%\definecolor{maincol}{HTML}{ff918c}\definecolor{secondcol}{HTML}{8f97d6}\definecolor{thirdcol}{HTML}{99ad96}\definecolor{fourthcol}{HTML}{7f2778}\definecolor{fifthcol}{HTML}{eac381}\definecolor{sixthcol}{RGB}{0,0,0}\definecolor{textcol}{HTML}{000000}
%\definecolor{maincol}{HTML}{bd4089}\definecolor{secondcol}{HTML}{92dce5}\definecolor{thirdcol}{HTML}{97b4ed}\definecolor{fourthcol}{HTML}{420039}\definecolor{fifthcol}{HTML}{eac381}\definecolor{sixthcol}{RGB}{0,0,0}\definecolor{textcol}{HTML}{000000}
\definecolor{maincol}{HTML}{1B6D99}
\definecolor{secondcol}{HTML}{FCA311}
\definecolor{thirdcol}{HTML}{5CC8FF}
\definecolor{fourthcol}{HTML}{0B1F49}
\definecolor{fifthcol}{HTML}{eac381}
\definecolor{sixthcol}{RGB}{0,0,0}
\definecolor{textcol}{HTML}{000000}
%background color
\definecolor{bgcol}{HTML}{FFFFFF}%227,217,207}
%textcolor
%\definecolor{textcol}{HTML}{4B4E6D}
%sectioncolor
\definecolor{sectcol}{HTML}{FFFFFF}
%set a background col for whole page
\pagecolor{bgcol}
%----------------------------------------------------------------------------------------
% HEADER
%----------------------------------------------------------------------------------------
% remove top header line
\renewcommand{\headrulewidth}{0pt}
%remove botttom header line
\renewcommand{\footrulewidth}{0pt}
%remove pagenum
\renewcommand{\thepage}{}
%remove section num
\renewcommand{\thesection}{}
%----------------------------------------------------------------------------------------
%
% TIKZ GRAPHICS
%
%----------------------------------------------------------------------------------------
% a six pointed arrow poiting to the left
\newcommand{\tzlarrow}{(0,0) -- (0.2,0) -- (0.3,0.2) -- (0.2,0.4) -- (0,0.4) -- (0.1,0.2) -- cycle;}
% a six pointed arrow poiting to the right
\newcommand{\tzrarrow}{ (0,0.2) -- (0.1,0) -- (0.3,0) -- (0.2,0.2) -- (0.3,0.4) -- (0.1,0.4) -- cycle;}
% include the left arrow into a tikz picture
% param1: fill color
%
\newcommand{\larrow}[1]
{\begin{tikzpicture}[scale=0.58]
\filldraw[fill=#1!100,draw=#1!100!black] \tzlarrow
\end{tikzpicture}
}
% include the right arrow into a tikz picture
% param1: fill color
%
\newcommand{\rarrow}[1]
{\begin{tikzpicture}[scale=0.58]
\filldraw[fill=#1!100,draw=#1!100!black] \tzrarrow
\end{tikzpicture}
}
% the chart graphics are outsourced into own files
%----------------------------------------------------------------------------------------
% PIE CHART
%----------------------------------------------------------------------------------------
\input{./g/chart.tex}
%----------------------------------------------------------------------------------------
% BAR CHART
%----------------------------------------------------------------------------------------
\input{./g/barchart.tex}
%----------------------------------------------------------------------------------------
% BUBBLE CHART
%----------------------------------------------------------------------------------------
\input{./g/bubbles.tex}
%----------------------------------------------------------------------------------------
% SQUARE CHART
%----------------------------------------------------------------------------------------
\input{./g/squares.tex}
%----------------------------------------------------------------------------------------
% TIMELINE CHART
%----------------------------------------------------------------------------------------
\input{./g/timeline.tex}
%----------------------------------------------------------------------------------------
% FACT BUBBLE
%----------------------------------------------------------------------------------------
\input{./g/factbubble.tex}
%----------------------------------------------------------------------------------------
% custom sections
%----------------------------------------------------------------------------------------
% create a coloured box with arrow and title as cv section headline
% param 1: section title
%
\newcommand{\cvsection}[2] {
\textcolor{sectcol}{\uppercase{\textbf{#1}}}
}
\newcommand{\cvsect}[4]{
\textcolor{#3}{\hrule}
\colorbox{#3}{ {\cvsection{#1}{#4}}}
}
% create a coloured arrow with title as cv meta section section
% param 1: meta section title
%
\newcommand{\metasection}[2] {
\begin{tabular*}{1\textwidth}{ l l }
#1\\[12pt]
\end{tabular*}
}
%----------------------------------------------------------------------------------------
% CV EVENT
%----------------------------------------------------------------------------------------
% creates a stretched box as
\newcommand{\cveventmeta}[2] {
\mbox{\mystrut \hspace{87pt}\textit{#1}}\\
#2
}
%----------------------------------------------------------------------------------------
% STRUTS AND RULES
%----------------------------------------- -----------------------------------------------
% custom strut
\newcommand{\mystrut}{\rule[-.3\baselineskip]{0pt}{\baselineskip}}
% colored rule and text for chart legends, wrapped in parbox
% param 1: text
% param 2: width in cm or pt, em ...
% param 3: color
\newcommand{\legend}[3]{\parbox{#2}{\textcolor{#3}{\rule{#2}{4pt}}\\#1}}
%----------------------------------------------------------------------------------------
% CUSTOM LOREM IPSUM
%----------------------------------------------------------------------------------------
\newcommand{\lorem}{Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec a diam lectus.}
%----------------------------------------------------------------------------------------
% CUSTOM ME
%----------------------------------------------------------------------------------------
\usepackage{hyperref}
\usepackage{placeins}
% Bibliography
\usepackage{biblatex}
\bibliography{publications.bib}
\usepackage{csvsimple}
\usepackage{etoolbox}
%============================================================================%
%
%
%
% DOCUMENT CONTENT
%
%
%
%============================================================================%
\begin{document}
%use our custom fancy header definitions
\pagestyle{fancy}
%----------------------------------------------------------------------------------------
% TITLE HEADLINE
%----------------------------------------------------------------------------------------
\mystrut
\vspace{-12pt}
%\begin{tabular*}{1\textwidth}{ c }
%\parbox{0.45\textwidth}{\textcolor{textcol}{
%\textit{In the words of Spoonboy from the Matrix (1999):}\\
%\large{Do not try and think outside the box, that's impossible. Instead, only try to realize the truth... \\ There is no box.}}
%}
%\end{tabular*}
% manage space by reducing font size
\small
\mbox{
\parbox[c]{0.75\linewidth}{
\colorbox{maincol}{\Huge{\textcolor{white}{\textbf{\uppercase{Arianne Meijer - van de Griend}}} }}\\
\Large{\textcolor{fourthcol}{\textsc{quantum software researcher}}}\\[10pt]
\textcolor{textcol}{\large{I am a \textbf{Ph.D. student} researching quantum software for NISQ devices at the University of Helsinki.
Currently, I am not actively looking for a position, but I am open for various internship opportunities as part of my studies.
Moreover, I will be searching for a job or post-doc for after my Ph.D. in \textbf{2025}.\\
%I have two master's degrees: one in Artificial Intelligence (with cum laude distinction), and one in Computer Science.
My practical experience comes from my work at many different companies and I have worked on multiple quantum papers (see \textbf{publications}). \\
Additionally, I am in the \textbf{secretary} of the IEEE SA P2995 working group on quantum algorithm standards.}}
}
%\hspace{5pt}
\parbox[c][3cm][c]{0.3\textwidth}{
\vspace{20pt}
\begin{center}
\factbubble{\vspace{-5pt}\huge{\textcolor{sectcol}{\textbf{Ph.D.}}}\\\small{\textcolor{sectcol}{\textbf{student}}}\\\large{\textcolor{sectcol}{\textbf{Computer Science}}}}{1.3}{maincol}{thirdcol}{secondcol}\\
\textcolor{textcol}{at}\\
\textcolor{fourthcol}{\textbf{University of Helsinki\\Finland}}
\end{center}
}
}
\normalsize
\vspace{10pt}
%----------------------------------------------------------------------------------------
% FACTS
%----------------------------------------------------------------------------------------
%----------------------------------------------------------------------------------------
% SKILLS AND TECHNOLOGIES
%----------------------------------------------------------------------------------------
\cvsect{Personalia}{1}{maincol}{textcol}\\[-20pt]
\mbox{
\hspace{30pt}
% TEXT BOX
\parbox[b][150pt][c]{0.4\textwidth}{
\icontext{account}{20pt}{Arianne Meijer - van de Griend}\\
\icontext{map-marker}{20pt}{Espoo, Finland}\\
%\icontext{gift}{20pt}{27/02/1993}\\
\icontext{earth}{20pt}{Dutch}\\
%\icontext{home-heart}{20pt}{Married}\\
}
%\hspace{10pt}
\parbox[b][150pt][c]{0.5\textwidth}{
%\icontext{mobile-phone}{20pt}{\href{tel:00358453129631}{+358 45 312 9631}}\\
\icontext{at}{20pt}{\href{mailto:[email protected]}{[email protected]} }\\
%\icontext{skype}{20pt}{aerylia13}\\
\icontext{github}{20pt}{\href{https://github.com/aerylia}{github.com/aerylia}}\\
\icontext{linkedin-box}{20pt}{\href{https://linkedin.com/in/aerylia}{linkedin.com/in/aerylia}}\\
}
}
\\[-20pt]
\cvsect{Skills and Technologies}{0.49}{maincol}{textcol}\\[8pt]
Relative expertise:
\begin{center}
\mbox{
\bubbles{6/AI, 5/NLP, 4/Transpilation, 3/VQE, 3/ZX-calculus, 2/QAOA, 1/QECC, 1/QRAM}{\cvsection{Technologies}}
}
\end{center}
\cvsect{Languages}{0.49}{maincol}{textcol}\\[8pt]
Relative expertise, in order of preference:\\[4pt]
% BAR CHART
\mbox{
\hspace{10pt}
\begin{barchart}{10}{4}{sectcol}{textcol}{sectcol}{maincol}{thirdcol}{fourthcol}
\baritem{80}{Python}{0}{0}{100}
\baritem{50}{Java}{0}{0}{40}
\baritem{80}{Haskell/Clean}{0}{0}{30}
\baritem{80}{C}{0}{0}{10}
\baritem{80}{Prolog}{0}{0}{20}
\baritem{50}{Matlab}{0}{0}{40}
\baritem{50}{R}{0}{0}{5}
\end{barchart}
\hspace{120pt}
\parbox[b][120pt][c]{0.4\textwidth}{
\icontext{language}{14pt}{English (professional)}\\
\icontext{language}{14pt}{Dutch (native)}\\
\icontext{language}{14pt}{German (intermediate)}\\
\icontext{language}{14pt}{Finnish (Beginner)}\\}
}
%---------------------------------------------------------------------------------------
% ACTIVITIES
%----------------------------------------------------------------------------------------
\cvsect{Activities}{1}{maincol}{textcol}\\[8pt]
\mbox{
%\hspace{30pt}
% FACT BUBBLE
%\parbox[b][3cm][c]{3cm}{
% \factbubble{\HUGE{\textcolor{sectcol}{\textbf{6}}}\\\normalsize{\textcolor{sectcol}{\textbf{hackathons}}}}{1}{maincol}{thirdcol}{secondcol}
%}
\hspace{30pt}
% TEXT BOX
\parbox[b][3cm][c]{8.5cm}{
\vspace{-20pt}
\raggedright
\textcolor{textcol}{I love to challenge myself both creatively and intellectually. I particularly enjoy combining established techniques in new ways. This can \\easily be seen in my crafts.}\\[10pt]
\normalsize{Or in the words of Spoonboy from the Matrix (1999):}\\
\textbf{Do not try and think outside the box, that's impossible. Instead, only try to realize the truth... There is no box.}
}
\hspace{40pt}
% SQUARE BARS
\squares{10/Miniature painting,20/Beat Saber,30/Knitting, 20/Swimming,10/Baking,20/Puzzling}{1}
}
\newpage
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\cvsect{Experience}{0.6}{secondcol}{textcol}
\begin{table}[h!]
\begin{tabular}{p{0.16\linewidth}cp{0.75\linewidth}}
\csvreader[head to column names,
filter equal={\inresume}{y}]
{experience.csv}{}
{\textbf{\date} & : & \begin{tabular}[c]{@{}p{\linewidth}@{}}
\ifthenelse{\equal{\institute}{}}
{\textbf{\title}}
{\ifthenelse{\equal{\link}{}}
{\textbf{\title, \institute, \city~(\country)}}
{\href{\link}{\textbf{\title, \institute, \city~(\country)}}} }
\ifthenelse{\equal{\description}{}}{}{\\\textit{\description}}
\ifthenelse{\equal{\bibtex}{}}{}{\cite{\bibtex}} \\
\end{tabular} \\[10pt]
}
\end{tabular}
\end{table}
%\newpage
%\FloatBarrier
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\cvsect{Education}{0.6}{thirdcol}{textcol}
\begin{table}[h!]
\begin{tabular}{p{0.16\linewidth}cp{0.75\linewidth}}
\csvreader[head to column names,
filter equal={\inresume}{y}]
{education.csv}{}
{\textbf{\date} & : & \begin{tabular}[c]{@{}l@{}}
\ifthenelse{\equal{\link}{}}
{\textbf{\degree, \institute, \city~(\country)}}
{\href{\link}{\textbf{\degree, \institute, \city~(\country)}}}
\ifthenelse{\equal{\notes}{}}{}{\\\textit{\notes}} \\
\end{tabular} \\[10pt]
}
\end{tabular}
\end{table}
%Debug csv tables:
%\csvreader[tabular=lll,head to column names]%
%{education.csv}{}%
%{\thecsvinputline & \degree & \link}
%\csvreader[tabular=lll,head to column names]%
%{experience.csv}{}%
%{\thecsvinputline & \title & \link}
\cvsect{Publications}{0.6}{secondcol}{textcol}
\nocite{*}
\printbibliography[heading=none]
%============================================================================%
%
%
%
% DOCUMENT END
%
%
%
%============================================================================%
\end{document}