-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcv_ro.tex
82 lines (63 loc) · 3.87 KB
/
cv_ro.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
\documentclass[12pt,a4paper]{moderncv}
% moderncv themes
%\moderncvtheme[blue]{casual} % optional argument are 'blue' (default), 'orange', 'red', 'green', 'grey' and 'roman' (for roman fonts, instead of sans serif fonts)
\moderncvtheme[blue]{classic} % idem
% character encoding
\usepackage{ucs}
\usepackage[utf8x]{inputenc}
\usepackage[english,romanian]{babel}
\usepackage{hyperref}
% adjust the page margins
\usepackage[scale=0.9]{geometry}
%\setlength{\hintscolumnwidth}{3cm} % if you want to change the width of the column with the dates
%\AtBeginDocument{\setlength{\maketitlenamewidth}{6cm}} % only for the classic theme, if you want to change the width of your name placeholder (to leave more space for your address details
\AtBeginDocument{\recomputelengths} % required when changes are made to page layout lengths
% personal data
\firstname{Mihai}
\familyname{Bărbulescu}
\title{Curriculum Vitae} % optional, remove the line if not wanted
\address{Str. Petre Liciu nr. 18, sector 4}{040308 București} % optional, remove the line if not wanted
\mobile{+40722757207} % optional, remove the line if not wanted
%\phone{0212303514} % optional, remove the line if not wanted
\email{[email protected]} % optional, remove the line if not wanted
%\extrainfo{additional information (optional)} % optional, remove the line if not wanted
\photo[64pt]{img/cv_cover_photo.jpg} % '64pt' is the height the picture must be resized to and 'picture' is the name of the picture file; optional, remove the line if not wanted
%\nopagenumbers{} % uncomment to suppress automatic page numbering for CVs longer than one page
%---------------------------
% content
%---------------------------
\begin{document}
\maketitle
\section{Educație}
\cventry{2010--prezent}{Student}{Universitatea Politehnica din București, Facultatea de Automatică și Calculatoare, secția Calculatoare}{București}{}{}{}
\cventry{2006--2010}{Bacalaureat}{Colegiul Național ``Gheorghe Șincai''}{București}{}{}{}
\section{Proiecte și experiență profesională}
\cventry{2011--prezent}{ROSEdu - Romanian Open Source Education}{Membru al asociației și al comunității}{}{}{}
\cvlistitem{Cursul de dezvoltare liberă (CDL) - cursant și ulterior mentor la proiectul DEX Online (2011)}
\cvlistitem{Organizator și coordonator ROSEdu Summer Workshops, prima ediție (2012)}
\cventry{2011 -- prezent}{InGeAR - centrul de Inginerie Electrică, Automatizări și Robotică}{UPB}{}{}{}
\cvlistitem{Participare la concursul ETTI Robochallenge - proba Line Follower, 2012}
\cvlistitem{Junior Research Assistant - Internship vară 2012}
\cventry{2010 -- prezent}{Proiecte didactice}{\url{https://github.com/b12mihai}}{}{}{}
%\cventry{2008 -- prezent}{Lider}{Organizația Națională Cercetașii României}{Centrul Local ”Panaitescu”, București}{}{}
%\cventry{2008 -- 2010}{Coordonator voluntari și autor de articole de popularizare a științei}{StiintaAzi.ro}{}{}{}
\renewcommand{\listitemsymbol}{-} % change the symbol for lists
\section{Limbi străine}
\cvlanguage{Engleză}{Avansat}{Certificare: IELTS, band score 7}
\cvlanguage{Franceză}{Începător}{}
\section{Abilități și cunoștințe tehnice}
\cvcomputer{Programare}
{ \begin{itemize}
\item \textbf{Avansat: } C
\item \textbf{Începător: } C++, Python
\end{itemize}
}
{Scripting}{bash, make}
\cvcomputer{Sisteme de operare}{Linux}{Rețele}{Cunoștințe generale despre nivelele 1, 2, 3}
\cvcomputer{Redactare documente}{\LaTeX}{Versionare}{git}
\section{Hobby și interese}
\cvlistitem{Comunități și dezvoltare open-source}
\cvlistitem{Proiectarea dispozitivelor electronice și programarea microcontrollerelor}
\cvlistitem{Fotbal, baschet, ciclism, turism montan}
% \cvlistitem{Programare in C}
\end{document}