Project

General

Profile

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