Skip to content

Commit 30187c3

Browse files
committed
First commit
1 parent b16ecda commit 30187c3

File tree

6 files changed

+33
-372
lines changed

6 files changed

+33
-372
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,3 +301,6 @@ TSWLatexianTemp*
301301
#*Notes.bib
302302

303303
*.txt
304+
305+
# Output PDF
306+
*.pdf

cv_eng.pdf

-314 KB
Binary file not shown.

cv_eng.tex

Lines changed: 20 additions & 124 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,12 @@
1-
%% start of file `cv.tex'.
2-
%% Copyright 2006-2015 Xavier Danaux (xdanaux@gmail.com), 2020-2022 moderncv maintainers (github.com/moderncv).
3-
%
4-
% This work may be distributed and/or modified under the
5-
% conditions of the LaTeX Project Public License version 1.3c,
6-
% available at http://www.latex-project.org/lppl/.
7-
8-
9-
\documentclass[11pt,a4paper,sans]{moderncv} % possible options include font size ('10pt', '11pt' and '12pt'), paper size ('a4paper', 'letterpaper', 'a5paper', 'legalpaper', 'executivepaper' and 'landscape') and font family ('sans' and 'roman')
1+
\documentclass[11pt,a4paper,sans]{moderncv}
102

113
% moderncv themes
12-
\moderncvstyle{classic} % style options are 'casual' (default), 'classic', 'banking', 'oldstyle' and 'fancy'
13-
\moderncvcolor{blue} % color options 'black', 'blue' (default), 'burgundy', 'green', 'grey', 'orange', 'purple' and 'red'
14-
%\renewcommand{\familydefault}{\sfdefault} % to set the default font; use '\sfdefault' for the default sans serif font, '\rmdefault' for the default roman one, or any tex font name
15-
%\nopagenumbers{} % uncomment to suppress automatic page numbering for CVs longer than one page
4+
\moderncvstyle{classic}
5+
\moderncvcolor{blue}
166

17-
% adjust the page margins
187
\usepackage[scale=0.75]{geometry}
19-
\setlength{\footskip}{149.60005pt} % depending on the amount of information in the footer, you need to change this value. comment this line out and set it to the size given in the warning
20-
%\setlength{\hintscolumnwidth}{3cm} % if you want to change the width of the column with the dates
21-
%\setlength{\makecvheadnamewidth}{10cm} % for the 'classic' style, if you want to force the width allocated to your name and avoid line breaks. be careful though, the length is normally calculated to avoid any overlap with your personal info; use this at your own typographical risks...
8+
\setlength{\footskip}{149.60005pt}
229

23-
% font loading
24-
% for luatex and xetex, do not use inputenc and fontenc
25-
% see https://tex.stackexchange.com/a/496643
2610
\ifxetexorluatex
2711
\usepackage{fontspec}
2812
\usepackage{unicode-math}
@@ -37,43 +21,20 @@
3721
\usepackage{lmodern}
3822
\fi
3923

40-
% document language
41-
\usepackage[english]{babel} % FIXME: using spanish breaks moderncv
24+
\usepackage[english]{babel}
25+
\usepackage{multibib}
4226

4327
% personal data
4428
\name{Matteo}{Iervasi}
45-
%\title{Curriculum Vitae}
46-
%\born{27 January 1996}
47-
%\address{Via Olmo 20A}{37068}{VR}
4829
\email{matteoiervasi@gmail.com}
49-
\homepage{https://jackhack96.github.io/}
50-
\phone[mobile]{+39~377~275~9725}
30+
\homepage{https://matteoiervasi.it/}
5131

5232
% Social icons
5333
\social[linkedin]{matteo-iervasi}
5434

55-
%\social[github]{JackHack96}
56-
%\social[gitlab]{JackHack96}
57-
%\social[stackoverflow]{3760726/matteo-iervasi}
58-
59-
\photo[64pt][0.4pt]{picture} % optional, remove / comment the line if not wanted; '64pt' is the height the picture must be resized to, 0.4pt is the thickness of the frame around it (put it to 0pt for no frame) and 'picture' is the name of the picture file
60-
61-
% bibliography adjustments (only useful if you make citations in your resume, or print a list of publications using BibTeX)
62-
% to show numerical labels in the bibliography (default is to show no labels)
63-
%\makeatletter\renewcommand*{\bibliographyitemlabel}{\@biblabel{\arabic{enumiv}}}\makeatother
35+
\photo[64pt][0.4pt]{picture}
6436
\renewcommand*{\bibliographyitemlabel}{[\arabic{enumiv}]}
65-
% to redefine the bibliography heading string ("Publications")
66-
%\renewcommand{\refname}{Articles}
67-
68-
% bibliography with mutiple entries
69-
%\usepackage{multibib}
70-
%\newcites{book,misc}{{Books},{Others}}
71-
%----------------------------------------------------------------------------------
72-
% content
73-
%----------------------------------------------------------------------------------
7437
\begin{document}
75-
%\begin{CJK*}{UTF8}{gbsn} % to typeset your resume in Chinese using CJK
76-
%----- resume ---------------------------------------------------------
7738
\makecvtitle
7839

7940
I'm a firmware engineer with a strong background in low-level programming and microcontroller development, experienced in creating efficient and
@@ -82,11 +43,10 @@
8243
highly skilled in utilizing the Yocto Project to customize embedded Linux distributions.
8344

8445
\section{Education}
85-
% arguments 3 to 6 can be left empty
8646
\cventry{2024--Present}{Ph.D. fellowship in AI for Active and Assisted Living}{University of Stavanger}{Stavanger}{}{
8747
Research on the development of AI-based solutions for the improvement of the quality of life of Parkinson's patients.
8848
}
89-
\cventry{2018--2020}{Master's degree in Computer Science and Engineering}{University of Verona}{Verona}{107/110}{
49+
\cventry{2018--2020}{Master's degree in Computer Science and Engineering}{University of Verona}{Verona}{}{
9050
Thesis title: "Integrating synthetic and real components of a cyber-physical production system".\\
9151
Relevant courses:
9252
\begin{itemize}
@@ -96,7 +56,7 @@ \section{Education}
9656
\item System theory
9757
\end{itemize}
9858
}
99-
\cventry{2015--2018}{Bachelor's degree in Computer Science}{University of Verona}{Verona}{95/110}{
59+
\cventry{2015--2018}{Bachelor's degree in Computer Science}{University of Verona}{Verona}{}{
10060
Relevant courses:
10161
\begin{itemize}
10262
\item Operating systems
@@ -105,7 +65,7 @@ \section{Education}
10565
\item Language and compilers
10666
\end{itemize}
10767
}
108-
\cventry{2010--2015}{High school diploma}{Liceo Scientifico Angelo Messedaglia}{Verona}{87/100}{
68+
\cventry{2010--2015}{High school diploma}{Liceo Scientifico Angelo Messedaglia}{Verona}{}{
10969
Attended the ``\textit{Applied Science}'' curriculum, which focuses on Computer Science, Physics, Chemistry and Biology.
11070
\begin{itemize}
11171
\item Developed a software for controlling the chemistry lab spectrophotometer
@@ -127,13 +87,13 @@ \section{Master thesis}
12787
as the base technology.
12888
}
12989

130-
\section{Research}
131-
\cventry{2021}{Research scholarship}{EDALab S.r.l.}{San Giovanni Lupatoto}{}{Integration of Bluetooth Low Energy devices in BOX-IO system.\\
90+
\section{Internships}
91+
\cventry{2021}{Research internship}{EDALab S.r.l.}{San Giovanni Lupatoto}{}{Integration of Bluetooth Low Energy devices in BOX-IO system.\\
13292
Focus of the work was the development of a firmware for some microcontrollers (most notably Texas Instruments and ST) able to communicate over
13393
BLE, ZigBee and generic serial connection with the BOX-IO system.}
13494

13595
\section{Employment}
136-
\cventry{Sep 2020-- Jul 2024}{Embedded software engineer}{EDALab S.r.l.}{San Giovanni Lupatoto}{}{General firmware and low-level embedded software development for third-parties.
96+
\cventry{Oct 2020-- Jul 2024}{Embedded software engineer}{EDALab S.r.l.}{San Giovanni Lupatoto}{}{General firmware and low-level embedded software development for third-parties.
13797
\begin{itemize}
13898
\item Collaborated directly with customers to design and develop firmware solutions for various embedded systems.
13999
\item Implemented low-level software and optimized performance while ensuring hardware compatibility.
@@ -164,95 +124,31 @@ \subsection{Volunteering}
164124

165125
\section{Languages}
166126
\cvitemwithcomment{Italian}{Native language}{}
167-
\cvitemwithcomment{English}{Professional level. Proficient in reading and writing, fluent in speaking.}{C1 IELTS certification.}
127+
\cvitemwithcomment{English}{Professional level. Proficient in reading and writing, fluent in speaking.}{IELTS certification.}
168128

169129
\section{Skills}
170130
\cvitem{Programming Languages}{Excellent knowledge of C, C++ and Python.}
171131
\cvitem{Firmware Development}{Expertise in low-level programming for various microcontrollers with various environments and compilers, e.g. IAR®, GCC/Clang and Keil®.}
172132
\cvitem{MCUs}{Expertise in developing for ST® STM32, Renesas® RL78, Renesas® RX130, Renesas® RA, NXP® Kinetis, Cypress® FM4 and other ARM MCUs, Microchip® PIC18, PIC24 and PIC32, Intel® 8051 and Espressif® ESP32/ESP8266.}
173133
\cvitem{Embedded Systems}{Experienced using the Yocto Project for customizing embedded Linux distributions, Qt/QML for developing complex HMIs.}
174134
\cvitem{Operating Systems}{Proficient in developing on GNU/Linux and Microsoft® Windows®.}
175-
%\cvitem{Office Automation}{Skilled in using the Microsoft® Office® suite and LibreOffice.}
176-
%\cvitem{Web technologies}{HTML, CSS, Familiar with WordPress, Joomla}
177135
\cvitem{Scripting}{Expert in OS automation using Bash and general automation using Python.}
178136
\cvitem{Versioning}{Excellent knowledge of Git.}
179137

180138

181-
%\section{Computer Science skills}
182-
% \cvitem{Skill matrix}{Alternatively, provide a skill matrix to show off your skills}
183-
%% Skill matrix as an alternative to rate one's skills, computer or other.
184-
185-
%% Adjusts width of skill matrix columns.
186-
%% Usage \setcvskillcolumns[<width>][<factor>][<exp_width>]
187-
%% <width>, <exp_width> should be lengths smaller than \textwidth, <factor> needs to be between 0 and 1.
188-
%% Examples:
189-
% \setcvskillcolumns[5em][][]% adjust first column. Same as \setcvskillcolumns[5em]
190-
% \setcvskillcolumns[][0.45][]% adjust third (skill) column. Same as \setcvskillcolumns[][0.45]
191-
% \setcvskillcolumns[][][\widthof{``Year''}]% adjust fourth (years) column.
192-
% \setcvskillcolumns[][0.45][\widthof{``Year''}]%
193-
% \setcvskillcolumns[\widthof{``Languag''}][0.48][]
194-
% \setcvskillcolumns[\widthof{``Languag''}]%
195-
196-
%% Adjusts width of legend columns. Usage \setcvskilllegendcolumns[<width>][<factor>]
197-
%% <factor> needs to be between 0 and 1. <width> should be a length smaller than \textwidth
198-
%% Examples:
199-
% \setcvskilllegendcolumns[][0.45]
200-
% \setcvskilllegendcolumns[\widthof{``Legend''}][0.45]
201-
% \setcvskilllegendcolumns[0ex][0.46]% this is usefull for the banking style
202-
203-
%% Add a legend if you are using \cvskill{<1-5>} command or \cvskillentry
204-
%% Usage \cvskilllegend[*][<post_padding>][<first_level>][<second_level>][<third_level>][<fourth_level>][<fifth_level>]{<name>}
205-
% \cvskilllegend % insert default legend without lines
206-
%\cvskilllegend*[1em]{}% adjust post spacing
207-
% \cvskilllegend*{Legend}% Alternatively add a description string
208-
%% adjust the legend entries for other languages, here German
209-
% \cvskilllegend[0.2em][Grundkenntnisse][Grundkenntnisse und eigene Erfahrung in Projekten][Umfangreiche Erfahrung in Projekten][Vertiefte Expertenkenntnisse][Experte\,/\,Spezialist]{Legende}
210-
211-
%% Alternative legend style with the first three skill levels in one column
212-
%% Usage \cvskillplainlegend[*][<post_padding>][<first_level>][<second_level>][<third_level>][<fourth_level>][<fifth_level>]{<name>}
213-
% \setcvskilllegendcolumns[][0.6]% works for classic, casual, banking
214-
% \setcvskilllegendcolumns[][0.55]% works better for oldstyle and fancy
215-
% \cvskillplainlegend{}
216-
% \cvskillplainlegend[0.2em][Grundkenntnisse][Grundkenntnisse und eigene Erfahrung in Projekten][Umfangreiche Erfahrung in Projekten][Vertiefte Expertenkenntnisse][Experte/Guru]{Legende}
217-
218-
%% Add a head of the skill matrix table with descriptions.
219-
%% Usage \cvskillhead[<post_padding>][<Level>][<Skill>][<Years>][<Comment>]%
220-
%\cvskillhead[-0.1em]% this inserts the standard legend in english and adjust padding
221-
%% Adjust head of the skill matrix for other languages
222-
% \cvskillhead[0.25em][Level][F\"ahigkeit][Jahre][Bemerkung]
223-
224-
%% \cvskillentry[*][<post_padding>]{<skill_cathegory>}{<0-5>}{<skill_name>}{<years_of_experience>}{<comment>}%
225-
%% Example usages:
226-
%\cvskillentry*{Language:}{5}{C}{\number\numexpr\year-2010\relax~}{As a firmware engineer, C is often my only language available. I also know compiler-specific extension for GCC and IAR®.}
227-
%\cvskillentry{}{4}{C++}{\number\numexpr\year-2018\relax~}{Though not as good as I'm with C, I use C++ often, generally for HMI in embedded projects with frameworks such as Qt.}
228-
%\cvskillentry{}{3}{Python}{\number\numexpr\year-2018\relax~}{I developed some personal projects with Python and it's my go-to choice when doing complex scripts.}
229-
%\cvskillentry{}{2}{Java}{\number\numexpr\year-2014\relax~}{I've used Java in many personal projects and also at the university, but I don't generally like to use it.}
230-
%\cvskillentry{}{3}{\LaTeX}{\number\numexpr\year-2018\relax~}{I've used \LaTeX for all my documents at the University and I still use it sometimes for complex documents, as I generally prefer it over Microsoft® Office®.}
231-
%\cvskillentry*{OS:}{4}{GNU/Linux}{\number\numexpr\year-2010\relax~}{I've used many GNU/Linux distributions in the past and I've settled on Ubuntu for a decade now.}% notice the use of the starred command and the optional
232-
%\cvskillentry{}{4}{Microsoft® Windows®}{\number\numexpr\year-2005\relax~}{I can use any Microsoft® Windows® version though I prefer to use Linux when possible.}
233-
%\cvskillentry*{MCU:}{4}{ST® STM32}{\number\numexpr\year-2018\relax~}{ST has been my main developing platform for quite some time.}
234-
%\cvskillentry{}{4}{Renesas® RL78}{\number\numexpr\year-2020\relax~}{I've worked with this 16-bit architecture for a variety of customers.}
235-
%\cvskillentry{}{3}{Renesas® RX130}{\number\numexpr\year-2020\relax~}{My knowledge on this platform is more limited than RL78 because of fewer projects, but still good.}
236-
%\cvskillentry{}{2}{Intel® 8051}{\number\numexpr\year-2020\relax~}{I've used this architecture on some projects with success.}
237-
%\cvskillentry{}{3}{Other ARM-based}{\number\numexpr\year-2020\relax~}{I've worked with many different ARM-based architectures apart from ST, like Renesas® RA, NXP® Kinetis, Cypress® FM4 and others.}
238-
%\cvskillentry{}{5}{Arduino}{\number\numexpr\year-2018\relax~}{Arduino was by starting point in the embedded world. It's still good for rapid prototyping.}
239-
%\cvskillentry*{Others:}{4}{Yocto}{\number\numexpr\year-2020\relax~}{Experienced using Yocto Project for customizing embedded Linux distributions.}
240-
%\cvskillentry{}{4}{Git}{\number\numexpr\year-2014\relax~}{I use Git since .}
241-
%\cvskillentry*[1em]{Methods}{4}{SCRUM}{8}{SCRUM master for 5 years}
242-
%% \cvskill{<0-5>} command
243-
% \cvitem{\textbackslash{cvskill}:}{Skills can be visually expressed by the \textbackslash{cvskill} command, e.g. \cvskill{2}}
244-
245139
\section{Interests}
246140
\cvitem{Electronics}{I like studying electronics and then putting it into practice, from circuit design to PCB printing.}
247141
\cvitem{3D printing}{I'm into 3D printing and I enjoy designing things in CAD that then I use in my projects.}
248142
\cvitem{DIY}{I love to repair home appliances, furnitures and fixing broken computers.}
249143

250144

145+
\section{Publications}
146+
\renewcommand*{\bibliographyhead}[1]{}
147+
\bibliographystyle{plain}
148+
\nocite{*}
149+
\bibliography{publications}
251150

252151
\clearpage
253152

254-
%\clearpage\end{CJK*} % if you are typesetting your resume in Chinese using CJK; the \clearpage is required for fancyhdr to work correctly with CJK, though it kills the page numbering by making \lastpage undefined
255153
\end{document}
256154

257-
258-
%% end of file `template.tex'.

cv_ita.pdf

-312 KB
Binary file not shown.

0 commit comments

Comments
 (0)