From 9c61400f60ff3789cf41cc5e7b4009c59cae16d6 Mon Sep 17 00:00:00 2001 From: Maximilian Friedersdorff Date: Fri, 17 Jun 2016 16:37:44 +0100 Subject: [PATCH] Initial commit of my CV. --- .gitignore | 26 +++++++++++++++++++++++++ cv.tex | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 83 insertions(+) create mode 100644 .gitignore create mode 100644 cv.tex diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ecfae64 --- /dev/null +++ b/.gitignore @@ -0,0 +1,26 @@ +*.aux +*.glo +*.idx +*.log +*.toc +*.ist +*.acn +*.acr +*.alg +*.bbl +*.blg +*.dvi +*.glg +*.gls +*.ilg +*.ind +*.lof +*.lot +*.maf +*.mtc +*.mtc1 +*.out +*.synctex.gz +*.pdf +*.fls +*.fdb_latexmk diff --git a/cv.tex b/cv.tex new file mode 100644 index 0000000..dba38d5 --- /dev/null +++ b/cv.tex @@ -0,0 +1,57 @@ +\documentclass[10pt, a4paper, sans]{moderncv} + +\moderncvstyle{casual} +\moderncvcolor{black} + + +\usepackage[a4paper, margin=2cm]{geometry} + +\name{Maximilian}{Friedersdorff} +\address{Flat 19, Wimbledon House}{LE1 1SU}{England} +\phone[fixed]{0116/3191303} +\phone[mobile]{07570807539} +\email{maxf130@gmail.com} +\social[github]{www.github.com/maxf130} + +\begin{document} +\makecvtitle + +\section{Education} +\cventry{2015--1016}{Advanved Computational Methods, MSc}{University of Leicester}{}{}{\emph{Modules Include}: Advanced C++ Programming, Analysis and Design of Algorithms, Algorithms in Bioinformatiks, Discrete Event Systems, Game Theory in Computer Science and Internet and Cloud Computing.\newline{} + MSc Project involving correction and analysis of images taken with total internal reflection flourescence microscopes.} +\cventry{2012--2015}{Physics with Astrophysics, BSc}{University of Leicester}{}{}{\emph{Modules Include}: Condensed Matter, Electromagnetic Fields, Atoms and Nuclei, Quantum Mechanics, Vector Calculus, Fourier Transforms, numerous group research projects.\newline{} + \emph{Final Year Projects}: Writing an N-Body Simulation (\texttt{C++}), Developing a method for mapping Jupiter's Infra-Red Aurora (\texttt{IDL, Matlab/GNU Octave}). \newline{} + I am currently expecting a first-class degree.} +\cventry{2010--2012}{International Baccalaureate}{Wyggeston and QE1 College}{Leicester}{36 points}{Courses include Physics (7), Mathematics (7) and Chemistry (6) at Higher Level} + +\section{Experience} +\cventry{Summer 2015--Present}{Web Development}{Musoft Ltd.}{Leicester}{}{Continuation of the work started in Summer 2014, with an additional focus on test driven development. Primarily working using python and the django framework.} + +\cventry{October 2013--Present}{Part-Time Web Development and Maintenance}{Dept. of Computer Science, University of Leicester}{}{}{Development and maintenance of a CMS using the Elgg framework for the European Association of Software Science and Technology and for the \href{http://aulp.co.uk/}{Association of University Legal Practitioners}.} + + +\cventry{Summer 2014}{Work Experience, Web Development}{Musoft Ltd.}{Leicester}{}{Mainly front end and some server-side development using AngularJS and associated MEAN stack (MongoDB, ExpressJS, AngularJS, NodeJS) as well as related technologies and frameworks. Worked from home and in collaboration with project leader.} + +\cventry{Summer 2013}{Work Experience}{Planet IC}{Schwerin}{}{ + Completed a three month placement as a Java developer, working on projects with company employees, including some for customers as well as others for internal use.} + +\cventry{2012--2013}{Voluntary Developer}{Praxis Care Glenfield}{Leicester}{}{Developed, deployed and maintained a timetabling/scheduling system based on PHP and MySQL for planning shifts and other staff responsibilities.} + +\cventry{2011--2012}{Teaching Assistant}{Deutsche Samstagsschule}{Leicester}{}{ + Worked as a teaching assistant in a German language Saturday school, with children aged 5--7.} + +\section{Interests} +\cvitem{Tabletop Gaming}{I was a member of the Leicester University Games Society where, during the 2013--2014 academic year, I acted as Treasurer. During this time the society raised in excess of \pounds4000 for various charities.} + +\cvitem{Music}{I play various musical instruments including the piano where I have achieved Grade 7, and the Clarinet where I have achieved Grade 4 and played in a Concert Band for two years.} + +\cvitem{Hacking}{I am a member of the Leicester Hack Space, where (amongst other things) I enjoy diagnosing and fixing faults in electronic equipment during regular restart parties.} + +\cvitem{Cycling}{I enjoy the physical challenge of longer distance rides, as well as the maintenance and repair work required to keep a bicycle in good condition.} + +\section{References} +\begin{cvcolumns} + \cvcolumn{Dr. Darren Wright}{dmw7@le.ac.uk \\ Dept of Physics \& Astronomy \\ University of Leicester \\ LE1 7RH \\ Leicester} + \cvcolumn{Paul Muston}{paul.muston@gmail.com \\ Musoft Ltd. \\ 59 The Pastures \\ LE19 3DY \\ Leicester} +\end{cvcolumns} +\end{document} -- 2.47.1