-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
61 lines (58 loc) · 2.21 KB
/
index.html
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
<div id="header"></div>
<head>
<link href='https://fonts.googleapis.com/css?family=Maitree' rel='stylesheet'>
<link href='index.css' rel='stylesheet' type="text/css">
<style>
body {
font-family: 'Maitree';font-size: 22px;
}
</style>
</head>
<div class="header">
<a class="button" href="mailto:[email protected]">email</a>
<a class="button" href="tel:0507478488">call</a>
<a class="button" href="mailto:[email protected]">github</a>
</div>
<div class="left"></div>
<div class="stuff">
<br><br>
<h1>Assaf Joseph Livne</h1>
<h2>0501234567</h2>
<hr />
<br>
<p class="head">Work Experience</p>
<ul>
<li>2017 – Today: Algorithm developer at BGR, IVO. Developing algorithms for object localization and detection, multi tracking objects and mapping.</li>
<li>2014 – Today: Teaching assistant in the following courses: Linear Systems, Introduction to Stochastic Processes, Signal Processing and Introduction to Computer Science.</li>
<li>2014 – 2017: Researcher in the Laboratory for Autonomous Robotics (LAR) at Ben Gurion University. Developing perception solution for the Intelligence Vehicle Operator (IVO) using image processing and Deep Learning methods. Moreover, I designed and manufactured IVO's PCB circuits.</li>
<li>2011-2015: Bartender and bar manager at Ashan Hazman.</li>
<li>2012-2013: Research assistant for Prof. Ron Folman in the Atop Chip Lab at Ben Gurion University. I planned and executed a series of experiments to check correlation between the spectroscopy of rubidium in a nano cell.</li>
</ul>
<p class="head">Skills</p>
<ul>
<li>Web Design with HTML & CSS</li>
</ul>
<p class="head">Education</p>
<ul>
<a href="http://www.wiltonhighschool.org/pages/Wilton_High_School">
<li>Wilton High School</li>
</a>
<!--Link-->
<a href="https://www.silvermineart.org/">
<li>Silvermine School of Arts</li>
</a>
<li>Codeacademy</li>
</ul>
<p class="head">Experience</p>
<ul>
<li>Student Technology Intern for Wilton School District</li>
<li>Babysitter</li>
</ul>
<p class="head">Extracurriculars</p>
<ul>
<li>Recycling Club</li>
<li>Gardening Club</li>
<li>Book Club</li>
</ul>
</div>
<div class="right"></div>