-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
152 lines (131 loc) · 9.59 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="fav.png">
<title>Lorenzo Bracco</title>
<style type="text/css">
body {
max-width: 650px;
margin: 10px auto;
background-color: #eeeeee;
line-height: 1.6;
font-size: 18px;
color: #444;
padding: 0 10px
}
h1, h2, h3 {
line-height: 1.2
}
h2 {
margin-top: 40px
}
h3 {
margin-top: 32px
}
a {
color: #444
}
.mediaenabler, .mediaenabler a {
color: #ff462f
}
</style>
</head>
<body>
<div class="mediaenabler" style="text-align: center">[<a href="media.html">Enable images and videos</a>]</div>
<header>
<h1>Lorenzo Bracco</h1>
<aside>I am a computer engineer.</aside>
<p>I studied in Italy at Politecnico di Torino and at an international graduate school called Eurecom in France.</p>
<p>I am very fond of programming, Linux and video games.</p>
<p>On this web page you can find some information about my education, working experience and projects.</p>
</header>
<article>
<h2>Education</h2>
<h3>Bachelor's degree</h3>
<h4>Computer Engineering (<a href="http://www.polito.it/index.php?lang=en">Politecnico di Torino</a>)</h4>
<p>From the basics (math, physics and chemistry) to electronics (analog and digital), signals, computer architectures, computer programming, networks, databases, operating systems, etc.</p>
[<a href="poli1.jpg">Image: Politecnico di Torino entrance</a>]
<h3>Master's degree</h3>
<h4>Computer Engineering (<a href="http://www.polito.it/index.php?lang=en">Politecnico di Torino</a>)</h4>
<p>More in-depth study of topics from the Bachelor's degree, discovery of new ones, like multimedia and graphics, and improvement of practical skills thanks to the work on team projects.</p>
[<a href="poli2.jpg">Image: Politecnico di Torino photo</a>]
<h3>Double Degree</h3>
<h4>Master of Engineering (<a href="http://www.eurecom.fr/en">Eurecom</a>/<a href="http://www.telecom-paristech.fr/nc/eng">Télécom ParisTech</a>)</h4>
<p>18 months at Eurecom, an international engineering graduate school in the south of France, within a double degree program between Politecnico di Torino and Télécom ParisTech.</p>
[<a href="eurecom.jpg">Image: At Eurecom</a>]
</article>
<article>
<h2>Experience</h2>
<h3><a href="http://www.st.com">STMicroelectronics</a></h3>
<h4>MEMS Algorithm Engineer (March 2017 - Present)</h4>
<p>Algorithms and application development for MEMS sensors.</p>
[<a href="stdevhw.jpg">Image: Development HW from STMicroelectronics</a>]
<h3><a href="http://www.objective.de/en">Objective Software GmbH</a></h3>
<h4>Software development for the automotive (June 2016 - February 2017)</h4>
<p>Developed the low level firmware of the next generation of key ECUs part of the autonomous driving architecture for a premium car manufacturer. Additional activity of HW and SW product development based on IMUs.</p>
[<a href="car.jpg">Image: Autonomous driving</a>]
<h3><a href="http://www.reply.eu/en">Concept Reply R&D</a></h3>
<h4>Research and development for the IoT (May 2015 - June 2016)</h4>
<p>Worked on the security system and other main components of the VITAL European project (<a href="http://vital-iot.eu">vital-iot.eu</a>), developing a solution to integrate heterogeneous IoT systems.</p>
[<a href="iot.jpg">Image: IoT - Internet of Things</a>]
<h3><a href="http://www.telecom-paristech.fr/nc/eng">Télécom ParisTech</a></h3>
<h4>GPAC Internship (July 2014 - January 2015)</h4>
<p>Study and implementation of the W3C/IETF WebRTC standard for GPAC (<a href="http://gpac.wp.mines-telecom.fr">gpac.wp.mines-telecom.fr</a>) in order to develop advanced streaming features. A native and a web application were developed.</p>
<h3><a href="http://www.polito.it/index.php?lang=en">Politecnico di Torino</a></h3>
<h4>Part-time assistance to teaching (March - July 2013)</h4>
<p>Assistance to the students of Computer Science and Database courses illustrating the theoretical constructs and helping them to find the problems in their code. Assistance during the exams was also provided.</p>
[<a href="poli3.jpg">Image: Politecnico di Torino auditorium</a>]
<h3><a href="http://www.envisens.com/?lang=en">Envisens Technologies</a></h3>
<h4>Internship (March - June 2012)</h4>
<p>An algorithm and software to monitor the stability of a weather radar (able to perform precise and accurate rainfall measuring) was developed on a Linux platform in Matlab/Octave and C.</p>
[<a href="radar.jpg">Image: Weather radar</a>]
<h3><a href="http://www.polincontri.polito.it">Polincontri</a></h3>
<h4>Part-time job (October 2011 - February 2012)</h4>
<p>Several duties among which database management and image editing.</p>
</article>
<article>
<h2>Projects</h2>
<h3 id="drone"><a href="http://drone4u.eurecom.fr">Drone4u</a></h3>
<h4><a href="http://www.eurecom.fr/en">Eurecom</a>/<a href="http://www.telecom-paristech.fr/nc/eng">Télécom ParisTech</a> (March - June 2014)</h4>
<p>Development of autonomous navigation functions for the Parrot’s AR.Drone 2.0, focusing on tracking and following people.</p>
[<a href="drone.jpg">Image: Drone</a>]
<p>The first part of the project consisted in the design of a fast and reliable color-based algorithm to track people's t-shirts. Then a piece of software was developed in C/C++ (for Linux), able to process in real-time the images coming from the drone's camera, apply the algorithm to track the person and send back commands based on a well-specified strategy.</p>
<p>For more details and an overview of the results please watch the video here below <span class="mediaenabler">[<a href="media.html#drone">enable media on this page</a>]</span>.</p>
[<a href="http://www.youtube.com/embed/JNEZmV8yONQ">Video: People tracking with autonomous UAVs based on AR.Drone 2.0</a>]
<h3 id="adream">A dream... (?)</h3>
<h4><a href="http://www.eurecom.fr/en">Eurecom</a> (November 2013 - February 2014)</h4>
<p>A game developed for the SoftDev (Software development methodologies) course at Eurecom.</p>
[<a href="dream.jpg">Image: Screenshot</a>]
<p>It is written mainly in Python and XML and it uses the <a href="http://www.fifengine.net">FIFE game engine</a>; I have developed it on a Linux platform starting from the "Rio de Hola" demo bundled with the game engine and adding more and more features to make it a full game.</p>
<p>Please enjoy the video gameplay here below <span class="mediaenabler">[<a href="media.html#adream">enable media on this page</a>]</span>.</p>
[Video: Gameplay video <a href="dream/dream.mp4">MP4</a> <a href="dream/dream.webm">WebM</a>]
<h3>CrowdSensing</h3>
<h4><a href="http://www.polito.it/index.php?lang=en">Politecnico di Torino</a> (April - September 2013)</h4>
<p>Development of an autonomous system to collect, process and send to a server environmental data (temperature, humidity and dust).</p>
[<a href="rasp.jpg">Image: Raspberry Pi and Microchip PIC</a>]
<p>A Microchip PIC and a Raspberry Pi (Linux) were used. The former was tin soldered to a board and connected to the sensors and to a USB connector, while the Raspberry Pi was programmed to receive the data through the PIC and a USB cable, process it and send it to an external central server.</p>
<h3 id="aboveclouds">Above Clouds</h3>
<h4><a href="http://www.polito.it/index.php?lang=en">Politecnico di Torino</a> (May - July 2013)</h4>
<p>A game developed for the Computer Graphics course at Politecnico di Torino.</p>
<p>It is written in C/C++ and it uses the OpenGL graphic libraries; I have developed it on a Windows platform from scratch using the modeling software Blender to create the 3D environment. It is a first person platform game.</p>
<p>A few screenshots are available here below <span class="mediaenabler">[<a href="media.html#aboveclouds">enable media on this page</a>]</span>.</p>
<div class="gallery">
[<a href="clouds/01_title.jpg">Image: Screenshot 1 - title</a>]
[<a href="clouds/02_story.jpg">Image: Screenshot 2 - goal</a>]
[<a href="clouds/03_instr.jpg">Image: Screenshot 3 - instructions</a>]
[<a href="clouds/04_on_obstacle.jpg">Image: Screenshot 4 - obstacle</a>]
[<a href="clouds/05_jumping_down.jpg">Image: Screenshot 5 - jumping</a>]
[<a href="clouds/06_game_over.jpg">Image: Screenshot 6 - game over</a>]
[<a href="clouds/07_end.jpg">Image: Screenshot 7 - game finished</a>]
</div>
</article>
<footer>
<h2>Contacts and references</h2>
<p><a href="https://www.linkedin.com/in/devtry">www.linkedin.com/in/devtry</a></p>
<p><a href="mailto:[email protected]">[email protected]</a></p>
<p>Thanks to those behind <a href="http://motherfuckingwebsite.com/">motherfuckingwebsite.com</a> and <a href="http://bettermotherfuckingwebsite.com/">bettermotherfuckingwebsite.com</a> for inspiring me to make an even simpler website than the one I had.</p>
</footer>
</body>
</html>