Project

General

Profile

1
<div class="uk-section">
2
  <div class="uk-margin-large-left uk-margin-medium-bottom">
3
    <breadcrumbs [breadcrumbs]="breadcrumbs"></breadcrumbs>
4
  </div>
5
  <div class="uk-container uk-container-large">
6
    <div class="uk-padding-small">
7
      <h2 class="uk-text-center">Resources</h2>
8
      <div class="uk-margin-large-top uk-card uk-card-default uk-padding-large">
9
        <h3 class="uk-text-center">Start building with <span class="uk-text-bold">OpenAIRE APIs</span></h3>
10
        <div class="uk-grid uk-child-width-1-2@m uk-margin-large-top">
11
          <div>
12
            <p>Not sure where to start? Let us give you some guides and reference documentation.</p>
13
            <ul class="portal-circle">
14
              <li>
15
                How to access the Graph (SLA and Terms of Use)<br>
16
                <a href="http://develop.openaire.eu/" target="_blank">http://develop.openaire.eu/</a>
17
              </li>
18
              <li>
19
                Metadata (APIs and dumps)<br>
20
                <a href="http://develop.openaire.eu/graph-dumps.html" target="_blank">http://develop.openaire.eu/graph-dumps.html</a>
21
              </li>
22
            </ul>
23
          </div>
24
          <div class="uk-flex uk-flex-center uk-padding">
25
            <img src="assets/graph-assets/resources/1.svg" class="uk-width-3-5">
26
          </div>
27
        </div>
28
        <div class="uk-grid uk-child-width-1-2@m uk-margin-large-top uk-flex uk-flex-bottom">
29
          <div>
30
            <h6><span class="uk-text-bold">Quality of Service:</span> all API services are
31
              running in production 24/7 within the OpenAIRE infrastructure
32
              premises deployed at the data center facilities of the Interdisciplinary Centre for Mathematical and
33
              Computational Modelling (ICM).
34
            </h6>
35
            <h6><span class="uk-text-bold">OpenAIRE Research Graphlicense is CC-BY:</span>
36
              the records returned by the service can be freely re-used by commercial and
37
              non-commercial partners under CC-BY license, hence as long as OpenAIRE is acknowledged as a content
38
              provider.
39
            </h6>
40
          </div>
41
          <div class="uk-padding-large uk-padding-remove-bottom">
42
            <div class="panel">
43
              <div class="uk-margin-small-bottom">OpenAIRE HTTP API: the <span class="portal-color">APIs</span> are
44
                <span class="portal-color">free-to-use</span>
45
                (no sign-up needed) by any third-party service.
46
              </div>
47
              <div><span class="portal-color">Note that:</span> The HTTP API limits each query to 10,000 paged results;
48
                for unlimited access to the APIs please <a class="uk-link" routerLink="/support">contact us</a>.
49
              </div>
50
            </div>
51
          </div>
52
        </div>
53
      </div>
54
    </div>
55
  </div>
56
</div>
57
<div id="schema">
58
  <div class="uk-section uk-container uk-container-large">
59
    <div class="uk-padding-small">
60
      <h3 class="uk-text-center">Metadata Schema</h3>
61
      <div class="uk-margin-large-top uk-grid uk-grid-large uk-child-width-1-2@m">
62
        <div>
63
          <img src="assets/graph-assets/resources/2.svg">
64
        </div>
65
        <div class="uk-margin-xlarge-top">
66
          <h6>
67
            The latest versions of the XML schema and documentation are also available at the following permanent links:
68
          </h6>
69
          <ul class="portal-circle small">
70
            <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>
71
            </li>
72
            <li><span class="uk-text-bold">HTML: </span><a href="https://www.openaire.eu/schema/latest/doc/oaf.html">
73
              https://www.openaire.eu/schema/latest/doc/oaf.html</a></li>
74
          </ul>
75
        </div>
76
      </div>
77
    </div>
78
  </div>
79
</div>
(2-2/4)