-
Notifications
You must be signed in to change notification settings - Fork 0
/
main (ENG).tex
195 lines (168 loc) · 7.09 KB
/
main (ENG).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
% FortySecondsCV LaTeX templ
% Copyright © 2019 René Wirnata <[email protected]>
% Licensed under the 3-Clause BSD License. See LICENSE file for details.
%
% Attributions
% ------------
% * fortysecondscv is based on the twentysecondcv class by Carmine Spagnuolo
% ([email protected]), released under the MIT license and available under
% https://github.com/spagnuolocarmine/TwentySecondsCurriculumVitae-LaTex
% * further attributions are indicated immediately before corresponding code
%-------------------------------------------------------------------------------
% ADDITIONAL PACKAGES
%-------------------------------------------------------------------------------
\documentclass[
a4paper,
% showframes,
% vline=2.2em,
% maincolor=cvgreen,
% sectioncolor=red,
% subsectioncolor=orange,
% itemtextcolor=black!80,
% sidebarwidth=0.4\paperwidth,
% topbottommargin=0.03\paperheight,
% leftrightmargin=20pt,
% proilepicsize=4.5cm,
]{fortysecondscv}
% improve word spacing and hyphenation
\usepackage{microtype}
\usepackage{ragged2e}
\usepackage{multicol}
\usepackage{xcolor}
% take care of proper font encoding
\ifxetexorluatex
\usepackage{fontspec}
\defaultfontfeatures{Ligatures=TeX}
% \newfontfamily\headingfont[Path = fonts/]{segoeuib.ttf} % local font
\else
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
% \usepackage[sfdefault]{noto} % use noto google font
\fi
% enable mathematical syntax for some symbols like \varnothing
\usepackage{amssymb}
% bubble diagram configuration
\usepackage{smartdiagram}
\smartdiagramset{
% defaut font size is \large, so adjust to harmonize with sidebar layout
bubble center node font = \footnotesize,
bubble node font = \footnotesize,
% default: 4cm/2.5cm; make minimum diameter relative to sidebar size
bubble center node size = 0.4\sidebartextwidth,
bubble node size = 0.25\sidebartextwidth,
distance center/other bubbles = 1.5em,
% set center bubble color
bubble center node color = maincolor!70,
% define the list of colors usable in the diagram
set color list = {maincolor!10, maincolor!40,
maincolor!20, maincolor!60, maincolor!35},
% sets the opacity at which the bubbles are shown
bubble fill opacity = 0.8,
}
%-------------------------------------------------------------------------------
% PERSONAL INFORMATION
%-------------------------------------------------------------------------------
%% mandatory information
% your name
\cvname{Jacopo\\De Angelis}
% job title/career
\cvjobtitle{Programmatore,\\[0.2em] Studente di informatica}
%% optional information
% profile picture
% \cvprofilepic{pics/profile.jpg}
% NOTE: ordering in sidebar will mimic the following order
% date of birth
% \cvbirthday{}
% short address/location, use \newline if more than 1 line is required
\cvaddress{Milan}
% phone number
\cvphone{348 7131298}
% personal website
\cvsite{https://jacopodeangelis.github.io}
% email address
\cvmail{[email protected]}
\cvcustomdata{\faGithub}{JacopoDeAngelis}
% pgp key
% \cvkey{ }{ }
% any other custom entry
% \cvcustomdata{ }{ }
%-------------------------------------------------------------------------------
% SIDEBAR 1st PAGE
%-------------------------------------------------------------------------------
% add more profile sections to sidebar on first page
\addtofrontsidebar{
% include gosquare national flags from https://github.com/gosquared/flags;
% naming according to ISO 3166-1 alpha-2 country codes
\graphicspath{{pics/flags/}}
% social network accounts incl. proper hyperlinks
% \profilesection{Social Network}
% \begin{icontable}{2.5em}{1em}
% % overleaf still not supports Academicons and FontAwesome5 for XeLaTeX, which contain the overleaf %logl...unbelievable...
%\social{\aiOverleafSquare}
% \social{\faArchive}
% }
% {}
% \social{\faGithub}
% {}
% {}
% \end{icontable}
\profilesection{Languages}
\skill{\flag{Italy.png}}{Italian \textbf{C2}}
\skill{\flag{GB.png}}{English \textbf{B2}}
\profilesection{Hard Skills}
\skill{\includegraphics[scale=0.1]{pics/paradigm.png}}{Knowledge and use of object oriented, functional and logic programming paradigms}
\skill{\includegraphics[scale=0.1]{pics/programming.png}}{Java, Lisp, Prolog, Python, SQL}
\skill{\includegraphics[scale=0.1]{pics/database.png}}{Database modelling}
\skill{\includegraphics[scale=0.3]{pics/APS.png}}{Software design and analysis}
\skill{\includegraphics[scale=0.1]{pics/document.png}}{Use of the Office suite and LaTeX}
\profilesection{Soft Skills}
\skill{\includegraphics[scale=0.04]{pics/problem_solving.png}}{Problem solving}
\skill{\includegraphics[scale=0.04]{pics/lateral_thinking.png}}{Lateral thinking}
\skill{\includegraphics[scale=0.04]{pics/discussion.png}}{Group mediation}
\skill{\includegraphics[scale=0.04]{pics/study.png}}{Focused learning}
\skill{\includegraphics[scale=0.04]{pics/speaking.png}}{Public speaking}
\profilesection{Interests}
\skill{\includegraphics[scale=0.04]{pics/science.png}}{Science}
\skill{\includegraphics[scale=0.04]{pics/technology.png}}{Technology}
\skill{\includegraphics[scale=0.04]{pics/ux.png}}{UX}
}
\usepackage{ragged2e}
%-------------------------------------------------------------------------------
% TABLE ENTRIES RIGHT COLUMN
%-------------------------------------------------------------------------------
\begin{document}
\makefrontsidebar
\cvsection{Education}
\cvsubsection{University}
\begin{cvtable}[2.5]
\cvitem{2017 - now}{\textbf{Bachelor in computer science}}{University of Milano-Bicocca}{}
\cvitem{2012-2017}{\textbf{Bachelor in economics studies and managemet}}{University of Milano-Bicocca}{Graduation grade: 100/110}
\end{cvtable}
\cvsubsection{High school}
\begin{cvtable}[1.5]
\cvitem{2007-2012}{\textbf{Scientific high school diploma}}{Liceo Cavalieri, Verbania}{}
\end{cvtable}
\cvsection{Working experience}
\begin{cvtable}[3]
\cvitem{2020 - attuale}{Junior Developer}{A.S. Watson eLab}{Junior Developer. Usage of SAP Hybris platform and Java Spring}
\cvitem{2018-2019}{Secretary}{INFN office in Milano-Bicocca}{University collaboration. Organisation and management of conferences, fulfillment of legal obligations regarding the collaboration with the INFN guests.}
\cvitem{2011}{Vendor}{Bookshop Margaroli, Verbania}{Sales and depot management.}
\end{cvtable}
%\cvsection{Pubblicazioni}
%\begin{cvtable}
% \cvpubitem{Titolo}{Collaboratori}
% {Pubblicato su}{Data}
%\end{cvtable}
%\cvsection{Premi}
%\begin{cvtable}
% \cvitem{Data}{Nome premio}{Conferito da}{}
%\end{cvtable}
\cvsection{Extra-curricular activities}
\begin{cvtable}
\cvitemshort{\textbf{Peer educator}}{Training regarding small group management. Active teaching about risky behaviors and bullying. Participation in an Interreg project in Nizza.}
\cvitemshort{}{}
\cvitemshort{\textbf{Event organization}}{Collaboration with Studenti Indipendenti Bicocca to organize and manage events and consulting about financial and legal obligations.}
\end{cvtable}
% \cvsection{Su di me}
\cvsignature
\end{document}