-
Notifications
You must be signed in to change notification settings - Fork 5
/
noisemodelling_days.html
120 lines (91 loc) · 6.24 KB
/
noisemodelling_days.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
<!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="Noise-Planet - Scientific tools for environmental noise assessment">
<meta name="author" content="Gwendall Petit (Lab-STICC - CNRS UMR 6285 / DECIDE Team)">
<meta name="author" content="Judicael Picaut (Univ Eiffel / UMRAE)">
<title>Noise-Planet - NoiseModelling days 2022</title>
<!-- Bootstrap core CSS -->
<link href="./assets/css/bootstrap.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link rel="shortcut icon" href="./assets/ico/favicon.png">
<link href="./assets/css/main.css" rel="stylesheet">
<link href="./assets/css/font-awesome.min.css" rel="stylesheet">
<link href="./assets/css/animate-custom.css" rel="stylesheet">
<link href='./assets/css/lato.css' rel='stylesheet' type='text/css'>
<link href='./assets/css/raleway.css' rel='stylesheet' type='text/css'>
<link href='./assets/css/card.css' rel='stylesheet' type='text/css'>
</head>
<body data-spy="scroll" data-offset="0" data-target="#navbar-main" class="txlive">
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------>
<!-- NAVIGATION BAR -->
<script src="./navbar.js"></script>
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------>
<!-- ==== NoiseModelling ==== -->
<div class="container" id="NoiseModelling_day_2023" name="NoiseModelling_day_2023">
<div class="row">
<h1 class="centered"><img class="img-responsive" style="display: inline;" src="./assets/img/logos/Logo_noisemodelling.png" height="80px" width="138px" alt="Logo NoiseModelling" />NoiseModelling days 2023</h1>
<hr>
<p align="center">
If you see this message, you are invited to participate to the “NoiseModelling days 2023” on <b>October 3 and 4, 2023</b> from 10am to 4.30pm (French, UTC+2) in the form of a webinar.
<br>
In 2020, we organized the first NoiseModelling (NM) days in the form of a general presentation of the tool and tutorials. In 2021, we focused on the users and their NM uses through scientific presentations. And finally, in 2022, we looked at how to get to grips with the tool and how to contribute to the code.
<br>
<br>
This year 2023, the seminar will take place online on October 3rd and 4th, 2023.
<br>
We've curated a joint exciting program for these two days, featuring eight user presentations that delve deep into the world of NoiseModelling in addition to the regular presentations on NM, updates, perspectives...
<br>
<br>
🤝 <b>One-on-One Support - USER SLOTS:</b>
<br>
In addition to the presentations, we're introducing "USER SLOTS" where our team members will offer personalized assistance for your projects. Whether you're facing technical challenges or seeking methodological guidance, we're here to help. If you'd like to schedule a slot during these sessions, please let us know before Tuesday, allowing us to prepare adequately. For newcomers, don't worry – we've got you covered with software demonstrations in a separate room during the USER SLOTS.
<br>
<br>
🏆 <b>Noise Maps Contest:</b>
<br>
This year, at the beginning of the second day, we're introducing a "not so serious" contest to determine the "best" maps created using NoiseModelling. You have the opportunity to participate both as contestants AND impartial jury members ;) If you'd like to showcase your creations, please send us your finest works !
</p>
<h3 class="centered">Participate</h3>
<p align="center">
Participation in the seminar is <b>free of charge</b> but <b>registration is required</b> at the following link: <a href="https://forms.gle/jgr9sdgKoj9RYQYa7" target="_blank">https://forms.gle/jgr9sdgKoj9RYQYa7</a>.
<br>
Participants must register by Septembre 15th, 2023.
<br>
Practical information will be sent to registered persons.
<br>
</p>
<h3 class="centered">Program</h3>
<img class="img-responsive" src="./assets/img/noisemodelling_days/NM_Days_2023_program.png" alt="NoiseModelling days 2023 program"></p>
<br>
<p align="center">Looking forward to meet you (even virtually)!</p>
</div><!-- row -->
</div><!-- container -->
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------>
<!-- FOOTER & CREDITS-->
<!-- Include content present in the "footer_credits.js" file -->
<script src="./footer_credits.js"></script>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script type="text/javascript" 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]-->
<!-- Transifex script -->
<script type="text/javascript">window.liveSettings={api_key:"4c31aac0398149cf971660ee00d6106b"};</script>
<script type="text/javascript" src="//cdn.transifex.com/live.js"></script>
<!-- for GitHub widget -->
<script async defer src="https://buttons.github.io/buttons.js"></script>
<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>