-
Notifications
You must be signed in to change notification settings - Fork 0
/
cv_raymon_roos.tex
473 lines (349 loc) · 18.6 KB
/
cv_raymon_roos.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
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Freeman Curriculum Vitae
% XeLaTeX Template
% Version 3.0 (September 3, 2021)
%
% This template originates from:
% https://www.LaTeXTemplates.com
%
% Authors:
% Vel (vel@LaTeXTemplates.com)
% Alessandro Plasmati
%
% License:
% CC BY-NC-SA 4.0 (https://creativecommons.org/licenses/by-nc-sa/4.0/)
%
%!TEX program = xelatex
% NOTE: this template must be compiled with XeLaTeX rather than PDFLaTeX
% due to the custom fonts used. The line above should ensure this happens
% automatically, but if it doesn't, your LaTeX editor should have a simple toggle
% to switch to using XeLaTeX.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%----------------------------------------------------------------------------------------
% PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
%----------------------------------------------------------------------------------------
\documentclass[
11pt, % Default font size, can be between 8pt and 12pt
]{FreemanCV}
\usepackage[dutch]{babel}
\columnratio{0.50, 0.50} % Widths of the two columns, specified here as a ratio summing to 1 to correspond to percentages; adjust as needed for your content
% Headers and footers can be added with the following commands: \lhead{}, \rhead{}, \lfoot{} and \rfoot{}
% Example right footer:
%\rfoot{\textcolor{headings}{\sffamily Last update: \today. Typeset with Xe\LaTeX}}
%----------------------------------------------------------------------------------------
\begin{document}
\begin{paracol}{2} % Begin two-column mode
%----------------------------------------------------------------------------------------
% YOUR NAME AND CURRICULUM VITAE TITLE
%----------------------------------------------------------------------------------------
\parbox[][0.25\textheight][c]{\linewidth}{ % Box to hold your name and CV title; change the fixed height as needed to match the colored box to the right
\centering % Horizontally center text
{\sffamily\Huge Raymon Roos} % Your name
\medskip % Vertical whitespace
\vspace{-5pt}
{\cursivefont\Large\textcolor{headings}{Curriculum Vitae}}
% \vfill % Push content to the top of the box
%----------------------------------------------------------------------------------------
% YOUR PICTURE
%----------------------------------------------------------------------------------------
\begin{center}
\includegraphics[width=0.21\textwidth,origin=c]{me_myself.jpg}
\end{center}
\vspace{-15pt}
}
\section{Over mij}
\textbf{Ik ben...}\\
...van nature nieuwsgierig, nauwkeurig en analytisch en zoek uitdagingen op. Ik heb een brede
interesse, van computer software en hardware; tot online privacy, veiligheid en
vrijheid; tot psychologie, filosofie en biologie.
\textbf{Ik heb geleerd...}\\
...over wetenschappelijk denken op het Technasium. Op mijn huidige opleiding aan de
Bit Academy word ik klaargestoomd voor het actuele werkklimaat in de Tech sector, door
middel van praktische en relevante opdrachten en projecten, het werken met Git en
vooral het werken in een software team.
\textbf{Ik wil uitgedaagd worden...}\\
...in programmeren voor unieke projecten met een professioneel team, samenwerken
volgens de principes van agile, optimaal gebruik maken van Git, de ins en outs leren
van programmeertalen, de fundamenten van computer wetenschap eigen maken, en verdiepen
in systeemgericht ontwerpen aan de hand van OOP en FP.
%----------------------------------------------------------------------------------------
% SKILLS DESCRIPTION
%----------------------------------------------------------------------------------------
\section{Algemene Vaardigheden}
\begin{itemize}
\item nauwkeurig
\item doelgericht
\item probleemoplossend vermogen
\item zelfstandig
\item taalvaardig \small (Nederlands \& Engels) \normalsize
\item loyaal
\end{itemize}
%----------------------------------------------------------------------------------------
% COMPUTER SKILLS
%----------------------------------------------------------------------------------------
\section{Technische Vaardigheden}
% This section is laid out using a table. A \tableentry command adds
% lines with the following parameters:
%\tableentry{Heading}{Content}{spaceafter} All 3 parameters must be
%supplied but any can be empty if you don't need them A "spaceafter"
%value in the third parameter will add some vertical space -- this is
%to be used between headings, leave it empty for no extra space
%------------------------------------------------
\begin{supertabular}{r l} % Start a table with two columns, the table will ensure everything is aligned
%------------------------------------------------
\tableentry{Beginnend met}{C, Lua, Rust, \LaTeX}{}
\tableentry{}{TailWindCSS, JS, Bash}{}
%------------------------------------------------
\tableentry{Enige ervaring}{Laravel, \faLinux Linux}{}
\tableentry{}{GNU coreutils}{}
%------------------------------------------------
\tableentry{Meeste ervaring}{PHP, OOP, MySQL, \faGit}{}
\tableentry{}{}{}
%------------------------------------------------
\end{supertabular}
\section{Hobbies}
\begin{itemize}
\item lezen van klassieke literatuur en Science Fiction
\item luisteren naar developer conferences en podcasts
\item Linux desktops configureren
\item programmeren
\item muziek luisteren
\end{itemize}
% %----------------------------------------------------------------------------------------
% % MAJOR RESEARCH PROJECT
% %----------------------------------------------------------------------------------------
% \section{Doctoral Research}
% {\raggedright\textbf{``Observation of Einstein-Podolsky-Rosen Entanglement on Supraquantum Structures by Induction Through Nonlinear Transuranic Crystal of Extremely Long Wavelength Pulse from Mode-Locked Source Array"}\par}
% \medskip % Vertical whitespace
% My research examined the use of ELW pulses from a mode-locked source array inducted through transuranic crystals to observe entanglement on supraquantum structures. Theoretical advancements included prediction of quantum resonance phenomena including the possibility of resonance cascades. I was motivated to conduct this doctoral research due to my passion for teleportation of matter and I believe I have laid the foundation for further experimental validation and development of practical outcomes.
% \medskip % Extra vertical whitespace before the next section
% %----------------------------------------------------------------------------------------
% % REFERENCES
% %----------------------------------------------------------------------------------------
% \section{References}
% %\textit{References available on request} % Uncomment if you'd rather not include references and remove the section below
% %------------------------------------------------
% % This section is laid out using a table. A \tableentry command adds lines with the following parameters:
% %\tableentry{Heading}{Content}{spaceafter}
% % All 3 parameters must be supplied but any can be empty if you don't need them
% % A "spaceafter" value in the third parameter will add some vertical space -- this is to be used between headings, leave it empty for no extra space
% %------------------------------------------------
% \begin{supertabular}{r l} % Start a table with two columns, the table will ensure everything is aligned
% %------------------------------------------------
% \tableentry{}{\textbf{Dr. Isaac Kleiner}}{spaceafter}
% \tableentry{Position}{Professor}{}
% \tableentry{Employer}{\href{https://web.mit.edu/physics/}{Department of Physics}}{}
% \tableentry{}{\href{https://web.mit.edu}{\textit{Massachusetts Institute of Technology}}}{spaceafter}
% \tableentry{Phone}{+1 (617) 253 1000 x5322 (Work)}{}
% \tableentry{Mobile}{+1 (232) 842-3583}{}
% %------------------------------------------------
% \\ % Additional vertical whitespace between the references
% %------------------------------------------------
% \tableentry{}{\textbf{Dr. Eli Vance}}{spaceafter}
% \tableentry{Position}{Scientist (HL1)}{}
% \tableentry{Employer}{\href{http://www.bmrf.us}{Black Mesa Research Facility}}{spaceafter}
% \tableentry{Email}{\href{mailto:e.vance@bmrf.us}{e.vance@bmrf.us}}{}
% \tableentry{Phone}{+1 (800) 786-1410 x6235 (Work)}{}
% \tableentry{Mobile}{+1 (201) 632-3901}{}
% %------------------------------------------------
% \end{supertabular}
% \medskip % Extra vertical whitespace before the next section
% %----------------------------------------------------------------------------------------
\switchcolumn % Switch to the second (right) column
%----------------------------------------------------------------------------------------
% COLORED CONTACT DETAILS BOX
%----------------------------------------------------------------------------------------
\parbox[top][0.14\textheight][c]{\linewidth}{ % Box to hold the colored box; change the fixed height as needed to match the box to the left
\colorbox{shade}{ % Create colored box and specify background color
\begin{supertabular}{@{\hspace{3pt}} p{0.05\linewidth} | p{0.775\linewidth}} % Start a table with two columns, the table will ensure everything is aligned
\color{contactinfo}
\raisebox{-1pt}{\faHome} & Waver 40A, Ouderkerk a/d Amstel 1191 KJ \\ % Address
\raisebox{-1pt}{\faPhone} & +31 (0)6 31081991 \\ % Phone number
\raisebox{-1pt}{\small\faEnvelope} & \href{mailto:raymon.roos@hotmail.com}{raymon.roos@hotmail.com} \\ % Email address
%\raisebox{-1pt}{\small\faDesktop} & \href{https://www.LaTeXTemplates.com}{https://www.LaTeXTemplates.com} \\ % Website
\raisebox{-1pt}{\faGithub} & \href{https://github.com/raymon-roos}{github.com/raymon-roos} \\ % GitHub profile
\raisebox{-1pt}{\faLinkedinSquare} & \href{https://www.linkedin.com/in/raymon-roos-1840a7228/}{linkedin.com/in/raymon-roos} \\ % LinkedIn profile
% See fontawesome.pdf in the Fonts folder for all icons you can use
\end{supertabular}
}
% \vfill % Push content to the top of the box
}
%----------------------------------------------------------------------------------------
% EDUCATION
%----------------------------------------------------------------------------------------
\section{Opleidingen}
% Each qualification entry is added with a \qualificationentry command. Below is an empty one to use as a template:
%\qualificationentry
% {} % Duration
% {} % Degree
% {} % Honors, achievements or distinctions (e.g. first class honors)
% {} % Department
% {} % Institution
% All 5 parameters must be supplied but any can be empty if you don't need them
%------------------------------------------------
\begin{supertabular}{r l} % Start a table with two columns, the table will ensure everything is aligned
%------------------------------------------------
\qualificationentry
{2021 -- nu} % Duration
{Software Developer MBO Niv. 4} % Degree
{} % Honors, achievements or distinctions (e.g. first class honors)
{Bit Academy} % Department
{ROC van Amsterdam} % Institution
%------------------------------------------------
\qualificationentry
{2013 -- 2020} % Duration
{VWO} % Degree
{Geen diploma} % Honors, achievements or distinctions (e.g. first class honors)
{Natuur en techniek/Natuur en Gezondheid} % Department
{Keizer Karel College - Amstelveen} % Institution
\qualificationentry
{ } % Duration
{Technasium Projecten:} % Degree
{} % Honors, achievements or distinctions (e.g. first class honors)
{ } % Department
{ } % Institution
\end{supertabular}
\vspace{-28pt}
\small
\begin{itemize}
\item Nieuw dierenverblijf voor dierentuin Artis
\item Kustwering met toegevoegde maatschappelijke waarde voor Ballast Nedam
\item Urban Agriculture ontwerp voor de gemeente van Amstelveen
\item Methode voor publieke voorlichting over virussen voor Cirion
\end{itemize}
\normalsize
%----------------------------------------------------------------------------------------
% WORK EXPERIENCE
%----------------------------------------------------------------------------------------
\section{Werkervaring}
% Each job is added with a \jobentry command. Below is an empty one to use as a template:
%\jobentry
% {} % Duration
% {} % FT/PT (full time or part time)
% {} % Employer
% {} % Job title
% {} % Description
% All 5 parameters must be supplied but any can be empty if you don't need them
%------------------------------------------------
\jobentry
{Sep 2023 -- Heden} % Duration
{Part time} % FT/PT (full time or part time)
{Debo} % Employer
{Laravel developer} % Job title
{} % Description
%------------------------------------------------
\jobentry
{Feb 2023 -- Sep 2023} % Duration
{Full time} % FT/PT (full time or part time)
{Debo} % Employer
{Laravel Stagair} % Job title
{Competenties:
\begin{itemize}
\item PHP/Laravel
\item MariaDB
\item OOP
\item Git
\end{itemize}
} % Description
%------------------------------------------------
\jobentry
{Sep 2022 -- Aug 2023} % Duration
{Part time} % FT/PT (full time or part time)
{Bit Academy} % Employer
{Studentencoach} % Job title
{Competenties:
\begin{itemize}
\item Vragen beantwoorden
\item Medestudenten helpen
\item Technische problemen oplossen
\item Uitleg geven
\end{itemize}
} % Description
%------------------------------------------------
\jobentry
{Aug 2018 -- sep 2022} % Duration
{Part time} % FT/PT (full time or part time)
{Café-restaurant Bon} % Employer
{Keukenmedewerker} % Job title
{Competenties:
\begin{itemize}
\item Voor- en nagerechten maken
\item Ingrediënten voorbereiden
\item Werkplek onderhouden
\end{itemize}
} % Description
% %----------------------------------------------------------------------------------------
% % AWARDS
% %----------------------------------------------------------------------------------------
% \section{Awards}
% % This section is laid out using a table. A \tableentry command adds lines with the following parameters:
% %\tableentry{Heading}{Content}{spaceafter}
% % All 3 parameters must be supplied but any can be empty if you don't need them
% % A "spaceafter" value in the third parameter will add some vertical space -- this is to be used between headings, leave it empty for no extra space
% %------------------------------------------------
% \begin{supertabular}{r l} % Start a table with two columns, the table will ensure everything is aligned
% %------------------------------------------------
% \tableentry{1985}{\textbf{Faculty of Science Masters Scholarship}}{}
% \tableentry{}{\textit{Massachusetts Institute of Technology}}{spaceafter}
% %------------------------------------------------
% \tableentry{1983}{\textbf{Top Achiever Award -- Physics}}{}
% \tableentry{}{\textit{The University of Washington}}{spaceafter}
% %------------------------------------------------
% \end{supertabular}
% %----------------------------------------------------------------------------------------
% % COMMUNICATION SKILLS
% %----------------------------------------------------------------------------------------
% \section{Communication Skills}
% % This section is laid out using a table. A \tableentry command adds lines with the following parameters:
% %\tableentry{Heading}{Content}{spaceafter}
% % All 3 parameters must be supplied but any can be empty if you don't need them
% % A "spaceafter" value in the third parameter will add some vertical space -- this is to be used between headings, leave it empty for no extra space
% %------------------------------------------------
% \begin{supertabular}{r l} % Start a table with two columns, the table will ensure everything is aligned
% %------------------------------------------------
% \tableentry{Conferences}{Oral Presentation at the Annual MIT}{}
% \tableentry{}{Theoretical Physics Conference -- 1987}{spaceafter}
% %------------------------------------------------
% \tableentry{Posters}{Poster at the Meeting of the American}{}
% \tableentry{}{Physical Society -- 1985}{spaceafter}
% %------------------------------------------------
% \end{supertabular}
%----------------------------------------------------------------------------------------
% Profile DESCRIPTION
%----------------------------------------------------------------------------------------
% %----------------------------------------------------------------------------------------
% % PUBLICATIONS
% %----------------------------------------------------------------------------------------
% \section{Publications}
% %------------------------------------------------
% \textbf{Freeman, G. R.} (1996). Chemistry of Multiply Charged Negative Molecular Ions and Clusters in the Gas Phase: Terrestrial and in Intense Galactic Magnetic Fields. \textit{The Journal of Physical Chemistry}, \textit{100}(11), 4331-4338.
% \medskip % Vertical whitespace
% Jacobsen, F. M., Gee, N., \textbf{Freeman, G. R.} (1986). Electron mobility in liquid krypton as function of density, temperature, and electric field strength. \textit{Physical Review A}, \textit{34}(3): 2329-2335.
% \medskip % Vertical whitespace
% %------------------------------------------------
% % As an alternative to a long-form publication list, you can create a shorter summary using only DOI values and years.
% % Example \doipublication{} command to add another publication:
% %\doipublication{Year}{DOI}{firstauthor}{spaceafter}
% % All four parameters are required (can be empty though)
% % A value of "firstauthor" in the third parameter will output the DOI in bold
% % A "spaceafter" value in the fourth parameter will add some vertical space -- this is to be used between years
% %------------------------------------------------
% \subsection{Publications by DOI}
% \begin{supertabular}{r l} % Start a table with two columns, the table will ensure everything is aligned
% %------------------------------------------------
% \doipublication{1996}{10.1021/jp951483+}{firstauthor}{spaceafter}
% %------------------------------------------------
% \doipublication{1990}{10.1139/p90-097}{firstauthor}{spaceafter}
% %------------------------------------------------
% \doipublication{1986}{10.1139/v86-297}{}{}
% \doipublication{}{10.1103/PhysRevA.34.2329}{}{spaceafter}
% %------------------------------------------------
% & \textit{First author publications in} \textbf{bold}\\
% %------------------------------------------------
% \end{supertabular}
% \medskip % Extra whitespace before the next section
%----------------------------------------------------------------------------------------
\end{paracol} % End two-column mode
%----------------------------------------------------------------------------------------
\end{document}