Added style

This commit is contained in:
2025-07-09 14:35:50 +02:00
parent 0a366ab60f
commit e0b8a84e8c
22 changed files with 319 additions and 72 deletions

277
CV.tex
View File

@@ -1,89 +1,222 @@
\documentclass[a4paper, 10.5pt]{article}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Deedy CV/Resume
% XeLaTeX Template
% Version 1.0 (5/5/2014)
%
% This template has been downloaded from:
% http://www.LaTeXTemplates.com
%
% Original author:
% Debarghya Das (http://www.debarghyadas.com)
% With extensive modifications by:
% Vel (vel@latextemplates.com)
%
% License:
% CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)
%
% Important notes:
% This template needs to be compiled with XeLaTeX.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage{hyperref}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[swedish]{babel}
\documentclass[a4paper,11pt]{deedy-resume} % Use US Letter paper, change to a4paper for A4
\usepackage{wrapfig}
\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%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\graphicspath{{images/}}
\begin{document}
\pagestyle{fancy}
%Header%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\lhead{
\parbox[b]{200pt}{
\textbf{CV}}}
\rhead{ \flushright
\today}
%----------------------------------------------------------------------------------------
% TITLE SECTION
%----------------------------------------------------------------------------------------
%\lastupdated % Print the Last Updated text at the top right
\namesection{Adam}{Magnusson}{ % Your name
\href{mailto:admag2001@gmail.com}{admag2001@gmail.com} | 073-589-88-11 \\ % Your contact information
Uppstigen 120 | Göteborg 412 80
}
%Footer%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\renewcommand{\footrulewidth}{\headrulewidth}
\cfoot{}
%Document%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{minipage}[ht]{0.4\textwidth}
\begin{center}
\textbf{\huge Adam \\ Magnusson}
\end{center}
%----------------------------------------------------------------------------------------
% LEFT COLUMN
%----------------------------------------------------------------------------------------
{\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{minipage}[t]{0.3\textwidth} % The left column takes up 33% of the text width of the page
\begin{itemize}
\item Accomodating
\item
\end{itemize}
%------------------------------------------------
% Education
%------------------------------------------------
{\centering\section*{Contacts}}
\section{Education}
\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}
\subsection{Chalmers University of Technology}
\sectionspace
\textit{Stockholm Science \& Innovation School}
\descript{Master in High Performance Computer Systems}
\item \textbf{Tertiary Education}
\sectionspace % Some whitespace after the section
\textit{Bacherlors's in computer science at Chalmers University of Technology}
\descript{Bachelor in Computer Science}
%\location{Gothenburg, SE}
%Conc. in Software Engineering \\
%College of Engineering \\
%Dean's List (All Semesters)
\textit{Master's in High Performance Computing at Chalmers University of Technology -- Ongoing}
\end{itemize}
\subsection*{}
\end{minipage}
\vfill
\sectionspace % Some whitespace after the section
%------------------------------------------------
% Links
%------------------------------------------------
\section{Links}
Github: \href{https://github.com/KokoRobinn}{\bf github.com/KokoRobinn} \\
LinkedIn: \href{https://www.linkedin.com/in/adam-magnusson-a8a75a259/}{\bf linkedin.com/in/adam-magnusson-a8a75a259} \\
\sectionspace % Some whitespace after the section
%------------------------------------------------
% Skills
%------------------------------------------------
\section{Skills}
\subsection{Programming}
C \textbullet{} Java \textbullet{} C\# \textbullet{} Haskell \textbullet{} Erlang
\textbullet{} Elixir \textbullet{} Python \textbullet{} VHDL
\textbullet{} GLSL \textbullet{} CSS \textbullet{} HTML
\sectionspace
\subsection{Other}
Embedded Systems \textbullet{} Git \textbullet{} Hardware Design \textbullet{} Parallel Programming \textbullet{}
\sectionspace % Some whitespace after the section
%------------------------------------------------
% Languages
%------------------------------------------------
\section{Languages}
Swedish - Native \\
English - Fluent
\sectionspace % Some whitespace after the section
%------------------------------------------------
% Languages
%------------------------------------------------
\section{References}
References can be provided at request
\sectionspace % Some whitespace after the section
%----------------------------------------------------------------------------------------
\end{minipage} % The end of the left column
\hfill
%
%----------------------------------------------------------------------------------------
% RIGHT COLUMN
%----------------------------------------------------------------------------------------
%
\begin{minipage}[t]{0.67\textwidth} % The right column takes up 66% of the text width of the page
%------------------------------------------------
% Me
%------------------------------------------------
%\section{Me}
\runsubsection{Me}
Driven by the prospect of personal growth, I am constantly looking for new challenges and opportunities to learn new things.
As a master's student at Chalmers University of Technology I developed many of the skills I would now consider core to my main interests within the subject of computer science.
These interests 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 optimization, I very much enjoy parallel programming which I have done in several programming languages such as C, Erlang, Elixir, Haskell, Python and CUDA.
In my free time I enjoy playing games and spending time with friends and family.
I also enjoy tinkering with my server where I engage in various self-hosting endeavors.
\sectionspace
%\include{target.tex} % Include application specific paragraph
\sectionspace % Some whitespace after the section
%------------------------------------------------
% Experience
%------------------------------------------------
\section{Experience}
\runsubsection{Chalmers University of Technology}
\descript{| Teaching Assistant | Part time}
\location{ Aug 2022 Dec 2023}
\vspace{\topsep} % Hacky fix for awkward extra vertical space
\sectionspace % Some whitespace after the section
%------------------------------------------------
\runsubsection{The board at the Student division for Computer Science and Engineering}
\descript{| Chairman}
\location{May 2024 - April 2025}
\sectionspace % Some whitespace after the section
%------------------------------------------------
% Research
%------------------------------------------------
\section{Research}
\runsubsection{Optimizing Stream Engines for use in eFPGAs on Radiation Hardened SoCs}
\descript{| Master Thesis}
\location{Spring 2025 - Chalmers University of Technology}
Developed a stream engine for fast yet resource efficient data transfer to a reconfigurable hardware accelerator.
\sectionspace % Some whitespace after the section
\runsubsection{Reconfigurable Hardware Accelerator for Machine Learning}
\descript{| Bachelor Thesis}
\location{Spring 2023 - Chalmers University of Technology}
Developed a Vector Processing Unit (VPU) to enable hardware accelerated machine learning.
\sectionspace % Some whitespace after the section
%----------------------------------------------------------------------------------------
\end{minipage} % The end of the right column
%----------------------------------------------------------------------------------------
% SECOND PAGE (EXAMPLE)
%----------------------------------------------------------------------------------------
%\newpage % Start a new page
%\begin{minipage}[t]{0.33\textwidth} % The left column takes up 33% of the text width of the page
%\section{Example Section}
%\end{minipage} % The end of the left column
%\hfill
%\begin{minipage}[t]{0.66\textwidth} % The right column takes up 66% of the text width of the page
%\section{Example Section 2}
%\end{minipage} % The end of the right column
%----------------------------------------------------------------------------------------
\newpage
\label{LastPage}
\end{document}