Added section for terms of use and SLA in the home page

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/dnet-api-http-doc/src@51723 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
Alessia Bardi 2018-04-09 08:26:18 +00:00
parent b26264041d
commit 6318f75fda
1 changed files with 27 additions and 16 deletions

View File

@ -127,9 +127,7 @@
<div class="uk-alert-danger" uk-alert>
<p>Openaire XML Schema has been changed! Please <a href="https://www.openaire.eu/openaire-xml-schema-change-announcement" target="_blank">click here</a> to learn more!</p>
</div>
<p>The OpenAIRE API allows developers to access the metadata information space of OpenAIRE programmatically.</p>
<p>The OpenAIRE API allows developers to access the metadata information space of OpenAIRE programmatically.</p>
<p>If you have any question, please open a ticket to the <a href="https://www.openaire.eu/support/helpdesk" target="_blank">OpenAIRE Helpdesk</a>.</p>
<div class="uk-child-width-1-3@m uk-grid-small uk-grid-match" uk-grid>
@ -160,6 +158,29 @@
</div>
</div>
</div>
<br/>
<div>
<h4>TERMS OF USE AND SLA</h4>
<p><strong>OpenAIRE HTTP API</strong>: the APIs are free-to-use (no sign-up needed) by any third-party service. Note that:</p>
<ul>
<li>The HTTP API limits each query to 10,000 paged results; for unlimited access to the APIs please contact <a href="mailto:paolo.manghi@isti.cnr.it">the service administrators</a>.
</li>
<li>Since 2015 an <a href="https://zenodo.org/record/51077#.WsdCFdNubOR">RDF dump of the LOD is made available in Zenodo.org</a></li>
</ul>
<p><strong> Metadata license is CC-BY</strong>: the metadata records retuned by the service can be freely re-used by commercial and non-commercial partners under CC-BY license, hence as long as OpenAIRE is acknowledged as content provider.
</p>
<p><strong>Quality of Service</strong>: all API services are running in production 24/7 within the OpenAIRE infrastructure premises deployed at the <a href="http://icm.edu.pl/en/centre-of-technology/">data center</a> facilities of the <a href=http://icm.edu.pl/en/">Interdisciplinary Centre for Mathematical and Computational Modelling</a> (ICM).
</p>
<p><strong>APIs rate limits</strong>
<ul>
<li>no more than 30 concurrent connections from single IP to any APIs</li>
<li>no more than 67 concurrent requests in total</li>
<li>no more then 37 concurrent request in total (max 30 per single IP) to the HTTP API for selective access</li>
<li>no more than 15 requests/second to the HTTP API for selective access (in total, not per IP. If this limit is reached, requests will be delayed).</li>
</ul>
</p>
</div>
<h4>RESPONSE METADATA FORMAT</h4>
<p>
<span class="uk-text-lead">The default format of delivered records is oaf (OpenAire Format - current version 1.0):</span>
<ul>
@ -185,19 +206,9 @@
<li>oaf v0.1 <a href="https://www.openaire.eu/schema/0.1/oaf-0.1.xsd" target="_blank">XML schema</a> and <a href="https://www.openaire.eu/schema/0.1/doc/oaf-0.1.html" target="_blank">documentation</a></li>
</ul>
</p>
<p>
<span class="uk-text-lead">API rate limits:</span>
<ul>
<li>no more than 30 concurrent connections from single IP to any of domains</li>
<li>no more than 67 concurrent requests in total</li>
<li>no more then 37 concurrent request in total (max 30 per single IP) to the search API</li>
<li>no more than 15 requests/second tothe search API (in total, not per IP. If this limit is reached, requests will be delayed).</li>
</ul>
</p>
<p>
<span class="uk-text-lead">APi documentation changes</span>
<p>For the list of changes to this documentation <a href="changelog.html">click here</a></p>
</p>
<h4>API documentation changes</h4>
<p>For the list of changes to this documentation <a href="changelog.html">click here</a></p>
<!-- Content GOES HERE-->
</div>
</div>