-
Notifications
You must be signed in to change notification settings - Fork 5
/
support.html
123 lines (94 loc) · 6.06 KB
/
support.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
<!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 - Support</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>
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------>
<!-- ==== REFERENCES ==== -->
<div class="container" id="support" name="support">
<div class="row">
<h1 class="centered"><img class="img-responsive" style="display: inline;" src="./assets/img/support/support.png" height="70px" width="70px" alt="Ressources"/> Support</h1>
<hr>
<p align="center">
The Noise-Planet team can provide professional support for both NoiseCapture and NoiseModelling.
<br>
Below are listed the different elements we can propose for both tools.
</p>
</div><!-- /row -->
<div class="row">
<div class="col-lg-6">
<h2 class="centered"><img class="img-responsive" style="display: inline;" src="./assets/img/logos/Logo_noisecapture.png" height="50px" width="50px" alt="NoiseCapture"/> NoiseCapture</h2>
<hr>
<p align="justify">
<ul>
<li><b>Turnkey party</b>: just tell us when and where the party will be. We organize and conduct the party with attendees, we provide the online map and we bring our reference sonometers.</li>
<li><b>Help for party</b>: want to create your own party but just need some help. We can assist you in different ways.</li>
<li><b>Dedicated map</b>: an online and interactive map, feeded by NoiseCapture measures, feeting with your needs (e.g on a specific territory, with a specific logo or text, ...).</li>
<li><b>Your all-in-one dataset</b>: a dedicated extraction of the NoiseCapture database. Just tell us when and where have been made the needed measures. We can also provide additionnal informations to helps you better exploit these data.</li>
</ul>
</p>
</div><!-- col-lg -->
<div class="col-lg-6">
<h2 class="centered"><img class="img-responsive" style="display: inline;" src="./assets/img/logos/Logo_noisemodelling.png" height="70px" width="70px" alt="NoiseCapture"/> NoiseModelling</h2>
<hr>
<p align="justify">
<ul>
<li><b>Training</b>, from the theory of sound propagation to the practical application with the tool and concrete examples.</li>
<li><b>Development</b> of new functionality or consideration of new noise emission sources.</li>
</ul>
</p>
</div><!-- col-lg -->
</div><!-- row -->
<div class="row">
<h2 class="centered">Interested?</h2>
<hr>
<p align="center">
If want to know more, feel free to <a href="./contact.html">contact us</a>. We will be happy to offer you tailor-made solutions, adapted to your needs.
</p>
</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>