/+junk/CV

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/%2Bjunk/CV

« back to all changes in this revision

Viewing changes to CV.eng.tex

  • Committer: Gustav Hartvigsson
  • Date: 2021-10-25 15:50:04 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20211025155004-cncqrqd1m5oos0w1
* updated my CV

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
\documentclass[a4paper, 10pt]{article}
 
2
 
 
3
\usepackage{amssymb}
 
4
\usepackage{amsmath}
 
5
\usepackage{textcomp}
 
6
 
 
7
\usepackage{DejaVuSerifCondensed}
 
8
\usepackage{DejaVuSansMono}
 
9
 
 
10
\usepackage[utf8]{inputenc}
 
11
\usepackage[T1]{fontenc}
 
12
\usepackage[swedish]{babel}
 
13
\usepackage[dvips]{graphics}
 
14
\usepackage{hyperref}
 
15
\usepackage{geometry}
 
16
\usepackage[cm, headings]{fullpage}
 
17
 
 
18
\usepackage{tabularx}
 
19
\usepackage{ragged2e}
 
20
 
 
21
\usepackage[yyyymmdd]{datetime}
 
22
\renewcommand{\dateseparator}{-}
 
23
 
 
24
\usepackage[parfill]{parskip}
 
25
 
 
26
\usepackage{FixSmallCaps}
 
27
 
 
28
%%%%%%%%%%%%%%%%%%%%%% FIX HREF
 
29
\usepackage{xcolor}
 
30
\definecolor{dark-red}{rgb}{0.4,0.15,0.15}
 
31
\definecolor{dark-blue}{rgb}{0.15,0.15,0.4}
 
32
\definecolor{medium-blue}{rgb}{0,0,0.5}
 
33
\definecolor{dark-green}{rgb}{0,0.5,0}
 
34
\hypersetup{
 
35
    colorlinks,
 
36
    linkcolor={dark-red},
 
37
    citecolor={dark-green},
 
38
    urlcolor={dark-blue},
 
39
    pdftitle={Gustav Hartvigsson - Curriculum Vitae},    % title
 
40
    pdfauthor={Gustav Hartvigsson},     % author
 
41
    pdfsubject={Curriculum Vitae},
 
42
    pdfkeywords={Curriculum Vitae} {Programming} {C}
 
43
                {Java}
 
44
}
 
45
%%%%%%%%%%%%%%%%%%%%%% END FIX HREF
 
46
 
 
47
%%%%% Fix Footnote in tables
 
48
\usepackage{footnote}
 
49
\makesavenoteenv{tabular}
 
50
\makesavenoteenv{table}
 
51
%%%%% END Fix Footnote in tables
 
52
 
 
53
 
 
54
\usepackage{multicol}
 
55
 
 
56
 
 
57
\usepackage{titlesec}
 
58
\titleformat{\section}
 
59
  {\normalfont\Large\bfseries}{\thesection}{1em}{}[{\titlerule[0.8pt]}]
 
60
 
 
61
\synctex=1
 
62
 
 
63
\usepackage{array}
 
64
\newcolumntype{L}[1]{>{\raggedright\let\newline\\\arraybackslash\hspace{0pt}}p{#1}}
 
65
\newcolumntype{C}[1]{>{\centering\let\newline\\\arraybackslash\hspace{0pt}}p{#1}}
 
66
\newcolumntype{R}[1]{>{\raggedleft\let\newline\\\arraybackslash\hspace{0pt}}p{#1}}
 
67
 
 
68
%%%%%% COSTUM ENV %%%%%%
 
69
\newenvironment{my_description}{
 
70
\begin{description}
 
71
  \setlength{\itemsep}{1pt}
 
72
  \setlength{\parskip}{0pt}
 
73
  \setlength{\parsep}{0pt}}{\end{description}
 
74
}
 
75
 
 
76
 
 
77
\newenvironment{my_itemize}{
 
78
\begin{itemize}
 
79
  \setlength{\itemsep}{1pt}
 
80
  \setlength{\parskip}{0pt}
 
81
  \setlength{\parsep}{0pt}}{\end{itemize}
 
82
}
 
83
 
 
84
 
 
85
%%%%%% END CONTUM ENV %%%%%
 
86
\usepackage{fancyhdr}
 
87
   %\fancyhead[L]{\today}
 
88
   \fancyhead[R]{Gustav Hartvigsson}
 
89
   \fancyfoot[C]{\textbf\thepage}
 
90
   \pagestyle{fancy}
 
91
\usepackage{tablefootnote}
 
92
 
 
93
 
 
94
\fancypagestyle{footeronly}{
 
95
  \fancyhf{}% Clear header/footer
 
96
  \renewcommand{\headrulewidth}{0pt}
 
97
  %\fancyhead[L]{\today}
 
98
  \fancyfoot[C]{\textbf\thepage}% Footer
 
99
}
 
100
 
 
101
 
 
102
\title{Curriculum Vitae}
 
103
 
 
104
\begin{document}
 
105
  \thispagestyle{footeronly}
 
106
  \begin{center}
 
107
    \Large Curriculum Vitae
 
108
    
 
109
    \textbf{ \huge \textsc{Gustav Hartvigsson}}
 
110
    \normalsize
 
111
  \end{center}
 
112
  \begin{minipage}[t]{0.5\textwidth}
 
113
    E-Mail: \href{mailto:gustav.hartvigsson@gmail.com}{gustav.hartvigsson@gmail.com}\\
 
114
    Telephone: \href{tel:+46703941996}{+46 (0)70 394 1996}\\
 
115
    LinkedIn: \href{https://www.linkedin.com/in/gustavhartvigsson}{www.linkedin.com/in/gustavhartvigsson}\\
 
116
  \end{minipage}
 
117
  \medskip
 
118
  
 
119
  \section*{\textsc{IT-Knowledge}}
 
120
  \begin{multicols}{2}
 
121
  \begin{itemize}
 
122
    \item \textbf{Programming Languages}
 
123
    \begin{itemize}
 
124
      \item C (+ GLib, GObject, Gtk+) \(\mathbb{I}\)
 
125
      \item Vala \( \mathbb{I} \)
 
126
      \item Java \( \mathbb{B} \) - \( \mathbb{I} \)
 
127
      \item HTML \( \mathbb{B} \) - \( \mathbb{I} \)
 
128
      \item JavaScript \( \mathbb{B} \) - \( \mathbb{I} \)
 
129
      \item GJS (GNOME JavaScript) \( \mathbb{I} \)
 
130
      \item \LaTeX \ \& bib\TeX \ \( \mathbb{B} \) - \( \mathbb{I} \)
 
131
    \end{itemize}
 
132
    \item \textbf{Operating Systimes System}
 
133
    \begin{itemize}
 
134
      \item GNU/Linux \( \mathbb{I} \)
 
135
      \item Android \( \mathbb{B} \)
 
136
      \item Windows \( \mathbb{B} \)
 
137
      \item *Nix \( \mathbb{B} \) - \( \mathbb{I} \)
 
138
    \end{itemize}
 
139
    \item \textbf{IT-Tools}
 
140
    \begin{itemize}
 
141
      \item Eclipse \( \mathbb{B} \) - \( \mathbb{I} \)
 
142
      \item CMake \( \mathbb{B} \) - \( \mathbb{I} \)
 
143
      \item GNU Make \( \mathbb{B} \) - \( \mathbb{I} \)
 
144
      \item Bazaar (Distributed Version Control\\ System) \( \mathbb{I} \)
 
145
      \item Google Docs \( \mathbb{I} \)
 
146
      \item LibreOffice \( \mathbb{I} \)
 
147
      \item GIMP \( \mathbb{I} \)
 
148
      \item Inkscape \( \mathbb{I} \)
 
149
      
 
150
    \end{itemize}
 
151
  \end{itemize}
 
152
  \end{multicols}
 
153
  \textbf{Explanation:} \( \mathbb{B} \) : Beginner,
 
154
                        \( \mathbb{I} \) : Intermediate,
 
155
                        \( \mathbb{S} \) : Senior,
 
156
                        \( \mathbb{O} \) : Ongoing Course
 
157
  
 
158
  
 
159
  \section*{\textsc{Education}}
 
160
  \begin{table}[h!]
 
161
    \begin{center}
 
162
      \begin{tabular}{R{0.2\textwidth} p{0.7\textwidth}}
 
163
        2017-02 -- 2017-09 & \textbf{Lexicon Väst}\newline Corse in Java SE and Java EE
 
164
                             with focus on web programming \\
 
165
        2011 -- 2014       & \textbf{University of Skövde}\newline Computer Science
 
166
                             (No Bachelor). \\
 
167
        2005 -- 2008       & \textbf{Strömstad Gymnasium}\newline Electricians program
 
168
                             with focus on Computers and such: Programming, 
 
169
                              Webb design, Networks, etc. 
 
170
      \end{tabular}
 
171
    \end{center}
 
172
  \end{table}
 
173
  
 
174
  \newpage
 
175
  \section*{\textsc{Working Life}}
 
176
  \begin{table}[h!]
 
177
    \begin{center}
 
178
      \begin{tabular}{R{0.2\textwidth} p{0.7\textwidth}}
 
179
        Hobbex \newline 2019 -- 2020 & \textbf{Customer service and Workshop}\newline
 
180
                                          The work consisted of answering e-mail,
 
181
                                          working out customer requests and fixing
 
182
                                          things sent in to Hobbex for repair,
 
183
                                          and ordering things from or
 
184
                                          sending things to manufacturers.\\
 
185
        
 
186
        HC Telecom \newline 2016-06 -- 2016-08 & \textbf{Worked as Fiber-optics welder}
 
187
                                                 \newline The work consisted of --
 
188
                                                 among other thing -- going home to
 
189
                                                 costumers and installing fiber-optical
 
190
                                                 equipment for telecommunications.
 
191
                                                 Reference letter can be provided
 
192
                                                 (in Swedish)\\
 
193
        Strömstad Gymnasium\footnote{Upper Secondary School} \newline 2016-01 -- 2016-06
 
194
                                             & \textbf{Practised as a Teacher Assistant in IT}\newline
 
195
                                                The work involved, among other things, helping the
 
196
                                                teacher with lectures and reading pupils thesis'.
 
197
      \end{tabular}
 
198
    \end{center}
 
199
  \end{table}
 
200
  
 
201
  Other employments are not relevant.
 
202
  
 
203
  \section*{\textsc{Personal Traits}}
 
204
  The personal traits that I want to present are that I can be quite stubborn
 
205
  at times, and humble in others, methodical, soft (literally), punctual,
 
206
  realistic, ``unique,'' and open.
 
207
  
 
208
  
 
209
  \bigskip
 
210
  \section*{\textsc{Other Merits}}
 
211
  %\begin{multicols}{2}
 
212
    \begin{itemize}
 
213
      \item \textbf{CCNA Certificate,} I rely do not have any interest in
 
214
             network administration.
 
215
      \item \textbf{Teaching,} during the spring semester 2016 I had
 
216
            an internship at Strömstad Gymnasium (Upper secondary high school)
 
217
            during which I helped out with teaching programming, web design, but
 
218
            also gave the pupils some fundamentals in how they should think as
 
219
            programmers.
 
220
    \end{itemize}
 
221
  %\end{multicols}
 
222
  
 
223
  \section*{\textsc{Language skills}}
 
224
  
 
225
  \begin{table}[h!]
 
226
    \begin{center}
 
227
      \begin{tabular}{R{0.2\textwidth} L{0.7\textwidth}}
 
228
        \textbf{English} & Is like my second language, it is a language that I
 
229
                            feel at home in both in text and speech. \\
 
230
        \textbf{Swedish} & Mother tongue.
 
231
      \end{tabular}
 
232
    \end{center}
 
233
  \end{table}
 
234
  
 
235
  \section*{\textsc{Interests}}
 
236
  My interests are mostly in the realm of technology in general, but in especially
 
237
  when it comes to Free/Open Software (not to be confused with Freeware).
 
238
  
 
239
  During my free time I -- beyond programming -- play games (whilst I livestream),
 
240
  write short stories, and write essays on different subjects (that I post on social
 
241
  media). For the most part I write in English as it gives me a wider audience and it
 
242
  can sometimes be easier to say what I want to be said.
 
243
  
 
244
  
 
245
\end{document}