Chris Else CV
Autor
chris else
Last Updated
hace 10 años
License
Creative Commons CC BY 4.0
Resumen
CV
\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{blue} % CV color - options include: 'blue' (default), 'orange', 'green', 'red', 'purple', 'grey' and 'black'
\usepackage{changepage}
\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{Christopher} % Your first name
\familyname{Else} % Your last name
% All information in this block is optional, comment out any lines you don't need
\address{81 Park Hall Crescent}{Birmingham, B36 9SX}
\mobile{07505150775}
\email{CXE141@bham.ac.uk}
%----------------------------------------------------------------------------------------
\begin{document}
\makecvtitle % Print the CV title
\cvlistdoubleitem{Driven}{Analytical}
\cvlistdoubleitem{Team Player}{Confident}
\cvlistdoubleitem{Attentive}{Enthusiastic}
\section{Summary}
\begin{adjustwidth}{6.5em}{0pt}
Due to graduate in summer 2015 with a 1st class Masters degree in Mathematics with Engineering from the University of Birmingham.
\end{adjustwidth}
%----------------------------------------------------------------------------------------
% EDUCATION SECTION
%----------------------------------------------------------------------------------------
\section{Education}
\cventry{2011--2015}{Masters in Mathermatics with Engineering}{The University of Birmingham}{}{\textit{}Predicted a first class degree, acheived a strong 2:1 in first three years, with modules including mathematical and computer programming}{} % Arguments not required can be left empty
\cventry{2008--2010}{A-levels}{Bishop Vesey's Grammar School}{}
{\textit{}}{Mathermatics - A, Chemistry - A, Biology - A, Physics (AS level) - A}
\cventry{2003--2008}{GCSEs}{Bishop Vesey's Grammar School}{}
{\textit{}}{1 A*'s, 4 A's, 4 B's, 1 C}
%----------------------------------------------------------------------------------------
% WORK EXPERIENCE SECTION
%----------------------------------------------------------------------------------------
\section{Experience}
\cventry{August 2014 - Present}{Barman}{\textsc{Bar Epernay Champagne Bar \& Restaurant}}{}{}
{Working in a busy formal bar serving cocktails and waiting tables
\newline{}
\begin{itemize}
\item Working within a team serving a busy bar in a popular establishment
\item Speaking with customers of different nationalities and learning basic language skills
\end{itemize}}
\cventry{June 2014 - August 2014}{IT Intern}{\textsc{International Financial Data Services}}{}{}{Working on individual and group projects dedicated to improving culture and IT applications within IFDS
\newline{}
\begin{itemize}
\item Working on my individual project doing MI Reporting, meeting stakeholders and configuring ALM software.
\item Working in a group to present and implement digitisation upgrades for the company to the IT leadership team
\item After finishing my internship I was promptly offered a place on a full time fast track managment scheme which I later declined
\end{itemize}}
\cventry{September 2008-- May 2014}{Duty Manager}{\textsc{Iceland Frozen Foods}}{}{}{For this I must show both hard work ethics, and great customer service, as well as leadership and organisational skills, delegating tasks and running a multi-million pound store.
\newline{}
\begin{itemize}
\item Starting at the age of 16, I proceeded to work my way up the company, attending a 2 month manager training course.
\item Trained to organise staff, timesheets and cash office as well as being trained to give excellent customer service.
\end{itemize}}
%------------------------------------------------
\cventry{June 2013 - Present}{Student Ambassdaor/Representative}{\textsc{}}{}{}{Working for the university at several open days and as a mathematics student representative.
\newline{}
\begin{itemize}
\item Projected Birmingham University's brand in order to portray a positive image of the university.
\item Improved communication through speaking to hundreds of prospective students and parents at
open days.
\item Acted as a liason between staff and students to improve the university experience and learning environment within the school of Mathematics.
\end{itemize}}
\cventry{2008 - present}{Various voluntary/charity work}{\textsc{}}{}{}{Helping to organise a local charity to raise funds to help those in need. Including 12 weeks animal related voluntary work
\newline{}
\begin{itemize}
\item Advertising around the community to raise awareness and help to organise fund raising events such as summer fayres and ferret racing nights.
\item Organising meals for large quantities of people including supplies, location and hospitality.
\item Helping at local farms and kennels at busy times, and being given the responsibility of looking after hundreds of animals.
\end{itemize}}
%------------------------------------------------
%----------------------------------------------------------------------------------------
% COMPUTER SKILLS SECTION
%----------------------------------------------------------------------------------------
\section{Skills}
\cvitem{Basic}{\textsc{java}, Adobe Illustrator}
\cvitem{Intermediate}{ \textsc{html}, \LaTeX, OpenOffice, Linux, Microsoft Windows, C++, MatLab}
\cvitem{Advanced}{Computer Hardware and Support, VB Scripting}
%----------------------------------------------------------------------------------------
% AWARDS SECTION
%----------------------------------------------------------------------------------------
\section{Achievements}
\cvitem{}{FA qualified football referee}
\cvitem{}{School and University peer mentor}
\cvitem{}{Certified first aider and lifegaurd}
\cvitem{}{Full UK driving licence}
%----------------------------------------------------------------------------------------
% INTERESTS SECTION
%----------------------------------------------------------------------------------------
\section{Interests}
\cvlistdoubleitem{Semi-Pro Football}{Running}
\cvlistdoubleitem{Charity Work}{Motor Racing}
\cvlistdoubleitem{Reading}{Water Sports}
%----------------------------------------------------------------------------------------
% 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}