From a9491867861479f3ce9ffe0b88f0f67f6fff9e93 Mon Sep 17 00:00:00 2001 From: Mikhail Chernyavsky Date: Sat, 16 Oct 2021 08:11:53 +0300 Subject: [PATCH] Update CV --- awesome-cv.cls | 8 ++++---- content/education.tex | 34 ++++++++++++++++++++---------- content/experience.tex | 2 +- content/extracurricular.tex | 2 +- content/projects.tex | 41 ++++++++++++++++++++++++++++--------- content/skills.tex | 7 +------ 6 files changed, 61 insertions(+), 33 deletions(-) diff --git a/awesome-cv.cls b/awesome-cv.cls index fdddae70b..3c638a0ff 100644 --- a/awesome-cv.cls +++ b/awesome-cv.cls @@ -395,8 +395,8 @@ \newcommand{\acvHeaderAfterQuoteSkip}{5mm} % Others -\newcommand{\acvSectionTopSkip}{3mm} -\newcommand{\acvSectionContentTopSkip}{2.5mm} +\newcommand{\acvSectionTopSkip}{0mm} +\newcommand{\acvSectionContentTopSkip}{2mm} %------------------------------------------------------------------------------- @@ -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}} diff --git a/content/education.tex b/content/education.tex index b400f2807..cc6263b6a 100644 --- a/content/education.tex +++ b/content/education.tex @@ -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} diff --git a/content/experience.tex b/content/experience.tex index f7c517737..1f21bccbc 100644 --- a/content/experience.tex +++ b/content/experience.tex @@ -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} } diff --git a/content/extracurricular.tex b/content/extracurricular.tex index 4246afd13..1fe975d39 100644 --- a/content/extracurricular.tex +++ b/content/extracurricular.tex @@ -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.} diff --git a/content/projects.tex b/content/projects.tex index b314b1506..9ed1e1c62 100644 --- a/content/projects.tex +++ b/content/projects.tex @@ -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} diff --git a/content/skills.tex b/content/skills.tex index e580e9fdd..0bee1b1a2 100644 --- a/content/skills.tex +++ b/content/skills.tex @@ -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}