-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcv.xml
130 lines (130 loc) · 4.29 KB
/
cv.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="cv.xsl"?>
<resume>
<firstname>Anders-Petter</firstname>
<lastname> Ljungquist</lastname>
<email>[email protected]</email>
<section>
<title>Education</title>
<experience>
<title>Master of Informatics</title>
<start>Sep 2011</start>
<end>Jun 2016</end>
<organisation>University of Edinburgh</organisation>
<location>Edinburgh, UK</location>
<highlight>2:1 with "outstanding" honours project.</highlight>
<highlight>
Cleaned, annotated and prepared data;
Compared encodings, classifiers and metrics;
Implemented deep generative model;
Optimized neural networks;
Researched state of the art in unfamiliar domain;
- all for speech enhancement.</highlight>
<highlight>Recognized digits using convolutional neural networks built with numpy.</highlight>
<highlight>Detected and tracked single object in 3D and multiple objects in 2D.</highlight>
<highlight>Parallelized algorithm and implemented leader election with message passing.</highlight>
<highlight>Designed relational schema, parsed XML and combined SQL with full text search.</highlight>
<highlight>Discovered, exploited and patched contrived vulnerabilities in binary and web app.</highlight>
<highlight>Used map reduce to clean text data, count bigrams and join tables.</highlight>
</experience>
<experience>
<title>International Baccalaureate Diploma Programme</title>
<start>Aug 2008</start>
<end>Jun 2011</end>
<organisation>Malmö Borgarskola</organisation>
<location>Malmö, Sweden</location>
<highlight>Final grade 37/45 among the top 15% worldwide (545+ UCAS points).</highlight>
<highlight>Four subjects at higher level, including <list>
<item>English B</item>
<item>Physics</item>
<item>Mathematics</item>
<item>Economics</item>
</list>
</highlight>
</experience>
</section>
<section>
<title>Work Experience</title>
<experience>
<title>Software Developer</title>
<start>Jan 2017</start>
<end>present</end>
<organisation>Axis</organisation>
<location>Lund, Sweden</location>
</experience>
<experience>
<title>Summer Intern</title>
<start>Jun 2015</start>
<end>Aug 2015</end>
<organisation>Axis</organisation>
<location>Lund, Sweden</location>
<highlight>Built stereo vision system with open source libraries.</highlight>
<highlight>Devised experiments, created data sets and analysed results.</highlight>
<highlight>Evaluated applicability of new technology to present and future products.</highlight>
</experience>
<experience>
<title>Software Developer</title>
<start>Jun 2014</start>
<end>Aug 2014</end>
<organisation>Ericsson</organisation>
<location>Karlskrona, Sweden</location>
<highlight>Worked in agile team, learning from more experienced developers and mentoring less experienced colleagues.</highlight>
<highlight>Dealt with unfamiliar technologies and proprietary systems.</highlight>
</experience>
<experience>
<title>Sales Assistant</title>
<start>Jun 2011</start>
<end>Jun 2015</end>
<organisation>Peter’s Yard</organisation>
<location>Edinburgh, UK</location>
<highlight>Responsibilities included <list>
<item>cash handling</item>
<item>sales reporting</item>
<item>payrolls</item>
</list>
</highlight>
</experience>
</section>
<section>
<title>Skills & Technologies</title>
<highlight>Comfortable with <list>
<item>Python</item>
<item>Unix</item>
<item>Bash</item>
<item>MySQL</item>
<item>Git</item>
<item>Excel</item>
</list>
</highlight>
<highlight>Familiar with <list>
<item>SciPy</item>
<item>Tensorflow</item>
<item>Matplotlib</item>
<item>C++</item>
<item>OpenCV</item>
<item>Kaldi</item>
<item>Java</item>
<item>Hadoop</item>
<item>Matlab</item>
<item>Haskell</item>
<item>C</item>
<item>MPI</item>
<item>XML</item>
<item>HTML</item>
<item>CSS</item>
<item>JS</item>
<item>PHP</item>
<item>AWS</item>
</list>
</highlight>
</section>
<section>
<title>Other Interests</title>
<highlight><list>
<item>Rock Climbing</item>
<item>Hiking</item>
<item>Photography</item>
</list>
</highlight>
</section>
</resume>