Advertisement
Guest User

Untitled

a guest
May 23rd, 2019
319
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 5.13 KB | None | 0 0
  1. %% start of file `template.tex'.
  2. %% Copyright 2006-2015 Xavier Danaux (xdanaux@gmail.com).
  3. %
  4. % This work may be distributed and/or modified under the
  5. % conditions of the LaTeX Project Public License version 1.3c,
  6. % available at http://www.latex-project.org/lppl/.
  7.  
  8.  
  9. \documentclass[11pt,a4paper,sans]{moderncv}        % possible options include font size ('10pt', '11pt' and '12pt'), paper size ('a4paper', 'letterpaper', 'a5paper', 'legalpaper', 'executivepaper' and 'landscape') and font family ('sans' and 'roman')
  10.  
  11. % moderncv themes
  12. \moderncvstyle{casual}                             % style options are 'casual' (default), 'classic', 'banking', 'oldstyle' and 'fancy'
  13. \moderncvcolor{red}                               % color options 'black', 'blue' (default), 'burgundy', 'green', 'grey', 'orange', 'purple' and 'red'
  14. %\renewcommand{\familydefault}{\sfdefault}         % to set the default font; use '\sfdefault' for the default sans serif font, '\rmdefault' for the default roman one, or any tex font name
  15. \nopagenumbers{}                                  % uncomment to suppress automatic page numbering for CVs longer than one page
  16.  
  17. % character encoding
  18. \usepackage[utf8]{inputenc}                       % if you are not using xelatex ou lualatex, replace by the encoding you are using
  19. \usepackage[russian]{babel}
  20. %\usepackage{CJKutf8}                              % if you need to use CJK to typeset your resume in Chinese, Japanese or Korean
  21.  
  22. % adjust the page margins
  23. \usepackage[scale=0.75]{geometry}
  24. %\setlength{\hintscolumnwidth}{3cm}                % if you want to change the width of the column with the dates
  25. %\setlength{\makecvtitlenamewidth}{10cm}           % for the 'classic' style, if you want to force the width allocated to your name and avoid line breaks. be careful though, the length is normally calculated to avoid any overlap with your personal info; use this at your own typographical risks...
  26.  
  27. % personal data
  28. \name{Vadim}{Chernyshev}
  29. % \title{Resumé title}                               % optional, remove / comment the line if not wanted
  30. % \address{street and number}{postcode city}{country}% optional, remove / comment the line if not wanted; the "postcode city" and "country" arguments can be omitted or provided empty
  31. \phone[mobile]{+7~(915)~165~47~23}                   % optional, remove / comment the line if not wanted; the optional "type" of the phone can be "mobile" (default), "fixed" or "fax"
  32. % \phone[fixed]{+2~(345)~678~901}
  33. % \phone[fax]{+3~(456)~789~012}
  34. \email{vch.98@mail.ru}                               % optional, remove / comment the line if not wanted
  35. % \homepage{www.johndoe.com}                         % optional, remove / comment the line if not wanted
  36. % \social[linkedin]{john.doe}                        % optional, remove / comment the line if not wanted
  37. % \social[twitter]{jdoe}                             % optional, remove / comment the line if not wanted
  38. \extrainfo{telegram: \href{https://t.me/VadimChernyshev}{@VadimChernyshev}}
  39.  
  40. %----------------------------------------------------------------------------------
  41. %            content
  42. %----------------------------------------------------------------------------------
  43. \begin{document}
  44. %-----       resume       ---------------------------------------------------------
  45. \makecvtitle
  46.  
  47. \section{Education}
  48. \cventry{2011--2017}{Physics and mathematics school №2007}{}{}{}{}%{\textit{Grade}}{Description}  % arguments 3 to 6 can be left empty
  49. \cventry{2014--2015}{Completed a programming course (level C and B) in SIS (summer informatics school)}{}{}{}{}%{\textit{Grade}}{Description}  % arguments 3 to 6 can be left empty
  50. \cventry{2016}{Autumn shift in Sirius}{}{}{}{}
  51. \cventry{2016}{Completed a Moscow training school for All-Russian Olympiad}{}{}{}{}
  52. \cventry{2017}{Completed a Winter school “Combinatorics and algorithms»}{}{}{}{}
  53. \cventry{2019}{Completed a Student workshop in Sirius, organized by HSE and Yandex}{}{}{}{}
  54. \cventry{2017}{Will be graduating in 2021 from National Research University Higher School of Economics with a bachelor's degree in computer science}{}{}{}{}
  55.  
  56. \section{Skills}
  57. \begin{itemize}
  58. \item C++
  59. \item Python3
  60. \item GitHub: https://github.com/Vadim808
  61. \end{itemize}
  62.  
  63. \section{Achievements}
  64. \begin{itemize}
  65. \item Took part in quarter final of ACM ICPC (2018)
  66. \item Prize-winner of the regional stages of the All Russian Olympiad in Informatics and Maths (2015, 2016, 2017)
  67. \item Prize-winner of the Individual Olympiad in Informatcis and programming (2017)
  68. \item Prize-winner of the Individual Olympiad in Informatcis and programming (2015-2016) (honorable mention)
  69. \item Prize-winner of the Individual Olympiad in Maths (2015-2016) (honorable mention)
  70. \item Autumn shift of “Tournament cities” (Турнир Городов) 2015-17 winner
  71. \item Autumn Shift of Lomonosov tournament 2016-17 2nd degree winner
  72. \item (Олимпиада Высшая проба) Olympiad “Highest standard” 2nd degree winner
  73. \item Interuniversity Olympiad 2016-17 2nd degree winner
  74. \item Moscow Math Regatta 2016-17 1st degree winner
  75. \end{itemize}
  76.  
  77. \nocite{*}
  78.  
  79.  
  80. \clearpage
  81.  
  82. \end{document}
  83.  
  84.  
  85. %% end of file `template.tex'.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement