Skip to content

Commit

Permalink
Update CV
Browse files Browse the repository at this point in the history
  • Loading branch information
mchernyavsky committed Oct 16, 2021
1 parent ff92d75 commit a949186
Show file tree
Hide file tree
Showing 6 changed files with 61 additions and 33 deletions.
8 changes: 4 additions & 4 deletions awesome-cv.cls
Original file line number Diff line number Diff line change
Expand Up @@ -395,8 +395,8 @@
\newcommand{\acvHeaderAfterQuoteSkip}{5mm}

% Others
\newcommand{\acvSectionTopSkip}{3mm}
\newcommand{\acvSectionContentTopSkip}{2.5mm}
\newcommand{\acvSectionTopSkip}{0mm}
\newcommand{\acvSectionContentTopSkip}{2mm}


%-------------------------------------------------------------------------------
Expand Down Expand Up @@ -600,8 +600,8 @@
\setlength\tabcolsep{0pt}
\setlength{\extrarowheight}{0pt}
\begin{tabular*}{\textwidth}{@{\extracolsep{\fill}} L{\textwidth - 4.5cm} R{4.5cm}}
\ifempty{#2#3}
{\entrypositionstyle{#1} & \entrydatestyle{#4} \\}
\ifempty{#1#3#4}
{\entrytitlestyle{#2} \\}
{\entrytitlestyle{#2} & \entrylocationstyle{#3} \\
\entrypositionstyle{#1} & \entrydatestyle{#4} \\}
\multicolumn{2}{L{\textwidth}}{\descriptionstyle{#5}}
Expand Down
34 changes: 23 additions & 11 deletions content/education.tex
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,33 @@
{Saint Petersburg Academic University} % Institution
{Saint Petersburg, Russia} % Location
{Sep. 2016 - Aug. 2018} % Date(s)
{} % Description(s) bullet points
{
\begin{cvitems} % Description(s) bullet points
\item {Main courses: Algorithms \& Data Structures, Functional Programming, Compilers, Type Theory, JVM Languages}
\end{cvitems}
}

\cventry
{B.S. in Software Engineering}
{ITMO University}
{Saint Petersburg, Russia}
{Sep. 2012 - Aug. 2016}
{}
{B.S. in Software Engineering} % Degree
{ITMO University} % Institution
{Saint Petersburg, Russia} % Location
{Sep. 2012 - Aug. 2016} % Date(s)
{
\begin{cvitems} % Description(s) bullet points
\item {Main courses: Computer Architecture, Operation Systems, System Programming, Software Architecture, Databases}
\end{cvitems}
}

\cventry
{Professional Retraining -- Software Engineering}
{Computer Science Center \href{https://compscicenter.ru/students/752/}{\ \faLink}}
{Saint Petersburg, Russia}
{Sep. 2014 - Jun. 2016}
{}
{Professional Retraining -- Software Engineering} % Degree
{Computer Science Center \href{https://compscicenter.ru/students/752/}{\ \faLink}} % Institution
{Saint Petersburg, Russia} % Location
{Sep. 2014 - Jun. 2016} % Date(s)
{
\begin{cvitems} % Description(s) bullet points
\item {Main courses: Python, C++, Java, Parallel Programming, Machine Learning, Deep Learning, Computer Vision}
\end{cvitems}
}

%---------------------------------------------------------
\end{cventries}
2 changes: 1 addition & 1 deletion content/experience.tex
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
{
\begin{cvitems} % Description(s) of tasks/responsibilities
\item {Ruby Type Tracker - a gem to attach to Ruby processes and trace and intercept all method calls to log type-wise data flow in runtime.}
\item {The plugin for RubyMine uses the collected type information to provide features for the users such as code completion, better name resolution, etc.\href{https://github.com/JetBrains/intellij-arend}{\ \faGithub}}
\item {The plugin for RubyMine uses the collected type information to improve features for users such as code completion, name resolution, etc.\href{https://github.com/JetBrains/intellij-arend}{\ \faGithub}}
\item {Sharing user-collected type information via Amazon Web Services.}
\end{cvitems}
}
Expand Down
2 changes: 1 addition & 1 deletion content/extracurricular.tex
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
{Teacher, Teacher Assistant} % Affiliation/role
{ITMO University, HSE University, Saint Petersburg Academic University} % Organization/group
{Saint Petersburg, Russia} % Location
{Saint Petersburg, Russia} % Date(s)
{Sep. 2017 -- Oct. 2019} % Date(s)
{
\begin{cvitems} % Description(s) of experience/contributions/knowledge
\item {Introduction to UNIX course.}
Expand Down
41 changes: 31 additions & 10 deletions content/projects.tex
Original file line number Diff line number Diff line change
@@ -1,12 +1,33 @@
%-------------------------------------------------------------------------------
% SECTION TITLE
%-------------------------------------------------------------------------------
\cvsection{Projects}

\begin{cvparagraph}
\begin{cvitems1}
\item
{\bf Automatic recognition of the brand and model of the car}.
A neural network classification system recognizes the car's brand and model on the images obtained from high-speed cameras. The information about cars is used to select appropriate advertising and put it on the billboard as these cars pass. \href{https://www.technologyreview.com/2017/03/02/5370/moscow-billboard-targets-ads-based-on-the-car-youre-driving/}{\faLink}
\item
{\bf KotlinCheck}.
Property-based testing framework, QuickCheck implementation for Kotlin. \href{https://github.com/mchernyavsky/kotlincheck}{\ \faGithub}
\end{cvitems1}
\end{cvparagraph}

%-------------------------------------------------------------------------------
% CONTENT
%-------------------------------------------------------------------------------
\begin{cventries}

%---------------------------------------------------------
\cventry
{} % Affiliation/role
{Automatic recognition of the brand and model of the car} % Project name
{} % Location
{} % Date(s)
{
A neural network classification system recognizes the car's brand and model on the images obtained from high-speed cameras. The information about cars is used to select appropriate advertising and put it on the billboard as these cars pass. \href{https://www.technologyreview.com/2017/03/02/5370/moscow-billboard-targets-ads-based-on-the-car-youre-driving/}{\faLink}
}

%---------------------------------------------------------
\cventry
{} % Affiliation/role
{KotlinCheck} % Project name
{} % Location
{} % Date(s)
{
Property-based testing framework, QuickCheck implementation for Kotlin. \href{https://github.com/mchernyavsky/kotlincheck}{\ \faGithub}
}

%---------------------------------------------------------
\end{cventries}
7 changes: 1 addition & 6 deletions content/skills.tex
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,8 @@

%---------------------------------------------------------
\cvskill
{Technologies \& Frameworks} % Category
{Technologies} % Category
{Linux, PostgreSQL, Compilers, ANTLR, Computer Vision, OpenCV, Deep Learning, PyTorch} % Skills

%---------------------------------------------------------
\cvskill
{Languages} % Category
{Russian, English} % Skills

%---------------------------------------------------------
\end{cvskills}

0 comments on commit a949186

Please # to comment.