\documentclass[12pt]{article}%

\usepackage{hyperref}
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}

\newenvironment{myitemize}
{ \null\vskip-1.5cm\null\begin{itemize}
\setlength{\itemsep}{0pt}
\setlength{\parskip}{0pt}
\setlength{\parsep}{0pt}}
{ \end{itemize}                  } 

\newenvironment{myenumerate}
{ \null\vskip-1.5cm\null\begin{enumerate}
\setlength{\itemsep}{0pt}
\setlength{\parskip}{0pt}
\setlength{\parsep}{0pt}}
{ \end{enumerate}                  } 

\parindent=0pt
\parskip=12pt
\textwidth=17cm
\oddsidemargin=0cm
\itemsep=-4pt


\begin{document}

\centerline{\textbf{CV of X Y}}

\textbf{Personal data}

\begin{tabular}{p{3.5cm}p{13.0cm}}
Name & X Y\cr
Position & Associate professor\cr
Current institution &
Department of Theoretical Physics, 
Budapest University of Technology and Economics 
H-1111 Budapest, Budafoki út 8,
Hungary \cr
e-mail & xxx@phy.bme.hu\cr
Phone & +36 1 463 41 07\cr
Fax & +36 1 643 35 67\cr
Date of birth & 1901
\end{tabular} 

\textbf{Education}

\begin{tabular}{p{3.5cm}p{13.0cm}}
1996 & MSc in Physics, Eötvös University Budapest\cr
2000 & PhD in Physics ("Theory of everything") Budapest
University of Technology and Economics
\end{tabular} 

\textbf{Employment}

\begin{tabular}{p{3.5cm}p{5cm}p{8.0cm}}
2012- & Associate professor & Department of Theoretical
Physics, BME\cr
2009-2011 & Postdoctoral researcher & MIT, USA \cr
2000-2009 & Postdoctoral researcher & Weizmann Institute of Science,
Israel
\end{tabular} 

\textbf{Awards and prizes}

\begin{tabular}{p{3.5cm}p{13.0cm}}
2014 & 'Teaching Excellence' award, (Faculty of Sciences, BME)
\end{tabular}

\textbf{Research interest}

\begin{myitemize}
\item Theory of everything
\item Theory of nothing
\end{myitemize}

\textbf{Teaching activity}

\begin{myitemize}
\item Theoretical Physics
\item Many body systems
\end{myitemize}

\textbf{Students supervised}

\begin{myitemize}
\item PhD students: C D (2001)
\item MSc students: A B (2015)
\item BSc students: E F (2008), G H (2009)
\end{myitemize}

\textbf{Memberships and professional service}

\begin{myitemize}
\item Member of ELFT
\item Referee of Physical Review Letters
\end{myitemize}
%Előzőh helyett, ha időpontok is kellenek:
%\begin{tabular}{p{3.5cm}p{13.0cm}}
%2004-2007 & Head of the Department of Theoretical Physics\cr
%2005-2009 & Dean of the Faculty of the Natural Sciences\cr
%\end{tabular}

\textbf{Grants, fellowships, projects}

\begin{tabular}{p{3.5cm}p{13.0cm}}
2004-2007 & OTKA KXXXXX (12m Ft) Principal investigator \cr
1995-1999 & Fellowship of the Homboldt-Foundation \cr
\end{tabular}

\textbf{Invited talks}

\begin{tabular}{p{3.5cm}p{13.0cm}}
2012 & Plenary talk conference of whatever\cr
2008 & Institute of Physics, Université Paris 6\cr
\end{tabular}

\textbf{Languages}

English (master), French (master), German (intermediate)

\textbf{Scientific impact} (as of 25/03/2015)

N papers in refereed journals\\
Total number of citations: NC\\
H-index: HI\\
Complete list of publications:
\url{https://vm.mtmt.hu//search/slist.php?AuthorID=XXXXXXX}\\

\textbf{Five selected publications}

\begin{myenumerate}
\item Authors, {\it Title}, Journal {\bf Volume}, Page (year).
\item Authors, {\it Title}, Journal {\bf Volume}, Page (year).
\item Authors, {\it Title}, Journal {\bf Volume}, Page (year).
\item Authors, {\it Title}, Journal {\bf Volume}, Page (year).
\item Authors, {\it Title}, Journal {\bf Volume}, Page (year).
\end{myenumerate}

\end{document}
