-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCV - David Álvarez Rosa.tex
400 lines (341 loc) · 12.5 KB
/
CV - David Álvarez Rosa.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
\PassOptionsToPackage{dvipsnames}{xcolor}
\documentclass[10pt, a4paper, ragged2e]{altacv}
\geometry{
left = 1cm,
right = 9cm,
marginparwidth = 6.8cm,
marginparsep = 1.2cm,
top = 1.25cm,
bottom = 1.25cm
}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[default]{lato}
\usepackage[hidelinks, breaklinks]{hyperref}
\usepackage{changepage}
\usepackage{microtype}
\renewenvironment{cvcolumn}[1]{\begin{minipage}[t]{#1}}{\end{minipage}}
\newcommand{\position}[2]{%
{\color{emphasis}%
{\large{#1}}\hfill{\raisebox{1pt}{\small{#2}}}\par%
}%
}
\newcommand{\institution}[1]{\smallskip{\bfseries\color{accent}#1\par}}
\newcommand{\duration}[1]{%
\smallskip{\small\makebox[0.5\linewidth][l]{\faCalendar\hspace{0.5em}#1}}%
}
\newcommand{\institutionShort}[1]{\smallskip{\bfseries\color{accent}#1}}
\newcommand{\durationShort}[1]{%
\hfill{\small\faCalendar\hspace{0.5em}#1\par\medskip}%
}
\newcommand{\location}[2][]{%
\ifstrequal{#2}{}{}{%
{\small\makebox[0.5\linewidth][r]{%
\ifstrequal{#1}{remote}{\faLaptop}{\faMapMarker}%
\hspace{0.5em}#2%
}}%
}{\small\par\medskip}%
}
\newcommand{\fhref}[2]{\href{#1://#2}{#2}}
\renewcommand{\divider}[1][]{%
\ifstrequal{#1}{empty}{\vspace{-4pt}}{}%
\par\vspace{-.333ex}%
\textcolor{body!37.5}{\hdashrule{\linewidth}{0.6pt}{0.5ex}}\medskip%
}
\renewcommand{\cvachievement}[3]{%
\begin{tabularx}{\linewidth}{@{}p{2em} @{\hspace{1ex}} >{\arraybackslash}X@{}}
\multirow{2}{*}{\Large\color{accent}#1} & \bfseries\textcolor{emphasis}{#2}\\
& #3
\end{tabularx}%
\vspace{6pt}%
}
\renewcommand{\cvevent}[6][]{%
{\large\color{emphasis}#2\hfill\small{#3}\par}
\smallskip\normalsize
\textbf{\color{accent}#4}\par
\smallskip\small
\makebox[0.5\linewidth][l]{\faCalendar\hspace{0.5em}#5}%
\makebox[0.5\linewidth][r]{%
\ifstrequal{#1}{remote}{\faLaptop}{\faMapMarker}%
\hspace{0.5em}#6%
}\par
\medskip\normalsize
}
\definecolor{Mulberry}{HTML}{72243D}
\definecolor{SlateGrey}{HTML}{2E2E2E}
\definecolor{LightGrey}{HTML}{666666}
\colorlet{heading}{Sepia}
\colorlet{accent}{Mulberry}
\colorlet{emphasis}{SlateGrey}
\colorlet{body}{LightGrey}
\hypersetup{
pdftitle = {CV - David Álvarez Rosa},
pdfauthor = {David Álvarez Rosa},
pdfsubject = {Curriculum Vitae},
pdfkeywords = {Curriculum Vitae, Curriculum, Resume, Portfolio, David, David
Álvarez, David Álvarez Rosa}
}
\newcommand{\grade}[1]{%
\begin{tikzpicture}
\clip (1em-.4em,-.35em) rectangle (5em +.5em ,1em);
\foreach \x in {1,2,...,5}{
\path[{fill=body!30}] (\x em,0) circle (.35em); % backColor
}
\begin{scope}
\clip (1em-.4em,-.35em) rectangle (#1em +.5em ,1em);
\foreach \x in {1,2,...,5}{
\path[{fill=accent}] (\x em,0) circle (.35em); % frontColor
}
\end{scope}
\end{tikzpicture}%
}
\renewcommand{\cvskill}[2]{%
\vspace{-4pt}%
\textcolor{emphasis}{\textbf{#1}}\hfill%
\grade{#2}\par%
}
\renewcommand{\cvsection}[3][]{%
\bigskip%
\ifstrequal{#1}{}{}{\marginpar{\vspace*{\dimexpr1pt-\baselineskip}\input{#1}}}%
{\color{heading}\LARGE\bfseries\MakeUppercase{#2}\hfill\Large{#3}}\\[-1ex]%
{\color{heading}\rule{\linewidth}{2pt}\par}\medskip
}
\renewcommand{\cveventshort}[4]{%
{\large\color{emphasis}#1\hfill\small{#2}\par}
\smallskip\normalsize
\textbf{\color{accent}#3}\hfill\small\faCalendar\hspace{0.5em}#4\par
\smallskip
\normalsize
}
\begin{document}
\name{\href{https://david.alvarezrosa.com/}{David Álvarez Rosa}}
\tagline{Mathematics and Industrial Technology Engineering graduate\vspace{.05cm}}
\photo{2.75cm}{img/photo}
\personalinfo{%
\email{\href{mailto:[email protected]}{\hspace{.025cm}[email protected]}}
\phone{\href{tel:+34647133930}{+34 647 13 39 30 \hspace{.65mm}}}
\home{\href{https://es.wikipedia.org/wiki/Olaz}{\hspace{.75mm}Olaz, Navarre}\hspace{5.85mm}}
\printinfo{\faGitlab}{\href{https://gitlab.com/david-alvarez-rosa/}
{david-alvarez-rosa}}
\homepage{\href{https://david.alvarezrosa.com}{david.alvarezrosa.com \hspace{.085cm}}}
\printinfo{\faLinkedin}{\href{https://www.linkedin.com/in/david-alvarez-rosa/}
{\hspace{.12mm}david-alvarez-rosa}}
\printinfo{\faBirthdayCake}{October 10, 1998}
\printinfo{\faBullhorn}{\href{https://blog.alvarezrosa.com/}{blog.alvarezrosa.com}}
}
\begin{fullwidth}
\makecvheader{}
\end{fullwidth}
\cvsection[sidebar/page1]{Experience}{\faBriefcase}
\position{Visiting Researcher}{Full Time -- 10 months}%
\institution{\href{https://vectorinstitute.ai/}{Vector Institute}}%
\duration{September 2020 -- June 2021}%
\location[remote]{Toronto, Ontario}%
During my research thesis at the University of Toronto, I was admitted in
Vector Institute, which allowed me to experience the world of research
first-hand using their exceptional high-performance computing resources with
the technical assistance of the development team.%
\divider{}
\position{%
\href{https://gitlab.com/david-alvarez-rosa/lidar-compensation}{Perception
Engineer (LiDAR)} }{20 hours/week -- 6 months%
}%
\institution{\href{https://driverless.upc.edu/}{Driverless UPC}}%
\duration{September 2019 -- February 2020}%
\location{Barcelona, Catalonia}%
I have been part of the Perception section of Driverless UPC team, formed by
undergraduate engineers in charge of the designing, manufacturing and testing
of a fully \textbf{autonomous}
car. \href{https://en.wikipedia.org/wiki/Lidar}{LiDAR} responsible and computer
vision collaborator.
\medskip
\cvsection{Education}{\faGraduationCap}
\position{%
\href{http://portal.uned.es/portal/page?_pageid=93,71396234&_dad=portal&_schema=PORTAL&idTitulacion=215201}
{MSc in Advanced Mathematics}%
}{GPA Unknown}%
\institution{%
\href{https://www.uned.es}{National University of Distance Education} --
\href{https://www.uned.es/universidad/facultades/ciencias.html}{Faculty of
Sciences}%
}%
\duration{September 2021 -- June 2023}%
\location{Madrid, Madrid}%
Math-lover part-time student. Official study program focused on research and
enabling PhD.%
\divider{}
\position{%
\href{https://recomprehension.com}{Bachelor's Thesis\footnotemark[1]}%
}{GPA 10/10 (A+)}%
\institution{%
\href{https://www.utoronto.ca/}{University of Toronto} --
\href{https://web.cs.toronto.edu/}{Dept. of Computer Science}%
}%
\duration{September 2020 -- June 2021}%
\location[remote]{Toronto, Ontario}%
Conducted research on Artificial Intelligence for my senior Bachelor's Thesis
at the Computer Science department of the University of Toronto under the
supervision of Prof.\ \href{https://www.cs.utoronto.ca/~fidler/}{Fidler} and
Prof.\ \href{https://imatge.upc.edu/web/people/xavier-giro}{Giró}.%
\divider{}
\position{%
\href{https://www.upc.edu/en/bachelors/mathematics-barcelona-fme}%
{BSc in Mathematics}%
}{GPA 8.12/10}%
\institution{%
\href{https://www.upc.edu/en}{Polytechnic University of Catalonia} --
\href{https://fme.upc.edu/en}{Faculty of Mathematics}%
}%
\duration{September 2016 -- June 2021}%
\location{Barcelona, Catalonia}%
A rigorous and proof-oriented course with a robust mathematical base, providing
a solid knowledge in its applications (algorithms, computing). Honors or
excellence in 9 subjects.%
\divider{}
\position{%
\href{https://www.upc.edu/en/bachelors/industrial-technology-engineering-barcelona-etseib}
{BEng in Industrial Technologies}%
}{GPA 8.03/10}%
\institution{%
\href{https://www.upc.edu/en}{Polytechnic University of Catalonia} --
\href{https://etseib.upc.edu/en}{School of Engineering}%
}%
\duration{September 2016 -- June 2021}%
\location{Barcelona, Catalonia}%
Multidisciplinary and integrative vision of industrial engineering. Acquired
knowledge and skills essential for future technological development. Honors or
excellence in 14 subjects.%
\divider{}
\position{Scientific and Technological Baccalaureate}{GPA 9.47/10}%
\institution{\href{https://www.irabia-izaga.org}{Irabia-Izaga School}}%
\duration{September 2014 -- June 2016}%
\location{Burlada, Navarre}%
Finished with honors obtaining 12.76/14 on University Access Exam.
\clearpage
\cvsection[sidebar/page2]{Courses}{\faBook}
\position{%
\href{https://www.edx.org/course/blockchain-and-fintech-basics-applications-and-lim}%
{Blockchain \& Financial Technology}%
}{24 hours}%
\institutionShort{\href{https://hku.hk/}{The University of Hong Kong}}
\durationShort{June 2021 -- Present}
\divider[empty]{}
\position{%
\href{https://www.deeplearning.ai/deep-learning-specialization/}%
{Deep Learning Specialization}%
}{80 hours}%
\institutionShort{\href{https://www.deeplearning.ai/}{deeplearning.ai}}
\durationShort{June 2021 -- Present}
\divider[empty]{}
\position{%
\href{http://cs231n.stanford.edu/}{CNNs for Visual Recognition}\footnotemark[2]%
}{10-week course}%
\institutionShort{\href{https://www.stanford.edu/}{Stanford University}}%
\durationShort{October 2020 - December 2020}%
Completed all coursework.%
\divider{}
\position{%
\href{https://www.coursera.org/account/accomplishments/certificate/CV6ND58V5Q4A}%
{Machine Learning}%
}{60 hours}%
\institutionShort{%
\href{https://www.stanford.edu/}{Stanford University} --
\href{https://www.coursera.org/}{Coursera}%
}%
\durationShort{August 2020 -- October 2020}%
\divider[empty]{}
\position{%
\href{https://en.wikipedia.org/wiki/Game_theory}{Mathematical Game Theory}
}{20 hours}%
\institutionShort{%
\href{https://www.upc.edu/en}{Polytechnic University of Catalonia} --
\href{https://cfis.upc.edu}{CFIS}%
}%
\durationShort{April 2019}%
Game theory is the study of \textbf{mathematical models} of strategic
interaction among \textbf{rational} decision-makers.%
\divider{}
\position{%
\href{https://sites.google.com/view/dlcfis2019/home}%
{Machine Learning \& Deep Learning\footnotemark[3]}
}{20 hours}%
\institutionShort{%
\href{https://www.upc.edu/en}{Polytechnic University of Catalonia} --
\href{https://cfis.upc.edu}{CFIS}%
}%
\durationShort{January 2019}
\medskip
\cvsection{Projects}{\faCogs}
\position{%
\href{https://gitlab.com/david-alvarez-rosa/neural-network}%
{Neural Network Implementation}\footnotemark[4]%
}{25 hours}%
\institutionShort{Personal Project}%
\durationShort{September 2019 -- October 2020}%
\divider[empty]{}
\position{%
\href{https://david.alvarezrosa.com/tres-en-raya}%
{Robotic Arm -- Tic Tac Toe}\footnotemark[5]%
}{75 hours}%
\institution{%
\href{https://www.upc.edu/en}{Polytechnic University of Catalonia} --
\href{https://etseib.upc.edu/en}{School of Engineering}%
}%
\duration{January 2019 -- June 2019}%
\location{}%
Virtual animation of robotic arm able to play TicTacToe and \textbf{never}
lose.%
\divider{}
\position{%
\href{https://gitlab.com/david-alvarez-rosa/simplex-algorithm}
{Simplex Algorithm in C++}\footnotemark[6]%
}{15 hours}%
\institution{%
\href{https://www.upc.edu/en}{Polytechnic University of Catalonia} --
\href{https://fme.upc.edu/en}{Faculty of Mathematics}%
}%
\duration{October 2018 -- December 2018}%
\location{}%
\divider[empty]{}
\position{%
\href{https://david.alvarezrosa.com}{Personal Website} \& Private Email
Server%
}{50 hours}%
\institutionShort{Personal Project}%
\durationShort{August 2018 -- Present}%
Website design and configuration of email server. \divider{}
\position{%
\href{http://david.alvarezrosa.com:5000}{Study Schedule Generator}\footnotemark[7]%
}{60 hours}%
\institution{%
\href{https://www.upc.edu/en}{Polytechnic University of Catalonia} --
\href{https://etseib.upc.edu/en}{School of Engineering}%
}%
\duration{January 2018 -- June 2018}%
\location{}%
Study schedule adapted to student performance (data analysis).
\medskip
\begin{fullwidth}
\cvsection{Interests \& Personal Statement}{\faSearch}
\begin{minipage}{12cm}
Ambitious, hardworking and open-minded leader with a passion for Maths,
Artificial Intelligence and Engineering. I am an outgoing person, with a
highly analytical mindset, who likes to debate and learn from others. I
have the ability to motivate those who surround me in order to provide
meaningful solutions for real problems, with a goal-oriented approach.
\indent Interested in areas of knowledge that involve my two fields of
studies in conjunction, such as Artificial Intelligence, Robotics and Data
Analysis. Actively seeking for job opportunities at a leading company in
order to get real-world experience and grow as a professional.
\end{minipage}\hspace{-1.4cm}
\begin{minipage}{0pt}
\wheelchart{1.5cm}{0.5cm}{%
6/8em/accent!30/Family and \\ friends,
3/8em/accent!40/Robotics,
8/8em/accent!60/Artificial \\ intelligence,
2/10em/accent/Sport,
5/6em/accent!20/Data \\ analysis
}
\end{minipage}
\end{fullwidth}
\end{document}