Files
cv/cv_rus.tex

132 lines
6.0 KiB
TeX
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
\documentclass[12pt,a4paper,sans]{moderncv} % Font sizes: 10, 11, or 12; paper sizes: a4paper, letterpaper, a5paper, legalpaper, executivepaper or landscape; font families: sans or roman
\moderncvstyle{casual}
\moderncvcolor{black}
\usepackage{xltxtra}
\usepackage{polyglossia}
\defaultfontfeatures{Mapping=tex-text}
\setmonofont{Inconsolata}
\setsansfont{CMU Sans Serif}
\setmainfont{CMU Serif}
\newfontfamily{\cyrillicfonttt}{CMU Serif}
\RequirePackage[unicode]{hyperref}
\usepackage{lipsum} % Used for inserting dummy 'Lorem ipsum' text into the template
\usepackage[scale=0.75, bottom=2cm, top=1cm]{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{Март 2018 -- наст. время}{Программист Python}{Kvint Inc}{Москва}{}{
Разрабатывал бекенд для платформы построения решений телефонии.
Нашей задачей была автоматизация сложных скриптов для call-центров, которые сложно повесить на
предзаписанные фразы. \\
Пришёл на этот провект для развития ядра диалогового движка.
Также проектировал архитектуру внутренней части бекенда платформы, оптимизировал внутренние
процессы разработки как кода, так и готовых решений.
}
\cventry{Июль 2017 -- Июнь 2018}{Программист Python}{КРИСТА НПО}{Москва}{}{Разрабатывал бекенд для системы поиска на естественном языке в открытых данных Министерства Финансов. С системой можно взаимодействовать через Telegram-бота. \\
Использовался поисковый движок Apache Solr. Вся кодовая база на Python3.
Данные хранились в OLAP кубах. \\
Удалось добиться почти абсолютной точности по запросам с естественным ответами ("Что такое скользящий бюджет").}
\section{Навыки}
%textsc
\cvitem{Языки}{C/C++, Python, SQL, Bash}
\cvitem{Технологии}{Flask, Boost, RabbitMQ, wxWidgets/wxPython}
\cvitem{Хранилища}{MySQL, sqlite, MongoDB, Apache Solr, OLAP, Amazon S3/Minio}
\cvitem{VCS}{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}