1
|
|
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 - Authentication</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
|
<link rel="stylesheet" type="text/css" href="./assets/develop-custom.css">
|
21
|
|
22
|
</head>
|
23
|
<body>
|
24
|
<div class="uk-offcanvas-content uk-height-viewport">
|
25
|
<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
|
|
32
|
</div>
|
33
|
</a>
|
34
|
</div>
|
35
|
<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 uk-active">
|
62
|
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
|
Bulk access
|
76
|
<ul class="uk-nav-sub">
|
77
|
<li><a routerLinkActive="uk-link" href="./graph-dumps.html" >OpenAIRE Research Graph Dumps</a></li>
|
78
|
<li><a routerLinkActive="uk-link" href="./oai-pmh.html" >OAI-PMH (discontinued)</a></li>
|
79
|
<li><a routerLinkActive="uk-link" href="./bulk-projects.html" >Bulk access to projects</a></li>
|
80
|
</ul>
|
81
|
</li>
|
82
|
<li class="uk-nav-header uk-parent">
|
83
|
<a href="./api.html">Selective access</a>
|
84
|
<!-- <ul class="uk-nav-sub">
|
85
|
<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
|
</ul> -->
|
91
|
</li>
|
92
|
</ul>
|
93
|
</div>
|
94
|
</div>
|
95
|
</div>
|
96
|
</div>
|
97
|
</div>
|
98
|
</div>
|
99
|
</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
|
</div>
|
119
|
</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*="uk-section"]" 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="{"align":"left"}">
|
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
|
|
136
|
<li class="uk-parent uk-active">
|
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
|
<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
|
<li><a routerLinkActive="uk-link" href="./graph-dumps.html" >OpenAIRE Research Graph Dumps</a></li>
|
157
|
<li><a routerLinkActive="uk-link" href="./oai-pmh.html" >OAI-PMH (discontinued)</a></li>
|
158
|
<li><a routerLinkActive="uk-link" href="./bulk-projects.html" >Bulk access to projects</a></li>
|
159
|
</ul>
|
160
|
</div>
|
161
|
</div>
|
162
|
</div>
|
163
|
</li>
|
164
|
<li class="uk-parent">
|
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
|
<li><a href="./api.html#software" >Software</a></li>
|
173
|
<li><a href="./api.html#other" >Other Research Products</a></li>
|
174
|
<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
|
</div>
|
187
|
</div>
|
188
|
</div>
|
189
|
|
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="#">Authentication</a>
|
202
|
<ul class="uk-nav-sub">
|
203
|
<li><b><a href="./authentication.html">General Information</a></b></li>
|
204
|
<li><a href="./personalToken.html">Personal Token</a></li>
|
205
|
<li><a href="./registeredService.html">Registered Services</a></li>
|
206
|
</ul>
|
207
|
</li>
|
208
|
</ul>
|
209
|
</div>
|
210
|
|
211
|
|
212
|
<div class="tm-main uk-width-expand uk-row-first uk-first-column">
|
213
|
<p>
|
214
|
The OpenAIRE APIs can be accessed over HTTPS both by authenticated and non authenticated requests.
|
215
|
Currently, there is <b>an adjustment period until September 2021</b>, when the rate limit for both authenticated
|
216
|
and non authenticated requests is up to 7200 requests per hour. <b>After this period we plan to significantly
|
217
|
lower the rate limit of non authenticated requests up to 60 requests per hour.</b>
|
218
|
|
219
|
<p> Please seriously consider to make authenticated requests to achieve better rate limits. </p>
|
220
|
|
221
|
<table class="uk-table uk-table-divider uk-table-striped">
|
222
|
<thead>
|
223
|
<tr>
|
224
|
<th colspan="2" class="uk-text-center">OpenAIRE APIs Rate limits</th>
|
225
|
</tr>
|
226
|
</thead>
|
227
|
<tbody>
|
228
|
<tr>
|
229
|
<td>Not authenticated requests</td>
|
230
|
<td>up to 7200 requests per hour
|
231
|
<br>soon to decrease - please see above</td>
|
232
|
</tr>
|
233
|
<tr>
|
234
|
<td>Authenticated requests</td>
|
235
|
<td>up to 7200 request per hour</td>
|
236
|
</tr>
|
237
|
</tbody>
|
238
|
</table>
|
239
|
|
240
|
<p>The only exception to this approach is the LOD API that will continue to be accessible only via HTTP and
|
241
|
non authenticated requests at <a href="http://lod.openaire.eu/sparql" target="_blank"> http://lod.openaire.eu/sparql</a>
|
242
|
with the current rate limits.</p>
|
243
|
|
244
|
OpenAIRE APIs can be used for both authentication and authorization. Our OAuth 2.0 implementation, conforms to the
|
245
|
OpenID Connect specification, and is <a href="https://openid.net/certification/" target="_blank">OpenID Certified</a>.
|
246
|
OpenID Connect is a simple identity layer on top of the OAuth 2.0 protocol. For more information about OAuth2.0 please
|
247
|
visit the <a href="https://oauth.net/2/" target="_blank">OAuth2.0 official site</a>. For more information about OpenID
|
248
|
Connect please visit the <a href="https://openid.net/connect/" target="_blank">OpenID Connect official site</a>.
|
249
|
</p>
|
250
|
|
251
|
<h4>Requests</h4>
|
252
|
|
253
|
<p>To access the OpenAIRE APIs with better rate limits, send your access token using the Authorization header.</p>
|
254
|
|
255
|
<pre class="uk-text-left">
|
256
|
GET https://api.openaire.eu/{resourceServicePath}
|
257
|
Authorization: Bearer {ACCESS_TOKEN}</pre>
|
258
|
|
259
|
<p>To get an access token, we support <a href="./personalToken.html"><b>personal access token</b></a> creation and
|
260
|
<a href="./registeredService.html"><b>service registration</b></a>.</p>
|
261
|
|
262
|
|
263
|
<h4>Response Headers</h4>
|
264
|
<table class="uk-table uk-table-divider uk-table-striped">
|
265
|
<tbody>
|
266
|
<tr>
|
267
|
<td>x-ratelimit-limit</td>
|
268
|
<td>The maximum number of requests allowed for the client in one time window.</td>
|
269
|
</tr>
|
270
|
<tr>
|
271
|
<td>x-ratelimit-used</td>
|
272
|
<td>The number of requests already made by the client in the current time window.</td>
|
273
|
</tr>
|
274
|
</tbody>
|
275
|
</table>
|
276
|
|
277
|
<p>The OpenAIRE APIs use a sliding time window of one hour.</p>
|
278
|
|
279
|
|
280
|
<h4>Error Messages</h4>
|
281
|
<p>404 - Not found</p> <!--404-->
|
282
|
<pre>
|
283
|
<code>
|
284
|
{
|
285
|
"error": "Not found",
|
286
|
"description": "Invald request path."
|
287
|
}
|
288
|
</code>
|
289
|
</pre>
|
290
|
|
291
|
<p>403 - Invalid Access Token</p> <!--403-->
|
292
|
<pre>
|
293
|
<code>
|
294
|
{
|
295
|
"error": "Token invalid",
|
296
|
"description": "Authorization header value invalid."
|
297
|
}
|
298
|
</code>
|
299
|
</pre>
|
300
|
|
301
|
<p>429 - Rate limit abuse for unauthenticated user</p> <!--429-->
|
302
|
<pre>
|
303
|
<code>
|
304
|
{
|
305
|
"error": "Too many requests",
|
306
|
"description": "Request rate exceeded. Slow down."
|
307
|
}
|
308
|
</code>
|
309
|
</pre>
|
310
|
|
311
|
<p>429 - Rate limit abuse</p> <!--429-->
|
312
|
<pre>
|
313
|
<code>
|
314
|
{
|
315
|
"error": "Too many requests",
|
316
|
"description": "Request rate exceeded. Slow down."
|
317
|
}
|
318
|
</code>
|
319
|
</pre>
|
320
|
</div> <DO NOT REMOVE>
|
321
|
</div>
|
322
|
</div>
|
323
|
</div>
|
324
|
<!-- FOOTER STARTS HERE-->
|
325
|
<!-- <div class="uk-section-primary uk-preserve-color uk-section uk-section-small uk-padding-remove-bottom">
|
326
|
<div class="uk-container uk-container-expand">
|
327
|
<div class="uk-grid-large uk-grid-margin-large uk-grid" uk-grid="">
|
328
|
<div class="uk-width-auto@m uk-light uk-first-column">
|
329
|
<div id="footer#4" class="newsletter uk-margin uk-margin-remove-bottom uk-text-left uk-panel">
|
330
|
<h6 class="el-title uk-margin uk-h2">
|
331
|
Newsletter
|
332
|
</h6>
|
333
|
<a target="_blank" href="https://www.openaire.eu/newsletter/view" class="el-link">
|
334
|
<span class="el-image uk-icon">
|
335
|
<svg width="30" height="30" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
336
|
<circle cx="3.12" cy="16.8" r="1.85"></circle>
|
337
|
<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>
|
338
|
<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>
|
339
|
</svg>
|
340
|
</span>
|
341
|
</a>
|
342
|
</div>
|
343
|
</div>
|
344
|
<div class="uk-width-expand@m uk-light">
|
345
|
<div id="footer#7" class="uk-text-right@m uk-text-center">
|
346
|
<ul class="uk-subnav uk-margin-remove-bottom uk-subnav-divider uk-flex-right@m uk-flex-center" uk-margin="">
|
347
|
<li class="el-item uk-first-column">
|
348
|
<a class="el-link" target="_blank" href="https://www.openaire.eu/about">About</a>
|
349
|
</li>
|
350
|
<li class="el-item">
|
351
|
<a class="el-link" href="http://catalogue.openaire.eu" target="_blank">Services</a>
|
352
|
</li>
|
353
|
<li class="el-item">
|
354
|
<a class="el-link" target="_blank" href="https://www.openaire.eu/support">Support</a>
|
355
|
</li>
|
356
|
<li class="el-item">
|
357
|
<a class="el-link" target="_blank" href="https://www.openaire.eu/news">News</a>
|
358
|
</li>
|
359
|
<li class="el-item">
|
360
|
<a class="el-link" target="_blank" href="https://www.openaire.eu/events">Events</a>
|
361
|
</li>
|
362
|
<li class="el-item">
|
363
|
<a class="el-link" target="_blank" href="https://www.openaire.eu/documents">Documents</a>
|
364
|
</li>
|
365
|
</ul>
|
366
|
</div>
|
367
|
</div>
|
368
|
<div class="uk-width-auto@m uk-grid-item-match">
|
369
|
<div class="uk-tile-primary uk-preserve-color uk-tile uk-padding-remove">
|
370
|
<div id="footer#9" class="uk-margin uk-text-right@m uk-text-center">
|
371
|
<a class="el-content uk-button uk-button-default uk-button-small" target="_blank" href="https://www.openaire.eu/contact-us" target="_blank">
|
372
|
Contact us
|
373
|
</a>
|
374
|
</div>
|
375
|
</div>
|
376
|
</div>
|
377
|
</div>
|
378
|
</div>
|
379
|
</div>
|
380
|
<div class="uk-section-primary uk-section uk-section-xsmall uk-padding-remove-bottom">
|
381
|
<div class="uk-container uk-container-expand">
|
382
|
<div class="uk-margin-small uk-grid uk-grid-stack" uk-grid="">
|
383
|
<div class="uk-width-1-1@m uk-first-column">
|
384
|
<div class="uk-margin-large uk-margin-remove-top uk-text-center@m uk-text-center">
|
385
|
<img src="assets/Logo_Horizontal_white_small.png" sizes="(min-width: 126px) 126px" data-width="126" data-height="30" class="el-image" alt="OpenAIRE">
|
386
|
</div>
|
387
|
</div>
|
388
|
</div>
|
389
|
<div class="uk-flex-middle uk-margin-remove-vertical uk-grid" uk-grid="">
|
390
|
<div class="uk-width-small@m uk-first-column">
|
391
|
<div id="footer#16" class="uk-margin-medium uk-text-left@m uk-text-center uk-margin-small-bottom">
|
392
|
<img src="assets/commission.jpg" sizes="(min-width: 50px) 50px" data-width="427" data-height="285" class="el-image" alt="European Commission">
|
393
|
</div>
|
394
|
</div>
|
395
|
<div class="uk-width-expand@m">
|
396
|
<div id="footer#18" class=" uk-text-small uk-margin uk-margin-remove-bottom uk-text-center uk-text-lead">
|
397
|
<a href="http://creativecommons.org/licenses/by/4.0/" rel="license">
|
398
|
<img src="/images/Icons/cc.svg" uk-svg="" hidden="true">
|
399
|
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" width="24" height="24" class=" uk-svg">
|
400
|
<title></title>
|
401
|
<g data-name="Creative Commons" id="Creative_Commons">
|
402
|
<circle cx="12" cy="12" r="11.5" style="fill:none;stroke:#ffffff;stroke-linecap:round;stroke-linejoin:round"></circle>
|
403
|
<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>
|
404
|
<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>
|
405
|
</g>
|
406
|
</svg>
|
407
|
<img src="/images/Icons/cc-by.svg" uk-svg="" hidden="true">
|
408
|
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" width="24" height="24" class=" uk-svg">
|
409
|
<title></title>
|
410
|
<g id="Attribution">
|
411
|
<g data-name="<Group>" id="_Group_">
|
412
|
<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>
|
413
|
<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>
|
414
|
</g>
|
415
|
<circle cx="12" cy="12" r="11.5" style="fill:none;stroke:#ffffff;stroke-linecap:round;stroke-linejoin:round"></circle>
|
416
|
</g>
|
417
|
</svg>
|
418
|
</a>
|
419
|
Unless otherwise indicated, all materials created by OpenAIRE are licenced under <a href="http://creativecommons.org/licenses/by/4.0/" rel="license">CC ATTRIBUTION 4.0 INTERNATIONAL LICENSE</a>.
|
420
|
</div>
|
421
|
</div>
|
422
|
<div class="uk-width-small@m">
|
423
|
<div class="uk-margin uk-margin-remove-top uk-margin-remove-bottom uk-text-right@m uk-text-center">
|
424
|
<a href="#" uk-totop="" uk-scroll="" class="uk-totop uk-icon">
|
425
|
</a>
|
426
|
</div>
|
427
|
</div>
|
428
|
</div>
|
429
|
</div>
|
430
|
</div> -->
|
431
|
<div class="uk-section-primary uk-section uk-section-small uk-padding-remove-bottom">
|
432
|
<div class="uk-container uk-container-expand">
|
433
|
<div class="uk-container uk-container-expand uk-margin-small">
|
434
|
<div class="uk-grid-collapse uk-grid" uk-grid="">
|
435
|
<div id="footer#3" class="uk-width-expand@s uk-first-column">
|
436
|
<div class="uk-margin-small uk-margin-remove-top uk-text-left@s uk-text-center">
|
437
|
<img src="assets/Logo_Horizontal_white_small.png" data-width="126" data-height="30" class="el-image" alt="OpenAIRE">
|
438
|
</div>
|
439
|
<div id="footer#5" class="uk-margin uk-text-left@s uk-text-center">
|
440
|
<img src="assets/commission.jpg" sizes="(min-width: 50px) 50px" data-width="427" data-height="285" class="el-image" alt="European Commission">
|
441
|
</div>
|
442
|
<div id="footer#6" class="newsletter uk-margin uk-margin-remove-bottom uk-text-left@s uk-text-center uk-panel">
|
443
|
<h5 class="el-title uk-margin uk-h5">
|
444
|
Newsletter
|
445
|
</h5>
|
446
|
<a target="_blank" href="https://www.openaire.eu/newsletter/view" class="el-link">
|
447
|
<span class="el-image uk-icon">
|
448
|
<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
449
|
<circle cx="3.12" cy="16.8" r="1.85"></circle>
|
450
|
<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>
|
451
|
<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>
|
452
|
</svg>
|
453
|
</span>
|
454
|
</a>
|
455
|
</div>
|
456
|
<div id="footer#7" class="newsletter uk-margin-small uk-margin-remove-top uk-text-left@s uk-text-center uk-panel">
|
457
|
|
458
|
<div class="acymailing_module" id="acymailing_module_formAcymailing60611">
|
459
|
<div class="acymailing_mootoolsbutton" id="acymailing_toggle_formAcymailing60611">
|
460
|
<p><a class="acymailing_togglemodule" id="acymailing_togglemodule_formAcymailing60611" target="_blank" href="https://www.openaire.eu/newsletter/view">Subscribe</a></p>
|
461
|
|
462
|
</div>
|
463
|
</div>
|
464
|
</div>
|
465
|
<div class="uk-margin-small uk-margin-remove-top uk-text-left@s uk-text-center">
|
466
|
<div class="uk-child-width-auto uk-grid-small uk-flex-left@s uk-flex-center uk-grid" uk-grid="">
|
467
|
<div class="uk-first-column">
|
468
|
<a href="http://www.facebook.com/groups/openaire/" target="_blank" class="el-link uk-icon-button uk-icon">
|
469
|
<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
470
|
<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>
|
471
|
</svg>
|
472
|
</a>
|
473
|
</div>
|
474
|
<div>
|
475
|
<a href="http://www.twitter.com/OpenAIRE_eu" target="_blank" class="el-link uk-icon-button uk-icon">
|
476
|
<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
477
|
<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>
|
478
|
</svg>
|
479
|
</a>
|
480
|
</div>
|
481
|
<div>
|
482
|
<a href="http://www.linkedin.com/groups/OpenAIRE-3893548" target="_blank" class="el-link uk-icon-button uk-icon">
|
483
|
<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
484
|
<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>
|
485
|
<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>
|
486
|
</svg>
|
487
|
</a>
|
488
|
</div>
|
489
|
<div>
|
490
|
<a href="http://www.slideshare.net/OpenAIRE_eu" target="_blank" class="el-link uk-icon-button uk-icon">
|
491
|
<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
492
|
<line fill="none" stroke="#000" stroke-width="1.1" x1="13.4" y1="14" x2="6.3" y2="10.7"></line>
|
493
|
<line fill="none" stroke="#000" stroke-width="1.1" x1="13.5" y1="5.5" x2="6.5" y2="8.8"></line>
|
494
|
<circle fill="none" stroke="#000" stroke-width="1.1" cx="15.5" cy="4.6" r="2.3"></circle>
|
495
|
<circle fill="none" stroke="#000" stroke-width="1.1" cx="15.5" cy="14.8" r="2.3"></circle>
|
496
|
<circle fill="none" stroke="#000" stroke-width="1.1" cx="4.5" cy="9.8" r="2.3"></circle>
|
497
|
</svg>
|
498
|
</a>
|
499
|
</div>
|
500
|
<div>
|
501
|
<a href="https://www.youtube.com/channel/UChFYqizc-S6asNjQSoWuwjw" target="_blank" class="el-link uk-icon-button uk-icon">
|
502
|
<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
503
|
<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>
|
504
|
</svg>
|
505
|
</a>
|
506
|
</div>
|
507
|
</div>
|
508
|
</div>
|
509
|
</div>
|
510
|
<div id="footer#9" class="uk-width-expand@s">
|
511
|
<div id="footer#10" class="uk-width-medium uk-text-left@s uk-text-center uk-panel">
|
512
|
<h3 class="el-title uk-h6">Dashboards</h3>
|
513
|
<ul class="uk-nav uk-nav-default uk-nav-parent-icon uk-nav-accordion" uk-nav="">
|
514
|
<li><a href="https://explore.openaire.eu" target="_blank">Explore</a></li>
|
515
|
<li><a href="https://provide.openaire.eu" target="_blank">Provide</a></li>
|
516
|
<li><a href="https://connect.openaire.eu/" target="_blank">Connect</a></li>
|
517
|
<li><a href="https://monitor.openaire.eu" target="_blank">Monitor</a></li>
|
518
|
<li><a href="https://develop.openaire.eu" target="_blank">Develop</a></li>
|
519
|
</ul>
|
520
|
</div>
|
521
|
</div>
|
522
|
<div id="footer#11" class="uk-width-expand@s">
|
523
|
<div id="footer#12" class="uk-width-medium uk-text-left@s uk-text-center uk-panel">
|
524
|
<h3 class="el-title uk-h6">Support</h3>
|
525
|
<ul class="uk-nav uk-nav-default uk-nav-parent-icon uk-nav-accordion" uk-nav="">
|
526
|
<li><a target="_blank" href="https://www.openaire.eu/guides">Guides</a></li>
|
527
|
<li><a target="_blank" href="https://www.openaire.eu/faqs">FAQs</a></li>
|
528
|
<li><a target="_blank" href="https://www.openaire.eu/frontpage/webinars">Webinars</a></li>
|
529
|
<li><a target="_blank" href="https://www.openaire.eu/support/helpdesk">Ask a question</a></li>
|
530
|
</ul>
|
531
|
</div>
|
532
|
</div>
|
533
|
<div id="footer#13" class="uk-width-expand@s">
|
534
|
<div id="footer#14" class="uk-width-medium uk-text-left@s uk-text-center uk-panel">
|
535
|
<h3 class="el-title uk-h6">Updates</h3>
|
536
|
<ul class="uk-nav uk-nav-default uk-nav-parent-icon uk-nav-accordion" uk-nav="">
|
537
|
<li><a target="_blank" href="https://www.openaire.eu/news/">News</a></li>
|
538
|
<li><a target="_blank" href="https://www.openaire.eu/events">Events</a></li>
|
539
|
<li><a target="_blank" href="https://www.openaire.eu/blogs/magazine">Blogs</a></li>
|
540
|
<li><a target="_blank" href="https://www.openaire.eu/documents">Documents</a></li>
|
541
|
</ul>
|
542
|
</div>
|
543
|
</div>
|
544
|
</div>
|
545
|
</div>
|
546
|
</div>
|
547
|
</div>
|
548
|
<div class="uk-section-primary uk-section uk-section-xsmall">
|
549
|
<div class="uk-container">
|
550
|
<div class="uk-grid-margin uk-grid uk-grid-stack" uk-grid="">
|
551
|
<div class="uk-width-expand@m">
|
552
|
</div>
|
553
|
</div>
|
554
|
</div>
|
555
|
</div>
|
556
|
<div class="uk-section-primary uk-section uk-section-xsmall">
|
557
|
<div class="uk-container uk-container-expand">
|
558
|
<div class="uk-grid-margin uk-grid" uk-grid="">
|
559
|
<div class="uk-width-small@m uk-first-column">
|
560
|
</div>
|
561
|
<div class="uk-width-expand@m">
|
562
|
<div id="footer#22" class=" uk-text-small uk-margin uk-margin-remove-bottom uk-text-center@m uk-text-center uk-text-lead">
|
563
|
<a href="http://creativecommons.org/licenses/by/4.0/" rel="license">
|
564
|
<img src="/images/Icons/cc.svg" uk-svg="" hidden="true">
|
565
|
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" width="24" height="24" class=" uk-svg">
|
566
|
<title></title>
|
567
|
<g data-name="Creative Commons" id="Creative_Commons">
|
568
|
<circle cx="12" cy="12" r="11.5" style="fill:none;stroke:#ffffff;stroke-linecap:round;stroke-linejoin:round"></circle>
|
569
|
<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>
|
570
|
<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>
|
571
|
</g>
|
572
|
</svg>
|
573
|
<img src="/images/Icons/cc-by.svg" uk-svg="" hidden="true">
|
574
|
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" width="24" height="24" class=" uk-svg">
|
575
|
<title></title>
|
576
|
<g id="Attribution">
|
577
|
<g data-name="<Group>" id="_Group_">
|
578
|
<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>
|
579
|
<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>
|
580
|
</g>
|
581
|
<circle cx="12" cy="12" r="11.5" style="fill:none;stroke:#ffffff;stroke-linecap:round;stroke-linejoin:round"></circle>
|
582
|
</g>
|
583
|
</svg>
|
584
|
</a>
|
585
|
Unless otherwise indicated, all materials created by OpenAIRE are licenced under <a href="http://creativecommons.org/licenses/by/4.0/" rel="license">CC ATTRIBUTION 4.0 INTERNATIONAL LICENSE</a>.
|
586
|
</div>
|
587
|
</div>
|
588
|
<div class="uk-width-small@m">
|
589
|
<div class="uk-margin uk-margin-remove-top uk-margin-remove-bottom uk-text-right@m uk-text-center">
|
590
|
<a href="#" uk-totop="" uk-scroll="" class="uk-totop uk-icon">
|
591
|
|
592
|
</a>
|
593
|
</div>
|
594
|
</div>
|
595
|
</div>
|
596
|
</div>
|
597
|
</div>
|
598
|
<!--/div-->
|
599
|
</div>
|
600
|
</body>
|
601
|
</html>
|