source: ether_megapoli/trunk/web/resources/jsp/dataProtocol_en.jsp @ 366

Last change on this file since 366 was 366, checked in by vmipsl, 12 years ago

Réparation bug chrome liens
Réparation chrome style
Data protocol (accueil, pdf, inscription)
Ajout période UTC dans plot 2D

File size: 2.7 KB
Line 
1The access to Megapoli data (download and upload) is managed by the following data protocol.<BR/>
2You have to accept this protocol to ask for an account. An email will be sent to inform you about the activation of your account.
3<BR/><BR/>
4
5
6<div class="title1">MEGAPOLI Data Policy and Data Protocol</div>
7<BR/>
8I accept :
9<ul>
10    <li>to use data for my own account for a scientific use only, without any direct or indirect commercial use,</li>
11    <li>not to redistribute of these data to third parties,</li>
12    <li>to include acknowledgements in my publications with those sentences :</li>
13</ul>
14
15<div style="font-style:italic">«Data used have been produced in the frame of the European Union's Seventh Framework Programme FP/2007-2011 within the project MEGAPOLI,grant
16    agreement n°212520, with additional support of the French ANR and LEFE/CHAT MEGAPOLI-PARIS projects.
17    The authors acknowledge Ether the French data centre for atmospheric chemistry, created and co-directed by CNES (the French Space Agency) and INSU-CNRS (National Institute of
18    Sciences of the Universe) to support the MEGAPOLI database.»
19</div>
20<ul>
21    <li>in case of publication to contact the MEGAPOLI Principal Investigator according to the dataset used (see in the meta data) and to offer co-authorship ; each data owner has
22        the right to refuse to allow his/her work to be used in another publication prior to his/her own publication of the work. The data owner must then publish the work within
23        reasonable time (12 months after the request).
24    </li>
25</ul>
26<BR/>
27<a href="SendFileToClient.do?path=dataProtocol_en.pdf">
28    <button class="dataProtocolDownloadButton">Download</button>
29</a>
30
31<BR/><BR/>
32<hr width="50%">
33
34<div class="title1">Ask for an account</div>
35<BR/>
36
37<table class="roundTable" border="1">
38    <tr>
39        <td><label for="lastName">Last Name</label></td>
40        <td><input id="lastName" name="lastName" type="text" size="40"></td>
41    </tr>
42    <tr>
43        <td><label for="firstName">First Name</label></td>
44        <td><input id="firstName" name="firstName" type="text" size="40"></td>
45    </tr>
46    <tr>
47        <td><label for="email">Email</label></td>
48        <td><input id="email" name="email" type="text" size="40"></td>
49    </tr>
50    <tr>
51        <td><label for="password">Password</label></td>
52        <td><input id="password" name="password" type="text" size="40"></td>
53    </tr>
54    <tr>
55        <td>
56            <input id="checkboxUser" type="checkbox" class="dataProtocolCheckbox">
57
58            <div class="dataProtocolCheckboxText">I accept the data protocol</div>
59        </td>
60        <td>
61            <button onclick="javascript:onClickAcceptDataProtocol()" class="dataProtocolButton">Ask</button>
62        </td>
63    </tr>
64</table>
65
66<div id="infosAccount"></div>
67
Note: See TracBrowser for help on using the repository browser.