graph/src/app/resources/resources.component.html

84 lines
4.0 KiB
HTML

<schema2jsonld [URL]="properties.domain + '/resources'"
[logoURL]="properties.domain + '/assets/common-assets/logo-small-graph.png'"
[description]="description" type="other" [name]="title">
</schema2jsonld>
<div class="uk-section">
<div class="uk-margin-large-left uk-margin-medium-bottom">
<breadcrumbs [breadcrumbs]="breadcrumbs"></breadcrumbs>
</div>
<div class="uk-container uk-container-large">
<div class="uk-padding-small">
<h2 class="uk-text-center">Resources</h2>
<div class="uk-margin-large-top uk-card uk-card-default uk-padding-large">
<h3 class="uk-text-center">Start building with <span class="uk-text-bold">OpenAIRE APIs</span></h3>
<div class="uk-grid uk-child-width-1-2@m uk-margin-large-top">
<div>
<p>Not sure where to start? Let us give you some guides and reference documentation.</p>
<ul class="portal-circle">
<li>
How to access the Graph (SLA and Terms of Use)<br>
<a href="https://develop.openaire.eu" target="_blank">https://develop.openaire.eu</a>
</li>
<li>
Metadata (APIs and dumps)<br>
<a href="https://develop.openaire.eu/graph-dumps.html" target="_blank">https://develop.openaire.eu/graph-dumps.html</a>
</li>
</ul>
</div>
<div class="uk-flex uk-flex-center uk-padding">
<img src="assets/graph-assets/resources/1.svg" class="uk-width-3-5">
</div>
</div>
<div class="uk-grid uk-child-width-1-2@m uk-margin-large-top uk-flex uk-flex-bottom">
<div>
<h6><span class="uk-text-bold">Quality of Service:</span> all API services are
running in production 24/7 within the OpenAIRE infrastructure
premises deployed at the data center facilities of the Interdisciplinary Centre for Mathematical and
Computational Modelling (ICM).
</h6>
<h6><span class="uk-text-bold">OpenAIRE Research Graphlicense is CC-BY:</span>
the records returned 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 a content
provider.
</h6>
</div>
<div class="uk-padding-large uk-padding-remove-bottom">
<div class="panel">
<div class="uk-margin-small-bottom">OpenAIRE HTTP API: the <span class="portal-color">APIs</span> are
<span class="portal-color">free-to-use</span>
(no sign-up needed) by any third-party service.
</div>
<div><span class="portal-color">Note that:</span> The HTTP API limits each query to 10,000 paged results;
for unlimited access to the APIs please <a class="uk-link" routerLink="/support">contact us</a>.
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--<div id="schema">
<div class="uk-section uk-container uk-container-large">
<div class="uk-padding-small">
<h3 class="uk-text-center">Metadata Schema</h3>
<div class="uk-margin-large-top uk-grid uk-grid-large uk-child-width-1-2@m">
<div>
<img src="assets/graph-assets/resources/2.svg">
</div>
<div class="uk-margin-xlarge-top">
<h6>
The latest versions of the XML schema and documentation are also available at the following permanent links:
</h6>
<ul class="portal-circle small">
<li><span class="uk-text-bold">XSD: </span><a href="https://www.openaire.eu/schema/latest/oaf.xsd">https://www.openaire.eu/schema/latest/oaf.xsd</a>
</li>
<li><span class="uk-text-bold">HTML: </span><a href="https://www.openaire.eu/schema/latest/doc/oaf.html">
https://www.openaire.eu/schema/latest/doc/oaf.html</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>-->