]> git.friedersdorff.com Git - max/cv.git/blob - cv.tex
Initial commit of my CV.
[max/cv.git] / cv.tex
1 \documentclass[10pt, a4paper, sans]{moderncv}
2
3 \moderncvstyle{casual}
4 \moderncvcolor{black}
5
6
7 \usepackage[a4paper, margin=2cm]{geometry}
8
9 \name{Maximilian}{Friedersdorff}
10 \address{Flat 19, Wimbledon House}{LE1 1SU}{England}
11 \phone[fixed]{0116/3191303}
12 \phone[mobile]{07570807539}
13 \email{maxf130@gmail.com}
14 \social[github]{www.github.com/maxf130}
15
16 \begin{document}
17 \makecvtitle
18
19 \section{Education}
20 \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{}
21   MSc Project involving correction and analysis of images taken with total internal reflection flourescence microscopes.}
22 \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{}
23   \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{}
24   I am currently expecting a first-class degree.}
25 \cventry{2010--2012}{International Baccalaureate}{Wyggeston and QE1 College}{Leicester}{36 points}{Courses include Physics (7), Mathematics (7) and Chemistry (6) at Higher Level}
26
27 \section{Experience}
28 \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.}
29
30 \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}.}
31
32
33 \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.}
34
35 \cventry{Summer 2013}{Work Experience}{Planet IC}{Schwerin}{}{
36   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.}
37
38 \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.}
39
40 \cventry{2011--2012}{Teaching Assistant}{Deutsche Samstagsschule}{Leicester}{}{
41   Worked as a teaching assistant in a German language Saturday school, with children aged 5--7.}
42
43 \section{Interests}
44 \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.}
45
46 \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.}
47
48 \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.}
49
50 \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.}
51
52 \section{References}
53 \begin{cvcolumns}
54   \cvcolumn{Dr. Darren Wright}{dmw7@le.ac.uk \\ Dept of Physics \& Astronomy \\ University of Leicester \\ LE1 7RH \\ Leicester}
55   \cvcolumn{Paul Muston}{paul.muston@gmail.com \\ Musoft Ltd. \\ 59 The Pastures \\ LE19 3DY \\ Leicester}
56 \end{cvcolumns}
57 \end{document}