-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcv.html
344 lines (280 loc) · 13.2 KB
/
cv.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
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
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
<!-- TODO LIST
supprimer ligne dessous addresse
supprimer photo
indenter CENTRE DINTERET
ajouter fine ligne blanche entre les differentes langues
separer comme pr experience la ligne de colonne bleue pr EDUCATION
supprimer le "-" pour les deux stages
dans les eperiences
le sous-titre mise en formenctype
les - pas beau
les keywords mise en forme
QUAND j'imprime en pdf ca ne me donne pas la meme chose ????
-->
<html>
<head>
<meta charset="UTF-8" />
<link rel="stylesheet" type="text/css" href="css4print-0.2.0/paging.css">
<style type="text/css">@page{ size: A4; }</style>
<link rel="stylesheet" type="text/css" href="css4print-0.2.0/rulers.css">
<title>CelineLeBerreCV-FR-2018</title>
<script type="text/javascript" src="jquery-3.3.1.slim.min.js"></script>
<script type="text/javascript" src="css4print-0.2.0/rulers.js"
data-ref=".page" data-unit="cm" data-autoshow="both"></script>
<script type="text/javascript" src="private-data.js"></script>
<link rel="stylesheet" type="text/css" href="w-style.css">
<link rel="stylesheet" type="text/css" href="material-icons.css">
<link rel="stylesheet" type="text/css" href="celine-style.css">
<style type="text/css">
/* test-purpose CSS ... */
</style>
</head>
<body>
<div class="page page-a4 padding-none">
<header without-it--class="with-photo">
<section id="job">
<!-- the all-uppercase status of the title is "stylish"
so it's done in the CSS (using text-transform: uppercase;) -->
<h3 class="title">Ingénieur Systèmes Embarqués</h3>
<span class="subtitle">INSA Rennes / 13 années d'expérience</span>
</section>
<section id="contact">
<h1 id="name">
<span id="firstname"><span data-private-id="firstname">firstname</span></span>
<span id="lastname"><span data-private-id="lastname">lastname</span></span>
</h1>
<h4>Contact</h4>
<ul>
<li class="fulladdress"><i noclass="ico ico-location"><label>address:</label></i>Dublin, Irlande</li>
<li class="email"><i noclass="ico ico-email"><label>email:</label></i><span data-private-id="email">firstname.lastname@gmail.com</span></li>
<!--<li class="phone phone-ir"><i class="ico ico-phone"><label>phone:</label></i><span data-private-id="phone-ir">087-???-????</span></li>
<li class="phone phone-fr"><i class="ico ico-phone"><label>phone:</label></i><span data-private-id="phone-fr">06-???-????</span></li>-->
<li class="phone two-phones"><i noclass="ico ico-phone"><label>phone:</label></i>
<span data-private-id="phone-ir">+353-87-???-????</span>
|
<span data-private-id="phone-fr">+33-6-???-????</span>
</li>
<!--
<li class="skype"><i class="ico ico-videocam"></i>(skype) jonathansmith</li>
<li class="linkedin"><i class="ico ico-links"><label>website:</label></i>
<a href="https://jonathansmith.github.io">jonathansmith.github.io</a><br/>
<i class="ico ico-blank"></i>
<a href="https://www.linkedin.com/in/jonathansmith">linkedin.com/in/jonathansmith</a></li>
</ul>
-->
</section> <!-- CONTACT -->
<img id="photo" empty-src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"
src="https://media.licdn.com/dms/image/C5603AQFKRmfMp2OiCw/profile-displayphoto-shrink_800_800/0?e=1537401600&v=beta&t=cw0LGsNiANYdJNwrR7JJxDMrLvgWK8ofAMIfkdcqG_M" />
</header>
<section id="technical-skills">
<h4>Compétences techniques</h4>
<ul class="w-label-7 grey">
<li><label>Languages</label>
<span>C, C++, ASM</span></li>
<li><label>Systèmes RT</label>
<span>Linux (Xenomai), VxWorks, ...</span></li>
<li><label>Micros</label>
<span>TMS320F28069, IMX6, PIC32, SH7269, Cortex-A, OMAP 2420/3430, PowerPC</span></li>
<li><label>Outils</label>
<span>Trace32, Tornado, Clearcase, CM Synergy, git, CANalyzer, CSS, Eclipse, Visual C++, Source Insight,
Matlab, Labview, IAR Embedded Workbench, Pspice, qemu, Mantis, Redmine, Jenkins</span></li>
<li><label>Standards</label>
<span>ISO 12100, ISO 13849, EN-62304, ISO 13485, ISO 9001</span></li>
<li><label>Protocoles</label>
<span>I2C, SPI, SMBUS, GSM, UDP</span></li>
</ul>
</section> <!-- SKILLS -->
<section id="experiences"><h4>Expériences</h4>
<!-- Structure d'une expérience (d'après ton CV)
- date: années "2017/2018" (ou bien pê mois+années "Jan 2017 - Jul. 2018")
- title: (en gras) exemple "Embedded Software Engineer"
- entreprise:
- éventuellement suivi de " - Contractor" et du nom de la business-unit
[...]
CHANGEMENT DE PARADIGME, TU AS TOUT RANGÉ PAR ANNÉE PLUTÔT
avec éventuellement plusieurs expériences par années (exemple en 2008).
ça change par toute la structure, juste on enlève l'année de l'object experience
on reprend la liste
[...]
- une ou deux ou trois courte phrase résumant les tâches principales
- quelques mots-clés si applicables
Des fois, je vois des "bullets", des fois non. Il faut choisir !! Tout ou rien.
Ne sachant pas, j'utilise des <LI>. C'est facile de faire disparaître les "puces"
si besoin.
-->
<section class="xp">
<span class="date">2017/2018</span>
<!-- en utilisant "xp" et "job", tu peux avoir plusieurs "job" dans la même "xp"
te laissant le choix d'organiser ça comme tu veux -->
<div class="job">
<span class="title">Ingénieur Robotique</span>
pour
<span class="empl">Eiratech Robotics Ltd., Dublin</span>
<!-- Inapplicable pour cet example
<span class="contractor"> - Contractor</span>
<span class="business-unit"> - Mobile Device Unit</span>-->
<ul>
<span class="sstitre">Eirabot au coeur du Système Automatisé de gestion d'Entrepôts</span>
<li>Responsable du développement et validation du Power Supply Unit en charge de la gestion d'énergie (cell balancing) et du diagnostique du robot</li>
<li>Gestion du Projet PSU (hardware/software): planification, suivi projet, gestion des priorités, mise en place des procédures</li>
<li>Mise en place du marquage CE: gestion des risques, fiabilité, traçabilité</li>
<li class="keywords">TMS320F28069, QPC, CanOpen, BMS AD7280A, BQ78350, CiA 418, ISO-12100, ISO-13849</li>
</ul>
</div>
</section> <!-- XP:EIRATECH -->
<section class="xp">
<span class="date">2015/2016</span>
<div class="job">
<span class="title">Ingénieur Robotique</span>
pour
<span class="empl">BA Systèmes, Mordelles (Consultant)</span>
<ul>
<span class="sstitre">Solution automatique de transport de containers (Opérations portuaires)</span>
<li>Développement de fonctionalités firmware du véhicule automatique <b>A</b>utomotive <b>I</b>ntelligent <b>V</b>ehicle
<li>Mise en place d'une intégration continue inter-services</li>
<li class="keywords"> AMOS, Buildroot linux (Xenomai), C++, CanFestival, SCRUM, Jenkins</li>
</ul>
</div>
</section> <!-- XP:BASYSTEMES -->
<section class="xp">
<span class="date">2012/2014</span>
<div class="job">
<span class="title">Ingénieur / Chef de Projet</span>
pour
<span class="empl">Silicom, Rennes</span>
<ul>
<span class="sstitre">PressioV2 - moniteur de pression intracrânienne nouvelle génération</span>
<li>Responsable de la planification, gestion d'équipe, gestion de risques, suivi de project, relation partenaire et client</li>
<li>Mise en place des standards applicables à un produit électronique médical</li>
<li>Développement et intégration de l'application PressioV2</li>
<li class="keywords">Microchip PIC32, Renesas SH7269, EN-62304, C, AMDEC, MISRA</li>
</ul>
</div>
</section> <!-- XP:SILICOM -->
<section class="xp">
<span class="date">2010/2012</span>
<div class="job">
<span class="title">Ingénieur Système Embarqué</span>
pour
<span class="empl">Renesas, Rennes (Consultant)</span>
<ul>
<span class="sstitre"> Power Team for Android Smartphone</span>
<li>Intégration, optimisation relatives à la consommation d'énergie des différentes solutions (Smartphone Android)</li>
<li>Support client incluant support sur-site (Corée)</li>
<li class="keywords">Android, Linux, Cortex-A, équipe multi-sites</li>
</ul>
</div>
</section> <!-- XP:RENESAS -->
<div class="pagebreak visible"></div>
<section class="xp">
<span class="date">2008/2010</span>
<div class="job">
<span class="title">Ingénieur Support Client</span>
pour
<span class="empl">ST Ericsson, Le Mans (Consultant)</span>
<ul>
<li>Intégration & Support Client pour Smartphone Android: customisation de design référence et suivi auprès du client</li>
<li>Travail quotidien dans un cadre international avec de nombreux déplacements sur sites client ou partenaire (Taïwan, Chine)</li>
</ul>
</div>
</section> <!-- XP:STE -->
<section class="xp">
<span class="date">2007/2008</span>
<div class="job">
<span class="title">Ingénieur Système Embarqué </span>
pour
<span class="empl">Motorola - Mobile Device Unit, Rennes (Consultant)</span>
<ul>
<li>FM Radio Feature – Design, développement et intégration d'une interface commune permettant la rapide intégration de nouveaux ICs</li>
<li>Développement en C++ sur une plateforme Symbian UIQ, OMAP 3430, combo BT/FM broadcom BCM2048</li>
<li>Secure Boot Feature - Développement de la fonctionnalité Sign of Life</li>
<li class="keywords">C, C++, Bootloader, Symbian, OMAP 2420/3430</li>
</ul>
</div>
</section> <!-- XP:STE -->
<section class="xp">
<span class="date">2007</span>
<div class="job">
<span class="title">Intégrateur Drivers Linux </span>
pour
<span class="empl">NXP - Home Innovation Center, Caen (Consultant)</span>
<ul>
<span class="sstitre">MSVD2 (Multi Standard Video Decoder) compatible MPEG, H264, DIVX... </span>
<li>Spécification et développement d'un environnement d'intégration continue automatique</li>
<li>Développement de procédures, plans et campagnes de tests</li>
<li class="keywords">C, Linux Platform, Automatisation de tests</li>
</ul>
</div>
</section> <!-- XP:STE -->
<section class="xp">
<span class="date">2005/2007</span>
<div class="job">
<span class="title">Ingénieur Système Embarqué</span>
pour
<span class="empl">Magneti Marelli, Châtellerault (Consultant)</span>
<ul>
<span class="sstitre"> RT3Ev - Radio Télématique 3e Génération </span>
<li>Développement de la fonctionnalité diagnostique et configuration pour le RT3EV</li>
<li>Design et développement d'une nouvelle application restreinte exclusivement dédiée à la configuration sur ligne de production. Atout clés: rapidité et fiabilité </li>
<li class="keywords">C++, RT VxWorks, PowerPC, UML, CANAlyzer</li>
</ul>
</div>
</section> <!-- XP:MM -->
<section class="xp internship">
<span class="date">2005</span>
<div class="job">
<span class="title">Recherche / Imagerie Médicale "Compound Ultrasonic Imaging"</span>
<li><span class="empl">Centre for Ultrasonic Engineering, Strathclyde University of Glasgow (Stagiaire)</span></li>
</div>
</section> <!-- XP:STRATHCLYDE -->
<section class="xp internship">
<span class="date">2004</span>
<div class="job">
<span class="title">Développement d'un simulateur de FMS (bus 1553B)</span>
<li><span class="empl">Thales Avionic Systems, Brest (Stagiaire)</span></li>
</div>
</section> <!-- XP:THALES -->
</section> <!-- EXPERIENCES -->
<div id="two-columns" class="w-flex-sb">
<section id="left">
<section id="education">
<h4>Education</h4>
<ul>
<li><span class="l">2002/2005</span><span class="r">Ingénieur EII INSA Rennes</span></li>
<li><span class="l">2004/2005</span><span class="r">Master Electronics and Electrical<br/>
Engineering de l'Université de<br/>
Strathclyde (Glasgow)</span></li>
</ul>
</section> <!-- EDUCATION -->
<section id="languages">
<h4>Langues</h4>
<ul noclass="w-label">
<li><span class="l">Français</span><span class="r">Langue Maternelle</span></li>
<li><span class="l">Anglais</span><span class="r">Courant</span></li>
<li><span class="l">Espagnol</span><span class="r">Avancé</span></li>
</ul>
</section> <!-- LANGUAGES -->
</section> <!-- LEFT -->
<section id="right">
<section id="interests">
<h4>Centres d'intêrets</h4>
<ul class="w-bullets">
<li>Triathlon, Batucada, Plongée, Voyage</li>
<li>Présidente de l'Association Sportive de l'INSA Rennes (>750 membres)</li>
<li>Responsable Communication Mission Humanitaire en Egypte</li>
</ul>
</section> <!-- INTERESTS -->
<!-- TODEL
<section id="languages">
<h4>Langues</h4>
<ul class="w-label">
<li><label>Français</label><span>Langue Maternelle</span></li>
<li><label>Anglais</label><span>Courant</span></li>
<li><label>Espagnol</label><span>Avancé</span></li>
</ul>
</section>--> <!-- LANGUAGES -->
</section> <!-- RIGHT -->
</div>
</div><!-- PAGE -->
</body>
</html>