-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenquete_gene.html
371 lines (289 loc) · 18.7 KB
/
enquete_gene.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
<!--
=========================================================
* Soft UI Design System - v1.0.9
=========================================================
* Product Page: https://www.creative-tim.com/product/soft-ui-design-system
* Copyright 2022 Creative Tim (https://www.creative-tim.com)
* Coded by www.creative-tim.com
=========================================================
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. -->
<!--
=========================================================
* Auteur du contenu du site : G. Petit (UMRAE - https://www.umrae.fr/ - Université Gustave Eiffel)
* 05/2023
=========================================================
-->
<!DOCTYPE html>
<html lang="en" itemscope itemtype="http://schema.org/WebPage">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="apple-touch-icon" sizes="76x76" href="./assets/img/apple-icon.png">
<link rel="icon" type="image/png" href="./assets/img/favicon.png">
<title>
SonoRezé - Enquête de gêne
</title>
<!-- Fonts and icons -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700" rel="stylesheet" />
<!-- Nucleo Icons -->
<link href="./assets/css/nucleo-icons.css" rel="stylesheet" />
<link href="./assets/css/nucleo-svg.css" rel="stylesheet" />
<!-- Font Awesome Icons -->
<script src="https://kit.fontawesome.com/42d5adcbca.js" crossorigin="anonymous"></script>
<link href="./assets/css/nucleo-svg.css" rel="stylesheet" />
<!-- CSS Files -->
<link id="pagestyle" href="./assets/css/soft-design-system.css?v=1.0.9" rel="stylesheet" />
</head>
<body class="blog-author bg-gray-100">
<!-- Navbar -->
<div class="container position-sticky z-index-sticky top-0">
<div class="row">
<div class="col-12">
<nav class="navbar navbar-expand-lg blur blur-rounded top-0 z-index-fixed shadow position-absolute my-3 py-2 start-0 end-0 mx-4">
<div class="container-fluid px-0">
<a class="navbar-brand font-weight-bolder ms-sm-3" href="./index.html" rel="tooltip" title="Accueil du site SonoRezé" data-placement="bottom">
Accueil
</a>
<button class="navbar-toggler shadow-none ms-2" type="button" data-bs-toggle="collapse" data-bs-target="#navigation" aria-controls="navigation" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon mt-2">
<span class="navbar-toggler-bar bar1"></span>
<span class="navbar-toggler-bar bar2"></span>
<span class="navbar-toggler-bar bar3"></span>
</span>
</button>
<div class="collapse navbar-collapse pt-3 pb-2 py-lg-0 w-100" id="navigation">
<ul class="navbar-nav navbar-nav-hover ms-lg-12 ps-lg-5 w-100">
<!-- li Projets -->
<li class="nav-item dropdown dropdown-hover mx-2">
<a class="nav-link ps-2 d-flex justify-content-between cursor-pointer align-items-center" id="dropdownMenuPages" data-bs-toggle="dropdown" aria-expanded="false">
Le projet
<img src="./assets/img/down-arrow-dark.svg" alt="down-arrow" class="arrow ms-1">
</a>
<div class="dropdown-menu dropdown-menu-animation dropdown-md p-3 border-radius-lg mt-0 mt-lg-3" aria-labelledby="dropdownMenuPages">
<!-- Navbar big size (full screen) -->
<div class="d-none d-lg-block">
<a href="./projet/historique.html" class="dropdown-item border-radius-md"><span class="ps-3">Historique</span></a>
<a href="./projet/demarche.html" class="dropdown-item border-radius-md"><span class="ps-3">Démarche</span></a>
<a href="./projet/territoire.html" class="dropdown-item border-radius-md"><span class="ps-3">Territoire</span></a>
<a href="./projet/equipe.html" class="dropdown-item border-radius-md"><span class="ps-3">Équipe</span></a>
</div><!-- navbar big - d-lg-block -->
<!-- Navbar small size (smartphone, tablet) -->
<div class="d-lg-none">
<a href="./projet/historique.html" class="dropdown-item border-radius-md"><span class="ps-3">Historique</span></a>
<a href="./projet/demarche.html" class="dropdown-item border-radius-md"><span class="ps-3">Démarche</span></a>
<a href="./projet/territoire.html" class="dropdown-item border-radius-md"><span class="ps-3">Territoire</span></a>
<a href="./projet/equipe.html" class="dropdown-item border-radius-md"><span class="ps-3">Équipe</span></a>
</div><!-- navbar small - d-lg-none -->
</div><!-- dropdown-menu -->
</li><!-- li Projets -->
<!-- li Pédagogie -->
<li class="nav-item dropdown dropdown-hover mx-2">
<a class="nav-link ps-2 d-flex justify-content-between cursor-pointer align-items-center" id="dropdownMenuPages" data-bs-toggle="dropdown" aria-expanded="false">
Pédagogie
<img src="./assets/img/down-arrow-dark.svg" alt="down-arrow" class="arrow ms-1">
</a>
<div class="dropdown-menu dropdown-menu-animation dropdown-md p-3 border-radius-lg mt-0 mt-lg-3" aria-labelledby="dropdownMenuPages">
<!-- Navbar big size (full screen) -->
<div class="d-none d-lg-block">
<a href="./pedagogie/notions.html" class="dropdown-item border-radius-md"><span class="ps-3">Notions de base</span></a>
<a href="./pedagogie/indicateurs.html" class="dropdown-item border-radius-md"><span class="ps-3">Indicateurs</span></a>
<a href="./pedagogie/acoustiquiz.html" class="dropdown-item border-radius-md"><span class="ps-3">AcoustiQUIZ</span></a>
</div><!-- navbar big - d-lg-block -->
<!-- Navbar small size (smartphone, tablet) -->
<div class="d-lg-none">
<a href="./pedagogie/notions.html" class="dropdown-item border-radius-md"><span class="ps-3">Notions de base</span></a>
<a href="./pedagogie/indicateurs.html" class="dropdown-item border-radius-md"><span class="ps-3">Indicateurs</span></a>
<a href="./pedagogie/acoustiquiz.html" class="dropdown-item border-radius-md"><span class="ps-3">AcoustiQUIZ</span></a>
</div><!-- navbar small - d-lg-none -->
</div><!-- dropdown-menu -->
</li><!-- li Pédagogie -->
<!-- li Participer -->
<li class="nav-item dropdown dropdown-hover mx-2">
<a class="nav-link ps-2 d-flex justify-content-between cursor-pointer align-items-center" id="dropdownMenuPages" data-bs-toggle="dropdown" aria-expanded="false">
Participer
<img src="./assets/img/down-arrow-dark.svg" alt="down-arrow" class="arrow ms-1">
</a>
<div class="dropdown-menu dropdown-menu-animation dropdown-md p-3 border-radius-lg mt-0 mt-lg-3" aria-labelledby="dropdownMenuPages">
<!-- Navbar big size (full screen) -->
<div class="d-none d-lg-block">
<a href="./participer/habitant.html" class="dropdown-item border-radius-md"><span class="ps-3">Vous êtes rezéen.ne</span></a>
<a href="./participer/collectivite.html" class="dropdown-item border-radius-md"><span class="ps-3">Vous êtes une collectivité</span></a>
</div><!-- navbar big - d-lg-block -->
<!-- Navbar small size (smartphone, tablet) -->
<div class="d-lg-none">
<a href="./participer/habitant.html" class="dropdown-item border-radius-md"><span class="ps-3">Vous êtes rezéen.ne</span></a>
<a href="./participer/collectivite.html" class="dropdown-item border-radius-md"><span class="ps-3">Vous êtes une collectivité</span></a>
</div><!-- navbar small - d-lg-none -->
</div><!-- dropdown-menu -->
</li><!-- li Participer -->
<!-- li Résultats -->
<li class="nav-item dropdown dropdown-hover mx-2">
<a class="nav-link ps-2 d-flex justify-content-between cursor-pointer align-items-center" id="dropdownMenuPages" data-bs-toggle="dropdown" aria-expanded="false">
Résultats
<img src="./assets/img/down-arrow-dark.svg" alt="down-arrow" class="arrow ms-1">
</a>
<ul class="dropdown-menu dropdown-menu-animation dropdown-mg p-3 border-radius-lg mt-0 mt-lg-3" aria-labelledby="dropdownMenuPages">
<!-- Navbar big size (full screen) -->
<div class="d-none d-lg-block">
<h6> SonoRezé I</h6>
<a href="./resultats/sonoreze_I/discussion.html" class="dropdown-item border-radius-md">Groupes de discussion</a>
<a href="./resultats/sonoreze_I/cartes.html" class="dropdown-item border-radius-md">Cartographies</a>
<a href="./resultats/sonoreze_I/portail_interactif.html" class="dropdown-item border-radius-md">Portail interactif</a>
<a href="./resultats/sonoreze_I/seminaire.html" class="dropdown-item border-radius-md">Séminaire final</a>
<br><h6> SonoRezé II</h6>
<li class="nav-item dropdown dropdown-hover dropdown-subitem">
<a class="dropdown-item py-2 ps-3 border-radius-md">
<div class="d-flex">
Thème 1 : Avion
</div>
</a>
<div class="dropdown-menu mt-0 py-3 px-2 mt-3">
<a class="dropdown-item ps-3 border-radius-md mb-1" href="./resultats/sonoreze_II/avion_ateliers.html">Ateliers</a>
<a class="dropdown-item ps-3 border-radius-md mb-1" href="./resultats/sonoreze_II/avion_methode.html">Méthode</a>
<a class="dropdown-item ps-3 border-radius-md mb-1" href="./resultats/sonoreze_II/avion_pedagogie.html">Pédagogie</a>
<a class="dropdown-item ps-3 border-radius-md mb-1" href="./resultats/sonoreze_II/avion_resultats.html">Résultats</a>
<a class="dropdown-item ps-3 border-radius-md mb-1" href="./resultats/sonoreze_II/avion_bilan.html">Bilan</a>
</div>
</li>
<a href="./resultats/sonoreze_II/portail_carto.html" class="dropdown-item border-radius-md">Portail cartographique</a>
<li class="nav-item dropdown dropdown-hover dropdown-subitem">
<a class="dropdown-item py-2 ps-3 border-radius-md">
<div class="d-flex">
Cartes sensibles
</div>
</a>
<div class="dropdown-menu mt-0 py-3 px-2 mt-3">
<a class="dropdown-item ps-3 border-radius-md mb-1" href="./resultats/sonoreze_II/cartes_etudiants.html">Étudiants</a>
<a class="dropdown-item ps-3 border-radius-md mb-1" href="./resultats/sonoreze_II/cartes_ecoliers.html">Écoliers</a>
<a class="dropdown-item ps-3 border-radius-md mb-1" href="./resultats/sonoreze_II/carte_pauline_roland.html">Pauline Roland</a>
</div>
</li>
<a href="./resultats/publications.html" class="dropdown-item border-radius-md"><h6>Publications</h6></a>
</div>
<!-- Navbar small size (smartphone, tablet) -->
<div class="d-lg-none">
<h6> SonoRezé I</h6>
<a href="./resultats/sonoreze_I/discussion.html" class="dropdown-item border-radius-md">Groupes de discussion</a>
<a href="./resultats/sonoreze_I/cartes.html" class="dropdown-item border-radius-md">Cartographies</a>
<a href="./resultats/sonoreze_I/portail_interactif.html" class="dropdown-item border-radius-md">Portail interactif</a>
<a href="./resultats/sonoreze_I/seminaire.html" class="dropdown-item border-radius-md">Séminaire final</a>
<br><h6> SonoRezé II</h6>
<a href="./resultats/sonoreze_II/avion_ateliers.html" class="dropdown-item border-radius-md">Avion - Ateliers</a>
<a href="./resultats/sonoreze_II/avion_methode.html" class="dropdown-item border-radius-md">Avion - Méthode</a>
<a href="./resultats/sonoreze_II/avion_pedagogie.html" class="dropdown-item border-radius-md">Avion - Pédagogie</a>
<a href="./resultats/sonoreze_II/avion_resultats.html" class="dropdown-item border-radius-md">Avion - Résultats</a>
<a href="./resultats/sonoreze_II/avion_bilan.html" class="dropdown-item border-radius-md">Avion - Bilan</a>
<a href="./resultats/sonoreze_II/portail_carto.html" class="dropdown-item border-radius-md">Portail cartographique</a>
<a href="./resultats/sonoreze_II/cartes_etudiants.html" class="dropdown-item border-radius-md">Cartes sensibles - Étudiants</a>
<a href="./resultats/sonoreze_II/cartes_ecoliers.html" class="dropdown-item border-radius-md">Cartes sensibles - Écoliers</a>
<a href="./resultats/sonoreze_II/carte_pauline_roland.html" class="dropdown-item border-radius-md">Cartes sensibles - Pauline Roland</a>
<a href="./resultats/publications.html" class="dropdown-item border-radius-md"><h6>Publications</h6></a>
</div><!-- navbar small - d-lg-none -->
</ul>
</li><!-- li Résultats -->
<!-- Actualités -->
<li class="nav-item ms-lg-0">
<a class="nav-link nav-link-icon me-2" href="./actu.html">
<p class="d-inline text-sm z-index-1 font-bold" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Actualités">Actualités</p>
</a>
</li>
<!-- Contact -->
<li class="nav-item ms-lg-0">
<a class="nav-link nav-link-icon me-2" href="./contact.html">
<p class="d-inline text-sm z-index-1 font-bold" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Nous contacter">Contact</p>
</a>
</li>
</ul><!-- navbar-nav -->
</div><!-- collapse navbar-collapse -->
</div><!-- container-fluid -->
</nav><!-- navbar -->
</div><!-- col-12 -->
</div><!-- row -->
</div><!-- container position-sticky -->
<!-- End Navbar -->
<!-- -------- Header ------- -->
<header>
<div class="page-header min-vh-50">
<!--<div class="page-header min-vh-100">-->
<div class="oblique position-absolute top-0 h-100 d-md-block d-none">
<div class="oblique-image bg-cover position-absolute fixed-top ms-auto h-100 z-index-0 ms-n6" style="background-image:url(./assets/img/enquete_gene/enquete.png)"></div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-7 d-flex justify-content-center flex-column">
<h1 class="text-gradient text-primary">Bruit aérien</h1>
<p class="lead pe-5 me-5">Une enquête en ligne</p>
</div>
</div>
</div>
</div>
</header>
<!-- -------- End Header ------- -->
<section class="py-7">
<div class="container">
<div class="row">
<div class="row justify-content-center text-center my-sm-5">
<div class="col-lg-12">
<h3 class="text-primary text-gradient">Visualiser les résultats</h3>
<p align="center">
L'enquête de gêne a été cloturée le 06 septembre 2024.<br>
Les résultats sont accessibles dans la section "4. Enquête de gêne" <b><a href="./resultats/sonoreze_II/avion_resultats.html#enquete">ICI</a></b>.
<br>
<br>
Merci aux <b>873 personnes qui ont répondu</b> à cette enquête !
<p align="center">
</p>
<hr>
<h2 class="text-primary text-gradient">"Êtes-vous gêné par le bruit des avions ?"</h2>
<p align="center">
La Ville, les Rezéens participant au projet et l’<a href="https://www.univ-gustave-eiffel.fr/" target="_blank">Université Gustave-Eiffel</a> posent la question aux Rezéennes et Rezéens dans le cadre du projet de recherche SonoRezé.
<br><br>
Un questionnaire, <b>très court</b> (moins d'une minute) et <b>strictement anonyme</b>, est accessible en ligne jusqu’au 06/09/24.
<br><br>
Les résultats permettront de mesurer l’impact du bruit aérien quartier par quartier.
</p>
<h3 class="text-primary text-gradient">Accéder à l'enquête</h3>
<p align="center">
Pour accéder à l'enquête, il vous suffit de cliquer <b><a href="https://framaforms.org/les-rezeens-et-le-bruit-du-trafic-aerien-1715083162" target="_blank">ICI</a></b> ou bien de flasher le QR Code ci-dessous
</p>
<img src="./assets/img/enquete_gene/qr-code_enquete_gene.svg" width=20%>
<p align="center">
<br>
Pour en savoir plus sur SonoRezé, un point d’étape à mi-parcours est organisé <b>mardi 17 septembre à 18h à la Maison du Développement Durable</b>, qui présentera l'action menée sur le bruit des avions. Il est ouvert à toutes et tous.
</p>
</div><!-- col-lg-6 -->
</div>
</div><!-- row -->
</div><!-- container -->
</section>
<!---------------------------------------------------------------------------------------->
<!-- Footer -->
<footer class="footer pt-5 mt-5">
<hr class="horizontal dark mb-5">
<div class="container">
<!--<div class=" row">-->
<div class="col-12">
<div class="text-center">
<p class="my-4 text-sm">
Auteur : G. Petit (<a href="https://www.umrae.fr/" target="_blank">UMRAE</a> - <a href="https://www.univ-gustave-eiffel.fr/" target="_blank">Université Gustave Eiffel</a>) - 2024</br>
-</br>
Template du site : All rights reserved. Copyright © <script>document.write(new Date().getFullYear())</script> Soft UI Design System by <a href="https://www.creative-tim.com" target="_blank">Creative Tim</a>.
</p>
</div>
</div>
<!--</div> row -->
</div><!-- container -->
</footer>
<!---------------------------------------------------------------------------------------->
<!-- -------- END FOOTER 5 w/ DARK BACKGROUND ------- -->
<!-- Core JS Files -->
<script src="./assets/js/core/popper.min.js" type="text/javascript"></script>
<script src="./assets/js/core/bootstrap.min.js" type="text/javascript"></script>
<script src="./assets/js/plugins/perfect-scrollbar.min.js"></script>
<!-- Plugin for Parallax, full documentation here: https://github.com/wagerfield/parallax -->
<script src="./assets/js/plugins/parallax.min.js"></script>
<!-- Control Center for Soft UI Kit: parallax effects, scripts for the example pages etc -->
<!-- Google Maps Plugin -->
<script src="./assets/js/soft-design-system.min.js?v=1.0.9" type="text/javascript"></script>
</body>
</html>