-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
570 lines (550 loc) · 27 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
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
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
<!DOCTYPE html>
<html lang="en">
<!-- Header -->
<head>
<!-- General Settings -->
<meta charset="utf-8">
<title>Sylvain Viguier</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#030303">
<meta name="theme-color" content="#ffffff">
<link rel="shortcut icon" href="images/favicon.ico">
<!-- scripts and style -->
<link rel="stylesheet" href="bootstrap/css/bootstrap.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/style.css">
<link href="https://fonts.googleapis.com/css?family=Droid+Serif:400,400i,700,700i|Montserrat:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
</head>
<body>
<!-- Landing and menu -->
<section class="cover-1 text-center" id="landing">
<nav class="navbar navbar-toggleable-sm navbar-custom navbar-inverse">
<div class="container">
<a class="navbar-brand" href="#landing"></a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarToggler-1" aria-controls="navbarToggler-1" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
</div>
</nav>
<div class="cover-container pb-5">
<div class="cover-inner container">
<h1 class="jumbotron-heading"><strong>Sylvain</strong><em>Viguier</em></h1>
<p class="lead">AI for humans / Management / Science</p>
<p>
<a href="#projects" class="fa fa-angle-double-down fa-5x nav-link"></a>
</p>
</div>
</div>
</section>
<!-- Projects -->
<section class="gallery-4 text-center" id="projects" name="projects">
<div class="container">
<div class="row text-left">
<div class="col-sm-6 col-md-4 col-gallery">
<div class="box">
<a class="" href="#gc" data-toggle="modal" data-target="#gc">
<img src="./images/graphcore.jpg" class="img-fluid rounded-corners">
</a>
<h5 class="mt-4 ml-4 mr-4">Graphcore</h5>
<p class="emphasis ml-4 mr-4">Artificial Intelligence</p>
<p class="ml-4 mr-4">Director of AI</p>
</div>
</div>
<div class="col-sm-6 col-md-4 col-gallery">
<div class="box">
<a class="" href="#zuhlke" data-toggle="modal" data-target="#zuhlke">
<img src="./images/zuhlke.jpg" class="img-fluid rounded-corners">
</a>
<h5 class="mt-4 ml-4 mr-4">Zühlke</h5>
<p class="emphasis ml-4 mr-4">Medical Devices</p>
<p class="ml-4 mr-4">Software Consultant</p>
</div>
</div>
<div class="col-sm-6 col-md-4 col-gallery">
<div class="box">
<a class="" href="#entia" data-toggle="modal" data-target="#entia">
<img src="./images/entia.jpg" class="img-fluid rounded-corners">
</a>
<h5 class="mt-4 ml-4 mr-4">Entia</h5>
<p class="emphasis ml-4 mr-4">Handheld Devices</p>
<p class="ml-4 mr-4">Head of Technology</p>
</div>
</div>
<div class="col-sm-6 col-md-4 col-gallery">
<div class="box">
<a class="" href="#bigscience" data-toggle="modal" data-target="#bigscience">
<img src="./images/bigscience.jpg" class="img-fluid rounded-corners">
</a>
<h5 class="mt-4 ml-4 mr-4">BigScience</h5>
<p class="emphasis ml-4 mr-4">Open LLM Training</p>
<p class="ml-4 mr-4">WG co-Chair</p>
</div>
</div>
<div class="col-sm-6 col-md-4 col-gallery">
<div class="box">
<a class="" href="#cos" data-toggle="modal" data-target="#cos">
<img src="./images/cos.jpg" class="img-fluid rounded-corners">
</a>
<h5 class="mt-4 ml-4 mr-4">Cave of Sound</h5>
<p class="emphasis ml-4 mr-4">Installation</p>
<p class="ml-4 mr-4">Artist</p>
</div>
</div>
<div class="col-sm-6 col-md-4 col-gallery">
<div class="box">
<a class="" href="#dx17" data-toggle="modal" data-target="#dx17">
<img src="./images/dx17.jpg" class="img-fluid rounded-corners">
</a>
<h5 class="mt-4 ml-4 mr-4">DX17</h5>
<p class="emphasis ml-4 mr-4">Installation</p>
<p class="ml-4 mr-4">Consultant</p>
</div>
</div>
<div class="col-sm-6 col-md-4 col-gallery">
<div class="box">
<a class="" href="#ucl" data-toggle="modal" data-target="#ucl">
<img src="./images/ucl.jpg" class="img-fluid rounded-corners">
</a>
<h5 class="mt-4 ml-4 mr-4">UCL</h5>
<p class="emphasis ml-4 mr-4">Hunter-Gatherer resilience</p>
<p class="ml-4 mr-4">Research Associate</p>
</div>
</div>
<div class="col-sm-6 col-md-4 col-gallery">
<div class="box">
<a class="" href="#qualcomm" data-toggle="modal" data-target="#qualcomm">
<img src="./images/qualcomm.jpg" class="img-fluid rounded-corners">
</a>
<h5 class="mt-4 ml-4 mr-4">Qualcomm</h5>
<p class="emphasis ml-4 mr-4">Mobile Modems Drivers</p>
<p class="ml-4 mr-4">Software Engineer</p>
</div>
</div>
<div class="col-sm-6 col-md-4 col-gallery">
<div class="box">
<a class="" href="#esiee" data-toggle="modal" data-target="#esiee">
<img src="./images/esiee.jpg" class="img-fluid rounded-corners">
</a>
<h5 class="mt-4 ml-4 mr-4">ESIEE</h5>
<p class="emphasis ml-4 mr-4">MSc. Telecommunications</p>
<p class="ml-4 mr-4">Student</p>
</div>
</div>
</div>
</div>
</section>
<!-- Modal Graphcore -->
<div class="modal fade" id="gc" tabindex="-1" role="dialog" aria-labelledby="gc" aria-hidden="true">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">Graphcore</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<div class="text-center">
<img src="./images/graphcore_2.jpg" class="img-fluid" style="max-height: 400px;">
</div>
<div class="divider"></div>
<div>
Software is the only commodity that can travel the world and be copied at near-zero energetical cost.
Artificial Intelligence is set to enable software to surpass human capabilities in many fields.
Key to this is building hardware, such as Graphcore IPU processors, unlocking AI effectiveness.
</div>
<div class="divider"></div>
<ul>
<li>Leading 20 ML Engineers, focused on people empowerment, open culture, and product mindset</li>
<li>Participating in Company Strategy, Developer Experience, and Core Applications groups</li>
<li>Building apps portfolio inc. GPT3-175B, NeurIPS GNN competition, HuggingFace integration</li>
</ul>
<div class="divider"></div>
<p class="emphasis text-center">
PyTorch, Python, C++, GitHub, JIRA, W&B, Slack, MIRO, OneNote
</p>
<div class="text-center">
<img src="./images/graphcore_3.jpg" class="img-fluid" style="max-height: 350px;">
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-primary" class="close" data-dismiss="modal" aria-label="Close">OK</button>
</div>
</div>
</div>
</div>
<!-- Modal DX 17 -->
<div class="modal fade" id="dx17" tabindex="-1" role="dialog" aria-labelledby="dx17" aria-hidden="true">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">DX17</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<div class="text-center">
<img src="./images/dx17_2.jpg" class="img-fluid" style="max-height: 400px;">
</div>
<div class="divider"></div>
<div>
For the centenary of the Imperial War Museum, Nick Ryan - award-winning composer based in London - was commissioned to build a musical installation. As such he assembled a team of designers and engineers to help realise his vision. The resulting work uses a principle called photophonic which consist of encoding audio streams in light sources. The audience can then capture the sounds by directing bespoke receivers towards the beams.
</div>
<div class="divider"></div>
<ul>
<li>Electronics and Audio consultant</li>
<li>Worked on the design, development and test of the hardware for the emitters and receivers</li>
<li>Went from breadboard prototypes to 150 fully working devices in 12 weeks after three iterations of the hardware to ensure best battery life and audio quality</li>
</ul>
<div class="divider"></div>
<p class="emphasis text-center">
<a target="_blank" href="http://www.seanmalikides.com">Sean Malikides, electronics</a> |
<a target="_blank" href="http://www.nickryanmusic.com">Nick Ryan, sound artist</a>
<br>
LED, Narrow beams, audio, transmitter, modulation, analogue amplifier, schematics, layout, PCB manufacture, testing, battery life optimisation
</p>
<div class="text-center">
<img src="./images/dx17_3.jpg" class="img-fluid" style="max-height: 350px;">
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-primary" class="close" data-dismiss="modal" aria-label="Close">OK</button>
</div>
</div>
</div>
</div>
<!-- Modal BigScience -->
<div class="modal fade" id="bigscience" tabindex="-1" role="dialog" aria-labelledby="bigscience" aria-hidden="true">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">BigScience</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<div class="text-center">
<img src="./images/bigscience2.jpg" class="img-fluid" style="max-height: 400px;">
</div>
<div class="divider"></div>
<div>
The BigScience project demonstrated another way of creating, studying, and sharing large language models within the AI research communities.
The main artefacts are BLOOM, a 176B parameters model, its dataset, training logs and related publications.
</div>
<div class="divider"></div>
<ul>
<li>Co-chair of the Carbon Footprint Working Group</li>
<li>Published a peer-reviewed article on Carbon Footprint of LLM training</li>
<li>Contributed to dataset creation and engineering conversations on BLOOM 176B model training</li>
</ul>
<div class="divider"></div>
<p class="emphasis text-center">
<a target="_blank" href="https://www.jmlr.org/papers/v24/23-0069.html">Estimating the Carbon Footprint of BLOOM, a 176B Parameter Language Model</a>
<br><a target="_blank" href="https://arxiv.org/abs/2211.05100">BLOOM: A 176B-Parameter Open-Access Multilingual Language Model</a>
<br>
Python, SLURM, PyTorch, LaTex
</p>
<div class="text-center">
<img src="./images/bigscience3.jpg" class="img-fluid" style="max-height: 350px;">
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-primary" class="close" data-dismiss="modal" aria-label="Close">OK</button>
</div>
</div>
</div>
</div>
<!-- Modal COS -->
<div class="modal fade" id="cos" tabindex="-1" role="dialog" aria-labelledby="cos" aria-hidden="true">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">Cave of Sound</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<div class="text-center">
<img src="./images/cos_2.jpg" class="img-fluid" style="max-height: 400px;">
</div>
<div class="divider"></div>
<div>
The Cave of Sound is an interactive musical installation where the audience is invited to control eight different instruments. The installation adapts to the user actions in real-time and lead the performers towards a shared musical experience where each of the tones fuse in one. This art piece invites each of us to think about communication and how it can be achieved through music.
</div>
<div class="divider"></div>
<ul>
<li>As one of the eight artist of the team, I developed Joker, a drum machine which requires the user to wear a mask. It both allows a sense of freedom and enable the input signals to travel on the surface of the skin towards the electronic device translating inputs into sounds and rhythms.</li>
<li>Contributed towards the design of the whole installation, going from a simple idea of exploring communication to the final work 12 months later</li>
<li>The art piece has been showcased in many places such as the V&A and Barbican in London and its creation resulted in a publication at the NIME conference. A new version of it will be presented in 2018.</li>
</ul>
<div class="divider"></div>
<p class="emphasis text-center">
<a target="_blank" href="http://timmb.com">Tim Murray-Browne, artist</a> |
<a target="_blank" href="https://twitter.com/domaversano">Dom Aversano, artist</a> |
<a target="_blank" href="http://ptigas.com/">Panagiotis Tigas, artist</a>
<br>
Sound Design, Ableton, Max for Live, OSC, Python, Twisted, Visualization, Arduino, C++
</p>
<div class="text-center">
<img src="./images/cos_3.jpg" class="img-fluid" style="max-height: 350px;">
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-primary" class="close" data-dismiss="modal" aria-label="Close">OK</button>
</div>
</div>
</div>
</div>
<!-- Modal Zuhlke -->
<div class="modal fade" id="zuhlke" tabindex="-1" role="dialog" aria-labelledby="zuhlke" aria-hidden="true">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">Zühlke</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<div class="text-center">
<img src="./images/zuhlke_2.jpg" class="img-fluid" style="max-height: 400px;">
</div>
<div class="divider"></div>
<div>
Zühlke is a leading innovation and engineering consultancy group. Its mission is to empower companies to find and test new ideas and built innovative products. As such, it strives to keep its staff up to scratch with the latest technologies by offering mentoring, a significant training time and participation to internal projects.
</div>
<div class="divider"></div>
<ul>
<li>Part of the Embedded and IoT team spanning from firmware development to connectivity, backend architecture and data analytics</li>
<li>Worked on a medical device monitoring patient vital signs during surgery and intensive care</li>
<li>Training topics include IoT backend and Deep Learning</li>
</ul>
<div class="divider"></div>
<p class="emphasis text-center">
C/C++, Embedded, Qt, Node.js, Python, Tensorflow, Agile, TDD, testing
</p>
<div class="text-center">
<img src="./images/zuhlke_3.jpg" class="img-fluid" style="max-height: 350px;">
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-primary" class="close" data-dismiss="modal" aria-label="Close">OK</button>
</div>
</div>
</div>
</div>
<!-- Modal Entia -->
<div class="modal fade" id="entia" tabindex="-1" role="dialog" aria-labelledby="entia" aria-hidden="true">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">Entia</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<div class="text-center">
<img src="./images/entia_2.jpg" class="img-fluid" style="max-height: 400px;">
</div>
<div class="divider"></div>
<div>
Entia, a startup which span off Imperial College in 2014, is on a mission to simplify blood testing around the world. Their first product, an award-winning red blood cell analyser, combine mechanical and optical techniques to measure multiple blood parameters. It provides quick and accurate measurement in a practical device which will be used at clinician offices, in pharmacies and even from the comfort of the home.
</div>
<div class="divider"></div>
<ul>
<li>Went from first employee to Head of Technology, managing 6 engineers around software and hardware development</li>
<li>Contributed to raise £2.5M in seed investment by finding new investors, making technical demos and attending pitching events</li>
<li>Led the product development effort, going from an idea to a manufacturing ready device in 24 months, with multiple iterations and user testing phases</li>
</ul>
<div class="divider"></div>
<p class="emphasis text-center">
PCB design, C/C++, Embedded, GCC, ARM, Cortex-M, Automated testing, Continuous integration, Python, Reporting, Quality assurance, ISO 13485, ISO 62304, Risk management, ISO 14971
</p>
<div class="text-center">
<img src="./images/entia_3.jpg" class="img-fluid" style="max-height: 350px;">
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-primary" class="close" data-dismiss="modal" aria-label="Close">OK</button>
</div>
</div>
</div>
</div>
<!-- Modal UCL -->
<div class="modal fade" id="ucl" tabindex="-1" role="dialog" aria-labelledby="ucl" aria-hidden="true">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">UCL</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<div class="text-center">
<img src="./images/ucl_2.jpg" class="img-fluid" style="max-height: 400px;">
</div>
<div class="divider"></div>
<div class="">
University College London is a world-leading research center providing exciting opportunities for cutting-edge projects. As such, the Hunter-Gatherer Resilience Project involved a multidisciplinary team over five years around the study of many aspects of small-scale populations. One of them was inventing new methods to quantify and analyse social networks.
</div>
<div class="divider"></div>
<ul>
<li>Developed a complete serverless IoT solution with 250 nodes</li>
<li>Sole engineer in the team, responsible for technical requirements, prototyping, hardware and firmware development, sourcing, deployment and data processing</li>
<li>Contributed to multiple journal papers published in scientific journals</li>
</ul>
<div class="divider"></div>
<p class="emphasis text-center">
<a target="_blank" href="https://www.researchgate.net/profile/Sylvain_Viguier">Research Gate</a> |
<a target="_blank" href="docs/BCS_12_17.pdf">Lecture at BCS</a> |
<a target="_blank" href="docs/jungle-atmosphere.mp3">Soundscape</a>
<br>
Embedded C/C++, MSP430, TinyOS, Wearables, Electronics, Sensors, IEEE 802.15.4, Data Processing, Python, SQLite
</p>
<div class="text-center">
<img src="./images/ucl_3.jpg" class="img-fluid" style="max-height: 350px;">
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-primary" class="close" data-dismiss="modal" aria-label="Close">OK</button>
</div>
</div>
</div>
</div>
<!-- Modal Qualcomm -->
<div class="modal fade" id="qualcomm" tabindex="-1" role="dialog" aria-labelledby="qualcomm" aria-hidden="true">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">Qualcomm</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<div class="text-center">
<img src="./images/qualcomm_2_3lectrik.jpg" class="img-fluid" style="max-height: 400px;">
</div>
<div class="divider"></div>
<div>
Qualcomm is an industry-leading semiconductor company building embedded processors with best-in-class performances. Their chipsets are used in most smartphones. The UK R&D arm in Farnborough, UK was focused on the development of hardware and software for modems.
</div>
<div class="divider"></div>
<ul>
<li>Part of the RF Driver team, implementing the physical layer of modems in Embedded C/C++</li>
<li>Developed new algorithms for temperature compensation of power output of the RF amplification stage</li>
<li>Worked on the bringup of modems supporting simultaneous LTE and GSM connection with a single modem and two antennas</li>
</ul>
<div class="divider"></div>
<p class="emphasis text-center">
GSM, UMTS, LTE, VoLTE, SGLTE, Embedded C, DSP, ARM, Real-time OS, Performance testing
</p>
<div class="text-center">
<img src="./images/qualcomm_3_gadgetian.jpg" class="img-fluid" style="max-height: 350px;">
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-primary" class="close" data-dismiss="modal" aria-label="Close">OK</button>
</div>
</div>
</div>
</div>
<!-- Modal ESIEE -->
<div class="modal fade" id="esiee" tabindex="-1" role="dialog" aria-labelledby="esiee" aria-hidden="true">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">ESIEE</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<div class="text-center">
<img src="./images/esiee_2_parraultarchi.jpg" class="img-fluid" style="max-height: 400px;">
</div>
<div class="divider"></div>
<div>
Upon completing my A-level equivalent in France, I knew that I wanted to become an engineer. I learned at ESIEE the fundamentals of maths and physics and applied them to electronics and computer science. Rather than learning specific technology in details the curriculum was oriented towards learning to learn and being able to adapt fast and find the right tools for the job.
</div>
<div class="divider"></div>
<ul>
<li>MSc. in Telecommunications and Signal Processing - distinction</li>
<li>Strong implication in university life through different societies and Student Union - Vice-President</li>
<li>One year exchange program in London, UK</li>
</ul>
<div class="divider"></div>
<p class="emphasis text-center">
Linear algebra, calculus, statistics, probabilities, digital and analog electronics, wave propagation, quantum mechanics, JAVA, C/C++, Assembler, Python, Matlab, Simulink, systems architecture, concurrency, embedded systems
</p>
<div class="text-center">
<img src="./images/esiee_3_idf-film.jpg" class="img-fluid" style="max-height: 350px;">
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-primary" class="close" data-dismiss="modal" aria-label="Close">OK</button>
</div>
</div>
</div>
</div>
<!-- Contact -->
<section class="contact-1" id="contact">
<div class="container">
<div class="row contact-details">
<div class="col-sm-8 text-center text-md-left mb-4">
<div id="map"></div>
<script src="js/maps.js"></script>
<script async defer src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAXbOVjrZgN0gA--NldtMA_VfB2ownSSgc&callback=initMap"></script>
</div>
<div class="col-sm-4 text-center text-md-left">
<h4 class="pt-2">City</h4>
<p>London, UK</p>
<div class="divider"></div>
<ul class="social text-center">
<li><a target="_blank" href="https://www.linkedin.com/in/sylvainviguier/" title="LinkedIn" class="fa fa-linkedin"></a></li>
<li><a target="_blank" href="https://github.com/whobbes" title="Github" class="fa fa-github"></a></li>
<li><a target="_blank" href="https://twitter.com/sylvainviguier" title="Twitter" class="fa fa-twitter"></a></li>
<li><a target="_blank" href="https://bsky.app/profile/sylvainviguier.bsky.social" title="Bluesky" class="fa fa-cloud"></a></li>
<li><a target="_blank" href="docs/cv.pdf" title="CV" class="fa fa-file"></a></li>
<div class="clear"></div>
</ul>
</div>
</div>
</div>
</section>
<!-- Books -->
<section class="features-4 text-center" id="books">
<div class="container">
<div class="row justify-center">
<div class="col-md-12 text-left">
<br>
<iframe width="100%" height="432" src="https://miro.com/app/live-embed/uXjVPjip50I=/?moveToViewport=-5102,-2364,7760,4601&embedId=684491611274" frameborder="0" scrolling="no" allow="fullscreen; clipboard-read; clipboard-write" allowfullscreen></iframe>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer-4" id="footer">
<div class="col-md-12 text-center">
</div>
<div class="col-md-12 text-center">
<p class="copyright">Copyright © Sylvain Viguier. All rights reserved.</p>
</div>
</footer>
<!-- Scripts -->
<script src="js/jquery-3.5.1.min.js"></script>
<script src="js/main.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.4.0/js/tether.min.js" integrity="sha384-DztdAPBWPRXSA/3eYEEUWrWCy7G5KFbe8fFjk5JAIxUYHKkDx6Qin1DkWx51bBrb" crossorigin="anonymous"></script>
<script src="bootstrap/js/bootstrap.min.js"></script>
</body>
</html>