forked from JesperDramsch/latex-cv-boosted
-
Notifications
You must be signed in to change notification settings - Fork 3
/
cv.tex
157 lines (139 loc) · 6.39 KB
/
cv.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
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Friggeri Resume/CV
% XeLaTeX Template
% Date: 11 January 2021
%
% Author of this template:
% Christian Haller ([email protected])
% This template has been downloaded from:
% https://github.com/ChristianHallerX/PhD_Resume_and_CoverLetter_Template
%
% Original author:
% Adrien Friggeri ([email protected])
% https://github.com/afriggeri/CV
% Heavy modifications by
% Jesper Dramsch ([email protected])
% https://github.com/JesperDramsch/friggeri-cv-boosted
%
% Author of Letter Template:
% Jesper Dramsch ([email protected])
% https://github.com/JesperDramsch/friggeri-cv-boosted
%
% License:
% CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)
%
% Important notes:
% This template needs to be compiled with XeLaTeX and the bibliography, if used,
% needs to be compiled with biber rather than bibtex.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\input{.head}
\documentclass[roboto,custcol]{friggeri-cv} % Pass options to .cls in brackets. Example: [roboto,nocolors]
\addbibresource{bibliography.bib} % Specify the bibliography file to include publications
\begin{document}
\header{Foo}{Bar, Ph.D.}{Title 1\space\space|\space\space Title 2} % plug in your name and current title(s)
%----------------------------------------------------------------------------------------
% SIDEBAR SECTION (page 1) % In the sidebar, each new line forces a line break
%----------------------------------------------------------------------------------------
\begin{asidep1}
\section{contact}\vspace{2 mm}
123 Broadway \faMapMarker
City, State 12345
Country
+1 (111) 111 1111 \faPhone\\ % plug in your phone number
\href{mailto:[email protected]}{[email protected] \faEnvelope}\\\vspace{2 mm} % plug in your email address
\section{profiles}\vspace{2 mm}
\href{https://examplepage.org/}{examplepage.org~\faFirefox}\\ % plug in your website
\href{https://www.linkedin.com/}{LinkedIn \faLinkedin}\\ % plug in your LinkedIn profile
\href{https://github.com/}{GitHub \faGithub}\\ % plug in your GitHub profile
\href{https://www.researchgate.net/}{ResearchGate \faUniversity}\\\vspace{2 mm} % plug in your ResearchGate or Google Scholar Profile
\section{programming}\vspace{2 mm}
Python, Go
R, Perl
\LaTeX , C
C++\vspace{2 mm}
\section{skill highlights}\vspace{2 mm}
Highlight 1
Highlight 2
Highlight 3
Highlight 4
\end{asidep1}
%----------------------------------------------------------------------------------------
% PROFILE SECTION
%----------------------------------------------------------------------------------------
\input{sections/profile.tex}
%----------------------------------------------------------------------------------------
% WORK EXPERIENCE SECTION % Do not exceed page 1 with this section
%----------------------------------------------------------------------------------------
\input{sections/experience.tex}
%----------------------------------------------------------------------------------------
% EDUCATION SECTION
%----------------------------------------------------------------------------------------
\vspace{-5 mm}
\input{sections/education.tex}
\clearpage
%----------------------------------------------------------------------------------------
% SIDEBAR SECTION (page 2) % In the sidebar, each new line forces a line break
%----------------------------------------------------------------------------------------
\begin{asidep2}
\section{software skills}\vspace{2 mm}
Adobe Suite
SEO Marketing
UI Design
Network Sec
Database Management
Mobile Development\vspace{2 mm}
\section{interpersonal skills}\vspace{2 mm}
Punctuality
Social Skills
Adaptability
Organization
Conflict Management\vspace{2 mm}
\section{languages}
\begin{tabular}{r r}
Esperanto&\score{3}
Latin&\score{4}
Klingon&\score{5}\end{tabular}\vspace{2 mm}
\section{leadership}\vspace{2 mm}
LARPING \faUsers
\href{http://examplepage1.org/}{President}
\href{http://examplepage1.org/}{@LARPCON'20}
\href{http://examplepage2.org/}{Treasurer}
\href{http://examplepage2.org/}{@LARP Chapter, Town}\vspace{2 mm}
\href{http://examplepage3.org/}{Spicy Noodle Committee \faUsers}
\href{http://examplepage3.org/}{@YMCA, Town'16\textendash now}
\end{asidep2}
%----------------------------------------------------------------------------------------
% Projects SECTION
%----------------------------------------------------------------------------------------
\input{sections/projects.tex}
\vspace{4 mm}
%----------------------------------------------------------------------------------------
% CERTIFICATIONS SECTION
%----------------------------------------------------------------------------------------
\input{sections/certifications.tex}
%----------------------------------------------------------------------------------------
% PUBLICATIONS SECTION (biber config required)
%----------------------------------------------------------------------------------------
%\input{sections/publications.tex}
%----------------------------------------------------------------------------------------
% AWARDS SECTION
%----------------------------------------------------------------------------------------
%\input{sections/awards.tex}
%----------------------------------------------------------------------------------------
% COMMUNICATION SKILLS SECTION
%----------------------------------------------------------------------------------------
%\input{sections/communication.tex}
%----------------------------------------------------------------------------------------
% VOLUNTARY ACTIVITIES SECTION
%----------------------------------------------------------------------------------------
%\input{sections/volunteer.tex}
%----------------------------------------------------------------------------------------
% INTERESTS SECTION
%----------------------------------------------------------------------------------------
%\input{sections/interest.tex}
%----------------------------------------------------------------------------------------
% REFERENCES SECTION
%----------------------------------------------------------------------------------------
%\input{sections/references.tex}
\end{document}