/+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: 2017-03-13 14:09:32 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20170313140932-lmn8up1mj9jlk26t
Translated CV to english.

Show diffs side-by-side

added added

removed removed

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