blob: e058ab0ca0ec8061073bf2cb9d87cb71d3e3a07a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
|
\documentclass[a4paper]{article}
\usepackage{geometry}
\usepackage{url}
\usepackage{hyperref}
\usepackage{parskip}
\usepackage{ragged2e}
\usepackage[english]{babel}
\usepackage[sfdefault]{roboto}
\usepackage[T1]{fontenc}
\usepackage[scaled]{beramono}
\geometry{
left=20mm,
right=20mm,
top=20mm,
bottom=20mm,
}
\newcommand{\topheading}[1]{%
{\Large\bfseries #1\vphantom{Jj}}
\vspace{0.1em}
\hrule
\vspace{0.6em}
}
\newcommand{\innerheading}[1]{%
\vspace{1em}
\topheading{#1}
}
\begin{document}
\RaggedRight
\pagenumbering{gobble}
{\LARGE \hspace{-0.33em} Gustav Sörnäs}\\
{Curriculum Vitae}
\vspace{1em}
\begin{minipage}[t]{0.65\textwidth}
\topheading{Experience}
\begin{description}
\item [Course assistant] \ \\
\item [TDDE23/TDDE24 (August 2021 -- ongoing)] \ \\
Introductory programming course in Python for first-year students in D and
U. Seminars and lab sessions.
\item [TDDE44 (January 2021 -- June 2021)] \ \\
Introductory programming course in Python for first-year students in Y,
MED and Bachelor's in Mathematics. Lab sessions.\\[0.5em]
\item [LiTHe kod] \ \\
LiTHe kod is a student association working to further interest in
programming at LiU. My time spent in the board has allowed me to work
together with groups of like-minded people, as well as further my
own interests and share them with others. \\
\item [President (July 2021 -- ongoing)] \ \\
\item [LiU Game Jam organizer (2021 -- ongoing)] \ \\
\item [Vice president (July 2020 -- June 2021)] \ \\[0.5em]
\item [Election official (May 2019)] \ \\
Election official during the election for European Parliament. A position
of trust, responsibility and integrity. \\[0.5em]
\item [CERN (June 2018)] \ \\
Implemented and documented infrastructure for an IoT data pipeline
during the High-School Students Internship Programme. \\[0.5em]
\end{description}
\innerheading{Merits}
\begin{description}
\item [Gender awareness course (2021)] \ \newline
Took the gender awareness course given to course assistants at IDA (LiU). \vspace{0.5em}
\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{0.5em}
\innerheading{Education}
MSc in Computer Science and Engineering, currently third year. \newline (2020 -- ongoing) \\[0.5em]
MSc in Applied Physics and Electrical Engineering, first year. \newline (2019 -- 2020) \\[0.5em]
Blackebergs gymnasium, Natural Sciences program. \newline (2016 -- 2019)
\end{minipage}%
\begin{minipage}[t]{0.05\textwidth}
\hfill
\end{minipage}%
\begin{minipage}[t]{0.35\textwidth}
\topheading{Contact}
\href{mailto:gusso230@student.liu.se}{\url{gusso230@student.liu.se}}
\vspace{0.4em}
0703279113
\vspace{0.8em}
{\bfseries Links}
\url{https://github.com/sornas}
\url{https://sr.ht/~sornas/}
\innerheading{Skills}
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 (+ embedded) \newline
Vim %\newline
%{\bfseries Non-technical}
% \vspace{0.2em}
%
% Swedish \newline
% English \newline
%
% \vspace{1em}
\end{minipage}
\end{document}
|