-
Notifications
You must be signed in to change notification settings - Fork 0
/
notice.html
213 lines (175 loc) · 8.13 KB
/
notice.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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
<!DOCTYPE html>
<html lang="en">
<head>
<title>Jussieu Call</title>
<!-- meta -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Jussieu Call, Open Access, Innovation" />
<!-- css -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/ionicons.min.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/owl.carousel.css">
<link rel="stylesheet" href="css/owl.theme.css">
<link rel="stylesheet" href="css/owl.transitions.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/custom.css">
<!-- js -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/isotope.pkgd.min.js"></script>
<script src="js/script.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/jquery.actual.min.js"></script>
</head>
<body>
<div id="wrapperNotices">
<section id= "navigation">
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="ion-navicon"></span>
</button>
<a class="navbar-brand" href="index.html" title="jussieu call">Jussieu Call</a>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li> <a href="index-FR.html" title="french version">
<img src="img/fr.png" alt="french" /> </a><li>
<li> <a href="index-DE.html" title="german version">
<img src="img/de.png" alt="german" /> </a><li>
<li> <a href="index-ES.html" title="Spanish version">
<img src="img/es.png" alt="Spanish" /> </a><li>
</ul>
</div> <!-- collapse navbar-collapse -->
</div> <!-- container-fluid -->
</nav> <!-- navbar -->
</section> <!-- #navigation -->
</div> <!-- wrapper -->
<!-- About Us -->
<section id="about">
<div class="container">
<div class="row text-center" id="heading">
<div class="col-md-offset-1 col-md-10 col-md-offset-1" id="heading-text">
<h3>legal notice and cookies</h3>
<p></p>
<br/>
</div>
</div> <!-- row -->
<div class="row about-us-text">
<div class="col-md-offset-1 col-md-10 col-md-offset-1">
<h3>Director of publication</h3>
<p> Jacques LAFAIT</p>
<h3>Site host : </h3>
<p>Cnrs UPS76 Inist</p>
<p>Identifiant SIRET : 180 089 013 03373</p>
<p>2, allée du Parc de Brabois CS 10310 F-54519 Vandoeuvre-lès-Nancy</p>
<p>Tél : +33 (0)3 83 50 46 00</p>
<h3>Disclaimer</h3>
<p>The CNRS cannot in any way be held liable for the content of the information contained on this site or for any consequences arising from their use or interpretation. </p>
<h3>Cookies and statistics</h3>
<p>With the aim of adapting the site according to visitor requests, the number of visits, pages viewed, visitor activity on the site and how frequently visitors return, is recorded.</p>
<p><a href="http://piwik.org/" target="_blank">Piwik</a>, the statistics tool used by the Inist-CNRS, generates a cookie with a unique identifier which is conserved for a maximum of 13 months.</p>
<p>We also record your IP address to determine which town you are signing in from. This is then immediately made anonymous so the Inist-CNRS can by no means use this information to trace an individual.</p>
<p>This data shall neither be disclosed to third parties nor used for any other purpose. You can modify your browser’s settings so that it advises you of the presence of cookies and you can then choose to accept them or not.</p>
<p>You can accept or refuse the cookies on a case-by-case basis or reject them definitively. However this choice of setting is likely to modify your conditions of access to the site as it requires the use of cookies.</p>
<p><em>Settings for cookies are different for each browser and these are generally described in the help menus.</em></p>
<iframe style="border: 0; height: 200px; width: 600px;" src="https://piwik2.inist.fr/index.php?module=CoreAdminHome&action=optOut&language=en"></iframe>
</div>
</div> <!-- row -->
</div> <!-- container -->
</section> <!-- about us -->
<!-- footer -->
<section id= "footer" class= "main-footer">
<div class= "row">
<div class= "logo text-center">
<h1>Appel de Jussieu</h1>
</div>
</div>
<div class= "row">
<div class= "copyright text-center">
<p> A Paris, le 10 octobre 2017, Appel de Jussieu pour la science ouverte et la bibliodiversité</p>
<a href="notice.html" title="Legal Notice & Cookies">Mentions légales & Cookies</a>
</div>
</div>
</section><!-- footer -->
<!-- js -->
<script>
$(document).ready(function() {
$("#client-speech").owlCarousel({
autoPlay: 3000,
navigation : false, // Show next and prev buttons
slideSpeed : 700,
paginationSpeed : 1000,
singleItem:true
});
});
</script>
<script>
new WOW().init();
</script>
<script>
$( function() {
// init Isotope
var $container = $('.isotope').isotope
({
itemSelector: '.element-item',
layoutMode: 'fitRows'
});
// bind filter button click
$('#filters').on( 'click', 'button', function()
{
var filterValue = $( this ).attr('data-filter');
// use filterFn if matches value
$container.isotope({ filter: filterValue });
});
// change is-checked class on buttons
$('.button-group').each( function( i, buttonGroup )
{
var $buttonGroup = $( buttonGroup );
$buttonGroup.on( 'click', 'button', function()
{
$buttonGroup.find('.is-checked').removeClass('is-checked');
$( this ).addClass('is-checked');
});
});
});
</script>
<script src="js/jquery-ui-1.10.3.min.js"></script>
<script src="js/jquery.knob.js"></script>
<script src="js/daterangepicker.js"></script>
<script src="js/bootstrap3-wysihtml5.all.min.js"></script>
<script src="js/dashboard.js"></script>
</body>
<!-- Piwik -->
<script type="text/javascript">
var _paq = _paq || [];
_paq.push([function() {
var self = this;
function getOriginalVisitorCookieTimeout() {
var now = new Date(),
nowTs = Math.round(now.getTime() / 1000),
visitorInfo = self.getVisitorInfo();
var createTs = parseInt(visitorInfo[2]);
var cookieTimeout = 33696000;
var originalTimeout = createTs + cookieTimeout - nowTs;
return originalTimeout;
}
this.setVisitorCookieTimeout( getOriginalVisitorCookieTimeout() );
}]);
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="https://piwik2.inist.fr/";
_paq.push(['setTrackerUrl', u+'piwik.php']);
_paq.push(['setSiteId', '46']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<noscript><p><img src="//piwik2.inist.fr/piwik.php?idsite=46" style="border:0;" alt="" /></p></noscript>
<!-- End Piwik Code -->
</html>