summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustav Sörnäs <gustav@sornas.net>2021-04-12 10:47:09 +0200
committerGustav Sörnäs <gustav@sornas.net>2021-04-12 10:58:15 +0200
commit2bbe026a214b87fcee700862dc2c3c4159f21a2b (patch)
tree3676a44a4f36c4ddc32dbf68d13101639245df62
downloadcv-2bbe026a214b87fcee700862dc2c3c4159f21a2b.tar.gz
initial cv tdde44
-rw-r--r--cv.tex104
1 files changed, 104 insertions, 0 deletions
diff --git a/cv.tex b/cv.tex
new file mode 100644
index 0000000..6be7cf0
--- /dev/null
+++ b/cv.tex
@@ -0,0 +1,104 @@
+\documentclass[a4paper]{article}
+
+\usepackage{geometry}
+\usepackage{url}
+\usepackage{hyperref}
+\usepackage{parskip}
+
+\begin{document}
+
+\pagenumbering{gobble}
+
+{\LARGE Gustav Sörnäs}\\
+{Curriculum Vitae}
+
+\vspace{1em}
+
+\begin{tabular}{@{}p{0.7\textwidth}|p{0.3\textwidth}@{}}
+
+ {\Large\bfseries Experience}
+ \vspace{0.2em}
+
+ \begin{description}
+ \item [Vice president LiTHe kod (July 2020 -- ongoing)] \ \newline
+ Vice president in LiTHe kod, a student association working to
+ further interest in programming at LiU. Allows me to work together
+ with groups of like-minded people, as well as furthering my own
+ interests and sharing them with others.\vspace{0.5em}
+
+ \item [Election official (May 2019)] \ \newline
+ Election official during the European Parliament election. \newline A position
+ of trust, responsibility and integrity.\vspace{0.5em}
+
+ \item [CERN (June 2018)] \ \newline
+ Implemented and documented infrastructure for an IoT data pipeline
+ during the High-School Students Internship Programme.
+ \end{description}
+
+&
+
+ {\Large\bfseries Skills}
+ \vspace{0.2em}
+
+ Android \newline
+ C/C++ \newline
+ CSS/HTML \newline
+ git \newline
+ Java \newline
+ \LaTeX{} \newline
+ Linux \newline
+ Lua \newline
+ macOS \newline
+ Matlab \newline
+ Python \newline
+ Rust \newline
+ Vim %\newline
+
+\\
+
+ {\Large\bfseries Merits}
+ \vspace{0.2em}
+
+ \begin{description}
+ \item [NCPC (2020)] \ \newline
+ First place among the LiU teams\vspace{0.5em}
+ \item [Advent of Code (2019)] \ \newline
+ All problems solved and second place overall in LiTHe kod's
+ competition
+ \end{description}
+
+ \vspace{1em}
+
+ {\Large\bfseries Education}
+ \vspace{0.2em}
+
+ MSc in Computer Science and Engineering, second year \newline (2020 -- ongoing) \newline\vspace{-0.5em}\newline
+ MSc in Applied Physics and Electrical Engineering, first year \newline (2019 -- 2020) \newline\vspace{-0.5em}\newline
+ Blackebergs gymnasium, Natural Sciences program \newline (2016 -- 2019)
+
+&
+
+%{\bfseries Non-technical}
+% \vspace{0.2em}
+%
+% Swedish \newline
+% English \newline
+%
+% \vspace{1em}
+
+ {\Large\bfseries Contact}
+ \vspace{0.2em}
+
+ \href{mailto:gustav@sornas.net}{\url{gustav@sornas.net}}
+ \vspace{0.4em}
+
+ 0703279113
+ \vspace{0.8em}
+
+ {\bfseries Links}
+
+ \url{github.com/sornas}
+
+\end{tabular}
+
+\end{document}