diff options
-rw-r--r-- | education.tex | 23 | ||||
-rw-r--r-- | experiance.tex (renamed from work.tex) | 4 | ||||
-rw-r--r-- | general.tex (renamed from other.tex) | 8 | ||||
-rw-r--r-- | technical.tex (renamed from tech.tex) | 34 |
4 files changed, 50 insertions, 19 deletions
diff --git a/education.tex b/education.tex new file mode 100644 index 0000000..a1e58bf --- /dev/null +++ b/education.tex @@ -0,0 +1,23 @@ +\section{Education} + +\school{KTH Royal Institute of Technology} +{Master of Science in Electrical Engineering} +{2013 -- 2018} +{ +Undergraduate and graduate course within electrical engineering.} +\ruler + +\school{Imperial College London} +{Electrical and Electronic Engineering} +{2016 -- 2017} +{ +Exchange year during my M.Sc. +} +\ruler + +%\school{Dalian University of Technology} +%{Summer program in basic Mandarin and Chinese culture} +%{2014} +%{A summer program where I improved my understanding of Chinese culture and the Mandarin language.}\\ + +%\ruler diff --git a/work.tex b/experiance.tex index e46616b..4645384 100644 --- a/work.tex +++ b/experiance.tex @@ -1,5 +1,5 @@ -\largesubsection{Experience} -\vspace{0.4cm} +\section{Experience} +% \vspace{0.4cm} % According to Google Recruiters, use the XYZ formula - Accomplished [X] as measured by [Y], by doing [Z] \company{Software Engineer} @@ -1,11 +1,11 @@ -\smallsubsection{Other} -\vspace{0.1cm} +\subsection{General Skills} +% \vspace{-0.25cm} \programming{Languages}{ \noindent\begin{tabularx}{5.1cm}{@{}ll} \tabitem Swedish -- native & \tabitem English -- C2 \end{tabularx} -}\vspace{-0.25cm} +} %\scriptsize\textbf{Driving License:} B\vspace{0.1cm} @@ -16,4 +16,4 @@ % {\scriptsize Friends, programming, squash, opera, art, food} -% \vspace{0.2cm}
\ No newline at end of file +% \vspace{0.2cm} @@ -1,8 +1,8 @@ \vspace{0.1cm} -\smallsubsection{Programming} +\subsection{Programming} +\vspace{-0.25em} -\vspace{0.2cm} \programming{Python -- Fluent}{ Go-to language for most development, both at work and at home. } @@ -15,6 +15,14 @@ Really exciting language that I am currently picking up. Together with Rust, I find Haskell and functional programming really appealing and something I am striving to become an expert in. } + +\programming{Kotlin -- Intermediate}{ +Used at work. +} + +\subsection{Scripting} +\vspace{-0.25em} + \programming{sh -- Intermediate}{ Developed a lot of scripts. } @@ -23,10 +31,19 @@ Developed a lot of scripts. Used for configuring my nvim \href{https://gitlab.com/aktersnurra/dotfiles/-/tree/master/.config/nvim}{config}. } -\programming{Kotlin -- Intermediate}{ -Used at work. +\subsection{Machine Learning Frameworks} +\vspace{-0.25em} + +\programming{PyTorch -- Proficient}{ +Used extensively for $+4$ years. +} +\programming{PyTorch Lightning -- Proficient}{ +Used with PyTorch for $+1$ years. } +\subsection{Frameworks} +\vspace{-0.25em} + \programming{Git -- Proficient}{ Used all the time. } @@ -53,12 +70,3 @@ Used extensively at work and at home. \vspace{0.1cm} -\smallsubsection{Machine Learning Frameworks} - -\vspace{0.2cm} -\programming{PyTorch -- Proficient}{ -Used extensively for $+4$ years. -} -\programming{PyTorch Lightning -- Proficient}{ -Used with PyTorch for $+1$ years. -}
\ No newline at end of file |