curriculum-vitae

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit ce46c5b25b27e87f269439380f5a343816f90d48
parent ccac4beac3afda92f9aa2d3055b5d983ee41780f
Author: mpizzzle <michael.770211@gmail.com>
Date:   Sun, 17 May 2020 19:26:32 +0100

Updating cv in latex, still formatting

Diffstat:
M.gitignore | 2++
MREADME.md | 1+
Mcv.ms | 11+++++++----
Acv.tex | 72++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
4 files changed, 82 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -1 +1,3 @@ *.pdf +*.log +*.aux diff --git a/README.md b/README.md @@ -1,3 +1,4 @@ # curriculum-vitae groff -t -ms cv.ms -Tpdf -Kutf8 > michael-percival-cv.pdf +pdftex pdf.tex diff --git a/cv.ms b/cv.ms @@ -1,10 +1,13 @@ +.tf TI +.nr LL 7.7i +.nr PO 0.3i .nr HM 0.5 .nr FM 0.5 -.nr PS 30 -.nr VS 12 +.nr PS 35 +.nr VS 13 .TL Michael Percival -.nr PS 10 +.nr PS 11 .AU E-mail: m@michaelpercival.xyz § Phone: +447534346832 .SH @@ -85,7 +88,7 @@ A Levels - Emmbrook School@2008 - 2010 .TS expand,tab(@); lr. -GCSEs - Forest School@ +GCSEs - Forest School@2006 - 2008 .TE .I "11 A*-Cs inc. Maths and English" .DS C diff --git a/cv.tex b/cv.tex @@ -0,0 +1,72 @@ +\documentclass{article} + +\usepackage{titlesec} +\usepackage{titling} + +\titleformat{\section} +{\huge} +{} +{0em} +{}[\titlerule] + +\titleformat{\subsection} +{\bfseries} +{} +{0em} +{} + +\titleformat{\subsubsection} +{\huge} +{} +{0em} +{} + +\renewcommand{\maketitle}{ +\begin{center} +{\huge\bfseries +\theauthor} + +\vspace{.25em} + +m@michaelpercival.xyz § https://michaelpercival.xyz § +447534346832 + +\end{center} +} + +\title{Michael Percival} +\author{Michael Percival} + +\begin{document} + +\maketitle + +\section{Work Experience} +\subsection{Cerner} +Currently working closely with Oxford University Hospitals trust to design and implement a new patient administration system; I work to create and maintain new REST services for handling appointments (checking in/ out patients, confirming/ cancelling etc...) as well as designing and implementing the front end solution. +\subsection{Schlumberger} +Year long internship working on software solutions to assist field engineers design drills for oil wells. +\section{Skills} +\subsection{Languages} +Java, C\#, Python, Javascript +\subsection{Frameworks} +Jersey - Rest APIs, Hibernate - ORM, Mockito - Unit Testing +\subsection{Miscellaneous} +Git, Subversion, Jenkins, {\LaTeX}, HTML, CSS +\section{Education} +\subsection{University} +BSc. Computer Science - Nottingham Trent University@2010 - 2014 + +Dissertation: Visualisation of software metrics - 1st + +Final grade: 2:1 +\subsection{A Levels} +A Levels - Emmbrook School@2008 - 2010 + +Mathematics - B, Computing - B, Chemistry - C +\subsection{GCSEs} +Forest School@2006 - 2008 + +11 A*-Cs inc. Maths and English +\section{References} +Available upon request. +\end{document}