-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
646 lines (505 loc) · 37.9 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
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Personnal website of Gwendall Petit">
<meta name="author" content="Gwendall Petit">
<link rel="shortcut icon" href="assets/ico/favicon.png">
<title>Gwendall Petit website</title>
<!-- Bootstrap core CSS -->
<link href="assets/css/bootstrap.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="assets/css/main.css" rel="stylesheet">
<link rel="stylesheet" href="assets/css/icomoon.css">
<link href="assets/css/animate-custom.css" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Raleway:400,300,700' rel='stylesheet' type='text/css'>
<script src="assets/js/jquery.min.js"></script>
<script type="text/javascript" src="assets/js/modernizr.custom.js"></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="assets/js/html5shiv.js"></script>
<script src="assets/js/respond.min.js"></script>
<![endif]-->
</head>
<body data-spy="scroll" data-offset="0" data-target="#navbar-main">
<div id="navbar-main">
<!-- Fixed navbar -->
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon icon-shield" style="font-size:30px; color:#3498db;"></span>
</button>
<!--<a class="navbar-brand hidden-xs hidden-sm" href="#home"><span class="icon icon-shield" style="font-size:18px; color:#3498db;"></span></a>-->
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a href="#home" class="smoothScroll">Home</a></li>
<li> <a href="#about" class="smoothScroll">A propos</a></li>
<li> <a href="#project" class="smoothScroll">Projets</a></li>
<li> <a href="#publi" class="smoothScroll">Publications</a></li>
<li> <a href="#teaching" class="smoothScroll">Enseignements</a></li>
<li> <a href="#contact" class="smoothScroll">Contact</a></li>
<!--
<li> <a href="index_en.html"><i> | English</i></a></li>
-->
</div><!--/.nav-collapse -->
</div>
</div>
</div>
<!-- ==== HEADERWRAP ==== -->
<div id="headerwrap" id="home" name="home">
<header class="clearfix">
<img class="img-responsive" style="display: inline;" src="assets/img/logo_noismap_cercle.png" alt="logo" />
<!--
<h1><span class="icon icon-shield"></span></h1>
-->
<p> </p>
<p><b>Gwendall Petit</b></p>
<p><i>Ingénieur en Sciences de l'Information Géographique (SIG)</i></p>
</header>
</div><!-- /headerwrap -->
<!-- ==== GREYWRAP ==== -->
<div id="greywrap">
<div class="row">
<div class="col-lg-4 callout">
<span class="icon icon-eye"></span>
<h2>Géomètre</h2>
<p>
Formation initiale de Géomètre-Topographe
<br>
#Géometrie #GPS #Système de projection #Nivellement
</p>
</div><!-- col-lg-4 -->
<div class="col-lg-4 callout">
<span class="icon icon-stack"></span>
<h2>SIG</h2>
<p>
Géomaticien, expert en analyse spatiale
<br>
GFOSS <i>(Geospatial Free and Open Source Software)</i> addict
<br>
#SQL(Spatial)
#<a href="http://www.opengeospatial.org/standards/sfs" target="blank">SFS</a>
#<a href="https://github.com/locationtech/jts target="blank">JTS</a>
</p>
</div><!-- col-lg-4 -->
<div class="col-lg-4 callout">
<span class="icon icon-map"></span>
<h2>Cartographe</h2>
<p>
Passionné de cartes
<br>
Sémilologie graphique
<br>
#<a href="http://www.opengeospatial.org/standards/sld" target="blank">SLD</a> #<a href="http://www.opengeospatial.org/standards/se" target="blank">SE</a>
</p>
</div><!-- col-lg-4 -->
</div><!-- row -->
</div><!-- greywrap -->
<!-- ==== ABOUT ==== -->
<div class="container" id="about" name="about">
<div class="row white">
<br>
<h1 class="centered">A PROPOS</h1>
<hr>
<div class="col-lg-offset-0 col-lg-12">
<h2>Poste actuel</h2>
<p align="justify">
Depuis 2022, mes travaux prennent place au sein de l'Unité Mixte de Recherche en Acoustique Environnementale (<a href="https://umrae.fr/" targer='_blank'>UMRAE</a>), en tant qu'Ingénieur d’études en traitement, analyse et représentation de l'information spatiale, via deux mises à disposition au <a href="https://www.cerema.fr/fr" target='_blank'>Cerema</a> puis à l'<a href="https://www.univ-gustave-eiffel.fr/" target='_blank'>Université Gustave Eiffel</a>.
<br>
De 2016 à 2022, j'évoluais au sein de l'équipe <a href="http://www.lab-sticc.fr/en/teams/m-570-decide.htm" target='blank'>DECIDE</a> (Vannes) du laboratoire <a href="http://www.lab-sticc.fr/" target='blank'>Lab-STICC</a> (CNRS UMR 6285) via deux mises à disposition à l'Université de Bretagne Sud (<a href="http://www.univ-ubs.fr/" target='blank'>UBS</a>) puis au <a href="https://www.cnrs.fr/fr" target='_blank'>CNRS</a>.
<br>
Préalablement, de 2008 à 2015, j'ai travaillé à l'<a href="http://www.ec-nantes.fr" target='blank'>Ecole Centrale de Nantes</a> et plus particulièrement à "l'Atelier SIG", une équipe dédiée à la géomatique au sein de l'<a href="https://irstv.ec-nantes.fr/" target='blank'>IRSTV</a> (Institut de Recherche en Sciences et Techniques de la Ville - FR 2488), une fédération de recherche du <a href="http://www.cnrs.fr" target='blank'>CNRS</a> (Centre National de la Recherche Scientifique).
</p>
<p align="justify">
D’un point de vue thématique, depuis 2008, mes travaux ont eu pour principaux domaines :
<ul align=justify>
<li>L’étude du micro-climat urbain (jusqu’en 2022), à travers le développement d’outils open-sources permettant le calcul d’<a href="https://geomanum.org/fr/projets/geoclimate" target='_blank'>indicateurs géomorphologiques</a>, notamment nécessaires à l’alimentation des modèles micro-climatiques de Météo France (<a href="https://www.umr-cnrm.fr/spip.php?rubrique1" target='_blank'>CNRM</a>),</li>
<li>L’étude des environnements sonores et de leurs impacts sur la population, rendu possible par le développement d’outils pour la modélisation et la mesure du bruit dans l’environnement.</li>
</ul>
</p>
<p align="justify">
Dans ce contexte, je m'intéresse tout particulièrement aux 3 axes suivants :
<ul align=justify>
<li>Définition et mise en place de méthodes d'analyse spatiale (qualité des données, indicateurs morphologiques, ...),</li>
<li>Modélisation et construction de bases de données géographiques (modèle spatio-temportel, thésaurus, enrichissement multi-sources, ...),</li>
<li>Méthodologie, technique et standards dans le domaine des SIG.</li>
</ul>
</p>
</div><!-- col-lg -->
</div><!-- row -->
<div class="row white">
<div class="col-lg-6">
<h2>Membre des projets de recherche</h2>
<ul align="justify">
<li>ANR <a href="https://sonoreze.fr/" target='blank'>SonoRezé</a> (2023-2025)</li>
<li><a href="https://hal.science/hal-03848495/document" target='blank'>Plamade</a> (2020-2022)</li>
<li>ANR <a href="https://anr.fr/Projet-ANR-16-CE22-0012" target='blank'>CENSE</a> (2017-2020) (<a href="https://cense.ifsttar.fr/" target='_blank'>Site du projet</a>) </li>
<li>ERA4CS <a href="http://jpi-climate.eu/nl/25223460-URCLIM.html" target='blank'>URCLIM</a> (2017-2020)</li>
<li>FP7 <a href="http://www.energic-od.eu/" target='blank'>ENERGIC-OD</a> (2014-2018)</li>
<li>ANR <a href="https://anr.fr/Projet-ANR-13-VBDU-0004" target='blank'>MAPUCE</a> (2014-2018)</li>
<li>BD MOS (2013-2014)</li>
<li>SOGVILLE (2011-2013)</li>
<li>ANR <a href="https://anr.fr/Projet-ANR-09-VILL-0007" target='blank'>VegDUD</a> (2010-2014)</li>
<li>ANR <a href="https://anr.fr/Projet-ANR-08-VILL-0005" target='blank'>Eval-PDU</a> (2009-2012)</li>
</ul>
</div><!-- col-lg-6 -->
<div class="col-lg-6">
<h2>Compétences techniques</h2>
<ul>
<li>SIG : OrbisGIS, QGis, OpenJump, SAGA, ArcGIS, MapInfo,</li>
<li>Base de données : PostGreSQL / PostGIS, H2Database Engine / H2GIS,</li>
<li>IDS / Web : GeoNetwork, GeoServer, LeafLet, MapBox,</li>
<li>Langages : SQL (Spatial), Markdown, Latex, HTML5, CSS,</li>
<li>Graphisme : InkScape, The Gimp, Adobe Illustrator & PhotoShop</li>
<li>OS : Linux (Ubuntu) ... et Windows</li>
</ul>
</div><!-- col-lg-6 -->
</div><!-- row -->
<div class="row white">
<br>
<div class="col-lg-6">
<h2>Représentation et partenariat</h2>
<ul align="justify">
<li>Membre du comité d'OGRS Community (Open Geospatial Research & Education Symposium>) et participation à l'organisation des éditions 2009, 2012 et 2016,</li>
<li>Participation au groupe de travail internationnal de l'Open Geospatial Consortium (<a href="http://www.opengeospatial.org/" target="blank">OGC</a>) sur la norme de cartographie <a href="http://www.opengeospatial.org/standards/se" target="blank">Symbology Encoding</a> (SE),</li>
</ul>
</div><!-- col-lg-6 -->
<div class="col-lg-6">
<h2>Cursus</h2>
<ul>
<li>Ingénieur SIG: <i>"Master GASE (Géographie - Aménagement - Société - Environnement) option SIGAT (<a href="http://www.univ-rennes2.fr/geographie-amenagement-espace/master-geographie-amenagement-specialite-sigat-systemes-information-g-0" target="blank">Système d'Information Géographique et Aménagement du Territoire</a>)"</i> à l'Univertsité de "Rennes 2" (2007),</li>
<li>Technicien SIG: <i>"<a href="https://formation.univ-orleans.fr/fr/formation/offre-de-formation/licence-professionnelle-DP/sciences-humaines-et-sociales-SHS/licence-professionnelle-cartographie-topographie-et-systemes-d-information-geographique-program-letlpct-308-2-3.html" target="blank">Licence Professionnelle de Cartographie, Topographie et SIG</a>"</i> à l'Université d'Orléans (2005),</li>
<li>Technicien géomètre: <i>"<a href="https://livet.paysdelaloire.e-lyco.fr/formations-post-bac/referentiel-mgtmn-metiers-du-geometre-topographe-et-de-la-modelisation-numerique-45057/" target="blank">BTS Géomètre - Topographe</a>"</i> au Lycée Livet de Nantes (2004).</li>
</ul>
</div><!-- col-lg-6 -->
</div><!-- row -->
</div><!-- container -->
<!-- ==== SECTION DIVIDER1 -->
<section class="section-divider textdivider divider1">
<div class="container">
<!--<h1>DESIGN EXPAND BOUNDARIES</h1>
<hr>
<p>text</p>-->
<h1> </h1>
</div><!-- container -->
</section><!-- section -->
<!-- ==== PROJECTS ==== -->
<div class="container" id="project" name="project">
<br>
<div class="row white centered">
<h1 class="centered">PROJETS</h1>
<hr>
<br>
<br>
<div class="col-lg-3 centered">
<img src="http://noise-planet.org/assets/img/logos/Logo_noisecapture.png" height="120px" width="120px" alt="">
<br>
<h4><b>NoiseCapture</b></h4>
<a href="http://noise-planet.org/noisecapture.html" target='blank' class="icon icon-home"></a>
<a href="https://twitter.com/Noise_Planet" target='blank' class="icon icon-twitter"></a>
<a href="https://github.com/Ifsttar/NoiseCapture" target='blank' class="icon icon-github-3"></a>
<p>Une application Android open-source offrant la possibilité de mesurer son environnement sonore de manière collaborative.</p>
</div><!-- col-lg-3 -->
<div class="col-lg-3 centered">
<img class="img img-circle" src="assets/img/team/team03.jpg" height="120px" width="120px" alt="">
<br>
<h4><b>NoiseModelling</b></h4>
<a href="http://noise-planet.org/noisemodelling.html" target='blank' class="icon icon-home"></a>
<a href="https://twitter.com/Noise_Planet" target='blank' class="icon icon-twitter"></a>
<a href="https://github.com/Ifsttar/NoiseModelling" target='blank' class="icon icon-github-3"></a>
<p>Un logiciel open-source qui permet de produire des cartes de bruit réglemantaires grâce à des calculs de propagation acoustique.</p>
</div><!-- col-lg-3 -->
<div class="col-lg-3 centered">
<img class="img img-circle" src="assets/img/team/team01.jpg" height="120px" width="120px" alt="">
<br>
<h4><b>OrbisGIS</b></h4>
<a href="http://www.orbisgis.org/" target='blank' class="icon icon-home"></a>
<a href="https://twitter.com/OrbisGIS" target='blank' class="icon icon-twitter"></a>
<a href="https://github.com/orbisgis/orbisgis" target='blank' class="icon icon-github-3"></a>
<p>Un logiciel SIG open-source développé par et pour la recherche, depuis 2007 au CNRS.</p>
</div><!-- col-lg-3 -->
<div class="col-lg-3 centered">
<img class="img img-circle" src="assets/img/team/team02.jpg" height="120px" width="120px" alt="">
<br>
<h4><b>H2GIS</b></h4>
<a href="http://www.h2gis.org/" target='blank' class="icon icon-home"></a>
<a href="https://twitter.com/H2GIS" target='blank' class="icon icon-twitter"></a>
<a href="https://github.com/orbisgis/h2gis" target='blank' class="icon icon-github-3"></a>
<p>Une extension spatiale open-source à la base de donnée <a href="http://www.h2database.com/html/main.html" target='blank'>H2 Database</a>, dans l'esprit de PostGIS pour PostGreSQL. Compatible SFS.</p>
</div><!-- col-lg-3 -->
</div><!-- row -->
<div class="row white">
<br>
<div class="col-lg-6">
<h2>NoiseCapture</h2>
<p align="justify">L'application NoiseCapture permet de mesurer l'environnement sonore de l'utilisateur et lui offre la possibilité de transmettre ses données (agrégées) afin de contribuer à la production d'une <a href="https://noise-planet.org/map_noisecapture/index.html" target='_blank'>carte colloborative</a> du bruit.
<br>
Au même titre que NoiseModelling, cette application est développée conjointement entre l'<a href="http://www.umrae.fr/" target='blank'>UMRAE</a> et le Lab-STICC (UMR CNRS 6285) et s'inscrit plus globalement dans le cadre du projet <a href="http://noise-planet.org/" target='blank'>Noise-Planet</a> dont je suis un membre actif.
</p>
</div><!-- col-lg-6 -->
<div class="col-lg-6">
<h2>NoiseModelling</h2>
<p align="justify">NoiseModelling est un outil gratuit et open-source conçu pour produire des cartes de bruit environnemental sur de très grandes zones urbaines. Il peut être utilisé comme une bibliothèque Java ou être contrôlé par une interface web conviviale.
Initialement développé dans le cadre du projet ANR EvalPDU, cet outil est maintenant utilisé dans de nombreux contextes (de recherche et opérationnel).
<br>
Je participe activement à l'animation, la documentation et la communication autour de ce logiciel et suis amené à réaliser des formations sur cet outil en collaboration avec des collègues acousticiens.
</p>
</div><!-- col-lg-6 -->
</div><!-- row -->
<div class="row white">
<br>
<div class="col-lg-6">
<h2>OrbisGIS</h2>
<p align="justify">Dans ce projet, je suis responsable du support, de la formation et de la communication.
<br>
Le support consiste notamment en l'animation de la communauté et la création de documentations numériques (notamment le site web). La formation est principalement faite de formations spécifiques au bénéfice des chercheurs ou bien au profit d'étudiants.
<br>
Mon rôle tient également à la traduction des besoins des utilisateurs vers des spécifications techniques pour les développeurs de l'équipe.
</p>
</div><!-- col-lg-6 -->
<div class="col-lg-6">
<h2>H2GIS</h2>
<p align="justify">H2GIS est à H2Database ce qu'est PostGIS à PostGreSQL, un cartouche spatial à un SGBD(R). Outre le fait d'être robuste, léger <i>(6mo)</i> et compatible avec le standard SFS, le gros avantage de cet outil est qu'il ne nécessite aucune installation et qu'il peut être exécuté sans droit administateur.
<br>
H2GIS est le "coeur" d'OrbisGIS depuis la version V4.1. Cet outil remplace la précédente librairie <i>Generic Datasource Management System</i> (GDMS).
<br>
Dans ce projet, je suis en charge de la partie "utilisateur": test de l'ensemble des fonctionnalités, report de bug, documentation et formation.
</p>
</div><!-- col-lg-6 -->
</div><!-- row -->
</div><!-- container -->
<!-- ==== SECTION DIVIDER4 -->
<section class="section-divider textdivider divider4">
<div class="container">
<!--<h1>DESIGN EXPAND BOUNDARIES</h1>
<hr>
<p>text</p>-->
<h1> </h1>
</div><!-- container -->
</section><!-- section -->
<!-- ==== PUBLICATIONS ==== -->
<div class="container" id="publi" name="publi">
<br>
<br>
<div class="row">
<h1 class="centered">PUBLICATIONS</h1>
<hr>
<br>
<!-- <div class="col-lg-offset-2 col-lg-8"> -->
<div class="col-lg-offset-1 col-lg-10">
<p>Voir mon profil <a href="https://cv.archives-ouvertes.fr/gwendall-petit" target="blank">HAL-SHS</a> pour une version plus interactive et actualisée.</p>
<h3>Chapitre de livre</h3>
<ul align="justify">
<li>Bocher E. & Petit G. (2012), <i>"OrbisGIS : Un Système d'Information Géographique construit par et pour la recherche"</i>, in Développement logiciels en géomatique : innovations et mutualisation, Hermès-Lavoisier, Collection "Information Géographique et Aménagement du Territoire - Traité IGAT", Bucher B. & Le Ber F. (Editors), (p37-73), 297p.
</li>
<li>Bocher E. & Petit G. (2012), <i>"OrbisGIS : Geographical Information System designed by and for research"</i>, in Innovative Software Development in GIS, ISTE & Wiley, "Geographical Information System" series, Bucher B. & Le Ber F. (Editors),(p25-66), 331p.
</li>
</ul>
<h3>Article avec comité de relecture</h3>
<ul align="justify">
<li>Hidalgo J., Dumas G., Masson V., Petit G., Bechtel B., et al. <i>"Comparison between local climate zones maps derived from administrative datasets and satellite observations"</i>. Urban Climate, Elsevier, 2019, 27, pp.64-89. <a href="https://dx.doi.org/10.1016/j.uclim.2018.10.004" target="blank">doi:10.1016/j.uclim.2018.10.004</a></li>
<li>Picaut J., Fortin N., Bocher E., Petit G., Aumond P., et al. <i>"An open-science crowdsourcing approach for producing community noise maps using smartphones"</i>. Building and Environment, Elsevier, 2019, 148, pp.20-33. <a href="https://dx.doi.org/10.1016/j.buildenv.2018.10.049" target="blank">doi:10.1016/j.buildenv.2018.10.049</a></li>
<li>Bernard J., Bocher E., Petit G., Palominos S.. <i>"Sky View Factor Calculation in Urban Context: Computational Performance and Accuracy Analysis of Two Open and Free GIS Tools"</i>. Climate — Open Access Journal of Climate Science, MDPI, 2018, Urban Overheating - Progress on Mitigation Science and Engineering Applications, 6 (3), pp.60. <a href="https://dx.doi.org/10.3390/cli6030060" target="blank">doi:10.3390/cli6030060</a></li>
<li>Bocher E., Petit G., Bernard J., Palominos S. <i>"A geoprocessing framework to compute urban indicators: The MApUCE tools chain"</i>. Urban Climate, Elsevier, 2018, 24, pp.153-174. <a href="http://dx.doi.org/10.1016/j.uclim.2018.01.008" target="blank">doi:10.1016/j.uclim.2018.01.008</a></li>
<li>Bocher E., Petit G., Picaut J., Fortin N., Guillaume G. <i>"Collaborative noise data collected from smartphones"</i>. Data in Brief, 2017, <a href="http://dx.doi.org/10.1016/j.dib.2017.07.039" target="blank">doi:10.1016/j.dib.2017.07.039</a></li>
<li>Picaut J., Fortin N., Aumond P., Bocher E., Petit G., et al.. <i>"NoiseCapture : une démarche Open Science pour la production collaborative de cartes de bruit à l'aide de smartphones"</i>. Acoustique & Techniques, 2017, pp.37-46. <a href="https://hal.archives-ouvertes.fr/hal-01713254" target="blank">(hal-01713254)</a></li>
<li>Guillaume G., Can A., Petit G., et al. (2016). <i>"Noise mapping based on participative measurements"</i>. Noise Mapping, 3(1), pp.140-156, <a href="https://doi.org/10.1515/noise-2016-0011" target="blank">doi:10.1515/noise-2016-0011</a></li>
</ul>
<h3>Conférence avec publication</h3>
<ul align="justify">
<li>Gouge A., Bocher E., Petit G., Fortin N. (2014), "<i>H2Network: A tool for understanding the influence of urban plans (UMP) on spatial accessibility"</i>, OGRS 2014 Conference, 10-13 june 2014, Espoo - Helsinki (FI)</li>
<li>Long N., Bellec A., Bocher E., Petit G. (2014), <i>"Influence of the methodology (pixel-based vs object based) to extract urban vegetation from VHR images in different urban zones"</i>, GEOBIA 2014 : Proceeding of the 5th Geographic Object-based Image Analysis, in South-eastern European Journal of Earth Observation and Geomatics, 21-24 may, Thessaloniki (GR)</li>
<li>Hégron G., Bocher E., Petit G. (2012), <i>"The open source GIS, an ideal framework for the development of and integrated modelling platform devoted to sustainable urban planning: first steps with OrbisGIS and CartoPolis"</i>, Conférence OGRS 2012, 24-26 octobre 2012, Yverdon-les-bains (CH)</li>
<li>Fortin N., Bocher E., Picaut J., Petit G., Dutilleux G. (2012), <i>"An opensource tool to build urban noise maps in a GIS"</i>, Conférence OGRS 2012, 24-26 octobre 2012, Yverdon-les-bains (CH)</li>
<li>Rousseaux F., Bocher E., Gourlay A.., Petit G. (2012), <i>"Toward a coupling between GIS and agent simulation. USM : an OrbisGIS extension to model urban evolution at a large scale"</i>, OGRS 2012 Conference, 24-26 october 2012, Yverdon-les-bains (CH)</li>
<li>Fortin N., Picaut J., Bocher E., Petit G., Guéganno A., Dutilleux G. (2012), <i>"A simple approach for making noise maps within a GIS software"</i>, Accoustics 2012 Conference, Nantes (FR)</li>
<li>Bocher E., Ertz O., Laurent M., Petit G., Rappo D. (2011), <i>"Cartographie et standard : du modèle à l'utilisateur"</i>, International Cartographic Conference (ICC) 2011, Paris (FR)</li>
<li>Mestayer P., Abidi A., André M., Bocher E., Bougnol J., Bourges B., Brécard D., Broc J-S., Bulteau J., Chiron M., Fadet P-Y., Faburel G., Fialaire J., Fortin N., Freneau A., Fritsch B., Gourlot N., Herbez P., Joumard R., Leduc T., Le Pen Y., Lépicier V., Leveaux S., Orfeuil J-P., Penven F., Petit G., Picaut J. & Rebours A. (2011), <i>"Environmental impact assessment of urban mobility plan: a methodology including socio-economic consequences"</i>, Urban Environment: Proceedings of the 10th Urban Environment Symposium, Rauch S. and Morrison G. M. (Editors), Springer, (p15-26)</li>
</ul>
<h3>Conférence</h3>
<ul align="justify">
<li>Long N., Petit G. (2013), <i>"Urban vegetation : data acquisition and management in OrbisGIS"</i>, VegDUD day in World Green Infrastructure Congress (WGIC), September 9, 2013, Nantes (FR)</li>
<li>Petit G. (2012), <i>"How to organize the data flow of the City : a case study with the Spatial Data Infrastructure CartoPOLIS"</i>, Colloque GIS Modélisation Urbaine - "Modélisation des flux au service de l’aménagement urbain", June 13-14, 2012, Lille (FR)</li>
<li>Ertz O., Bocher E., Laurent M., Petit G., Rappo D. (2010), <i>"Standard-Centric Authoring and Publication for Cartographic Content"</i>, WebMGS 2010, 1st International Workshop on Pervasive Web Mapping, Geoprocessing and Services, Como (IT), August 26 to 27, 2010.</li>
</ul>
<h3>Workshop</h3>
<ul align="justify">
<li>Petit G., Bocher E., Gouge A., Fortin N., Lecoeuvre M. (2014) <i>"Road network analysis with H2Network: Applications of the spatial database H2GIS"</i>, OGRS 2014 Conference, 10-13 june 2012,Espoo - Helsinki (FI)</li>
<li>Fortin N., Bocher E., Petit G. (2013), <i>"SIG et cartographie sonore avec OrbisGIS"</i>, Ecole d'automne "Ville et Accoustique", 21 au 25 octobre 2013, Nantes (FR)</li>
<li>Gourlay A., Gueganno A., Petit G., Bocher E., Ertz O. (2012), <i>"OrbisGIS : From GIS to connected geoservices"</i>, OGRS 2012 Conference, 24-26 october 2012, Yverdon-les-bains (CH)</li>
<li>Bocher E. & Petit G. (2009), <i>"Production d'indicateurs à l'aide de la plateforme OrbisGIS"</i>, Conférence SAGEO 2009, Paris (FR)</li>
<li>Petit G., Lepetit A. & Bocher E. (2009), <i>"Getting started with OrbisGIS"</i>, OGRS 2009 Conference, Nantes (FR)</li>
</ul>
<h3>Rapport</h3>
<ul align="justify">
<li>Bocher E., Petit G. & Lecoeuvre M. (2014), <i>H2Network : un outil pour la modélisation et l’analyse de graphes dans le Système d’Information Géographique OrbisGIS</i>. Research Report - IRSTV FR CNRS 2488 / IFSTTAR <i>(<a href="https://halshs.archives-ouvertes.fr/halshs-01133333" target="blank">link</a> - <a href="https://halshs.archives-ouvertes.fr/halshs-01133333/document" target="blank">.pdf</a>)</i></li>
</ul>
<h3>Poster</h3>
<ul align="justify">
<li>Petit G. (2012), <i>How to organize the data flow of the City: a case study with the Spatial Data Infrastructure CartoPOLIS</i>. La modélisation des flux au service de l’aménagement urbain, Jun 2012, Lille (FR) <a href="http://www.urban-modelling.org/" target="blank">GIS MU</a></li>
<li>Gourlay A., Bocher E. & Petit G. (2011), <i>Towards a WPS platform dedicated to an urban knowledge infrastructure</i>. Inspire Conference 2011, June 2011, Edinburgh (UK) <i>(<a href="http://inspire.ec.europa.eu/events/conferences/inspire_2011/index.cfm" target="blank">link</a>)</i></li>
<li>Coreira F. Q. & Petit G. (2009), <i>"Raster processing framework for OrbisGIS"</i>, OGRS 2009 Conference, Nantes (FR)</li>
</ul>
</div><!-- col-lg -->
</div><!-- row -->
</div><!-- container -->
<!-- ==== SECTION DIVIDER2 -->
<section class="section-divider textdivider divider2">
<div class="container">
<!--<h1>DESIGN EXPAND BOUNDARIES</h1>
<hr>
<p>text</p>-->
<h1> </h1>
</div><!-- container -->
</section><!-- section -->
<!-- ==== TEACHING ==== -->
<div class="container" id="teaching" name="teaching">
<br>
<br>
<div class="row">
<h1 class="centered">ENSEIGNEMENTS</h1>
<hr>
<br>
<!-- <div class="col-lg-offset-2 col-lg-8"> -->
<div class="col-lg-offset-1 col-lg-10">
<h3>Formations</h3>
<ul align="justify">
<li>Master Recherche <i>"City and Urban Environment"</i> (<a href="https://www.ec-nantes.fr/study/masters/atmosphere-water-and-environment" target="blank">U-ENV</a>) à l'<a href="http://www.ec-nantes.fr" target='blank'>Ecole Centrale de Nantes</a>, 1ère année (en anglais - depuis 2009) et 2ème année (en français, de 2009 à 2019),</li>
<li>Master international <a href="https://www.imt-atlantique.fr/en/study/masters/msc/pbpe-pm3e" target='_blank'>PBPE</a> à l'<a href="https://www.imt-atlantique.fr/fr" target='blank'>IMT Atlantique</a>, (en anglais - depuis 2022),</li>
<li>Elève ingénieurà l'<a href="http://www.ec-nantes.fr" target='blank'>Ecole Centrale de Nantes</a>, 2ème et 3ème année, options <i>"Ingénierie de l'Information Géographique"</i> (2010 à 2013) et <i>"UrbaniSTIC"</i> (2014 à 2018),</li>
<li>Master Professionnel <i>"Data Science Modélisation Statistique"</i> (<a href="https://www.univ-ubs.fr/fr/formation-initiale-continue/formations/master-XB/sciences-technologies-sante-STS/master-data-science-modelisation-statistique-5SDM00_217.html" target='blank'>DSMS</a>) (ex. Master MSAD) à l'Université de Bretagne Sud (2016 à 2017),</li>
<li>BUT (<a href="https://www.iutvannes.fr/b-u-t-science-des-donnees/" target='blank'>Science des Données</a>) (ex. DUT STID) à l'IUT de Vannes (Université de Bretagne Sud) (2016 à 2017),</li>
<li>Master <i>"Acoustique"</i> (<a href="https://www.univ-lemans.fr/fr/formation/catalogue-des-formations/master-lmd-MLMD/sciences-technologies-sante-0004/master-acoustique-IXLYLOF4/parcours-acoustique-de-l-environnement-transports-batiment-ville-master-acoustique-JR7UKUAR.html" target='blank'>AETBV</a>) (ex. Master ATVE) à l'Université du Mans (2013 à 2015),</li>
<li>Erasmus Summer School "<a href="http://www.sigte.udg.edu/summerschool2010/" target='blank'>Opensource Opportunities in GIS</a>", 07/2010, Girona, Spain.</li>
</ul>
<h3>Cours</h3>
<ul align="justify">
<li>Théorie des Sciences de l'Information Géographique (SIG),</li>
<li>Cartographie - Sémilogie graphique,</li>
<li>Theorie et pratique de l'analyse spatiale,</li>
<li>Introduction au SQL (Spatial),</li>
<li>Pratique du SQL (Spatial) - niveau débutant à avancé,
<li>Pratique des SIG (avec <a href="http://www.orbisgis.org/" target='blank'>OrbisGIS</a>, <a href="http://www.qgis.org/" target='blank'>QGis</a> & <a href="http://www.openjump.org/" target='blank'>OpenJump</a>),</li>
<li>Web-SIG (OSM, IDS, standards OGC, catalogue de métadonnées, serveur cartographique, ...)</li>
</ul>
</div><!-- col-lg -->
</div><!-- row -->
<!-- ==== SUPERVISION ==== -->
<div class="container" id="services" name="services">
<br>
<br>
<div class="row">
<h2 class="centered">ENCADREMENT</h2>
<hr>
<br>
<!-- <div class="col-lg-offset-2 col-lg-8"> -->
<div class="col-lg-offset-1 col-lg-10">
<h3>Stages</h3>
<ul align="justify">
<li>Briend Camille (2014) <i>"Traitement de base de données SIG pour l'utilisation de prévision du bruit dans OrbisGIS"</i> (Elève ingénieur ENSG, 2ème année)</li>
<li>Maréchal Clément (2013) <i>"Utilisation et évaluation d'une base de données spatio-temporelle. Application à l’évolution du maillage communale en France et l'occupation des sols en Région Pays de La Loire"</i> (Master 2 SIGAT)</li>
<li>Darakdjian Quentin (2013) (École des Mines de Nantes) <i>"Spatial approach of the energy demand modeling at urban scale"</i> (Master 2 STEU)</li>
<li>Cheyrouze Aymeric (2012) <i>"Organisation et alimentation de l'Infrastructure de Données Spatiales de l'IRSTV"</i> (licence professionnelle)</li>
<li>Rannou Patrick (2012) <i>"Versionnement de l'information géographique dans une base de données relationnelle"</i> (ingénieur centralien)</li>
<li>Delarue Stéphane (2011) <i>"Mise en place d'un portail web pour l'échange de données géographiques"</i> (ingénieur centralien)</li>
<li>Azoz Karina (2011) (CERMA / IRSTV) <i>"Eléments méthodologiques pour la production de scénarios de végétalisation d'un quartier dans un objectif de réduction de la consommation énergétique des bâtiments"</i> (Master 2 STEU)</li>
<li>Salliou Thomas (2011) (Atelier SIG - IRSTV) <i>"Implémentation d'un modèle d'expansion de la tâche urbaine"</i> (ingénieur centralien)</li>
<li>Vigier Toinon (2011) (IICT / IRSTV) <i>"Evaluation de publications cartographiques au format Geospatial PDF"</i> (ingénieur centralien)</li>
<li>Leveiller Thomas (2010) <i>"Enrichissement de la BD TOPO V2.0 de l'IGN à l'aide de la photogrammétrie"</i> (licence professionnelle)</li>
<li>Alexis Monteil (2010) (École des Mines de Nantes) <i>"Analyse de sensibilité pour la modélisation du comportement thermique d’un quartier par approche typologique, lors de la phase de reconstitution"</i> (Master 2 STEU)</li>
</ul>
<h3>Assistance de doctorant</h3>
<ul align="justify">
<li>Bernabé Anne (2013, en cours) (IRSTV) <i>"Modélisation microclimatique urbaine, proposition d'une méthode adaptée à
l'échelle du quartier"</i></li>
<li>Le Boennec Rémy (2012) (LEMNA – IRSTV) <i>"Desservir les espaces peri-urbains en transport collectifs : enjeux économiques et environnementaux"</i></li>
<li>Bagga Insaf (2011) (IRSTV) <i>"Mesures et analyse des flux thermo-hydriques en zone urbaine hétérogène"</i></li>
</ul>
<h3>Projet d'étudiant</h3>
<ul align="justify">
<li><i>"Geovalidator : développement d'une interface web permettant de contrôler la conformité des flux d'une IDS"</i> (élèves ingénieurs centralien) (2011)</li>
<li><i>"Plugins pour OrbisGIS : Développement d’un système de gestion des plugins pour la plateforme OrbisGIS"</i> (élèves licence professionnelle en informatique) (2011)</i>
<li><i>"Développement d'un module d'analyse et de parcours de graphe dans OrbisGIS"</i> (élèves licence professionnelle en informatique) (2010)</li>
</ul>
<h3>Membre de jury</h3>
<ul align="justify">
<li>Ermacora Raphaël (2011) <i>"SIG Ferroviaire et Zones à Risques sur les emprises ferroviaires"</i> (ingénieur centralien)</li>
</ul>
</div><!-- col-lg -->
</div><!-- row -->
</div><!-- container -->
</div><!-- container -->
<!-- ==== SECTION DIVIDER6 -->
<section class="section-divider textdivider divider6">
<div class="container">
<!--<h1>DESIGN EXPAND BOUNDARIES</h1>
<hr>
<p>text</p>-->
<h1> </h1>
</div><!-- container -->
</section><!-- section -->
<!-- ==== CONTACT -->
<div class="container" id="contact" name="contact">
<div class="row">
<br>
<h1 class="centered">CONTACT</h1>
<hr>
<h4 class="centered"><a href="https://www.openstreetmap.org/relation/59874#map=12/47.2383/-1.5603" target="blank">Nantes</a>, France</h4>
<h4 class="centered"><a class="icon icon-envelop" href="mailto:contact at gwen.xyz"></a> | <a class="icon icon-github-2" href="https://github.com/gpetit" target="blank"></a></h4>
<h4 class="centered">Profils <a href="http://fr.linkedin.com/pub/gwendall-petit/29/4b8/208" target="blank">LinkedIn</a> & <a href="https://cv.archives-ouvertes.fr/gwendall-petit" target="blank">HAL-SHS</a></h4>
<br>
</div><!-- col -->
</div><!-- container -->
<!-- ==== FOOTERWRAP -->
<div id="footerwrap">
<div class="container">
<h4>Created by Gwendall Petit - </a> <a data-toggle="modal" href="#credits">Credits</a></h4>
<p>Hosted by <a href="https://github.com/gpetit" target=blank>GitHub</a></p>
</div>
<div class="modal fade" id="credits" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 class="modal-title">CREDITS</h4>
</div>
<div class="modal-body">
<h3>Photo credit</h3>
<p>Painted world map made by <a href="https://www.flickr.com/photos/80497449@N04/">Nicolas Raymond</a>, avalaible <a href="https://www.flickr.com/photos/80497449@N04/10012162166/in/photolist-gfJWZC-5ZCUnQ-75UXBk-4bEQzy-7gemEM-5StyP9-6vUf64-dkDXmg-8VRdq7-6DztHt-5o2vqA-6YuriA-5Gky-5zmN7L-87WcWS-8gXRw9-AzL3c-58xyqd-68fJ74-37sXBS-8qm3fE-7grypi-fbWoWk-zmJ6K-8dhL5C-55ndUP-55ni1T-5BCtmZ-hhGQEY-6j9ggv-8Bv8nq-7WwJhb-4AVyv7-4bcwWj-8devkM-55nkjg-5C7wUK-85czaH-n1dBWR-5Gi6qJ-4yRVKN-bZQq--dWLWMk-C5Q5Z-55q5Ah-5QSonC-5NWSvX-8rF7ED-7e9k53/">here</a> under Creative Commons licence (<a href="https://creativecommons.org/licenses/by/2.0/">CC BY 2.0</a>).</p>
<p>Old map from Australia provided by the British Library and available <a href="https://www.flickr.com/photos/britishlibrary/11181746283/in/photolist-i7XL8T-i8Tpsf-i6QfGX-i8UT57-i99yeV-hUMuKw-hXMvp6-i8Pbkx-i1R52Y-hMNpZj-i6Kc7R-hYqWhP-i4kC3x-hYFXVD-hRMWcF-hMPgZC-i5ofN7-i5giUT-i56g28-hZ2PoS-hRN22Q-i5fSuy-i46LD9-hMPe6a-i3Lso9-i4uwj1-i4Cdcx-i4UAQD-hYXepA-i1k6fj-i36nB2-hVNaaZ-i9sttf-i4hskx-i8qiUe-hMP9BR-hUeMjC-hLYPwn-hTgyeF-hLLBe1-i4UbYP-i6w1SQ-i5HTC2-hPTmjP-i7vaLh-hLUfNp-i7zVVU-i77LG5-i9anjr-i95x5Z">here</a>.</p>
<p>Satelitte image produced by NASA and available <a href="http://earthobservatory.nasa.gov/IOTD/view.php?id=85718">here</a>.</p>
<h3>Website theme</h3>
<p>
Theme Boostrap 3 based on <a href="http://www.blacktie.co/demo/shield/">Shield</a>, created by <a href="http://www.blacktie.co/">BlackTie.co</a>
</p>
<h3>Other credits</h3>
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a><br />All other documents and ressources are produced by Gwendall Petit and are credited under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div><!-- /.modal-content -->
</div><!-- /.modal-dialog -->
</div><!-- /.modal -->
</div>
<!--
<div id="footerwrap">
<div class="container">
<h4>Created by <a href="http://blacktie.co">BlackTie.co</a> - Copyright 2014</h4>
</div>
</div>
-->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script type="text/javascript" src="assets/js/bootstrap.min.js"></script>
<script type="text/javascript" src="assets/js/retina.js"></script>
<script type="text/javascript" src="assets/js/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="assets/js/smoothscroll.js"></script>
<script type="text/javascript" src="assets/js/jquery-func.js"></script>
</body>
</html>