-
Notifications
You must be signed in to change notification settings - Fork 0
/
CoverLetter_ASalvucci.tex
148 lines (118 loc) · 6.03 KB
/
CoverLetter_ASalvucci.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
%------------------------------------------------------------------------
% PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
%------------------------------------------------------------------------
\newcommand*{\TEXPATH}{classes/}
\documentclass[11pt, a4paper]{\TEXPATH awesome-cv}
\usepackage[english]{babel}
% Configure page margins with geometry
\geometry{left=2cm, top=1.5cm, right=2cm, bottom=2cm, footskip=.5cm}
\fontdir[fonts/] % Specify the location of the included fonts
% Color for highlights
\colorlet{awesome}{awesome-emerald} % Default colors include: awesome-emerald,
%awesome-skyblue, awesome-red, awesome-pink, awesome-orange, awesome-nephritis,
%awesome-concrete, awesome-darknight
% Uncomment if you would like to specify your own color
%\definecolor{awesome}{HTML}{CA63A8}
% Colors for text - uncomment and modify
%\definecolor{darktext}{HTML}{414141}
%\definecolor{text}{HTML}{414141}
%\definecolor{graytext}{HTML}{414141}
%\definecolor{lighttext}{HTML}{414141}
% If you would like to change the social information separator from a pipe (|)
%to something else
\renewcommand{\acvHeaderSocialSep}{\quad\textbar\quad}
%---------------------------------------------------------------------
% PERSONAL INFORMATION
% Comment any of the lines below if they are not required
%---------------------------------------------------------------------
\name{Antonio}{Salvucci}
\dob{Latina (IT) on July 13th, 1983}
\mobile{(+41) 076-23-66-338 , (+39) 327-76-99-320}
\email{s4lb04@gmail.com}
\gitlab{salvucci}
\googleScholar{https://scholar.google.it/citations?user=xhzjY6kAAAAJ\&hl=en}
\orcid{https://orcid.org/0000-0003-4876-2613}
\linkedin{antonio-salvucci}
\skype{s4lb04}
\address{Address: Rue du Jura, 14 - 1196 Gland (CH)}
\position{Physics Ph.D.}
%---------------------------------------------------------------------
% RECIPIENT/POSITION/LETTER INFORMATION
% All of the below lines must be filled out
%---------------------------------------------------------------------
%The company being applied to
\recipient{GenomSys}{
\vspace{-0.6em}EPFL Innovation Park, Lausanne, Vaud (CH)}
% The date on the letter, default is the date of compilation
\letterdate{Gland, \monthyeardate\today}
%Letter Title
\lettertitle{Job Application for C/C++ Developer
(\href{https://genomsys.com/jobs/}{\textbf{\color{awesome!40!gray}{JobRef}}})
}
% How the letter is opened
\letteropening{Dear Hiring manager,}
% How the letter is closed
\letterclosing{Sincerely,}
%\letterenclosure[Attached]{Curriculum Vitae} % Any enclosures with the letter
% Specify the letter footer with 3 arguments: (<left>, <center>, <right>),
% leave any of these blank if they are not needed
\makecvfooter{\monthyeardate\today}{Antonio Salvucci~~~·~~~Cover Letter}{}
%-------------------------------------------------------------------------
\begin{document}
\makecvheader % Print the header
\makelettertitle % Print the title
%------------------------------------------------------------------------
% LETTER CONTENT
%------------------------------------------------------------------------
\begin{cvletter}
I am writing to express my interest in the C/C++ Developer position at your
company. I learned about your company through my professional network.
%and, after visiting your website, I have immersed myself in your
%groundbreaking work in the genomic data and their processing to support
%healthcare professionals.
I am a physicist by education, with a strong passion for software programming
and information technology. For almost a decade, I have been working as
researcher in the field of particle physics within the international
collaboration of the ATLAS Experiment at CERN. I am now looking to transition
in the private sector to grow as a professional and contribute more directly
to social wealth. I matured solid skills as both software developer and data
analyst:
\begin{itemize}
\item[-] I developed software algorithms, making use of object oriented
programming (mainly C++) and scripting languages (mainly Python). I
designed my algorithms both for parallel and for distributed systems;
\item[-] I analysed a large amount of data (50 PB/year produced by the
CERN LHC) and extracted meaning from them by using statistical tools and
machine learning techniques;
\item[-] I am an advanced Linux user with system administration know-how and
proficient bash scripting skills;
\item[-] I am an effective debugger and optimiser, and I am adept at
implementing strategic workflows to run functional tests for performance
improvement.
\end{itemize}
I invite you to take a look at my public gitlab profile
(gitlab.cern.ch/salvucci).
I have a solid academic foundation and a strong passion for boosting
innovation through information technology and data analysis. I am thrilled by
the opportunity of measuring my technical knowledge in the application fields
of bio-informatics and genomics. My interest in the genomic data processing
and my strong aptitude as problem solver recently brought me to be
shortlisted for a C++ developer position at Sophia Genetics.
I am an enthusiastic team-player as well as an hard-worker, who sees
opportunities into challenges.
I am confident my expertise in software programming and data analysis, as
well as my mindset and genuine interest, make me a great candidate for this
opening. I would much appreciate the opportunity to contribute to your
ongoing growth and continued success.
%I would be delighted to meet you in person at your earliest convenience.
I look forward to discussing this position in more details with you.
%and sharing more about myself and previous experience.
I invite you to take a look at my linkedin profile
(www.linkedin.com/in/antonio-salvucci/), where you can also find my CV.
Should you have any questions or need further information, please do not
hesitate to contact me.
Thank you for your consideration.
\end{cvletter}
%----------------------------------------------------------------------------
\makeletterclosing % Print the signature and enclosures
\end{document}