English version added
This commit is contained in:
111
cv_en.tex
Normal file
111
cv_en.tex
Normal file
@@ -0,0 +1,111 @@
|
|||||||
|
% BASED ON: https://www.overleaf.com/articles/curriculum-vitae/cnzchmjctmwh
|
||||||
|
|
||||||
|
\documentclass[11pt,a4paper,sans]{moderncv} % Font sizes: 10, 11, or 12; paper sizes: a4paper, letterpaper, a5paper, legalpaper, executivepaper or landscape; font families: sans or roman
|
||||||
|
\RequirePackage[unicode]{hyperref}
|
||||||
|
\moderncvstyle{classic} % CV theme - options include: 'casual' (default), 'classic', 'oldstyle' and 'banking'
|
||||||
|
\moderncvcolor{blue} % CV color - options include: 'blue' (default), 'orange', 'green', 'red', 'purple', 'grey' and 'black'
|
||||||
|
|
||||||
|
\usepackage{lipsum} % Used for inserting dummy 'Lorem ipsum' text into the template
|
||||||
|
|
||||||
|
\usepackage[scale=0.75]{geometry} % Reduce document margins
|
||||||
|
%\setlength{\hintscolumnwidth}{3cm} % Uncomment to change the width of the dates column
|
||||||
|
%\setlength{\makecvtitlenamewidth}{10cm} % For the 'classic' style, uncomment to adjust the width of the space allocated to your name
|
||||||
|
|
||||||
|
%----------------------------------------------------------------------------------------
|
||||||
|
% NAME AND CONTACT INFORMATION SECTION
|
||||||
|
%----------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
\firstname{Aleksey} % Your first name
|
||||||
|
\familyname{Lobanov} % Your last name
|
||||||
|
|
||||||
|
% All information in this block is optional, comment out any lines you don't need
|
||||||
|
\title{Curriculum Vitae}
|
||||||
|
%\address{37 Padre Antonio da Olivadi}{Catanzaro, Italy 88100}
|
||||||
|
\mobile{+7 906 6315058}
|
||||||
|
\email{i@likemath.ru}
|
||||||
|
\homepage{likemath.ru} % The first argument is the url for the clickable link, the second argument is the url displayed in the template - this allows special characters to be displayed such as the tilde in this example
|
||||||
|
%\extrainfo{additional information}
|
||||||
|
\photo[70pt][0.4pt]{pictures/avatar_1x1_1280} % The first bracket is the picture height, the second is the thickness of the frame around the picture (0pt for no frame)
|
||||||
|
%\quote{"A witty and playful quotation" - John Smith}
|
||||||
|
|
||||||
|
%----------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
\begin{document}
|
||||||
|
|
||||||
|
\makecvtitle
|
||||||
|
|
||||||
|
\section{Education}
|
||||||
|
|
||||||
|
\cventry{2015--2019}{Computer Science}{Moscow State University}{}{}{}
|
||||||
|
% Arguments not required can be left empty
|
||||||
|
|
||||||
|
%\section{Masters Thesis}
|
||||||
|
|
||||||
|
%\cvitem{Title}{\emph{Technologies and characterization of ferroelectric polymers for biomedical sensors}}
|
||||||
|
%\cvitem{Supervisors}{Professor Antonino Fiorillo}
|
||||||
|
%\cvitem{Description}{This thesis is based on the implementation of a temperature sensor.}
|
||||||
|
|
||||||
|
%----------------------------------------------------------------------------------------
|
||||||
|
% WORK EXPERIENCE SECTION
|
||||||
|
%----------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
\section{Employment History}
|
||||||
|
|
||||||
|
|
||||||
|
\cventry{Jul 2017 -- Now}{Backend Python Developer}{\textsc{Krista}}{Moscow}{}{Developing of Telegram chat bot, that can understand queries in natural language. We had several OLAP cubes with financial data and about 2000 text answers.}
|
||||||
|
|
||||||
|
\section{Computer Skills}
|
||||||
|
%textsc
|
||||||
|
\cvitem{Programming Languages}{C/C++, Python, SQL, Bash}
|
||||||
|
\cvitem{IDE}{Eclipse, NetBeans, PyCharm, VisualStudio}
|
||||||
|
\cvitem{Technologies}{Apache Solr, MVC, OLAP, Flask, Boost, wxWidgets/wxPython}
|
||||||
|
\cvitem{Database}{MySQL, sqlite, MongoDB}
|
||||||
|
\cvitem{CVS}{git}
|
||||||
|
\cvitem{OS}{Linux, Windows}
|
||||||
|
%\cvitem{Linux}{About 5 years of administration and using as the main operating systems}
|
||||||
|
|
||||||
|
%----------------------------------------------------------------------------------------
|
||||||
|
% COMMUNICATION SKILLS SECTION
|
||||||
|
%----------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
%\section{Communication Skills}
|
||||||
|
|
||||||
|
%\cvitem{2010}{Oral Presentation at the California Business Conference}
|
||||||
|
%\cvitem{2009}{Poster at the Annual Business Conference in Oregon}
|
||||||
|
|
||||||
|
\section{Languages}
|
||||||
|
|
||||||
|
\cvitemwithcomment{Russian}{Native}{}
|
||||||
|
\cvitemwithcomment{English}{Intermediate}{}
|
||||||
|
%\cvitemwithcomment{Dutch}{Basic}{Basic words and phrases only}
|
||||||
|
|
||||||
|
%\section{Interests}
|
||||||
|
|
||||||
|
%\renewcommand{\listitemsymbol}{-~} % Changes the symbol used for lists
|
||||||
|
|
||||||
|
%\cvlistdoubleitem{Piano}{}
|
||||||
|
%\cvlistitem{Atletica}
|
||||||
|
|
||||||
|
%----------------------------------------------------------------------------------------
|
||||||
|
% COVER LETTER
|
||||||
|
%----------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
% To remove the cover letter, comment out this entire block
|
||||||
|
|
||||||
|
%\clearpage
|
||||||
|
|
||||||
|
%\recipient{HR Department}{Corporation\\123 Pleasant Lane\\12345 City, State} % Letter recipient
|
||||||
|
%\date{\today} % Letter date
|
||||||
|
%\opening{Dear Sir or Madam,} % Opening greeting
|
||||||
|
%\closing{Sincerely yours,} % Closing phrase
|
||||||
|
%\enclosure[Attached]{curriculum vit\ae{}} % List of enclosed documents
|
||||||
|
|
||||||
|
%\makelettertitle % Print letter title
|
||||||
|
|
||||||
|
%\lipsum[1-3] % Dummy text
|
||||||
|
|
||||||
|
%\makeletterclosing % Print letter signature
|
||||||
|
|
||||||
|
%----------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
\end{document}
|
||||||
BIN
pictures/avatar_1x1_1280.jpg
Normal file
BIN
pictures/avatar_1x1_1280.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 257 KiB |
Reference in New Issue
Block a user