add LOD box in overview.html

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/dnet-api-http-doc/src@50283 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
Argiro Kokogiannaki 2018-01-11 13:56:40 +00:00
parent c3fd0cd93c
commit ba0e328d77
1 changed files with 21 additions and 8 deletions

View File

@ -132,39 +132,52 @@
<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-2@m uk-grid-small uk-grid-match" uk-grid>
<div class="uk-child-width-1-3@m uk-grid-small uk-grid-match" uk-grid>
<div>
<div class="uk-card uk-card-default uk-card-body">
<h3 class="uk-card-title">Bulk access</h3>
<div class="uk-tile uk-tile-muted">
<h3 class="uk-card-title uk-text-center">Bulk access</h3>
<a href="oai-pmh.html">OAI-PMH</a> <br>
<a href="bulk-projects.html">Bulk access to projects</a> <br>
</div>
</div>
<div>
<div class="uk-card uk-card-default uk-card-body">
<h3 class="uk-card-title">Selective access via HTTP API for metadata about</h3>
<div class="uk-tile uk-tile-primary">
<h3 class="uk-card-title uk-text-center">Selective access via HTTP API</h3>
<a href="api.html#pubs">Publications</a> <br>
<a href="api.html#datasets">Datasets</a> <br>
<a href="api.html#projects">Projects</a> <br>
</div>
</div>
<div>
<div class="uk-tile uk-tile-secondary">
<h3 class="uk-card-title uk-text-center">LOD</h3>
<!-- class="custom-external custom-icon"-->
<a href="http://lod.openaire.eu/documentation" target="_blank">Documentation</a> <br>
<a href="http://lod.openaire.eu/vocab" target="_blank">OpenAIRE LOD Ontology</a> <br>
<a href="https://zenodo.org/record/53077#.V6M34Pn5jRa" target="_blank">OpenAIRE RDF dump</a> <br>
<a href="http://lod.openaire.eu/sparql" target="_blank">SPARQL endpoint</a> <br>
</div>
</div>
<p>The default format of delivered records is oaf (OpenAire Format - current version 0.3):
</div>
<p>
<span class="uk-text-lead">The default format of delivered records is oaf (OpenAire Format - current version 0.3):</span>
<ul>
<li><a href="https://www.openaire.eu/schema/0.3/oaf-0.3.xsd" target="_blank">https://www.openaire.eu/schema/0.3/oaf-0.3.xsd</a></li>
<li><a href="https://www.openaire.eu/schema/0.3/doc/oaf-0.3.html" target="_blank">https://www.openaire.eu/schema/0.3/doc/oaf-0.3.html</a></li>
</ul>
</p>
<p>The latest versions of the XML schema and documentation are also available at the following links:
<p>
<span class="uk-text-lead">The latest versions of the XML schema and documentation are also available at the following links:</span>
<ul>
<li><a href="https://www.openaire.eu/schema/latest/oaf.xsd" target="_blank">https://www.openaire.eu/schema/latest/oaf.xsd</a></li>
<li><a href="https://www.openaire.eu/schema/latest/doc/oaf.html" target="_blank">https://www.openaire.eu/schema/latest/doc/oaf.html</a></li>
</ul>
</p>
<p>Older versions:
<p>
<span class="uk-text-lead">Older versions:</span>
<ul>
<li>oaf v0.2 <a href="https://www.openaire.eu/schema/0.2/oaf-0.2.xsd" target="_blank">XML schema</a> and <a href="https://www.openaire.eu/schema/0.2/doc/oaf-0.2.html" target="_blank">documentation</a></li>
<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>