-
Notifications
You must be signed in to change notification settings - Fork 1
/
ArneHassel.CompetenceChart.en.tex
executable file
·300 lines (265 loc) · 8.81 KB
/
ArneHassel.CompetenceChart.en.tex
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
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
% (c) 2002 Matthew Boedicker <[email protected]> (original author) http://mboedick.org
% (c) 2003-2007 David J. Grant <davidgrant-at-gmail.com> http://www.davidgrant.ca
% (c) 2008 Nathaniel Johnston <[email protected]> http://www.nathanieljohnston.com
% (c) 2011 Scott Clark <[email protected]> http://cam.cornell.edu/~sc932
% (c) 2012 Arne Hassel <[email protected]> http://megoth.wordpress.com/
%
%This work is licensed under the Creative Commons Attribution-Noncommercial-Share Alike 2.5 License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/2.5/ or send a letter to Creative Commons, 543 Howard Street, 5th Floor, San Francisco, California, 94105, USA.
\documentclass[letterpaper,10pt,english]{article}
\newlength{\outerbordwidth}
\pagestyle{empty}
\raggedbottom
\raggedright
\usepackage{array}
\usepackage{babel}
\usepackage{colortbl}
\usepackage{color}
\usepackage{float}
\usepackage[T1]{fontenc}
\usepackage{framed}
\usepackage{graphicx}
\usepackage{ifthen}
\usepackage[utf8]{inputenc}
\usepackage{tocloft}
\usepackage{url}
\usepackage[svgnames]{xcolor}
\usepackage{wrapfig}
\usepackage{hyperref}
%-----------------------------------------------------------
%Edit these values as you see fit
\setlength{\outerbordwidth}{2pt} % Width of border outside of title bars
\definecolor{shadecolor}{gray}{0.75} % Outer background color of title bars (0 = black, 1 = white)
\definecolor{shadecolorB}{gray}{0.93} % Inner background color of title bars
%-----------------------------------------------------------
%Margin setup
\newlength{\cellwidth}
\newlength{\colmainwidth}
\newlength{\tablewidth}
\setlength{\cellwidth}{0.2in}
\setlength{\colmainwidth}{3.4in}
\setlength{\evensidemargin}{-0.25in}
\setlength{\headheight}{-0.25in}
\setlength{\headsep}{0in}
\setlength{\oddsidemargin}{-0.25in}
\setlength{\paperheight}{11in}
\setlength{\paperwidth}{8.5in}
\setlength{\tablewidth}{7in}
\setlength{\tabcolsep}{0in}
\setlength{\textheight}{9.75in}
\setlength{\textwidth}{7in}
\setlength{\topmargin}{-0.3in}
\setlength{\topskip}{0in}
\setlength{\voffset}{0.1in}
%-----------------------------------------------------------
%Custom commands
\newcommand{\resitem}[1]{\item #1 \vspace{-2pt}}
\newcommand{\resheading}[1]{\vspace{8pt}
\parbox{\textwidth}{\setlength{\FrameSep}{\outerbordwidth}
\begin{shaded}
\setlength{\fboxsep}{0pt}\framebox[\textwidth][l]{\setlength{\fboxsep}{4pt}\fcolorbox{shadecolorB}{shadecolorB}{\textbf{\sffamily{\mbox{~}\makebox[6.762in][l]{\large #1} \vphantom{p\^{E}}}}}}
\end{shaded}
}\vspace{-5pt}
}
\newcommand{\ressubheading}[4]{
\begin{tabular*}{6.5in}{l@{\cftdotfill{\cftsecdotsep}\extracolsep{\fill}}r}
\textbf{#1} & #2 \\
\textit{#3} & \textit{#4} \\
\end{tabular*}\vspace{-6pt}}
\newcommand{\forloop}[6][1]%
{%
\setcounter{#2}{#3}%
\ifthenelse{#4}%
{%
#6%
\ifthenelse{#5}{\arabic{#2}}{\hspace{3mm}}
\addtocounter{#2}{#1}%
\forloop[#1]{#2}{\value{#2}}{#4}{#5}{#6}%
}%
% Else
{%
}%
}%
\newcounter{ct}
\newcounter{kl}
\newcounter{klm}
\newcounter{wl}
\newcounter{wlm}
\newcommand{\skill}[3]{
\setcounter{ct}{-1}
\setcounter{kl}{#2}
\setcounter{klm}{#2}
\setcounter{wl}{#3}
\setcounter{wlm}{#3}
\addtocounter{klm}{1}
\addtocounter{wlm}{1}
#1
\forloop{ct}{1}{\value{ct} < \value{klm}}{\value{ct} = \value{kl}}%
{%
& \cellcolor[gray]{0.5}
}
\forloop{ct}{\value{klm}}{\value{ct} < \value{wlm}}{\value{ct} = \value{wl}}%
{%
& \cellcolor[gray]{0.9}
}
\forloop{ct}{\value{wlm}}{\value{ct} < 11}{\value{ct} = 11}%
{%
& \cellcolor[gray]{1}
}
\\
}
\newcommand{\skilltable}[2]{
\vspace{2.5mm}
\begin{tabular}{p{1.5in} l*{10}{c}}
\multicolumn{11}{l}{\textbf{\Large #1}} \\
\hline
#2
\end{tabular}
}
%-----------------------------------------------------------
\title{Curriculum Vitae}
\begin{document}
\begin{minipage}{\textwidth}
\begin{wrapfigure}{r}{0pt}
\includegraphics[height=45mm]{uio200.jpg}
\end{wrapfigure}
\textbf{Competanse chart for Arne Hassel}
\vspace{5mm}
\begin{minipage}{5in}
The competence chart provide an overview of my skills both professionally, personally and socially. It is an extension of my resume and provide a better
overview in the different areas of expertise. The diagrams are self-critical and personal, and uses a scale from 0 to 10 in order to emphasize how good I
believe my skills to be in the different areas are. 0, no hatching, means no qualifications and 10, fully shaded, means maximum expertise in a field. Areas
in which I'm interested in and want to improve myself in are shaded in a lighter color to the level I want to reach.
\end{minipage}
\end{minipage}
\vspace{10mm}
\resheading{Computer science}
\begin{tabular*}{\tablewidth}{p{\colmainwidth}@{\extracolsep{\fill}}p{\colmainwidth}}
\skilltable{Theory}{%
\skill{Algorithms}{5}{6}
\skill{Databases}{5}{6}
\skill{Datastructures}{7}{9}
\skill{Design patterns}{8}{10}
\skill{Logic}{4}{7}
\skill{Mathematics}{5}{8}
\skill{Modeling}{7}{9}
\skill{Qualitative research}{4}{6}
\skill{Semantic technologies}{7}{10}
\skill{Statistics}{3}{5}
\skill{System development}{8}{10}
}%
&
\skilltable{Programming}{%
\skill{Java}{3}{3}
\skill{JavaScript}{8}{10}
\skill{Python}{3}{5}
\skill{Regex}{4}{5}
\skill{\href{https://www.w3.org/TR/shacl/}{SHACL}}{4}{9}
\skill{\href{https://shex.io/}{ShEx}}{6}{9}
\skill{\href{https://www.w3.org/TR/rdf-sparql-query/}{SPARQL}}{4}{9}
\skill{SQL}{4}{5}
\skill{TypeScript}{7}{10}
}%
\\
\skilltable{Testing}{%
\skill{\href{https://jasmine.github.io/index.html}{Jasmine}}{5}{5}
\skill{\href{https://jestjs.io/}{Jest}}{8}{8}
\skill{\href{https://karma-runner.github.io/}{Karma}}{4}{4}
\skill{\href{https://testing-library.com/docs/react-testing-library/intro/}{React Testing Library}}{7}{8}
}%
&
\skilltable{Stylesheet}{%
\skill{CSS}{9}{10}
\skill{\href{https://cssinjs.org/}{JSS}}{7}{8}
\skill{\href{https://sass-lang.com/}{Sass}}{7}{9}
\skill{\href{https://vanilla-extract.style/}{vanilla-extract}}{6}{9}
}%
\\
\skilltable{Markup/RDF Serialization}{%
\skill{HTML}{8}{10}
\skill{JSON-LD}{6}{10}
\skill{N3}{7}{10}
\skill{Turtle}{7}{10}
\skill{RDF/XML}{5}{5}
\skill{WAI-ARIA}{5}{9}
}%
&
\skilltable{Framework/Libraries}{%
\skill{\href{https://www.gatsbyjs.com/}{Gatsby}}{6}{6}
\skill{\href{https://docs.inrupt.com/developer-tools/javascript/client-libraries/}{Inrupt JavaScript Client Libraries}}{8}{10}
\skill{\href{https://jquery.com/}{jQuery}}{7}{7}
\skill{\href{https://material-ui.com/}{Material UI}}{7}{7}
\skill{\href{https://nextjs.org/}{Next}}{7}{8}
\skill{\href{https://reactjs.org/}{React}}{7}{9}
\skill{\href{https://storybook.js.org/}{Storybook}}{7}{8}
\skill{\href{https://vuejs.org/}{Vue}}{2}{8}
}%
\\
\skilltable{Design}{%
\skill{Design for mobile}{5}{9}
\skill{Graphic design}{3}{5}
\skill{Interaction design}{4}{6}
\skill{Responsive design}{8}{10}
}%
&
\skilltable{IDEs}{%
\skill{JetBrains}{7}{8}
\skill{Visual Studio Code}{5}{8}
}%
\end{tabular*}
\pagebreak
\resheading{Personal}
\begin{tabular*}{\tablewidth}{p{\colmainwidth}@{\extracolsep{\fill}}p{\colmainwidth}}
\skilltable{Attributes}{%
\skill{Analytical}{6}{8}
\skill{Balanced}{8}{8}
\skill{Concientious}{7}{7}
\skill{Creative}{6}{8}
\skill{Curious}{6}{8}
\skill{Efficient}{7}{9}
\skill{Independent}{7}{8}
\skill{Loyal}{9}{9}
\skill{Patience}{6}{8}
\skill{Positive attitude}{7}{7}
\skill{Reasonable}{7}{7}
\skill{Responsible}{7}{7}
\skill{Structured}{7}{8}
}%
&
\skilltable{Ability to:}{%
\skill{Acquire knowledge}{7}{10}
\skill{Cooperate}{7}{8}
\skill{Dealing with adversity}{7}{8}
\skill{Give criticism}{6}{8}
\skill{Give credit}{5}{8}
\skill{Listen}{6}{8}
\skill{Motivate others}{7}{7}
\skill{Say no}{7}{8}
}%
\\
\skilltable{Social}{%
\skill{Accommodating}{7}{7}
\skill{Companionable}{6}{6}
\skill{Inclusive}{8}{8}
\skill{Outgoing}{5}{6}
\skill{Service minded}{7}{7}
}%
\end{tabular*}
\resheading{Other}
\begin{tabular*}{\tablewidth}{p{\colmainwidth}@{\extracolsep{\fill}}p{\colmainwidth}}
\skilltable{Administration}{%
\skill{Management}{5}{9}
\skill{Organizational analysis}{3}{5}
}%
&
\skilltable{Economics}{%
\skill{Accounting}{4}{4}
\skill{Budgets}{5}{5}
}%
\\
\skilltable{Languages}{%
\skill{English}{8}{10}
\skill{Norwegian}{9}{10}
}%
\\
\end{tabular*}
\end{document}