Initial
This commit is contained in:
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
**.log
|
||||
**.aux
|
||||
**.out
|
||||
89
CV.tex
Normal file
89
CV.tex
Normal file
@@ -0,0 +1,89 @@
|
||||
\documentclass[a4paper, 10.5pt]{article}
|
||||
|
||||
\usepackage{hyperref}
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage[T1]{fontenc}
|
||||
\usepackage[swedish]{babel}
|
||||
\usepackage{graphicx}
|
||||
\usepackage{etoolbox}
|
||||
%\usepackage{ae} %För riktiga fonts?
|
||||
\usepackage{fancyhdr}
|
||||
\usepackage{lastpage}
|
||||
\usepackage{eurosym}
|
||||
\topmargin -30.0pt
|
||||
%\rightmargin 10pt
|
||||
%\leftmargin 10pt
|
||||
%\hoffset 0pt
|
||||
\oddsidemargin 5pt
|
||||
\textwidth 500pt
|
||||
\setcounter{secnumdepth}{5}
|
||||
\input xintexpr.sty\relax
|
||||
\def\roundandprint #1{\xinttheiexpr #1\relax }
|
||||
|
||||
%Dokumentstart%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
\begin{document}
|
||||
\pagestyle{fancy}
|
||||
|
||||
%Header%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
\lhead{
|
||||
\parbox[b]{200pt}{
|
||||
\textbf{CV}}}
|
||||
\rhead{ \flushright
|
||||
\today}
|
||||
|
||||
|
||||
%Footer%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
\renewcommand{\footrulewidth}{\headrulewidth}
|
||||
\cfoot{}
|
||||
%Document%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
|
||||
\begin{minipage}[ht]{0.4\textwidth}
|
||||
\begin{center}
|
||||
\textbf{\huge Adam \\ Magnusson}
|
||||
\end{center}
|
||||
|
||||
{\centering\section*{About Me}}
|
||||
Driven by the prospect of personal growth, I am constantly looking for new challanges and opportunities to learn new things.
|
||||
As a Master's student at Chalmers Univeristy of Technology I developed many of the skills I would now consider core to my main interests within the subject of computer science.
|
||||
These intrests are mainly hardware design and low level computing, especially optimizing software with respect to the hardware it will run on.
|
||||
Building on the interest of optimiziation, I very much enjoy parallel programming which I have done in several programming languages such as C, Erlang, Elixir, Haskell, Python and CUDA.
|
||||
Why som many different languages?
|
||||
I firmly believe that a diverse skillset is key to any form of problem solving.
|
||||
With knowledge spanning many different fields one can apply that knowledge and the similarities therebetween to great effect.
|
||||
Thus I never turn down the opportunity of learning something new and am excited to work with people who I can learn from.
|
||||
|
||||
{\centering\section*{Skills}}
|
||||
|
||||
\begin{itemize}
|
||||
\item Accomodating
|
||||
\item
|
||||
\end{itemize}
|
||||
|
||||
{\centering\section*{Contacts}}
|
||||
|
||||
\vfill
|
||||
\end{minipage}
|
||||
\hspace{0.05\textwidth}
|
||||
\vrule
|
||||
\hspace{0.05\textwidth}
|
||||
\begin{minipage}[ht]{0.5\textwidth}
|
||||
\subsection*{Education}
|
||||
\begin{itemize}
|
||||
\item \textbf{Secondary Education}
|
||||
|
||||
\textit{Stockholm Science \& Innovation School}
|
||||
|
||||
\item \textbf{Tertiary Education}
|
||||
|
||||
\textit{Bacherlors's in computer science at Chalmers University of Technology}
|
||||
|
||||
\textit{Master's in High Performance Computing at Chalmers University of Technology -- Ongoing}
|
||||
|
||||
\end{itemize}
|
||||
\subsection*{}
|
||||
\end{minipage}
|
||||
\vfill
|
||||
|
||||
\newpage
|
||||
\label{LastPage}
|
||||
\end{document}
|
||||
Reference in New Issue
Block a user