diff --git a/cv_rus.pdf b/cv_rus.pdf new file mode 100644 index 0000000..260b1a7 Binary files /dev/null and b/cv_rus.pdf differ diff --git a/cv_rus.tex b/cv_rus.tex new file mode 100644 index 0000000..8af6570 --- /dev/null +++ b/cv_rus.tex @@ -0,0 +1,123 @@ +\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 + +\usepackage{xltxtra} +\usepackage{polyglossia} + +\defaultfontfeatures{Mapping=tex-text} +\setmonofont{Inconsolata} +\setsansfont{CMU Sans Serif} +\setmainfont{CMU Serif} +\newfontfamily{\cyrillicfonttt}{CMU Serif} + +\RequirePackage[unicode]{hyperref} + +\moderncvstyle{classic} +\moderncvcolor{blue} + +\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{Алексей} % Your first name +\familyname{Лобанов} % Your last name + +\title{Curriculum Vitae} +%\address{37 Padre Antonio da Olivadi}{Catanzaro, Italy 88100} +\mobile{8~906~631~50~58} +\email{i@likemath.ru} +\homepage{likemath.ru} +\social[github]{AlekseyLobanov} +%\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{Образование} + +\cventry{2015--2019}{МГУ им. М.В.Ломоносова}{ВМК}{}{}{} +% 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{Опыт работы} + + +\cventry{Июль 2017 -- по наст. время}{Программист Python}{КРИСТА НПО}{Москва}{}{Разрабатывал бекенд для системы поиска на естественном языке в открытых данных минфина. С системой можно взаимодействовать через Telegram-бота. \\ +Использовался поисковый движок Apache Solr. Вся кодовая база на Python3. +Данные хранились в OLAP кубах. \\ +Удалось добиться почти абсолютной точности по запросам с естественным ответами ("Что такое скользящий бюджет").} + +\section{Computer Skills} +%textsc +\cvitem{Языки}{C/C++, Python, SQL, Bash} +\cvitem{IDE}{PyCharm, VisualStudio, Eclipse, NetBeans,} +\cvitem{Технологии}{MVC, Flask, Boost, wxWidgets/wxPython} +\cvitem{Хранилища}{MySQL, sqlite, MongoDB, Apache Solr, OLAP} +\cvitem{CVS}{git} +\cvitem{OS}{Linux (около 5 лет работы), 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{Знание языков} + +\cvitemwithcomment{Русский}{Родной}{} +\cvitemwithcomment{Английский}{Читаю профессиональную литературу}{} +%\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} \ No newline at end of file