-
Notifications
You must be signed in to change notification settings - Fork 5
/
noisemodelling_days_2022.html
112 lines (84 loc) · 5.41 KB
/
noisemodelling_days_2022.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
<!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_2022" name="NoiseModelling_day_2022">
<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 2022</h1>
<hr>
<p align="center">
If you see this message, you are invited to participate to the “NoiseModelling days 2022” on <b>September 15th and 16th, 2022</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.
<br>
<br>
This year 2022, we will focus on practice with a <b>first day</b> dedicated to new noisemodelling users (beginner to advanced), and a <b>second</b> day for expert NM uses and code contribution.
</p>
<p align="center">
We will still keep some user slots for you to present your work with NM. If you are interested, please send an email directly to <a href="mailto:[email protected]">[email protected]</a>.
<br>
The final goal is to <b>federate a community</b> around NoiseModelling.
</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 13th, 2022.
<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_2022_program.png" alt="NoiseModelling days 2022 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>