Project

General

Profile

1 49344 katerina.i
2
3
<!DOCTYPE html>
4
<html lang="en-gb">
5
   <head>
6
      <!--link href="http://demo.openaire.eu" rel="canonical" /-->
7
      <meta charset="utf-8">
8
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
9
      <meta name="viewport" content="width=device-width, initial-scale=1">
10
      <meta http-equiv="content-type" content="text/html; charset=utf-8" />
11
      <meta name="description" content="OpenAIRE API documentation, open access, research, scientific publication, European Commission, EC, FP7, ERC,
12
      Horizon 2020, H2020, search, projects, publications, research data, datasets, HTTP, funders "/>
13
      <link href="./assets/favicon.ico" rel="shortcut icon" />
14
      <title>OpenAIRE API documentation - Selective access</title>
15
      <script  src="./assets/jquery.js"></script>
16
      <script  src="./assets/uikit.js"></script>
17
      <script src="./assets/uikit-icon-max.js"></script>
18
      <link rel="stylesheet" type="text/css" href="./assets/theme.css">
19
      <link rel="stylesheet" type="text/css" href="./assets/custom.css">
20 53395 argiro.kok
      <link rel="stylesheet" type="text/css" href="./assets/develop-custom.css">
21 49344 katerina.i
22
   </head>
23
   <body class="" style="">
24
      <div class="uk-offcanvas-content uk-height-viewport">
25 53395 argiro.kok
        <div class="tm-header-mobile uk-hidden@m">
26
          <div animation="uk-animation-slide-top" class="uk-navbar-container uk-sticky  uk-navbar-transparent" cls-active="uk-active uk-navbar-sticky" cls-inactive="uk-navbar-transparent" uk-sticky="">
27
           <nav class="uk-navbar-container uk-navbar" uk-navbar="">
28
              <div class="uk-navbar-left">
29
                 <a class="uk-navbar-toggle" href="#tm-mobile" uk-toggle="">
30
                    <div uk-navbar-toggle-icon="" class="uk-navbar-toggle-icon uk-icon">
31 49344 katerina.i
32 53395 argiro.kok
                    </div>
33
                 </a>
34 49344 katerina.i
              </div>
35 53395 argiro.kok
              <div class="uk-navbar-center">
36
                 <a class="uk-navbar-item uk-logo" href="overview.html">
37
                 <img src="assets/OA DEVELOP_A.png" class="uk-responsive-height" alt="OpenAIRE">        </a>
38
              </div>
39
           </nav>
40
           <div id="tm-mobile" uk-offcanvas="" mode="slide" overlay="" class="uk-offcanvas">
41
              <div class="uk-offcanvas-bar">
42
                 <button class="uk-offcanvas-close uk-close uk-icon" type="button" uk-close="">
43
                 </button>
44
                 <div class="uk-child-width-1-1 uk-grid" uk-grid="">
45
                    <div>
46
                       <div class="uk-panel" id="module-0">
47
                          <ul class="uk-nav uk-nav-default">
48
                            <li class="uk-nav-header uk-parent" >
49
                              Dashboards
50
                              <ul class="uk-nav-sub">
51
                            		<li><a href="https://explore.openaire.eu" target="_blank" class="uk-heading-bullet explore-heading-bullet">EXPLORE</a></li>
52
                            		<li><a href="https://provide.openaire.eu" target="_blank" class="uk-heading-bullet provide-heading-bullet">PROVIDE</a></li>
53
                            		<li><a href="https://connect.openaire.eu" target="_blank" class="uk-heading-bullet connect-heading-bullet">CONNECT</a></li>
54
                            		<li><a href="https://monitor.openaire.eu" target="_blank" class="uk-heading-bullet monitor-heading-bullet">MONITOR</a></li>
55
                               </ul>
56
                            </li>
57
                             <li class="uk-nav-header uk-parent">
58
                                <a href="./overview.html"> Overview </a>
59
60
                             </li>
61
                             <li class="uk-nav-header uk-parent">
62 60402 katerina.i
                                 Authentication
63
                                 <ul class="uk-nav-sub">
64
                                    <li><a routerLinkActive="uk-link" href="./authentication.html" >General Information</a></li>
65
                                    <li><a routerLinkActive="uk-link" href="./personalToken.html" >Personal Token</a></li>
66
                                    <li><a routerLinkActive="uk-link" href="./registeredService.html">Registered Services</a>
67
                                       <ul class="uk-nav-sub">
68
                                          <li><a routerLinkActive="uk-link" href="./basic.html">Basic</a></li>
69
                                          <li><a routerLinkActive="uk-link" href="./advanced.html">Advanced</a></li>
70
                                       </ul>
71
                                    </li>
72
                                 </ul>
73
                              </li>
74
                              <li class="uk-nav-header uk-parent">
75 53395 argiro.kok
                               Bulk access
76
                               <ul class="uk-nav-sub">
77 57417 alessia.ba
                                   <li><a routerLinkActive="uk-link" href="./graph-dumps.html" >OpenAIRE Research Graph Dumps</a></li>
78 60259 alessia.ba
                                   <li><a routerLinkActive="uk-link" href="./oai-pmh.html" >OAI-PMH (discontinued)</a></li>
79 57417 alessia.ba
                                   <li><a routerLinkActive="uk-link" href="./bulk-projects.html" >Bulk access to projects</a></li>
80 53395 argiro.kok
                               </ul>
81
                             </li>
82
                             <li class="uk-nav-header uk-parent  uk-active">
83 54652 argiro.kok
                              <a href="./api.html">Selective access</a>
84
                              <ul class="uk-nav-sub">
85 53474 katerina.i
                               <li><a href="./api.html#pubs" >Publications</a></li>
86
                               <li><a href="./api.html#datasets" >Research Data</a></li>
87
                               <li><a href="./api.html#software" >Software</a></li>
88
                               <li><a href="./api.html#other" >Other Research Products</a></li>
89
                               <li><a href="./api.html#projects" >Projects</a></li>
90 54652 argiro.kok
                              </ul>
91 53395 argiro.kok
                             </li>
92
                          </ul>
93
                       </div>
94
                    </div>
95
                 </div>
96
              </div>
97
           </div>
98 49344 katerina.i
        </div>
99 53395 argiro.kok
       </div>
100
        <!--Mobile ENDS here -->
101
        <div class="tm-toolbar custom-develop-toolbar uk-visible@m">
102
           <div class="uk-container uk-flex uk-flex-middle uk-container-expand ">
103
              <div class="uk-margin-auto-left">
104
                 <div class="uk-grid-medium uk-child-width-auto uk-flex-middle uk-grid uk-grid-stack" uk-grid="margin: uk-margin-small-top">
105
                    <div class="uk-first-column">
106
                       <div class="uk-panel inner" id="module-119">
107
                          <ul class="uk-subnav">
108
                            <li class="line"><a href="https://www.openaire.eu"><img class="uk-responsive-height" src="assets/Home_24white.svg" alt="home"/></a></li>
109
                            <li class="line"><a href="https://explore.openaire.eu" title="Search in OA. Link your research">Explore</a></li>
110
                            <li class="line"><a href="https://provide.openaire.eu" title="Content Provider Dashboard">Provide</a></li>
111
                            <li class="line"><a href="https://connect.openaire.eu" title="Research Community Dashboard">Connect</a></li>
112
                            <li class="line"><a href="https://monitor.openaire.eu" title="Monitoring Dashboard">Monitor</a></li>
113
                            <li class="line custom-develop-li "><a href="overview.html" title="APIs">Develop</a></li>
114
                          </ul>
115
                       </div>
116
                    </div>
117
                 </div>
118 49344 katerina.i
              </div>
119 53395 argiro.kok
           </div>
120
        </div>
121
        <div class="tm-header uk-visible@m tm-header-transparent" uk-header="">
122
          <div animation="uk-animation-slide-top" class="uk-navbar-container uk-sticky uk-navbar-transparent" cls-active="uk-active uk-navbar-sticky" cls-inactive="uk-navbar-transparent"   top=".tm-header + [class*=&quot;uk-section&quot;]" uk-sticky="">
123
              <div class="uk-navbar-container uk-navbar-transparent">
124
                 <div class="uk-container uk-container-expand">
125
                    <nav class="uk-navbar" uk-navbar="{&quot;align&quot;:&quot;left&quot;}">
126
                       <div class="uk-navbar-left">
127
                          <a href="overview.html" class="uk-navbar-item uk-logo">
128
                          <img src="assets/OA DEVELOP_B.png" class="uk-responsive-height" alt="OpenAIRE"></a>
129
                       </div>
130
                       <div class="uk-navbar-right">
131
                          <ul class="uk-navbar-nav">
132
                             <li class="uk-parent">
133
                                <a href="overview.html" class="" aria-expanded="false">Overview</a>
134
                             </li>
135 60402 katerina.i
136
                              <li class="uk-parent">
137
                                 <a href="#" class="" aria-expanded="false">Authentication</a>
138
                                 <div class="uk-navbar-dropdown uk-navbar-dropdown-bottom-left" style="left: 116px; top: 80px;">
139
                                    <div class="uk-navbar-dropdown-grid uk-child-width-1-1 uk-grid uk-grid-stack" uk-grid="">
140
                                       <div class="uk-first-column">
141
                                          <ul class="uk-nav uk-navbar-dropdown-nav">
142
                                             <li><a routerLinkActive="uk-link" href="./authentication.html" >General Information</a></li>
143
                                             <li><a routerLinkActive="uk-link" href="./personalToken.html" >Personal Token</a></li>
144
                                             <li><a routerLinkActive="uk-link" href="./registeredService.html">Registered Services</a></li>
145
                                          </ul>
146
                                       </div>
147
                                    </div>
148
                                 </div>
149
                              </li>
150 53395 argiro.kok
                             <li class="uk-parent">
151
                                <a href="#" class="" aria-expanded="false">Bulk access</a>
152
                                <div class="uk-navbar-dropdown uk-navbar-dropdown-bottom-left" style="left: 116px; top: 80px;">
153
                                   <div class="uk-navbar-dropdown-grid uk-child-width-1-1 uk-grid uk-grid-stack" uk-grid="">
154
                                      <div class="uk-first-column">
155
                                         <ul class="uk-nav uk-navbar-dropdown-nav">
156 57417 alessia.ba
                                             <li><a routerLinkActive="uk-link" href="./graph-dumps.html" >OpenAIRE Research Graph Dumps</a></li>
157 60259 alessia.ba
                                             <li><a routerLinkActive="uk-link" href="./oai-pmh.html" >OAI-PMH (discontinued)</a></li>
158 57417 alessia.ba
                                             <li><a routerLinkActive="uk-link" href="./bulk-projects.html" >Bulk access to projects</a></li>
159 53395 argiro.kok
                                         </ul>
160
                                      </div>
161
                                   </div>
162
                                </div>
163
                             </li>
164
                             <li class="uk-parent  uk-active">
165
                                <a href="#" class="" aria-expanded="false">Selective access</a>
166
                                <div class="uk-navbar-dropdown uk-navbar-dropdown-bottom-left" style="left: 228px; top: 80px;">
167
                                   <div class="uk-navbar-dropdown-grid uk-child-width-1-1 uk-grid uk-grid-stack" uk-grid="">
168
                                      <div class="uk-first-column">
169
                                         <ul class="uk-nav uk-navbar-dropdown-nav">
170
                                           <li><a href="./api.html#pubs" >Publications</a></li>
171
                                           <li><a href="./api.html#datasets" >Research Data</a></li>
172 53474 katerina.i
                                           <li><a href="./api.html#software" >Software</a></li>
173
                                           <li><a href="./api.html#other" >Other Research Products</a></li>
174 53395 argiro.kok
                                           <li><a href="./api.html#projects" >Projects</a></li>
175
                                         </ul>
176
                                      </div>
177
                                   </div>
178
                                </div>
179
                             </li>
180
181
                          </ul>
182
                       </div>
183
184
                    </nav>
185
                 </div>
186 49344 katerina.i
              </div>
187 53395 argiro.kok
           </div>
188
         </div>
189 49344 katerina.i
190
         <div class=" first_page_section uk-section-default uk-section uk-padding-remove-vertical">
191
            <div class="first_page_banner_headline uk-grid-collapse uk-flex-middle uk-margin-remove-vertical uk-grid" uk-grid="">
192
            </div>
193
         </div>
194
195
         <div   class=" uk-section uk-margin-large-top tm-middle custom-main-content" id="tm-main">
196
            <div class="uk-container">
197
              <div class="uk-grid">
198
                <div class="uk-width-1-3@s uk-width-1-4@m uk-width-1-4@l uk-visible@m" >
199
                      <ul class="uk-nav-default uk-nav-parent-icon" uk-nav="multiple: false" uk-sticky="offset: 100; media:@s" >
200
                          <li class="uk-parent uk-open">
201
                              <a href="#">HTTP API Documentation</a>
202
                              <ul class="uk-nav-sub">
203
                                  <li><a href="#common" uk-scroll>Common Parameters</a></li>
204
                                  <li><a href="#pubs" uk-scroll>Publications</a></li>
205 53474 katerina.i
                                  <li><a href="#datasets" uk-scroll>Research Data</a></li>
206
                                  <li><a href="#software" uk-scroll>Software</a></li>
207
                                  <li><a href="#other" uk-scroll>Other Research Products</a></li>
208 49344 katerina.i
                                  <li><a href="#projects" uk-scroll>Projects</a></li>
209
                              </ul>
210
                          </li>
211
                      </ul>
212
                </div>
213
214
215
                <div   class="tm-main uk-width-expand uk-row-first uk-first-column">
216
                  <!--div class="uk-text-right" uk-sticky="offset:100; animation: uk-animation-slide-bottom; bottom: #bottom">
217
                     <a class="uk-totop" href="#" uk-scroll="" uk-totop="">
218
                     </a>
219
                  </div-->
220
                  <!--div class="uk-card uk-margin-remove uk-padding-remove uk-card-default uk-card-body" style="z-index: 980;" uk-sticky="offset:100; bottom: #bottom">
221
                    <a class="uk-totop" href="#" uk-scroll="" uk-totop="">
222
                    </a></div-->
223
                  <p>
224 60262 alessia.ba
                    The OpenAIRE HTTP API allows developers to access metadata records of the OpenAIRE Research Graph by performing queries over publications, datasets, and projects.
225 49344 katerina.i
                    The API is intended for metadata discovery and exploration only, that is it does not give direct access to publication files and it does not provide access to
226 60262 alessia.ba
                    the whole information space: the number of total results returned by one query is limited to 10,000. For accessing the whole graph, developers are
227
                    encouraged to use the <a href="./graph-dumps.html">OpenAIRE Research Graph dumps</a>.<br>
228 49344 katerina.i
                  </p>
229 51726 alessia.ba
230
                    <div>
231
                        <h4>TERMS OF USE AND SLA</h4>
232
                        <p><strong>OpenAIRE HTTP API</strong>: the APIs are free-to-use (no sign-up needed) by any third-party service. Note that:</p>
233 51381 alessia.ba
                        <ul>
234 60402 katerina.i
                              <li>The OpenAIRE APIs can be accessed over HTTPS both by authenticated and unauthenticated requests. To achieve better rate limits you need to make authenticated requests.
235
                                 For more information check the documentation <a href="./authentication.html">here</a>
236
                              </li>
237
                              <li>For accessing the whole content of the OpenAIRE Research Graph check the <a href="graph-dumps.html">OpenAIRE Research Graph Dumps</a>.
238 51726 alessia.ba
                            </li>
239
                            <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>
240 51381 alessia.ba
                        </ul>
241 51726 alessia.ba
                        <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.
242
                        </p>
243 53002 argiro.kok
                        <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).
244 51726 alessia.ba
                        </p>
245
                        <p><strong>APIs rate limits</strong>
246 60402 katerina.i
                              For more details on the rate limits please check <a href="./authentication.html">here.</a>
247
                          </p>
248
                        <!--p><strong>APIs rate limits</strong>
249 51726 alessia.ba
                        <ul>
250
                            <li>no more than 30 concurrent connections from single IP to any APIs</li>
251
                            <li>no more than 67 concurrent requests in total</li>
252
                            <li>no more then 37 concurrent request in total (max 30 per single IP) to the HTTP API for selective access</li>
253
                            <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>
254
                        </ul>
255 60402 katerina.i
                        </p-->
256 51726 alessia.ba
                    </div>
257
258
259
                    <h2 id="common">Common Parameters</h2>
260
261 49344 katerina.i
                    <p> Parameters included in this section can always be specified, regardless the type of <strong>entities</strong> (metadata about <strong>publications</strong>,
262 53474 katerina.i
                        <strong>research data</strong>, <strong>software</strong>, <strong>other research products</strong>, or <strong>projects</strong>) you want to retrieve. <br>
263 60402 katerina.i
<!-- ATTENTION change back
264 49344 katerina.i
                        To query for publications metadata: <strong>http://api.openaire.eu/search/publications</strong> <br>
265 53474 katerina.i
                        To query for research data metadata: <strong>http://api.openaire.eu/search/datasets</strong> <br>
266
                        To query for software metadata: <strong>http://api.openaire.eu/search/software</strong> <br>
267
                        To query for other research products metadata: <strong>http://api.openaire.eu/search/other</strong> <br>
268 49344 katerina.i
                        To query for projects metadata: <strong>http://api.openaire.eu/search/projects</strong> <br>
269 60402 katerina.i
-->
270
			 To query for publications metadata: <strong>https://api-test.openaire.eu/search/api/publications</strong> <br>
271
                        To query for research data metadata: <strong>https://api-test.openaire.eu/search/api/datasets</strong> <br>
272
                        To query for software metadata: <strong>https://api-test.openaire.eu/search/api/software</strong> <br>
273
                        To query for other research products metadata: <strong>https://api-test.openaire.eu/search/api/other</strong> <br>
274
                        To query for projects metadata: <strong>https://api-test.openaire.eu/search/api/projects</strong> <br>
275 49344 katerina.i
                    </p>
276
277
                    <table class="uk-table uk-table-striped uk-table-hover uk-table-small">
278
                      <thead>
279
                          <tr>
280
                              <th>Parameter</th>
281
                              <th>Option</th>
282
                              <th>Description</th>
283
                          </tr>
284
                      </thead>
285
                      <tbody>
286
                          <tr>
287
                              <td>page</td>
288
                              <td>integer</td>
289
                              <td>Page number of the search results.</td>
290
                          </tr>
291
                          <tr>
292
                              <td>size</td>
293
                              <td>integer</td>
294
                              <td>Number of results per page.</td>
295
                          </tr>
296
                          <tr>
297
                              <td>format</td>
298
                              <td>json | xml | csv | tsv</td>
299
                              <td>The format of the response. The default is xml.</td>
300
                          </tr>
301
                          <tr>
302
                              <td>model</td>
303
                              <td>openaire | sygma</td>
304
                              <td>The data model of the response. Default is openaire. Model sygma is a simplified version of the openaire model. For sygma, only the xml format is available. The relative XML schema is available <a href="https://www.openaire.eu/schema/sygma/oaf_sygma_v2.1.xsd" target="_blank">here</a>.</td>
305
                          </tr>
306
                          <tr>
307
                              <td>sortBy</td>
308
                              <td><code>sortBy=field,[ascending|descending]</code></td>
309
                              <td>The sorting order of the specified field. For the list of sortable fields, please refer to the documentation relative to the specific type of entity you are querying for.</td>
310
                          </tr>
311
                          <tr>
312
                              <td>hasECFunding</td>
313
                              <td>true | false</td>
314
                              <td>If hasECFunding is true gets the entities funded by the EC. If hasECFunding is false gets the entities related to projects not funded by the EC.</td>
315
                          </tr>
316
                          <tr>
317
                              <td>hasWTFunding</td>
318
                              <td>true | false</td>
319
                              <td>If hasWTFunding is true gets the entities funded by Wellcome Trust. The results are the same as those obtained with <code>funder=wt</code>. If hasWTFunding is false gets the entities related to projects not funded by Wellcome Trust.</td>
320
                          </tr>
321
                          <tr>
322
                              <td>funder</td>
323
                              <td>WT | EC | ARC | ANDS | NSF | FCT | NHMRC</td>
324
                              <td>Search for entities by funder.</td>
325
                          </tr>
326
                          <tr>
327
                              <td>fundingStream</td>
328
                              <td>...</td>
329
                              <td>Search for entities by funding stream.</td>
330
                          </tr>
331
                          <tr>
332
                              <td>FP7scientificArea</td>
333
                              <td>...</td>
334
                              <td>Search for FP7 entities by scientific area.</td>
335
                          </tr>
336
                          <tr>
337
                              <td>keywords</td>
338
                              <td>White-space separated list of keywords.</td>
339
                              <td>N/A</td>
340
                          </tr>
341
                      </tbody>
342
                  </table>
343
344
                  <h2 id="pubs">Publication specific parameters</h2>
345 60402 katerina.i
<!-- ATTENTION change back
346 49344 katerina.i
                  <p>Endpoint: <strong>http://api.openaire.eu/search/publications</strong></p>
347 60402 katerina.i
-->
348
                  <p>Endpoint: <strong>http://api-test.openaire.eu/search/api/publications</strong></p>
349 49344 katerina.i
350
                  <table class="uk-table uk-table-striped uk-table-hover uk-table-small uk-table-justify">
351
                    <thead>
352
                        <tr>
353
                            <th>Parameter</th>
354
                            <th>Option</th>
355
                            <th>Description</th>
356
                        </tr>
357
                    </thead>
358
                    <tbody>
359
                        <tr>
360
                            <td>sortBy</td>
361
                            <td><code>sortBy=field,[ascending|descending]</code>; <strong>'field'</strong> is one of: <code>dateofcollection</code>, <code>resultstoragedate</code>, <code>resultstoragedate</code>, <code>resultembargoenddate</code>, <code>resultembargoendyear</code>, <code>resultdateofacceptance</code>, <code>resultacceptanceyear</code></td>
362
                            <td>The sorting order of the specified field.</td>
363
                        </tr>
364
                        <tr>
365
                            <td>doi</td>
366
                            <td>Comma separated list of DOIs. <br>
367 53002 argiro.kok
                                Alternatively, it is possible to repeat the parameter for each requested doi.
368 49344 katerina.i
                            </td>
369
                            <td>Gets the publications with the given DOIs, if any.</td>
370
                        </tr>
371
                        <tr>
372
                            <td>openairePublicationID</td>
373
                            <td>Comma separated list of OpenAIRE identifiers. <br>
374 53002 argiro.kok
                                Alternatively, it is possible to repeat the parameter for each requested identifier.
375 49344 katerina.i
                            </td>
376
                            <td>Gets the publication with the given openaire identifier, if any.</td>
377
                        </tr>
378
                        <tr>
379
                            <td>fromDateAccepted</td>
380
                            <td>Date formatted as <code>YYYY-MM-DD</code></td>
381
                            <td>Gets the publications whose date of acceptance is greater than or equal the given date.</td>
382
                        </tr>
383
                        <tr>
384
                            <td>toDateAccepted</td>
385
                            <td>Date formatted as <code>YYYY-MM-DD</code></td>
386
                            <td>Gets the publications whose date of acceptance is less than or equal the given date.</td>
387
                        </tr>
388
                        <tr>
389
                            <td>title</td>
390
                            <td>White-space separated list of keywords.</td>
391
                            <td>Gets the publications whose titles contain the given list of keywords.</td>
392
                        </tr>
393
                        <tr>
394
                            <td>author</td>
395
                            <td>White-space separated list of names and/or surnames.</td>
396
                            <td>Search for publications by authors.</td>
397
                        </tr>
398
                        <tr>
399
                            <td>openaireProviderID</td>
400
                            <td>Comma separated list of identifiers.</td>
401
                            <td>Search for publications by openaire data provider identifier. <br>
402 52999 argiro.kok
                                Alternatively, it is possible to repeat the parameter for each provider id. In both cases, provider identifiers will form a query with OR semantics.</td>
403 49344 katerina.i
                        </tr>
404
                        <tr>
405
                            <td>openaireProjectID</td>
406
                            <td>Comma separated list of identifiers. <br>
407 53002 argiro.kok
                                Alternatively, it is possible to repeat the parameter for each provider id. In both cases, provider identifiers will form a query with OR semantics.</td>
408 52999 argiro.kok
                            <td>Search for publications by openaire project identifier. Alternatively, it is possible to repeat the parameter for each provider id. In both cases, provider identifiers will form a query with OR semantics.</td>
409 49344 katerina.i
                        </tr>
410
                        <tr>
411
                            <td>hasProject</td>
412
                            <td>true | false</td>
413
                            <td>If hasProject is true gets the publications that have a link to a project. If hasProject is false gets the publications with no links to projects.</td>
414
                        </tr>
415
                        <tr>
416
                            <td>projectID</td>
417
                            <td>...</td>
418
                            <td>The given grant identifier of the project.</td>
419
                        </tr>
420
                        <tr>
421
                            <td>FP7ProjectID</td>
422
                            <td>...</td>
423
                            <td>Search for publications associated to a FP7 project with the given grant number. It is equivalent to a query by <code>funder=FP7&projectID=grantID</code></td>
424
                        </tr>
425
                        <tr>
426
                            <td>OA</td>
427
                            <td>true | false</td>
428
                            <td>If OA is true gets Open Access publications. If OA is false gets the non Open Access publications</td>
429
                        </tr>
430 54652 argiro.kok
                        <tr>
431
                            <td>country</td>
432
                            <td>2 letter country code</td>
433
                            <td>Search for publications associated to the country code</td>
434
                        </tr>
435 49344 katerina.i
                    </tbody>
436
                </table>
437
438 53474 katerina.i
                <h2 id="datasets">Research Data specific parameters</h2>
439 60402 katerina.i
<!-- Attention change back
440 49344 katerina.i
                <p>Endpoint: <strong>http://api.openaire.eu/search/datasets</strong></p>
441 60402 katerina.i
-->
442
		<p>Endpoint: <strong>https://api-test.openaire.eu/search/api/datasets</strong></p>
443 49344 katerina.i
444
                <table class="uk-table uk-table-striped uk-table-hover uk-table-small uk-table-justify">
445
                  <thead>
446
                      <tr>
447
                          <th>Parameter</th>
448
                          <th>Option</th>
449
                          <th>Description</th>
450
                      </tr>
451
                  </thead>
452
                  <tbody>
453
                      <tr>
454
                          <td>sortBy</td>
455
                          <td><code>sortBy=field,[ascending|descending]</code>; <strong>'field'</strong> is one of: <code>dateofcollection</code>, <code>resultstoragedate</code>, <code>resultstoragedate</code>, <code>resultembargoenddate</code>, <code>resultembargoendyear</code>, <code>resultdateofacceptance</code>, <code>resultacceptanceyear</code></td>
456
                          <td>The sorting order of the specified field.</td>
457
                      </tr>
458
                      <tr>
459
                          <td>doi</td>
460
                          <td>Comma separated list of DOIs. <br>
461 53002 argiro.kok
                              Alternatively, it is possible to repeat the parameter for each requested doi.
462 49344 katerina.i
                          </td>
463 52999 argiro.kok
                          <td>Gets the datasets with the given DOIs, if any.</td>
464 49344 katerina.i
                      </tr>
465
                      <tr>
466
                          <td>openaireDatasetID</td>
467
                          <td>Comma separated list of OpenAIRE identifiers. <br>
468 53002 argiro.kok
                              Alternatively, it is possible to repeat the parameter for each requested identifier.</td>
469 52999 argiro.kok
                          <td>Gets the dataset with the given openaire identifier, if any.</td>
470 49344 katerina.i
                      </tr>
471
                      <tr>
472
                          <td>fromDateAccepted</td>
473
                          <td>Date formatted as <code>YYYY-MM-DD</code></td>
474
                          <td>Gets the datasets whose date of acceptance is greater than or equal the given date.</td>
475
                      </tr>
476
                      <tr>
477
                          <td>toDateAccepted</td>
478
                          <td>Date formatted as <code>YYYY-MM-DD</code></td>
479
                          <td>Gets the datasets whose date of acceptance is less than or equal the given date.</td>
480
                      </tr>
481
                      <tr>
482
                          <td>title</td>
483
                          <td>White-space separated list of keywords.</td>
484
                          <td>Gets the datasets whose titles contain the given list of keywords.</td>
485
                      </tr>
486
                      <tr>
487
                          <td>author</td>
488
                          <td>A white-space separated list of names and/or surnames</td>
489
                          <td>Search for datasets by authors.</td>
490
                      </tr>
491
                      <tr>
492
                          <td>openaireProviderID</td>
493
                          <td>Comma separated list of identifiers.</td>
494
                          <td>Search for datasets by openaire data provider identifier. <br>
495 52999 argiro.kok
                              Alternatively, it is possible to repeat the parameter for each provider id. In both cases, provider identifiers will form a query with OR semantics.</td>
496 49344 katerina.i
                      </tr>
497
                      <tr>
498
                          <td>openaireProjectID</td>
499
                          <td>Comma separated list of identifiers. </td>
500 52999 argiro.kok
                          <td>Search for datasets by openaire project identifier. <br>
501
                              Alternatively, it is possible to repeat the parameter for each provider id. In both cases, provider identifiers will form a query with OR semantics.</td>
502 49344 katerina.i
                      </tr>
503
                      <tr>
504 53474 katerina.i
                          <td>projectID</td>
505
                          <td>...</td>
506
                          <td>The given grant identifier of the project.</td>
507
                      </tr>
508
                      <tr>
509 49344 katerina.i
                          <td>hasProject</td>
510
                          <td>true | false</td>
511
                          <td>If hasProject is true gets the datasets that have a link to a project. If hasProject is false gets the datasets with no links to projects.</td>
512
                      </tr>
513
                      <tr>
514
                          <td>FP7ProjectID</td>
515
                          <td>...</td>
516
                          <td>Search for datasets associated to a FP7 project with the given grant number. It is equivalent to a query by <code>funder=FP7&projectID=grantID</code></td>
517
                      </tr>
518
                      <tr>
519
                          <td>OA</td>
520
                          <td>true | false</td>
521
                          <td>If OA is true gets Open Access datasets. If OA is false gets the non Open Access datasets</td>
522
                      </tr>
523 54653 argiro.kok
                      <tr>
524
                          <td>country</td>
525
                          <td>2 letter country code</td>
526
                          <td>Search for datasets associated to the country code</td>
527
                      </tr>
528 49344 katerina.i
                  </tbody>
529
              </table>
530
531 53474 katerina.i
              <h2 id="software">Software specific parameters</h2>
532 60402 katerina.i
<!-- ATTENTION change back
533 53474 katerina.i
              <p>Endpoint: <strong>http://api.openaire.eu/search/software</strong></p>
534 60402 katerina.i
-->
535 53474 katerina.i
536 60402 katerina.i
	      <p>Endpoint: <strong>http://api-test.openaire.eu/search/api/software</strong></p>
537
538 53474 katerina.i
              <table class="uk-table uk-table-striped uk-table-hover uk-table-small uk-table-justify">
539
                <thead>
540
                    <tr>
541
                        <th>Parameter</th>
542
                        <th>Option</th>
543
                        <th>Description</th>
544
                    </tr>
545
                </thead>
546
                <tbody>
547
                    <tr>
548
                        <td>sortBy</td>
549
                        <td><code>sortBy=field,[ascending|descending]</code>; <strong>'field'</strong> is one of: <code>dateofcollection</code>, <code>resultstoragedate</code>, <code>resultstoragedate</code>, <code>resultembargoenddate</code>, <code>resultembargoendyear</code>, <code>resultdateofacceptance</code>, <code>resultacceptanceyear</code></td>
550
                        <td>The sorting order of the specified field.</td>
551
                    </tr>
552
                    <tr>
553
                        <td>doi</td>
554
                        <td>Comma separated list of DOIs. <br>
555
                            Alternatively, it is possible to repeat the parameter for each requested doi.
556
                        </td>
557 54652 argiro.kok
                        <td>Gets the software with the given DOIs, if any.</td>
558 53474 katerina.i
                    </tr>
559
                    <tr>
560
                        <td>openaireSoftwareID</td>
561
                        <td>Comma separated list of OpenAIRE identifiers. <br>
562
                            Alternatively, it is possible to repeat the parameter for each requested identifier.</td>
563 54652 argiro.kok
                        <td>Gets the software with the given openaire identifier, if any.</td>
564 53474 katerina.i
                    </tr>
565
                    <tr>
566
                        <td>fromDateAccepted</td>
567
                        <td>Date formatted as <code>YYYY-MM-DD</code></td>
568 54652 argiro.kok
                        <td>Gets the software whose date of acceptance is greater than or equal the given date.</td>
569 53474 katerina.i
                    </tr>
570
                    <tr>
571
                        <td>toDateAccepted</td>
572
                        <td>Date formatted as <code>YYYY-MM-DD</code></td>
573 54652 argiro.kok
                        <td>Gets the software whose date of acceptance is less than or equal the given date.</td>
574 53474 katerina.i
                    </tr>
575
                    <tr>
576
                        <td>title</td>
577
                        <td>White-space separated list of keywords.</td>
578 54652 argiro.kok
                        <td>Gets the software whose titles contain the given list of keywords.</td>
579 53474 katerina.i
                    </tr>
580
                    <tr>
581
                        <td>author</td>
582
                        <td>A white-space separated list of names and/or surnames</td>
583 54652 argiro.kok
                        <td>Search for software by authors.</td>
584 53474 katerina.i
                    </tr>
585
                    <tr>
586
                        <td>openaireProviderID</td>
587
                        <td>Comma separated list of identifiers.</td>
588 54652 argiro.kok
                        <td>Search for software by openaire data provider identifier. <br>
589 53474 katerina.i
                            Alternatively, it is possible to repeat the parameter for each provider id. In both cases, provider identifiers will form a query with OR semantics.</td>
590
                    </tr>
591
                    <tr>
592
                        <td>openaireProjectID</td>
593
                        <td>Comma separated list of identifiers. </td>
594 54652 argiro.kok
                        <td>Search for software by openaire project identifier. <br>
595 53474 katerina.i
                            Alternatively, it is possible to repeat the parameter for each provider id. In both cases, provider identifiers will form a query with OR semantics.</td>
596
                    </tr>
597
                    <tr>
598
                        <td>projectID</td>
599
                        <td>...</td>
600
                        <td>The given grant identifier of the project.</td>
601
                    </tr>
602
                    <tr>
603
                        <td>hasProject</td>
604
                        <td>true | false</td>
605 54652 argiro.kok
                        <td>If hasProject is true gets the software that have a link to a project. If hasProject is false gets the software with no links to projects.</td>
606 53474 katerina.i
                    </tr>
607
                    <tr>
608
                        <td>FP7ProjectID</td>
609
                        <td>...</td>
610 54652 argiro.kok
                        <td>Search for software associated to a FP7 project with the given grant number. It is equivalent to a query by <code>funder=FP7&projectID=grantID</code></td>
611 53474 katerina.i
                    </tr>
612
                    <tr>
613
                        <td>OA</td>
614
                        <td>true | false</td>
615 54652 argiro.kok
                        <td>If OA is true gets Open Access software. If OA is false gets the non Open Access software</td>
616 53474 katerina.i
                    </tr>
617 54653 argiro.kok
                    <tr>
618
                        <td>country</td>
619
                        <td>2 letter country code</td>
620
                        <td>Search for software associated to the country code</td>
621
                    </tr>
622 53474 katerina.i
                </tbody>
623
            </table>
624
625
            <h2 id="other">Other Research Products specific parameters</h2>
626 60402 katerina.i
<!-- ATTENTION change back
627 53474 katerina.i
            <p>Endpoint: <strong>http://api.openaire.eu/search/other</strong></p>
628 60402 katerina.i
-->
629 53474 katerina.i
630 60402 katerina.i
	    <p>Endpoint: <strong>http://api-test.openaire.eu/search/api/other</strong></p>
631
632 53474 katerina.i
            <table class="uk-table uk-table-striped uk-table-hover uk-table-small uk-table-justify">
633
              <thead>
634
                  <tr>
635
                      <th>Parameter</th>
636
                      <th>Option</th>
637
                      <th>Description</th>
638
                  </tr>
639
              </thead>
640
              <tbody>
641
                  <tr>
642
                      <td>sortBy</td>
643
                      <td><code>sortBy=field,[ascending|descending]</code>; <strong>'field'</strong> is one of: <code>dateofcollection</code>, <code>resultstoragedate</code>, <code>resultstoragedate</code>, <code>resultembargoenddate</code>, <code>resultembargoendyear</code>, <code>resultdateofacceptance</code>, <code>resultacceptanceyear</code></td>
644
                      <td>The sorting order of the specified field.</td>
645
                  </tr>
646
                  <tr>
647
                      <td>doi</td>
648
                      <td>Comma separated list of DOIs. <br>
649
                          Alternatively, it is possible to repeat the parameter for each requested doi.
650
                      </td>
651 54652 argiro.kok
                      <td>Gets the other research products with the given DOIs, if any.</td>
652 53474 katerina.i
                  </tr>
653
                  <tr>
654
                      <td>openaireOtherID</td>
655
                      <td>Comma separated list of OpenAIRE identifiers. <br>
656
                          Alternatively, it is possible to repeat the parameter for each requested identifier.</td>
657 54652 argiro.kok
                      <td>Gets the other research products with the given openaire identifier, if any.</td>
658 53474 katerina.i
                  </tr>
659
                  <tr>
660
                      <td>fromDateAccepted</td>
661
                      <td>Date formatted as <code>YYYY-MM-DD</code></td>
662 54652 argiro.kok
                      <td>Gets the other research products whose date of acceptance is greater than or equal the given date.</td>
663 53474 katerina.i
                  </tr>
664
                  <tr>
665
                      <td>toDateAccepted</td>
666
                      <td>Date formatted as <code>YYYY-MM-DD</code></td>
667 54652 argiro.kok
                      <td>Gets the other research products whose date of acceptance is less than or equal the given date.</td>
668 53474 katerina.i
                  </tr>
669
                  <tr>
670
                      <td>title</td>
671
                      <td>White-space separated list of keywords.</td>
672 54652 argiro.kok
                      <td>Gets the other research products whose titles contain the given list of keywords.</td>
673 53474 katerina.i
                  </tr>
674
                  <tr>
675
                      <td>author</td>
676
                      <td>A white-space separated list of names and/or surnames</td>
677 54652 argiro.kok
                      <td>Search for other research products by authors.</td>
678 53474 katerina.i
                  </tr>
679
                  <tr>
680
                      <td>openaireProviderID</td>
681
                      <td>Comma separated list of identifiers.</td>
682 54652 argiro.kok
                      <td>Search for other research products by openaire data provider identifier. <br>
683 53474 katerina.i
                          Alternatively, it is possible to repeat the parameter for each provider id. In both cases, provider identifiers will form a query with OR semantics.</td>
684
                  </tr>
685
                  <tr>
686
                      <td>openaireProjectID</td>
687
                      <td>Comma separated list of identifiers. </td>
688 54652 argiro.kok
                      <td>Search for other research products by openaire project identifier. <br>
689 53474 katerina.i
                          Alternatively, it is possible to repeat the parameter for each provider id. In both cases, provider identifiers will form a query with OR semantics.</td>
690
                  </tr>
691
                  <tr>
692
                      <td>projectID</td>
693
                      <td>...</td>
694
                      <td>The given grant identifier of the project.</td>
695
                  </tr>
696
                  <tr>
697
                      <td>hasProject</td>
698
                      <td>true | false</td>
699 54652 argiro.kok
                      <td>If hasProject is true gets the other research products that have a link to a project. If hasProject is false gets the other research products with no links to projects.</td>
700 53474 katerina.i
                  </tr>
701
                  <tr>
702
                      <td>FP7ProjectID</td>
703
                      <td>...</td>
704 54652 argiro.kok
                      <td>Search for other research products associated to a FP7 project with the given grant number. It is equivalent to a query by <code>funder=FP7&projectID=grantID</code></td>
705 53474 katerina.i
                  </tr>
706
                  <tr>
707
                      <td>OA</td>
708
                      <td>true | false</td>
709 54652 argiro.kok
                      <td>If OA is true gets Open Access other research products. If OA is false gets the non Open Access other research products</td>
710 53474 katerina.i
                  </tr>
711 54653 argiro.kok
                  <tr>
712
                      <td>country</td>
713
                      <td>2 letter country code</td>
714
                      <td>Search for other research products associated to the country code</td>
715
                  </tr>
716 53474 katerina.i
              </tbody>
717
          </table>
718
719 49344 katerina.i
              <h2 id="projects">Project specific parameters</h2>
720 60402 katerina.i
<!-- ATTENTION change back
721 49344 katerina.i
              <p>Endpoint: <strong>http://api.openaire.eu/search/projects</strong></p>
722 60402 katerina.i
-->
723
	      <p>Endpoint: <strong>http://api-test.openaire.eu/search/api/projects</strong></p>
724 49344 katerina.i
725
              <table class="uk-table uk-table-striped uk-table-hover uk-table-small uk-table-justify">
726
                <thead>
727
                    <tr>
728
                        <th>Parameter</th>
729
                        <th>Option</th>
730
                        <th>Description</th>
731
                    </tr>
732
                </thead>
733
                <tbody>
734
                    <tr>
735
                        <td>sortBy</td>
736
                        <td><code>sortBy=field,[ascending|descending]</code>; <strong>'field'</strong> is one of: <code>projectstartdate</code>, <code>projectstartyear</code>, <code>projectenddate</code>, <code>projectendyear</code>, <code> projectduration</code></td>
737
                        <td>The sorting order of the specified field.</td>
738
                    </tr>
739
                    <tr>
740
                        <td>grantID</td>
741 53474 katerina.i
                        <td>Comma separated list of grant identifiers.</td>
742 49344 katerina.i
                        <td>Gets the project with the given grant identifier, if any.</td>
743
                    </tr>
744
                    <tr>
745
                        <td>openairePublicationID</td>
746
                        <td>Comma separated list of OpenAIRE identifiers.</td>
747
                        <td>Gets the publication with the given openaire identifier, if any.</td>
748
                    </tr>
749
                    <tr>
750
                        <td>name</td>
751
                        <td>White-space separated list of keywords.</td>
752
                        <td>Gets the projects whose names contain the given list of keywords.</td>
753
                    </tr>
754
                    <tr>
755
                        <td>acronym</td>
756
                        <td>N/A</td>
757
                        <td>Gets the project with the given acronym, if any.</td>
758
                    </tr>
759
                    <tr>
760
                        <td>callID</td>
761
                        <td>N/A</td>
762
                        <td>Search for projects by call identifier.</td>
763
                    </tr>
764
                    <tr>
765
                        <td>startYear</td>
766
                        <td>Year formatted as <code>YYYY</code></td>
767
                        <td>Gets the projects that started in the given year.</td>
768
                    </tr>
769
                    <tr>
770
                        <td>endYear</td>
771
                        <td>Year formatted as <code>YYYY</code>.</td>
772
                        <td>Gets the projects that ended in the given year.</td>
773
                    </tr>
774
                    <tr>
775
                        <td>participantCountries</td>
776
                        <td>Comma separeted list of 2 letter country codes.</td>
777
                        <td>Search for projects by participant countries.</td>
778
                    </tr>
779
                    <tr>
780
                        <td>participantAcronyms</td>
781
                        <td>White space separeted list of acronyms of institutions.</td>
782
                        <td>Search for projects by participant institutions.</td>
783
                    </tr>
784
                </tbody>
785
              </table>
786
787 53395 argiro.kok
              <!-- <div class="uk-card uk-margin-remove uk-padding-small uk-card-default uk-card-body  uk-width-1-1@s uk-width-3-4@m uk-width-1-2@l" style="z-index: 100; bottom: 0px; position: fixed;" >
788 49344 katerina.i
                <a href="#" uk-scroll="" uk-totop="" class="  uk-align-right uk-totop uk-icon uk-margin-right">
789
                </a>
790 53395 argiro.kok
              </div> -->
791 49344 katerina.i
792
            </div>
793
          </div>
794
        </div>
795
      </div>
796
         <!-- FOOTER STARTS HERE-->
797 54675 argiro.kok
798
799 53395 argiro.kok
        <div class="uk-section-primary uk-section uk-section-small uk-padding-remove-bottom">
800
     <div class="uk-container uk-container-expand">
801
        <div class="uk-container uk-container-expand uk-margin-small">
802
           <div class="uk-grid-collapse uk-grid" uk-grid="">
803
              <div id="footer#3" class="uk-width-expand@s uk-first-column">
804
                 <div class="uk-margin-small uk-margin-remove-top uk-text-left@s uk-text-center">
805
                    <img src="assets/Logo_Horizontal_white_small.png"   data-width="126" data-height="30" class="el-image" alt="OpenAIRE">
806
                 </div>
807 54675 argiro.kok
                 <!--div id="footer#5" class="uk-margin uk-text-left@s uk-text-center">
808 53395 argiro.kok
                    <img src="assets/commission.jpg"   sizes="(min-width: 50px) 50px" data-width="427" data-height="285" class="el-image" alt="European Commission">
809 54675 argiro.kok
                 </div-->
810
                 <div class="uk-margin"><img style="margin-right: 8px; float: left;" src="assets/commission.jpg" alt="flag black white low" width="50" height="33"><span style="font-size: 8pt; line-height: 0.7!important;">OpenAIRE-Advance receives funding from the European Union's Horizon 2020 Research and Innovation programme under Grant Agreement No. 777541.</span></div>
811 53395 argiro.kok
                 <div id="footer#6" class="newsletter uk-margin uk-margin-remove-bottom uk-text-left@s uk-text-center uk-panel">
812
                    <h5 class="el-title uk-margin uk-h5">
813
                       Newsletter
814
                    </h5>
815
                    <a target="_blank" href="https://www.openaire.eu/newsletter/view" class="el-link">
816
                       <span   class="el-image uk-icon">
817
                          <svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
818
                             <circle cx="3.12" cy="16.8" r="1.85"></circle>
819
                             <path fill="none" stroke="#000" stroke-width="1.1" d="M1.5,8.2 C1.78,8.18 2.06,8.16 2.35,8.16 C7.57,8.16 11.81,12.37 11.81,17.57 C11.81,17.89 11.79,18.19 11.76,18.5"></path>
820
                             <path fill="none" stroke="#000" stroke-width="1.1" d="M1.5,2.52 C1.78,2.51 2.06,2.5 2.35,2.5 C10.72,2.5 17.5,9.24 17.5,17.57 C17.5,17.89 17.49,18.19 17.47,18.5"></path>
821
                          </svg>
822
                       </span>
823
                    </a>
824
                 </div>
825
                 <div id="footer#7" class="newsletter uk-margin-small uk-margin-remove-top uk-text-left@s uk-text-center uk-panel">
826
827
                    <div class="acymailing_module" id="acymailing_module_formAcymailing60611">
828
                       <div class="acymailing_mootoolsbutton" id="acymailing_toggle_formAcymailing60611">
829 54675 argiro.kok
                          <p><a class="acymailing_togglemodule" id="acymailing_togglemodule_formAcymailing60611" target="_blank" href="https://www.openaire.eu/past-newsletters/listing">Subscribe</a></p>
830 53395 argiro.kok
831
                       </div>
832
                    </div>
833
                 </div>
834
                 <div class="uk-margin-small uk-margin-remove-top uk-text-left@s uk-text-center">
835
                    <div class="uk-child-width-auto uk-grid-small uk-flex-left@s uk-flex-center uk-grid" uk-grid="">
836
                       <div class="uk-first-column">
837
                          <a  href="http://www.facebook.com/groups/openaire/" target="_blank" class="el-link uk-icon-button uk-icon">
838
                             <svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
839
                                <path d="M11,10h2.6l0.4-3H11V5.3c0-0.9,0.2-1.5,1.5-1.5H14V1.1c-0.3,0-1-0.1-2.1-0.1C9.6,1,8,2.4,8,5v2H5.5v3H8v8h3V10z"></path>
840
                             </svg>
841
                          </a>
842
                       </div>
843
                       <div>
844
                          <a  href="http://www.twitter.com/OpenAIRE_eu" target="_blank" class="el-link uk-icon-button uk-icon">
845
                             <svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
846
                                <path d="M19,4.74 C18.339,5.029 17.626,5.229 16.881,5.32 C17.644,4.86 18.227,4.139 18.503,3.28 C17.79,3.7 17.001,4.009 16.159,4.17 C15.485,3.45 14.526,3 13.464,3 C11.423,3 9.771,4.66 9.771,6.7 C9.771,6.99 9.804,7.269 9.868,7.539 C6.795,7.38 4.076,5.919 2.254,3.679 C1.936,4.219 1.754,4.86 1.754,5.539 C1.754,6.82 2.405,7.95 3.397,8.61 C2.79,8.589 2.22,8.429 1.723,8.149 L1.723,8.189 C1.723,9.978 2.997,11.478 4.686,11.82 C4.376,11.899 4.049,11.939 3.713,11.939 C3.475,11.939 3.245,11.919 3.018,11.88 C3.49,13.349 4.852,14.419 6.469,14.449 C5.205,15.429 3.612,16.019 1.882,16.019 C1.583,16.019 1.29,16.009 1,15.969 C2.635,17.019 4.576,17.629 6.662,17.629 C13.454,17.629 17.17,12 17.17,7.129 C17.17,6.969 17.166,6.809 17.157,6.649 C17.879,6.129 18.504,5.478 19,4.74"></path>
847
                             </svg>
848
                          </a>
849
                       </div>
850
                       <div>
851
                          <a  href="http://www.linkedin.com/groups/OpenAIRE-3893548" target="_blank" class="el-link uk-icon-button uk-icon">
852
                             <svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
853
                                <path d="M5.77,17.89 L5.77,7.17 L2.21,7.17 L2.21,17.89 L5.77,17.89 L5.77,17.89 Z M3.99,5.71 C5.23,5.71 6.01,4.89 6.01,3.86 C5.99,2.8 5.24,2 4.02,2 C2.8,2 2,2.8 2,3.85 C2,4.88 2.77,5.7 3.97,5.7 L3.99,5.7 L3.99,5.71 L3.99,5.71 Z"></path>
854
                                <path d="M7.75,17.89 L11.31,17.89 L11.31,11.9 C11.31,11.58 11.33,11.26 11.43,11.03 C11.69,10.39 12.27,9.73 13.26,9.73 C14.55,9.73 15.06,10.71 15.06,12.15 L15.06,17.89 L18.62,17.89 L18.62,11.74 C18.62,8.45 16.86,6.92 14.52,6.92 C12.6,6.92 11.75,7.99 11.28,8.73 L11.3,8.73 L11.3,7.17 L7.75,7.17 C7.79,8.17 7.75,17.89 7.75,17.89 L7.75,17.89 L7.75,17.89 Z"></path>
855
                             </svg>
856
                          </a>
857
                       </div>
858
                       <div>
859
                          <a  href="http://www.slideshare.net/OpenAIRE_eu" target="_blank" class="el-link uk-icon-button uk-icon">
860
                             <svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
861
                                <line fill="none" stroke="#000" stroke-width="1.1" x1="13.4" y1="14" x2="6.3" y2="10.7"></line>
862
                                <line fill="none" stroke="#000" stroke-width="1.1" x1="13.5" y1="5.5" x2="6.5" y2="8.8"></line>
863
                                <circle fill="none" stroke="#000" stroke-width="1.1" cx="15.5" cy="4.6" r="2.3"></circle>
864
                                <circle fill="none" stroke="#000" stroke-width="1.1" cx="15.5" cy="14.8" r="2.3"></circle>
865
                                <circle fill="none" stroke="#000" stroke-width="1.1" cx="4.5" cy="9.8" r="2.3"></circle>
866
                             </svg>
867
                          </a>
868
                       </div>
869
                       <div>
870
                          <a href="https://www.youtube.com/channel/UChFYqizc-S6asNjQSoWuwjw" target="_blank" class="el-link uk-icon-button uk-icon">
871
                             <svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
872
                                <path d="M15,4.1c1,0.1,2.3,0,3,0.8c0.8,0.8,0.9,2.1,0.9,3.1C19,9.2,19,10.9,19,12c-0.1,1.1,0,2.4-0.5,3.4c-0.5,1.1-1.4,1.5-2.5,1.6 c-1.2,0.1-8.6,0.1-11,0c-1.1-0.1-2.4-0.1-3.2-1c-0.7-0.8-0.7-2-0.8-3C1,11.8,1,10.1,1,8.9c0-1.1,0-2.4,0.5-3.4C2,4.5,3,4.3,4.1,4.2 C5.3,4.1,12.6,4,15,4.1z M8,7.5v6l5.5-3L8,7.5z"></path>
873
                             </svg>
874
                          </a>
875
                       </div>
876
                    </div>
877
                 </div>
878
              </div>
879
              <div id="footer#9" class="uk-width-expand@s">
880
                 <div id="footer#10" class="uk-width-medium uk-text-left@s uk-text-center uk-panel">
881
                    <h3 class="el-title uk-h6">Dashboards</h3>
882
                    <ul class="uk-nav uk-nav-default uk-nav-parent-icon uk-nav-accordion" uk-nav="">
883
                       <li><a href="https://explore.openaire.eu" target="_blank">Explore</a></li>
884
                       <li><a href="https://provide.openaire.eu" target="_blank">Provide</a></li>
885
                       <li><a href="https://connect.openaire.eu/" target="_blank">Connect</a></li>
886
                       <li><a href="https://monitor.openaire.eu" target="_blank">Monitor</a></li>
887
                       <li><a href="https://develop.openaire.eu" target="_blank">Develop</a></li>
888
                    </ul>
889
                 </div>
890
              </div>
891
              <div id="footer#11" class="uk-width-expand@s">
892
                 <div id="footer#12" class="uk-width-medium uk-text-left@s uk-text-center uk-panel">
893
                    <h3 class="el-title uk-h6">Support</h3>
894
                    <ul class="uk-nav uk-nav-default uk-nav-parent-icon uk-nav-accordion" uk-nav="">
895 54675 argiro.kok
                      <li><a href="https://www.openaire.eu/contact-noads">NOADs</a></li>
896 53395 argiro.kok
                       <li><a target="_blank" href="https://www.openaire.eu/guides">Guides</a></li>
897
                       <li><a target="_blank" href="https://www.openaire.eu/faqs">FAQs</a></li>
898
                       <li><a target="_blank" href="https://www.openaire.eu/frontpage/webinars">Webinars</a></li>
899
                       <li><a target="_blank" href="https://www.openaire.eu/support/helpdesk">Ask a question</a></li>
900
                    </ul>
901
                 </div>
902
              </div>
903
              <div id="footer#13" class="uk-width-expand@s">
904
                 <div id="footer#14" class="uk-width-medium uk-text-left@s uk-text-center uk-panel">
905
                    <h3 class="el-title uk-h6">Updates</h3>
906
                    <ul class="uk-nav uk-nav-default uk-nav-parent-icon uk-nav-accordion" uk-nav="">
907
                       <li><a target="_blank" href="https://www.openaire.eu/news/">News</a></li>
908
                       <li><a target="_blank" href="https://www.openaire.eu/events">Events</a></li>
909
                       <li><a target="_blank" href="https://www.openaire.eu/blogs/magazine">Blogs</a></li>
910 54675 argiro.kok
                       <li><a href="https://www.openaire.eu/newsletter/listing">Newsletters</a></li>
911 53395 argiro.kok
                       <li><a target="_blank" href="https://www.openaire.eu/documents">Documents</a></li>
912
                    </ul>
913
                 </div>
914
              </div>
915
           </div>
916
        </div>
917
     </div>
918
  </div>
919
  <div class="uk-section-primary uk-section uk-section-xsmall">
920
   <div class="uk-container">
921
      <div class="uk-grid-margin uk-grid uk-grid-stack" uk-grid="">
922
         <div class="uk-width-expand@m">
923
         </div>
924
      </div>
925
   </div>
926
</div>
927
<div class="uk-section-primary uk-section uk-section-xsmall">
928
   <div class="uk-container uk-container-expand">
929
      <div class="uk-grid-margin uk-grid" uk-grid="">
930
         <div class="uk-width-small@m uk-first-column">
931
         </div>
932
         <div class="uk-width-expand@m">
933
            <div id="footer#22" class=" uk-text-small uk-margin uk-margin-remove-bottom uk-text-center@m uk-text-center uk-text-lead">
934
               <a href="http://creativecommons.org/licenses/by/4.0/" rel="license">
935
                  <img src="/images/Icons/cc.svg" uk-svg="" hidden="true">
936
                  <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" width="24" height="24" class=" uk-svg">
937
                     <title></title>
938
                     <g data-name="Creative Commons" id="Creative_Commons">
939
                        <circle cx="12" cy="12" r="11.5" style="fill:none;stroke:#ffffff;stroke-linecap:round;stroke-linejoin:round"></circle>
940
                        <path d="M10.87,10a3.5,3.5,0,1,0,0,4" style="fill:none;stroke:#ffffff;stroke-linecap:round;stroke-linejoin:round"></path>
941
                        <path d="M18.87,10a3.5,3.5,0,1,0,0,4" style="fill:none;stroke:#ffffff;stroke-linecap:round;stroke-linejoin:round"></path>
942
                     </g>
943
                  </svg>
944
                  &nbsp;<img src="/images/Icons/cc-by.svg" uk-svg="" hidden="true">
945
                  <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" width="24" height="24" class=" uk-svg">
946
                     <title></title>
947
                     <g id="Attribution">
948
                        <g data-name="<Group>" id="_Group_">
949
                           <circle cx="12" cy="5" data-name="<Path>" id="_Path_" r="1.5" style="fill:none;stroke:#ffffff;stroke-linecap:round;stroke-linejoin:round"></circle>
950
                           <path d="M12,8a5,5,0,0,0-3.07.71,1,1,0,0,0-.43.83V15H10v5.5h4V15h1.5V9.54a1,1,0,0,0-.43-.83A5,5,0,0,0,12,8Z" data-name="<Path>" id="_Path_2" style="fill:none;stroke:#ffffff;stroke-linecap:round;stroke-linejoin:round"></path>
951
                        </g>
952
                        <circle cx="12" cy="12" r="11.5" style="fill:none;stroke:#ffffff;stroke-linecap:round;stroke-linejoin:round"></circle>
953
                     </g>
954
                  </svg>
955
               </a>
956
               &nbsp;Unless otherwise indicated, all materials created by OpenAIRE are licenced under&nbsp;<a href="http://creativecommons.org/licenses/by/4.0/" rel="license">CC ATTRIBUTION 4.0 INTERNATIONAL LICENSE</a>.
957 49344 katerina.i
            </div>
958
         </div>
959 53395 argiro.kok
         <div class="uk-width-small@m">
960
            <div class="uk-margin uk-margin-remove-top uk-margin-remove-bottom uk-text-right@m uk-text-center">
961
               <a href="#" uk-totop="" uk-scroll="" class="uk-totop uk-icon">
962
963
               </a>
964
            </div>
965
         </div>
966
      </div>
967
   </div>
968
</div>
969 54675 argiro.kok
 <!-- FOOTER ENDS HERE-->
970 49344 katerina.i
      </div>
971
   </body>
972
</html>