Files
cv/CV.tex

81 lines
5.7 KiB
TeX
Executable File
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[11pt,a4paper]{moderncv}
% moderncv themes
\moderncvtheme[blue]{casual} % optional argument are 'blue' (default), 'orange', 'red', 'green', 'grey' and 'roman' (for roman fonts, instead of sans serif fonts)
%\moderncvtheme[green]{classic} % idem
% character encoding
\usepackage[T2A]{fontenc}
\usepackage[utf8]{inputenc} % replace by the encoding you are using
\usepackage[english, russian]{babel}
% adjust the page margins
\usepackage[scale=0.8]{geometry}
%\setlength{\hintscolumnwidth}{3cm} % if you want to change the width of the column with the dates
%\AtBeginDocument{\setlength{\maketitlenamewidth}{6cm}} % only for the classic theme, if you want to change the width of your name placeholder (to leave more space for your address details
%\AtBeginDocument{\recomputelengths} % required when changes are made to page layout lengths
% personal data
\firstname{Денис Владимирович}
\familyname{Дедков}
\title{Резюме} % optional, remove the line if not wanted
\address{г. Пермь}{ул. Карпинского, 75-128} % optional, remove the line if not wanted
\mobile{+7 (905) 8606140} % optional, remove the line if not wanted
%\phone{phone (optional)} % optional, remove the line if not wanted
%\fax{fax (optional)} % optional, remove the line if not wanted
\email{denis.v.dedkov@gmail.com} % optional, remove the line if not wanted
%\homepage{homepage (optional)} % optional, remove the line if not wanted
%\extrainfo{additional information (optional)} % optional, remove the line if not wanted
%\photo[64pt]{picture} % '64pt' is the height the picture must be resized to and 'picture' is the name of the picture file; optional, remove the line if not wanted
%\quote{Some quote (optional)} % optional, remove the line if not wanted
%\nopagenumbers{} % uncomment to suppress automatic page numbering for CVs longer than one page
%----------------------------------------------------------------------------------
% content
%----------------------------------------------------------------------------------
\begin{document}
\maketitle
\section{Образование}
\cventry{2001--2006}{Пермский Государственный Технический университет}
{г. Пермь}
{\newline Кафедра механики композиционных материалов и конструкций}
{\newline \textit{специализация: <<Компьютерные технологии в производстве и проектировании конструкций из композиционных материалов>>}}{}
\cventry{2009--2012}{Пермский Государственный Технический университет}{г. Пермь}
{\newline Кафедра механики композиционных материалов и конструкций (аспирантура)}{}{}
\section{Дипломный проект}
\cvline{название}{\emph{Статистическое описание случайной структуры двухфазных однонаправленно армированных волокнистых композитов}}
\cvline{рецензент}{С.В. Мельников}
\cvline{описание}{\small В работе были получены аналитические выражения для безусловных трехточечных и условных двухточечных моментов третьего порядка, получены выражения для
производных условных двухточечных моментов третьего порядка, а также разработан и протестирован программный пакет для многопроцессорной системы МВС-1000 для построения моментных функций.}
\section{Диссертация}
\section{Опыт}
\subsection{Профессиональный}
\cventry{2004--2006}{Системный администратор}{ЗАО <<Дуплекс>>}{г. Пермь}{}{Обслуживание ЛВС предприятия, разработка ПО для автоматизации бизнес-процессов предприятия}
\cventry{2006--н.в.}{Ведущий специалист}{ЗАО <<ПРОГНОЗ>>}{г. Пермь}{}{Разработка
ПО}
\subsection{Разное}
\cventry{2009--2014}{Преподаватель}{Пермский Государственный Технический
университет}{г. Пермь}{Кафедра механики композиционных материалов и конструкций}
{Предметы <<Основы информационных технологий и проектирования баз данных>>,
<<Информатика>>}
\pagebreak
\section{Языки}
\cvlanguage{Английский}{со словарем}{}
\section{Computer skills}
\cvcomputer{ОС}{MS Windows 95/98/XP/Seven, Linux}{Фреймворки}{Qt}
\cvcomputer{ЯП}{C/C++, Objective-C PHP, Java, Python, Pascal, Fore}{Офисные приложения}{\LaTeX, MS Office, OpenOffice.org}
\cvcomputer{VCS}{Git, SVN}{}{}
\section{Дополнительно}
\cvlistitem{В 2005 г. было присвоено звание Лауреата студенческих наук ПГТУ по направлению <<Информатика, автоматика>>}
\end{document}