Rodion Laptsuev's CV
Author
Rpl123683
Last Updated
7年前
License
Creative Commons CC BY 4.0
Abstract
Rodion Laptsuev's CV
Rodion Laptsuev's CV
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% LaTeX Template: Curriculum Vitae
%
% Source: http://www.howtotex.com/
% Feel free to distribute this template, but please keep the
% referal to HowToTeX.com.
% Date: July 2011
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% How to use writeLaTeX:
%
% You edit the source code here on the left, and the preview on the
% right shows you the result within a few seconds.
%
% Bookmark this page and share the URL with your co-authors. They can
% edit at the same time!
%
% You can upload figures, bibliographies, custom classes and
% styles using the files menu.
%
% If you're new to LaTeX, the wikibook is a great place to start:
% http://en.wikibooks.org/wiki/LaTeX
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[paper=a4,fontsize=11pt]{scrartcl} % KOMA-article class
\usepackage[english]{babel}
\usepackage[utf8x]{inputenc}
\usepackage[protrusion=true,expansion=true]{microtype}
\usepackage{amsmath,amsfonts,amsthm} % Math packages
\usepackage{graphicx} % Enable pdflatex
\usepackage[svgnames]{xcolor} % Colors by their 'svgnames'
\usepackage{geometry}
\textheight=700px % Saving trees ;-)
\usepackage{url}
\frenchspacing % Better looking spacings after periods
\pagestyle{empty} % No pagenumbers/headers/footers
%%% Custom sectioning (sectsty package)
%%% ------------------------------------------------------------
\usepackage{sectsty}
\sectionfont{% % Change font of \section command
\usefont{OT1}{phv}{b}{n}% % bch-b-n: CharterBT-Bold font
\sectionrule{0pt}{0pt}{-5pt}{3pt}}
%%% Macros
%%% ------------------------------------------------------------
\newlength{\spacebox}
\settowidth{\spacebox}{8888888888} % Box to align text
\newcommand{\sepspace}{\vspace*{1em}} % Vertical space macro
\newcommand{\MyName}[1]{ % Name
\Huge \usefont{OT1}{phv}{b}{n} \hfill #1
\par \normalsize \normalfont}
\newcommand{\MySlogan}[1]{ % Slogan (optional)
\large \usefont{OT1}{phv}{m}{n}\hfill \textit{#1}
\par \normalsize \normalfont}
\newcommand{\NewPart}[1]{\section*{\uppercase{#1}}}
\newcommand{\PersonalEntry}[2]{
\noindent\hangindent=0em\hangafter=0 % Indentation
\parbox{\spacebox}{ % Box to align text
\textit{#1}} % Entry name (birth, address, etc.)
\hspace{1.5em} #2 \par} % Entry value
\newcommand{\SkillsEntry}[2]{ % Same as \PersonalEntry
\noindent\hangindent=2em\hangafter=0 % Indentation
\parbox{\spacebox}{ % Box to align text
\textit{#1}} % Entry name (birth, address, etc.)
\hspace{1.5em} #2 \par} % Entry value
\newcommand{\EducationEntry}[4]{
\noindent \textbf{#1} \hfill % Study
\colorbox{Black}{%
\parbox{6em}{%
\hfill\color{White}#2}} \par % Duration
\noindent \textit{#3} \par % School
\noindent\hangindent=2em\hangafter=0 \small #4 % Description
\normalsize \par}
\newcommand{\WorkEntry}[4]{ % Same as \EducationEntry
\noindent \textbf{#1} \hfill % Jobname
\colorbox{Black}{\color{White}#2} \par % Duration
\noindent \textit{#3} \par % Company
\noindent\hangindent=2em\hangafter=0 \small #4 % Description
\normalsize \par}
%%% Begin Document
%%% ------------------------------------------------------------
\begin{document}
% you can upload a photo and include it here...
%\begin{wrapfigure}{l}{0.5\textwidth}
% \vspace*{-2em}
% \includegraphics[width=0.15\textwidth]{photo}
%\end{wrapfigure}
\includegraphics[width=0.2\textwidth]{1.jpg}
\MyName{Rodion Laptsuev}
\MySlogan{Curriculum vitae}
%%% Personal details
%%% ------------------------------------------------------------
\NewPart{Personal details}{}
% * <rodion123683@gmail.com> 2017-08-05T13:19:47.855Z:
%
% ^.
\PersonalEntry{Birth}{April 17, 1993}
\PersonalEntry{Address}{Moscow region, Vniissok settlement, Denis Davydov 3}
\PersonalEntry{Phone}{(+7) 911-981-82-54}
\PersonalEntry{Mail}{\url{Rodion123683@gmail.com}}
%%% Education
%%% ------------------------------------------------------------
\NewPart{Education}{}
\EducationEntry{Master's degree in Data Science}{2016-2018}{Higher School of Economics, Moscow}
{GPA 7.71/10.00}
\EducationEntry{Bachelor's degree Economics}{2012-2016}{Higher School of Economics, Saint Petersburg}{GPA 8.23/10.00}
{Diploma with honors }
\EducationEntry{English and German languages}{2000-2011}{Pskov Engineering Linguistic Gymnasium}
\newpage
%%% Work experience
%%% ------------------------------------------------------------
\NewPart{Work experience}{}
\EducationEntry{Tutor}{2015-2017}{Profi.ru}{Maths and Probability theory}
%%% Work experience
%%% ------------------------------------------------------------
\NewPart{Research projects}{}
\EducationEntry{Information Propagation Strategies in Online Social Networks}{2017}{Main goal of this work was to build a model of a real network. This model can be represented as graph where nodes was communities and weights of edges model probability of information diffusion for one community to another. To solve this task 2 algorithms were developed (1.weight optimization 2.model quality verification). This work was presented on the 7th International Conference on Network Analysis.}{}
\EducationEntry{FCA pattern structures for software testing}{2016-2017}{The main idea of the work is to use Formal concept analysis (FCA - tool for data analysis) to create an effective way of input generation for software testing.}{}
\EducationEntry{Agricultural and Forest Industry Cluster Identification in Russia}{2015-2016}{The main idea of the work is to look on firm geographical distribution,compare it with a random distribution and draw conclusions about concentration.}{}
\EducationEntry{Hedonic Prices analysis in The Market of Household Appliances}{2014-2015}{The idea of the work is to measure the brand influence on the prices.}{}
\EducationEntry{A study of temporal changes in user reactions to items in the Surfingbird recommender system}{2013-2014}{The main idea is to analyze the user behaviour and use this knowledge to improve recommendation algorithm.}{}
%%% Skills
%%% ------------------------------------------------------------
\NewPart{Skills}{}
\SkillsEntry{Languages}{English (upper intermediate)}
\SkillsEntry{}{Russian (native speaker)}
\SkillsEntry{}{German (lower intermediate)}
\SkillsEntry{Engineering Software}{\textsc{Python}, \LaTeX, \textsc{R}}
\SkillsEntry{Additional software}{\textsc{SQL}, \textsc{Microsoft office(MS word,power point)}}
%%% Skills
%%% ------------------------------------------------------------
%%% Skills
%%% ------------------------------------------------------------
\NewPart{Courses and links}{https://www.coursera.org/specializations/python\\https://www.coursera.org/learn/modern-combinatorics \\https://www.coursera.org/learn/probability-theory-basics \\https://www.coursera.org/learn/teoriya-grafov \\https://www.coursera.org/learn/algorithmic-toolbox \\ https://www.coursera.org/learn/data-structures}\\https://github.com/Rpl123683
\end{document}