forked from Universite-Gustave-Eiffel/NoisePlanet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.html
121 lines (98 loc) · 5.92 KB
/
project.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
<!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 (Ifsttar / LAE)">
<title>Noise-Planet - Project</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'>
</head>
<body data-spy="scroll" data-offset="0" data-target="#navbar-main" class="txlive">
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------>
<!-- NAVIGATION BAR -->
<script src="./navbar.js"></script>
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------>
<!-- ==== THE PROJECT ==== -->
<div class="container" id="project" name="project">
<div class="row white">
<h1 class="centered"><img class="img-responsive" style="display: inline;" src="./assets/img/logos/noise_planet.png" height="80px" width="124px" alt="Logo Noise-Planet" /> The Project</h1>
<hr>
<div class="col-lg-6">
<br>
<h2><b>Noise-Planet<br>Scientific tools for environmental noise assessment</b></h2>
<p align="justify">The <b>Noise-Planet project</b> aims to provide a global and generic framework dedicated to the collect, the modelisation and the assessment of environmental noise measures.
</p>
<p align="justify">This project is divided in three main parts:
<ul>
<li>the OnoMap Spatial Data Infrastructure (<a href="./onomap.html">described here</a>),</li>
<li>the "Measuring" module,</li>
<li>the "Modelling" module.</li>
</ul>
</p>
</div><!-- col-lg-6 -->
<div class="col-lg-6">
<br>
<p><div tx-content="translate_urls"><img class="img-responsive" src="./assets/img/project/archi_en.png" alt=""></p></div>
</div><!-- col-lg-6 -->
</div><!-- row -->
</div><!-- container -->
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------>
<!-- ==== MODULES ==== -->
<div class="container" id="measure" name="measure">
<br>
<div class="row white">
<div class="col-lg-6">
<h2 class="centered">"Measuring" module</h2>
<hr>
<p align="justify">This module is dedicated to the noise measuring. Data can comes from different sources such as smartphone applications, sensors...</a>.
<br>
At the moment, this module is only feeded by the <a href="./noisecapture.html">NoiseCapture</a> Android application.
</p>
</div><!-- col-lg-6 -->
<div class="col-lg-6">
<h2 class="centered">"Modelling" module</h2>
<hr>
<p align="justify">This module deals with tools developed and used to modelize noise propagation and to compute noise maps.
<br>
One of the main tools presented here is <a href="./noisemodelling.html">NoiseModelling</a> (formerly NoiseM@p), a plugin for the GIS OrbisGIS.
</p>
</div><!-- col-lg-6 -->
</div><!-- row -->
<br>
</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>