-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathfooter_credits.html
63 lines (51 loc) · 4.7 KB
/
footer_credits.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
<!-- This file contains the footer and the credits for the Noise-Planet website -->
<div id="footerwrap">
<div class="container centered">
<h4>Made by <a href="http://www.cnrs.fr" target="blank">CNRS</a> & <a href="https://www.univ-gustave-eiffel.fr/" target="blank">Univ Eiffel</a> | <a data-toggle="modal" href="#credits">Credits</a> | <img src="./assets/img/logos/twitter.png" height="25px" width="25px" alt="Twitter"><a href="https://twitter.com/Noise_Planet" target="blank"> @Noise_Planet</a></h4>
</div>
<div class="modal fade" id="credits" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 class="modal-title">CREDITS</h4>
</div>
<div class="modal-body">
<h3>Authors</h3>
<p>
This website has been developed by the <a href="http://www.umrae.fr/" target="blank">UMRAE</a> Laboratory (Eiffel University) & the <a href="https://labsticc.fr/en/teams/decide" target="blank">DECIDE</a> team (Lab-STICC - CNRS UMR 6285)</a>.
</p>
<div class="row">
<div class="col-lg-3 col-sm-3 text-center mb-4">
<a href="http://www.umrae.fr/" target="blank"><img class="rounded-circle img-fluid d-block mx-auto" src="./assets/img/contact/umrae.png" height="60px" alt="UMRAE"></a>
</div>
<div class="col-lg-3 col-sm-3 text-center mb-4">
<a href="https://www.univ-gustave-eiffel.fr/" target="blank"><img class="rounded-circle img-fluid d-block mx-auto" src="./assets/img/contact/Universite_Gustave_Eiffel_small.png" height="60px" alt="Univ Eiffel"></a>
</div>
<div class="col-lg-3 col-sm-3 text-center mb-4">
<a href="https://www.labsticc.fr" target="blank"><img class="rounded-circle img-fluid d-block mx-auto" src="./assets/img/contact/labsticc.png" height="60px" alt="Lab-STICC"></a>
</div>
<div class="col-lg-3 col-sm-3 text-center mb-4">
<a href="http://www.cnrs.fr" target="blank"><img class="rounded-circle img-fluid d-block mx-auto" src="./assets/img/contact/cnrs.png" height="60px" alt="CNRS"></a>
</div>
</div>
<h3>Developments fundings</h3>
<p>
<b>NoiseCapture</b> app has been developed thanks to the european <a href="https://www.energic-od.eu/" target="blank">ENERGIC-OD</a> research project and the <a href="http://www.geopal.org/accueil" target="blank">GeoPAL</a> program.
<br>
<b>NoiseModelling</b> plugin has been developed thanks to the <a href="http://www.agence-nationale-recherche.fr/projet-anr/?tx_lwmsuivibilan_pi2%5BCODE%5D=ANR-08-VILL-0005" target="blank">Eval-PDU</a> and <a href="http://onerc.developpement-durable.gouv.fr/fr/projet/vegdud-role-du-vegetal-dans-le-developpement-urbain-durable-une-approche-par-les-enjeux-lies-" target="blank">VegDUD</a> research projects supported by the French National Research Agency (ANR).
</p>
<h3>Website theme</h3>
<p>
Theme Boostrap 3 based on <a href="http://www.blacktie.co/demo/shield/">Shield</a>, created by <a href="http://www.blacktie.co/">BlackTie.co</a>
</p>
<h3>Other credits</h3>
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a><br />All other documents and ressources are produced by UMRAE team (Eiffel University) & DECIDE team (Lab-STICC) and are credited under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div><!-- /.modal-content -->
</div><!-- /.modal-dialog -->
</div><!-- /.modal -->
</div>