%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% "ModernCV" CV and Cover Letter
% LaTeX Template
% Version 1.1 (9/12/12)
%
% This template has been downloaded from:
% http://www.LaTeXTemplates.com
%
% Original author:
% Xavier Danaux (xdanaux@gmail.com)
%
% License:
% CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)
%
% Important note:
% This template requires the moderncv.cls and .sty files to be in the same 
% directory as this .tex file. These files provide the resume style and themes 
% used for structuring the document.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

%----------------------------------------------------------------------------------------
%	PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
%----------------------------------------------------------------------------------------

\documentclass[11pt,a4paper,sans]{moderncv} % Font sizes: 10, 11, or 12; paper sizes: a4paper, letterpaper, a5paper, legalpaper, executivepaper or landscape; font families: sans or roman

\moderncvstyle{casual} % CV theme - options include: 'casual' (default), 'classic', 'oldstyle' and 'banking'
\moderncvcolor{orange} % CV color - options include: 'blue' (default), 'orange', 'green', 'red', 'purple', 'grey' and 'black'

\usepackage{lipsum} % Used for inserting dummy 'Lorem ipsum' text into the template

\usepackage[scale=0.75]{geometry} % Reduce document margins
%\setlength{\hintscolumnwidth}{3cm} % Uncomment to change the width of the dates column
%\setlength{\makecvtitlenamewidth}{10cm} % For the 'classic' style, uncomment to adjust the width of the space allocated to your name

%----------------------------------------------------------------------------------------
%	NAME AND CONTACT INFORMATION SECTION
%----------------------------------------------------------------------------------------


\firstname{Jitka} % Your first name
\familyname{Novotn\'a} % Your last name

% All information in this block is optional, comment out any lines you don't need
\title{Curriculum Vitae}
\address{Kurkova 1212/2}{Prague, Czech Republic}
\mobile{+420.799794241}
%\phone{(000) 111 1112}
%\fax{(000) 111 1113}
\email{jitka@ucw.cz}
%\homepage{staff.org.edu/~jsmith}{staff.org.edu/$\sim$jsmith} % The first argument is the url for the clickable link, the second argument is the url displayed in the template - this allows special characters to be displayed such as the tilde in this example
\extrainfo{LinkedIn:http://cz.linkedin.com/pub/jitka-novotna/91/577/1}
\extrainfo{Nationality: Czech Republic}
%\photo[70pt][0.4pt]{pictures/picture} % The first bracket is the picture height, the second is the thickness of the frame around the picture (0pt for no frame)
%\quote{"A witty and playful quotation" - John Smith}

%----------------------------------------------------------------------------------------

\begin{document}

\makecvtitle % Print the CV title

%----------------------------------------------------------------------------------------
%	EDUCATION SECTION
%----------------------------------------------------------------------------------------

\section{Education}

\cventry{2012--2015(expected)}{Master's degree}{Charles University}{Prague}{Computer Science}{\textit{Study program: Discrete models and algorithms.} }
\cventry{2010--2012}{Bachelor's degree}{Charles University}{Prague}{Computer Science}{}

\section{Bachelors Thesis}

\cvitem{Title}{\emph{Algorithms for solving strong positional games with high symmetry.}}
\cvitem{Supervisor}{Tom\'a\v{s} Valla}
%\cvitem{Description}{This thesis explored the idea that money has been the cause of untold anguish and suffering in the world. I found that it has, in fact, not.}

%----------------------------------------------------------------------------------------
%	WORK EXPERIENCE SECTION
%----------------------------------------------------------------------------------------

\section{Work Experience}

\cventry{Summer 2013}{Student Researcher}{\textsc{Rutgers University}}{New Jersey}{}{I proved that 3-regular graphs have a 3-routing, which was an open problem
I got from Mario Szegedy.}
\cventry{Jannuary 2013 - Present}{SW Developer}{\textsc{Amitaya Ltd.}}{Prague}{}{Developing data processing scripts for an eshop.}

%----------------------------------------------------------------------------------------
%	AWARDS SECTION
%----------------------------------------------------------------------------------------

\section{Awards}

\cvitem{2010}{Mathematical Olympiad - Category Programming -- 13-14th place in National round}
\cvitem{2010-2012}{Merit Schlarship}

%----------------------------------------------------------------------------------------
%	PROGRAMING SKILLS SECTION
%----------------------------------------------------------------------------------------

\section{Programing Skills}

\cvitem{Basic}{Ruby,C\#,Perl}
\cvitem{Intermediate}{Java,Haskell,Prolog}
\cvitem{Advanced}{Python, C/C++}

%----------------------------------------------------------------------------------------
%	COMPUTER SKILLS SECTION
%----------------------------------------------------------------------------------------

\section{General computer skills}

\cvlistdoubleitem{Linux}{Microsoft Windows}
\cvlistdoubleitem{\LaTeX}{OpenOffice}
\cvlistdoubleitem{Git}{Mathematica}
%\cvlistitem{Sewing}


\pagebreak

%----------------------------------------------------------------------------------------
%	LANGUAGES SECTION
%----------------------------------------------------------------------------------------

\section{Languages}

\cvitemwithcomment{English}{Intermediate}{}
\cvitemwithcomment{Czech}{Mothertongue}{}
%\cvitemwithcomment{Esperanto}{Basic}{Basic words and phrases only}

%----------------------------------------------------------------------------------------
%	INTERESTS SECTION
%----------------------------------------------------------------------------------------

\section{Interests}

\renewcommand{\listitemsymbol}{-~} % Changes the symbol used for lists

\cvlistdoubleitem{Mountaineering}{First Aid}
\cvlistdoubleitem{Ski Touring}{LARP}
\cvlistitem{Sewing}

%----------------------------------------------------------------------------------------
%	COVER LETTER
%----------------------------------------------------------------------------------------

% To remove the cover letter, comment out this entire block

%\clearpage

%\recipient{HR Departmnet}{Corporation\\123 Pleasant Lane\\12345 City, State} % Letter recipient
%\date{\today} % Letter date
%\opening{Dear Sir or Madam,} % Opening greeting
%\closing{Sincerely yours,} % Closing phrase
%\enclosure[Attached]{curriculum vit\ae{}} % List of enclosed documents

%\makelettertitle % Print letter title

%\lipsum[1-3] % Dummy text

%\makeletterclosing % Print letter signature

%----------------------------------------------------------------------------------------

\end{document}
