Project

General

Profile

« Previous | Next » 

Revision 61745

PRIVATE new look and feel to match the graph.openaire.eu layout

View differences:

personalToken.html
1

  
2

  
3 1
<!DOCTYPE html>
4 2
<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 Personal Token</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
      <!-- Matomo -->
19
      <script type="text/javascript">
20
         var _paq = window._paq || [];
21
         /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
22
         _paq.push(['trackPageView']);
23
         _paq.push(['enableLinkTracking']);
24
         (function() {
25
         var u="//analytics.openaire.eu/";
26
         _paq.push(['setTrackerUrl', u+'matomo.php']);
27
         _paq.push(['setSiteId', '470']);
28
         var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
29
         g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
30
         })();
31
         </script>
32
      <link rel="stylesheet" type="text/css" href="./assets/theme.css">
33
      <link rel="stylesheet" type="text/css" href="./assets/custom.css">
34
      <link rel="stylesheet" type="text/css" href="./assets/develop-custom.css">
3
	<head>
4
		<meta charset="utf-8">
5
		<meta http-equiv="X-UA-Compatible" content="IE=edge">
6
		<meta name="viewport" content="width=device-width, initial-scale=1">
7
		<meta http-equiv="content-type" content="text/html; charset=utf-8" />
8
		<meta name="description" content="OpenAIRE API documentation, open access, research, scientific publication, European Commission, EC, FP7, ERC,
9
		Horizon 2020, H2020, search, projects, publications, research data, datasets, HTTP, funders "/>
10
		<link href="assets/common-assets/logo-small-graph.png">
11
		<link rel="apple-touch-icon" sizes="57x57" href="assets/common-assets/logo/apple-icon-57x57.png">
12
		<link rel="apple-touch-icon" sizes="60x60" href="assets/common-assets/logo/apple-icon-60x60.png">
13
		<link rel="apple-touch-icon" sizes="72x72" href="assets/common-assets/logo/apple-icon-72x72.png">
14
		<link rel="apple-touch-icon" sizes="76x76" href="assets/common-assets/logo/apple-icon-76x76.png">
15
		<link rel="apple-touch-icon" sizes="114x114" href="assets/common-assets/logo/apple-icon-114x114.png">
16
		<link rel="apple-touch-icon" sizes="120x120" href="assets/common-assets/logo/apple-icon-120x120.png">
17
		<link rel="apple-touch-icon" sizes="144x144" href="assets/common-assets/logo/apple-icon-144x144.png">
18
		<link rel="apple-touch-icon" sizes="152x152" href="assets/common-assets/logo/apple-icon-152x152.png">
19
		<link rel="apple-touch-icon" sizes="180x180" href="assets/common-assets/logo/apple-icon-180x180.png">
20
		<link rel="icon" type="image/png" sizes="192x192" href="assets/common-assets/logo/android-icon-192x192.png">
21
		<link rel="icon" type="image/png" sizes="32x32" href="assets/common-assets/logo/favicon-32x32.png">
22
		<link rel="icon" type="image/png" sizes="96x96" href="assets/common-assets/logo/favicon-96x96.png">
23
		<link rel="icon" type="image/png" sizes="16x16" href="assets/common-assets/logo/favicon-16x16.png">
24
		<link href="assets/common-assets/logo/favicon.ico" rel="shortcut icon" type="image/vnd.microsoft.icon"/>
25
		<title>OpenAIRE API documentation - Authentication Personal Token</title>
26
		<script  src="./assets/common-assets/jquery/jquery.js"></script>
27
		<script  src="./assets/uikit.js"></script>
28
		<script src="./assets/uikit-icon-max.js"></script>
29
		<script>
30
			$(function(){
31
				$("#headerMobile").load("headerMobile.html");
32
				$("#header").load("header.html");
33
			});
34
		</script>
35
		<!-- Matomo -->
36
		<script type="text/javascript">
37
			var _paq = window._paq || [];
38
			/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
39
			_paq.push(['trackPageView']);
40
			_paq.push(['enableLinkTracking']);
41
			(function() {
42
			var u="//analytics.openaire.eu/";
43
			_paq.push(['setTrackerUrl', u+'matomo.php']);
44
			_paq.push(['setSiteId', '470']);
45
			var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
46
			g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
47
			})();
48
		</script>
49
		<link rel="stylesheet" type="text/css" href="./assets/common-assets/common/theme.css">
50
		<link rel="stylesheet" type="text/css" href="./assets/common-assets/common/custom.css">
51
		<link rel="stylesheet" type="text/css" href="./assets/common-assets/library.css">
52
		<link rel="stylesheet" type="text/css" href="./assets/develop-custom.css">
53
	</head>
54
	<body class="graphApp">
55
		<div class="uk-offcanvas-content uk-height-viewport">
35 56

  
36
   </head>
37
   <body>
38
      <div class="uk-offcanvas-content uk-height-viewport">
39
        <div class="tm-header-mobile uk-hidden@m">
40
          <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="">
41
           <nav class="uk-navbar-container uk-navbar" uk-navbar="">
42
              <div class="uk-navbar-left">
43
                 <a class="uk-navbar-toggle" href="#tm-mobile" uk-toggle="">
44
                    <div uk-navbar-toggle-icon="" class="uk-navbar-toggle-icon uk-icon">
57
			<!-- Header menu STARTS here-->
58
			<div id="headerMobile" class="tm-header-mobile uk-hidden@m"></div>
59
			<div id="header" class="tm-header uk-visible@m tm-header-transparent" uk-header=""></div>
60
			<!-- Header menu ENDS here-->
45 61

  
46
                    </div>
47
                 </a>
48
              </div>
49
              <div class="uk-navbar-center">
50
                 <a class="uk-navbar-item uk-logo" href="overview.html">
51
                 <img src="assets/OA DEVELOP_A.png" class="uk-responsive-height" alt="OpenAIRE">        </a>
52
              </div>
53
           </nav>
54
           <div id="tm-mobile" uk-offcanvas="" mode="slide" overlay="" class="uk-offcanvas">
55
              <div class="uk-offcanvas-bar">
56
                 <button class="uk-offcanvas-close uk-close uk-icon" type="button" uk-close="">
57
                 </button>
58
                 <div class="uk-child-width-1-1 uk-grid" uk-grid="">
59
                    <div>
60
                       <div class="uk-panel" id="module-0">
61
                          <ul class="uk-nav uk-nav-default">
62
                            <li class="uk-nav-header uk-parent" >
63
                              Dashboards
64
                              <ul class="uk-nav-sub">
65
                            		<li><a href="https://explore.openaire.eu" target="_blank" class="uk-heading-bullet explore-heading-bullet">EXPLORE</a></li>
66
                            		<li><a href="https://provide.openaire.eu" target="_blank" class="uk-heading-bullet provide-heading-bullet">PROVIDE</a></li>
67
                            		<li><a href="https://connect.openaire.eu" target="_blank" class="uk-heading-bullet connect-heading-bullet">CONNECT</a></li>
68
                            		<li><a href="https://monitor.openaire.eu" target="_blank" class="uk-heading-bullet monitor-heading-bullet">MONITOR</a></li>
69
                               </ul>
70
                            </li>
71
                             <li class="uk-nav-header uk-parent">
72
                                <a href="./overview.html"> Overview </a>
62
			<div class=" first_page_section uk-section-default uk-section uk-padding-remove-vertical">
63
				<div class="first_page_banner_headline uk-grid-collapse uk-flex-middle uk-margin-remove-vertical uk-grid" uk-grid=""></div>
64
			</div>
73 65

  
74
                             </li>
75
                             <li class="uk-nav-header uk-parent uk-active">
76
                                 Authentication
77
                                 <ul class="uk-nav-sub">
78
                                    <li><a routerLinkActive="uk-link" href="./authentication.html" >General Information</a></li>
79
                                    <li><a routerLinkActive="uk-link" href="./personalToken.html" >Personal Token</a></li>
80
                                    <li><a routerLinkActive="uk-link" href="./registeredService.html">Registered Services</a>
81
                                       <ul class="uk-nav-sub">
82
                                          <li><a routerLinkActive="uk-link" href="./basic.html">Basic</a></li>
83
                                          <li><a routerLinkActive="uk-link" href="./advanced.html">Advanced</a></li>
84
                                       </ul>
85
                                    </li>
86
                                 </ul>                                 
87
                              </li>
88
                              <li class="uk-nav-header uk-parent">
89
                               Bulk access
90
                               <ul class="uk-nav-sub">
91
                                   <li><a routerLinkActive="uk-link" href="./graph-dumps.html" >OpenAIRE Research Graph Dumps</a></li>
92
                                  <li><a routerLinkActive="uk-link" href="./bulk-projects.html" >Bulk access to projects</a></li>
93
                               </ul>
94
                             </li>
95
                             <li class="uk-nav-header uk-parent">
96
                               <a href="./api.html">Selective access</a>
97
                                <ul class="uk-nav-sub">
98
                                 <li><a href="./api.html#pubs" >Publications</a></li>
99
                                 <li><a href="./api.html#datasets" >Research Data</a></li>
100
                                  <li><a href="./api.html#software" >Software</a></li>
101
                                  <li><a href="./api.html#other" >Other Research Products</a></li>
102
                                 <li><a href="./api.html#projects" >Projects</a></li>
103
                               </ul>
104
                             </li>
105
                          </ul>
106
                       </div>
107
                    </div>
108
                 </div>
109
              </div>
110
           </div>
111
        </div>
112
       </div>
113
        <!--Mobile ENDS here -->
114
        <div class="tm-toolbar custom-develop-toolbar uk-visible@m">
115
           <div class="uk-container uk-flex uk-flex-middle uk-container-expand ">
116
              <div class="uk-margin-auto-left">
117
                 <div class="uk-grid-medium uk-child-width-auto uk-flex-middle uk-grid uk-grid-stack" uk-grid="margin: uk-margin-small-top">
118
                    <div class="uk-first-column">
119
                       <div class="uk-panel inner" id="module-119">
120
                          <ul class="uk-subnav">
121
                            <li class="line"><a href="https://www.openaire.eu"><img class="uk-responsive-height" src="assets/Home_24white.svg" alt="home"/></a></li>
122
                            <li class="line"><a href="https://explore.openaire.eu" title="Search in OA. Link your research">Explore</a></li>
123
                            <li class="line"><a href="https://provide.openaire.eu" title="Content Provider Dashboard">Provide</a></li>
124
                            <li class="line"><a href="https://connect.openaire.eu" title="Research Community Dashboard">Connect</a></li>
125
                            <li class="line"><a href="https://monitor.openaire.eu" title="Monitoring Dashboard">Monitor</a></li>
126
                            <li class="line custom-develop-li "><a href="overview.html" title="APIs">Develop</a></li>
127
                          </ul>
128
                       </div>
129
                    </div>
130
                 </div>
131
              </div>
132
           </div>
133
        </div>
134
        <div class="tm-header uk-visible@m tm-header-transparent" uk-header="">
135
          <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="">
136
              <div class="uk-navbar-container uk-navbar-transparent">
137
                 <div class="uk-container uk-container-expand">
138
                    <nav class="uk-navbar" uk-navbar="{&quot;align&quot;:&quot;left&quot;}">
139
                       <div class="uk-navbar-left">
140
                          <a href="overview.html" class="uk-navbar-item uk-logo">
141
                          <img src="assets/OA DEVELOP_B.png" class="uk-responsive-height" alt="OpenAIRE"></a>
142
                       </div>
143
                       <div class="uk-navbar-right">
144
                          <ul class="uk-navbar-nav">
145
                             <li class="uk-parent">
146
                                <a href="overview.html" class="" aria-expanded="false">Overview</a>
147
                             </li>
66
			<!-- Page content STARTS here -->
67
				<div class="uk-section tm-middle custom-main-content" id="tm-main">
68
					<div class="uk-margin-large-left uk-margin-medium-bottom">
69
						<ul class="uk-breadcrumb">
70
							<li>
71
								<a href="/">Home</a>
72
							</li>
73
							<li>
74
								<a href="overview.html">API & Resources</a>
75
							</li>
76
							<li>
77
								<a href="authentication.html">Authentication</a>
78
							</li>
79
							<li>
80
								<span>Personal Token</span>
81
							</li>
82
						</ul>
83
					</div>
84
						<div class="uk-container">
85
							<div class="uk-grid">
86
								<div class="uk-width-1-3@s uk-width-1-4@m uk-width-1-4@l uk-visible@m" >
87
										<ul class="uk-nav-default uk-nav-parent-icon" uk-nav="multiple: false" uk-sticky="offset: 100; media:@s" >
88
													<li class="uk-parent uk-open">
89
															<a href="#">Authentication</a>
90
															<ul class="uk-nav-sub">
91
																	<li><a href="./authentication.html">General Information</a></li>
92
																	<li><b><a href="./personalToken.html">Personal Token</a></b></li>
93
																	<li><a href="./registeredService.html">Registered Services</a></li>
94
															</ul>
95
													</li>
96
											</ul>
97
								</div>
148 98

  
149
                              <li class="uk-parent uk-active">
150
                                 <a href="#" class="" aria-expanded="false">Authentication</a>
151
                                 <div class="uk-navbar-dropdown uk-navbar-dropdown-bottom-left" style="left: 116px; top: 80px;">
152
                                    <div class="uk-navbar-dropdown-grid uk-child-width-1-1 uk-grid uk-grid-stack" uk-grid="">
153
                                       <div class="uk-first-column">
154
                                          <ul class="uk-nav uk-navbar-dropdown-nav">
155
                                             <li><a routerLinkActive="uk-link" href="./authentication.html" >General Information</a></li>
156
                                             <li><a routerLinkActive="uk-link" href="./personalToken.html" >Personal Token</a></li>
157
                                             <li><a routerLinkActive="uk-link" href="./registeredService.html">Registered Services</a></li>                                                                                      
158
                                          </ul>                                 
159
                                       </div>
160
                                    </div>
161
                                 </div>
162
                              </li>
163
                             <li class="uk-parent">
164
                                <a href="#" class="" aria-expanded="false">Bulk access</a>
165
                                <div class="uk-navbar-dropdown uk-navbar-dropdown-bottom-left" style="left: 116px; top: 80px;">
166
                                   <div class="uk-navbar-dropdown-grid uk-child-width-1-1 uk-grid uk-grid-stack" uk-grid="">
167
                                      <div class="uk-first-column">
168
                                         <ul class="uk-nav uk-navbar-dropdown-nav">
169
                                            <li><a routerLinkActive="uk-link" href="./graph-dumps.html" >OpenAIRE Research Graph Dumps</a></li>
170
                                           <li><a routerLinkActive="uk-link" href="./bulk-projects.html" >Bulk access to projects</a></li>
171
                                         </ul>
172
                                      </div>
173
                                   </div>
174
                                </div>
175
                             </li>
176
                              <li class="uk-parent">
177
                                <a href="#" class="" aria-expanded="false">Selective access</a>
178
                                <div class="uk-navbar-dropdown uk-navbar-dropdown-bottom-left" style="left: 228px; top: 80px;">
179
                                   <div class="uk-navbar-dropdown-grid uk-child-width-1-1 uk-grid uk-grid-stack" uk-grid="">
180
                                      <div class="uk-first-column">
181
                                         <ul class="uk-nav uk-navbar-dropdown-nav">
182
                                           <li><a href="./api.html#pubs" >Publications</a></li>
183
                                           <li><a href="./api.html#datasets" >Research Data</a></li>
184
                                            <li><a href="./api.html#software" >Software</a></li>
185
                                            <li><a href="./api.html#other" >Other Research Products</a></li>
186
                                           <li><a href="./api.html#projects" >Projects</a></li>
187
                                         </ul>
188
                                      </div>
189
                                   </div>
190
                                </div>
191
                             </li>
99
								<div   class="tm-main uk-width-expand uk-row-first uk-first-column">
100
									<h2 class="uk-text-center" id="personal">Personal access token</h2>
101
									<p>To access the OpenAIRE APIs with better rate limits you can use your personal access token.</p>
192 102

  
193
                          </ul>
194
                       </div>
103
									<h4>How to create your personal access token</h4>
104
									To create your personal access token: 
105
									<ol>
106
										<li>Login to OpenAIRE. In case you are not already a member you will need to register first.</li>
107
										<li>Go to <a href="https://services.openaire.eu/uoa-user-management/personalToken" target="_blank">your personal access token page</a> to get your personal access token.</li>
108
									</ol>  
195 109

  
196
                    </nav>
197
                 </div>
198
              </div>
199
           </div>
200
         </div>
110
									<div class="uk-alert-primary" uk-alert>
111
												<p>Your access token is valid for an hour.</p>
112
										</div>   
201 113

  
202
         <div class=" first_page_section uk-section-default uk-section uk-padding-remove-vertical">
203
            <div class="first_page_banner_headline uk-grid-collapse uk-flex-middle uk-margin-remove-vertical uk-grid" uk-grid="">
204
            </div>
205
         </div>
114
									<div class="uk-alert-danger" uk-alert>
115
										<p>Do not share your personal access token. Send your personal access token over HTTPS.</p>
116
									</div>
206 117

  
207
         <div   class=" uk-section uk-margin-large-top tm-middle custom-main-content" id="tm-main">
208
            <div class="uk-container">
209
              <div class="uk-grid">
210
                <div class="uk-width-1-3@s uk-width-1-4@m uk-width-1-4@l uk-visible@m" >
211
                     <ul class="uk-nav-default uk-nav-parent-icon" uk-nav="multiple: false" uk-sticky="offset: 100; media:@s" >
212
                           <li class="uk-parent uk-open">
213
                               <a href="#">Authentication</a>
214
                               <ul class="uk-nav-sub">
215
                                   <li><a href="./authentication.html">General Information</a></li>
216
                                   <li><b><a href="./personalToken.html">Personal Token</a></b></li>
217
                                   <li><a href="./registeredService.html">Registered Services</a></li>
218
                               </ul>
219
                           </li>
220
                       </ul>
221
                </div>
118
									<h4>How to use your personal access token</h4>
222 119

  
223
                <div   class="tm-main uk-width-expand uk-row-first uk-first-column">
224
                  <h2 id="personal">Personal access token</h2>
225
                  <p>To access the OpenAIRE APIs with better rate limits you can use your personal access token.</p>
120
									<p>To access the OpenAIRE APIs send your personal access token using the Authorization header.</p>
226 121

  
227
                  <h4>How to create your personal access token</h4>
228
                  To create your personal access token: 
229
                  <ol>
230
                     <li>Login to OpenAIRE. In case you are not already a member you will need to register first.</li>
231
                     <li>Go to <a href="https://services.openaire.eu/uoa-user-management/personalToken" target="_blank">your personal access token page</a> to get your personal access token.</li>
232
                  </ol>  
122
									<pre class="uk-text-left">
123
	GET https://api.openaire.eu/{resourceServicePath}
124
	Authorization: Bearer {ACCESS_TOKEN}</pre>
233 125

  
234
                  <div class="uk-alert-primary" uk-alert>
235
                        <p>Your access token is valid for an hour.</p>
236
                     </div>   
126
									<h4>An hour is not enough? What to do.</h4>
237 127

  
238
                  <div class="uk-alert-danger" uk-alert>
239
                     <p>Do not share your personal access token. Send your personal access token over HTTPS.</p>
240
                  </div>
128
									<p>To prolong your access to our APIs you can use a <b>refresh token</b> that allows you to programmatically 
129
										issue a new access token. </p> 
130
									
131
									<p>To get your refresh token:</p>
132
									<ol>
133
										<li>Login to OpenAIRE. In case you are not already a member you will need to register first.</li>
134
										<li>Go to <a href="https://services.openaire.eu/uoa-user-management/personalToken" target="_blank">your personal access token page</a> and click the <span class="uk-text-primary"><b>"Get a refresh token"</b></span> button to get your refresh token.</li>
135
									</ol> 
241 136

  
242
                  <h4>How to use your personal access token</h4>
137
									<div class="uk-alert-primary" uk-alert>
138
										OpenAIRE refresh token expires after 1 month.
139
									</div>
140
									<div class="uk-alert-primary" uk-alert>
141
										In case you already have a refresh token a new one will be issued and the old one will no longer be valid.
142
									</div>
143
									<div class="uk-alert-danger" uk-alert>
144
												<p>
145
															Please copy your refresh token and store it confidentially. You will not be able to retrieve it.
146
															Do not share your refresh token. Send your refresh token over HTTPS.</p>
147
										</div>
243 148

  
244
                  <p>To access the OpenAIRE APIs send your personal access token using the Authorization header.</p>
149
									<p> Since the OpenAIRE refresh token expires after one month, when a client gets a refresh token, this token must be 
150
												stored securely to keep it from being used by potential attackers. If a refresh token is leaked, it may be used to 
151
												obtain new access tokens and access protected resources until a new one is issued or it expires. </p>
152
									
153
									<p>To get a personal access token using your refresh token you need to make the following request:</p>
154
									<pre class="uk-text-left">
155
	https://services.openaire.eu/uoa-user-management/api/users/getAccessToken?refreshToken={your_refresh_token}</pre>
245 156

  
246
                  <pre class="uk-text-left">
247
   GET https://api.openaire.eu/{resourceServicePath}
248
   Authorization: Bearer {ACCESS_TOKEN}</pre>
249

  
250
                  <h4>An hour is not enough? What to do.</h4>
251

  
252
                  <p>To prolong your access to our APIs you can use a <b>refresh token</b> that allows you to programmatically 
253
                    issue a new access token. </p> 
254
                  
255
                  <p>To get your refresh token:</p>
256
                  <ol>
257
                     <li>Login to OpenAIRE. In case you are not already a member you will need to register first.</li>
258
                     <li>Go to <a href="https://services.openaire.eu/uoa-user-management/personalToken" target="_blank">your personal access token page</a> and click the <span class="uk-text-primary"><b>"Get a refresh token"</b></span> button to get your refresh token.</li>
259
                  </ol> 
260

  
261
                  <div class="uk-alert-primary" uk-alert>
262
                    OpenAIRE refresh token expires after 1 month.
263
                  </div>
264
                  <div class="uk-alert-primary" uk-alert>
265
                    In case you already have a refresh token a new one will be issued and the old one will no longer be valid.
266
                  </div>
267
                  <div class="uk-alert-danger" uk-alert>
268
                        <p>
269
                               Please copy your refresh token and store it confidentially. You will not be able to retrieve it.
270
                               Do not share your refresh token. Send your refresh token over HTTPS.</p>
271
                     </div>
272

  
273
                  <p> Since the OpenAIRE refresh token expires after one month, when a client gets a refresh token, this token must be 
274
                        stored securely to keep it from being used by potential attackers. If a refresh token is leaked, it may be used to 
275
                        obtain new access tokens and access protected resources until a new one is issued or it expires. </p>
276
                  
277
                  <p>To get a personal access token using your refresh token you need to make the following request:</p>
278
                  <pre class="uk-text-left">
279
   https://services.openaire.eu/uoa-user-management/api/users/getAccessToken?refreshToken={your_refresh_token}</pre>
280

  
281
                  <p>The response has the following format</p>
282
                  <pre class="uk-text-left">
157
									<p>The response has the following format</p>
158
									<pre class="uk-text-left">
283 159
{ 
284
   "access_token": "...",
285
   "token_type":"Bearer",
286
   "refresh_token": "...",
287
   "expires_in": ...,
288
   "scope":"...",
289
   "id_token":"..."
160
	"access_token": "...",
161
	"token_type":"Bearer",
162
	"refresh_token": "...",
163
	"expires_in": ...,
164
	"scope":"...",
165
	"id_token":"..."
290 166
}</pre>
291 167

  
292
                  <h4>Error Messages</h4>
293
                  <p>Missing Refresh Token</p>
294
                  <pre class="uk-text-left">
168
									<h4>Error Messages</h4>
169
									<p>Missing Refresh Token</p>
170
									<pre class="uk-text-left">
295 171
{  
296
   "status" : "error", 
297
   "code" : "400", 
298
   "message" : "Bad Request", 
299
   "description" : "Missing refreshToken parameter" 
172
	"status" : "error", 
173
	"code" : "400", 
174
	"message" : "Bad Request", 
175
	"description" : "Missing refreshToken parameter" 
300 176
}</pre>
301 177

  
302
                  <p>Invalid Refresh Token</p>
303
                  <pre class="uk-text-left">
178
									<p>Invalid Refresh Token</p>
179
									<pre class="uk-text-left">
304 180
{  
305
   "status" : "error", 
306
   "code" : "401", 
307
   "message" : "Unauthorised", 
308
   "description" : "Invalid refreshToken token" 
181
	"status" : "error", 
182
	"code" : "401", 
183
	"message" : "Unauthorised", 
184
	"description" : "Invalid refreshToken token" 
309 185
}</pre>
310
                  
311
                  <h4>Need more access?</h4>
312
                  <p>Please <a href="https://services.openaire.eu/uoa-user-management/registeredServices" target="_blank">register a service</a>.</p>
313
            </div> <DO NOT REMOVE>
314
          </div>
315
        </div>
316
      </div>
317
         <!-- FOOTER STARTS HERE-->
318
         <!-- <div class="uk-section-primary uk-preserve-color uk-section uk-section-small uk-padding-remove-bottom">
319
           <div class="uk-container uk-container-expand">
320
              <div class="uk-grid-large uk-grid-margin-large uk-grid" uk-grid="">
321
                 <div class="uk-width-auto@m uk-light uk-first-column">
322
                    <div id="footer#4" class="newsletter uk-margin uk-margin-remove-bottom uk-text-left uk-panel">
323
                       <h6 class="el-title uk-margin uk-h2">
324
                          Newsletter
325
                       </h6>
326
                       <a target="_blank" href="https://www.openaire.eu/newsletter/view" class="el-link">
327
                          <span   class="el-image uk-icon">
328
                             <svg width="30" height="30" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
329
                                <circle cx="3.12" cy="16.8" r="1.85"></circle>
330
                                <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>
331
                                <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>
332
                             </svg>
333
                          </span>
334
                       </a>
335
                    </div>
336
                 </div>
337
                 <div class="uk-width-expand@m uk-light">
338
                    <div id="footer#7" class="uk-text-right@m uk-text-center">
339
                       <ul class="uk-subnav uk-margin-remove-bottom uk-subnav-divider uk-flex-right@m uk-flex-center" uk-margin="">
340
                          <li class="el-item uk-first-column">
341
                             <a class="el-link" target="_blank" href="https://www.openaire.eu/about">About</a>
342
                          </li>
343
                          <li class="el-item">
344
                             <a class="el-link" href="http://catalogue.openaire.eu" target="_blank">Services</a>
345
                          </li>
346
                          <li class="el-item">
347
                             <a class="el-link" target="_blank" href="https://www.openaire.eu/support">Support</a>
348
                          </li>
349
                          <li class="el-item">
350
                             <a class="el-link" target="_blank" href="https://www.openaire.eu/news">News</a>
351
                          </li>
352
                          <li class="el-item">
353
                             <a class="el-link" target="_blank" href="https://www.openaire.eu/events">Events</a>
354
                          </li>
355
                          <li class="el-item">
356
                             <a class="el-link" target="_blank" href="https://www.openaire.eu/documents">Documents</a>
357
                          </li>
358
                       </ul>
359
                    </div>
360
                 </div>
361
                 <div class="uk-width-auto@m uk-grid-item-match">
362
                    <div class="uk-tile-primary uk-preserve-color uk-tile uk-padding-remove">
363
                       <div id="footer#9" class="uk-margin uk-text-right@m uk-text-center">
364
                          <a class="el-content uk-button uk-button-default uk-button-small" target="_blank" href="https://www.openaire.eu/contact-us" target="_blank">
365
                          Contact us
366
                          </a>
367
                       </div>
368
                    </div>
369
                 </div>
370
              </div>
371
           </div>
372
        </div>
373
        <div class="uk-section-primary uk-section uk-section-xsmall uk-padding-remove-bottom">
374
           <div class="uk-container uk-container-expand">
375
              <div class="uk-margin-small uk-grid uk-grid-stack" uk-grid="">
376
                 <div class="uk-width-1-1@m uk-first-column">
377
                    <div class="uk-margin-large uk-margin-remove-top uk-text-center@m uk-text-center">
378
                       <img src="assets/Logo_Horizontal_white_small.png"   sizes="(min-width: 126px) 126px" data-width="126" data-height="30" class="el-image" alt="OpenAIRE">
379
                    </div>
380
                 </div>
381
              </div>
382
              <div class="uk-flex-middle uk-margin-remove-vertical uk-grid" uk-grid="">
383
                 <div class="uk-width-small@m uk-first-column">
384
                    <div id="footer#16" class="uk-margin-medium uk-text-left@m uk-text-center uk-margin-small-bottom">
385
                       <img src="assets/commission.jpg" sizes="(min-width: 50px) 50px" data-width="427" data-height="285" class="el-image" alt="European Commission">
386
                    </div>
387
                 </div>
388
                 <div class="uk-width-expand@m">
389
                    <div id="footer#18" class=" uk-text-small uk-margin uk-margin-remove-bottom uk-text-center uk-text-lead">
390
                       <a href="http://creativecommons.org/licenses/by/4.0/" rel="license">
391
                          <img src="/images/Icons/cc.svg" uk-svg="" hidden="true">
392
                          <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" width="24" height="24" class=" uk-svg">
393
                             <title></title>
394
                             <g data-name="Creative Commons" id="Creative_Commons">
395
                                <circle cx="12" cy="12" r="11.5" style="fill:none;stroke:#ffffff;stroke-linecap:round;stroke-linejoin:round"></circle>
396
                                <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>
397
                                <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>
398
                             </g>
399
                          </svg>
400
                          &nbsp;<img src="/images/Icons/cc-by.svg" uk-svg="" hidden="true">
401
                          <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" width="24" height="24" class=" uk-svg">
402
                             <title></title>
403
                             <g id="Attribution">
404
                                <g data-name="<Group>" id="_Group_">
405
                                   <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>
406
                                   <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>
407
                                </g>
408
                                <circle cx="12" cy="12" r="11.5" style="fill:none;stroke:#ffffff;stroke-linecap:round;stroke-linejoin:round"></circle>
409
                             </g>
410
                          </svg>
411
                       </a>
412
                       &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>.
413
                    </div>
414
                 </div>
415
                 <div class="uk-width-small@m">
416
                    <div class="uk-margin uk-margin-remove-top uk-margin-remove-bottom uk-text-right@m uk-text-center">
417
                       <a href="#" uk-totop="" uk-scroll="" class="uk-totop uk-icon">
418
                       </a>
419
                    </div>
420
                 </div>
421
              </div>
422
           </div>
423
        </div> -->
424
        <div class="uk-section-primary uk-section uk-section-small uk-padding-remove-bottom">
425
     <div class="uk-container uk-container-expand">
426
        <div class="uk-container uk-container-expand uk-margin-small">
427
           <div class="uk-grid-collapse uk-grid" uk-grid="">
428
              <div id="footer#3" class="uk-width-expand@s uk-first-column">
429
                 <div class="uk-margin-small uk-margin-remove-top uk-text-left@s uk-text-center">
430
                    <img src="assets/Logo_Horizontal_white_small.png"   data-width="126" data-height="30" class="el-image" alt="OpenAIRE">
431
                 </div>
432
                 <div id="footer#5" class="uk-margin uk-text-left@s uk-text-center">
433
                    <img src="assets/commission.jpg"   sizes="(min-width: 50px) 50px" data-width="427" data-height="285" class="el-image" alt="European Commission">
434
                 </div>
435
                 <div id="footer#6" class="newsletter uk-margin uk-margin-remove-bottom uk-text-left@s uk-text-center uk-panel">
436
                    <h5 class="el-title uk-margin uk-h5">
437
                       Newsletter
438
                    </h5>
439
                    <a target="_blank" href="https://www.openaire.eu/newsletter/view" class="el-link">
440
                       <span   class="el-image uk-icon">
441
                          <svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
442
                             <circle cx="3.12" cy="16.8" r="1.85"></circle>
443
                             <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>
444
                             <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>
445
                          </svg>
446
                       </span>
447
                    </a>
448
                 </div>
449
                 <div id="footer#7" class="newsletter uk-margin-small uk-margin-remove-top uk-text-left@s uk-text-center uk-panel">
186
									
187
									<h4>Need more access?</h4>
188
									<p>Please <a href="https://services.openaire.eu/uoa-user-management/registeredServices" target="_blank">register a service</a>.</p>
189
						</div> <DO NOT REMOVE>
190
					</div>
191
				</div>
192
			</div>
193
				<!-- FOOTER STARTS HERE-->
194
				<!-- <div class="uk-section-primary uk-preserve-color uk-section uk-section-small uk-padding-remove-bottom">
195
					<div class="uk-container uk-container-expand">
196
							<div class="uk-grid-large uk-grid-margin-large uk-grid" uk-grid="">
197
								<div class="uk-width-auto@m uk-light uk-first-column">
198
										<div id="footer#4" class="newsletter uk-margin uk-margin-remove-bottom uk-text-left uk-panel">
199
											<h6 class="el-title uk-margin uk-h2">
200
													Newsletter
201
											</h6>
202
											<a target="_blank" href="https://www.openaire.eu/newsletter/view" class="el-link">
203
													<span   class="el-image uk-icon">
204
														<svg width="30" height="30" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
205
																<circle cx="3.12" cy="16.8" r="1.85"></circle>
206
																<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>
207
																<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>
208
														</svg>
209
													</span>
210
											</a>
211
										</div>
212
								</div>
213
								<div class="uk-width-expand@m uk-light">
214
										<div id="footer#7" class="uk-text-right@m uk-text-center">
215
											<ul class="uk-subnav uk-margin-remove-bottom uk-subnav-divider uk-flex-right@m uk-flex-center" uk-margin="">
216
													<li class="el-item uk-first-column">
217
														<a class="el-link" target="_blank" href="https://www.openaire.eu/about">About</a>
218
													</li>
219
													<li class="el-item">
220
														<a class="el-link" href="http://catalogue.openaire.eu" target="_blank">Services</a>
221
													</li>
222
													<li class="el-item">
223
														<a class="el-link" target="_blank" href="https://www.openaire.eu/support">Support</a>
224
													</li>
225
													<li class="el-item">
226
														<a class="el-link" target="_blank" href="https://www.openaire.eu/news">News</a>
227
													</li>
228
													<li class="el-item">
229
														<a class="el-link" target="_blank" href="https://www.openaire.eu/events">Events</a>
230
													</li>
231
													<li class="el-item">
232
														<a class="el-link" target="_blank" href="https://www.openaire.eu/documents">Documents</a>
233
													</li>
234
											</ul>
235
										</div>
236
								</div>
237
								<div class="uk-width-auto@m uk-grid-item-match">
238
										<div class="uk-tile-primary uk-preserve-color uk-tile uk-padding-remove">
239
											<div id="footer#9" class="uk-margin uk-text-right@m uk-text-center">
240
													<a class="el-content uk-button uk-button-default uk-button-small" target="_blank" href="https://www.openaire.eu/contact-us" target="_blank">
241
													Contact us
242
													</a>
243
											</div>
244
										</div>
245
								</div>
246
							</div>
247
					</div>
248
				</div>
249
				<div class="uk-section-primary uk-section uk-section-xsmall uk-padding-remove-bottom">
250
					<div class="uk-container uk-container-expand">
251
							<div class="uk-margin-small uk-grid uk-grid-stack" uk-grid="">
252
								<div class="uk-width-1-1@m uk-first-column">
253
										<div class="uk-margin-large uk-margin-remove-top uk-text-center@m uk-text-center">
254
											<img src="assets/Logo_Horizontal_white_small.png"   sizes="(min-width: 126px) 126px" data-width="126" data-height="30" class="el-image" alt="OpenAIRE">
255
										</div>
256
								</div>
257
							</div>
258
							<div class="uk-flex-middle uk-margin-remove-vertical uk-grid" uk-grid="">
259
								<div class="uk-width-small@m uk-first-column">
260
										<div id="footer#16" class="uk-margin-medium uk-text-left@m uk-text-center uk-margin-small-bottom">
261
											<img src="assets/commission.jpg" sizes="(min-width: 50px) 50px" data-width="427" data-height="285" class="el-image" alt="European Commission">
262
										</div>
263
								</div>
264
								<div class="uk-width-expand@m">
265
										<div id="footer#18" class=" uk-text-small uk-margin uk-margin-remove-bottom uk-text-center uk-text-lead">
266
											<a href="http://creativecommons.org/licenses/by/4.0/" rel="license">
267
													<img src="/images/Icons/cc.svg" uk-svg="" hidden="true">
268
													<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" width="24" height="24" class=" uk-svg">
269
														<title></title>
270
														<g data-name="Creative Commons" id="Creative_Commons">
271
																<circle cx="12" cy="12" r="11.5" style="fill:none;stroke:#ffffff;stroke-linecap:round;stroke-linejoin:round"></circle>
272
																<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>
273
																<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>
274
														</g>
275
													</svg>
276
													&nbsp;<img src="/images/Icons/cc-by.svg" uk-svg="" hidden="true">
277
													<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" width="24" height="24" class=" uk-svg">
278
														<title></title>
279
														<g id="Attribution">
280
																<g data-name="<Group>" id="_Group_">
281
																	<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>
282
																	<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>
283
																</g>
284
																<circle cx="12" cy="12" r="11.5" style="fill:none;stroke:#ffffff;stroke-linecap:round;stroke-linejoin:round"></circle>
285
														</g>
286
													</svg>
287
											</a>
288
											&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>.
289
										</div>
290
								</div>
291
								<div class="uk-width-small@m">
292
										<div class="uk-margin uk-margin-remove-top uk-margin-remove-bottom uk-text-right@m uk-text-center">
293
											<a href="#" uk-totop="" uk-scroll="" class="uk-totop uk-icon">
294
											</a>
295
										</div>
296
								</div>
297
							</div>
298
					</div>
299
				</div> -->
300
			
301
			<!-- Page content STARTS here -->
450 302

  
451
                    <div class="acymailing_module" id="acymailing_module_formAcymailing60611">
452
                       <div class="acymailing_mootoolsbutton" id="acymailing_toggle_formAcymailing60611">
453
                          <p><a class="acymailing_togglemodule" id="acymailing_togglemodule_formAcymailing60611" target="_blank" href="https://www.openaire.eu/newsletter/view">Subscribe</a></p>
303
			<!-- Footer STARTS here -->
304
			<bottom class="footer">
305
				<div class="footer-light-background uk-padding-remove-bottom uk-section uk-section-small">
306
					<div class="uk-container uk-container-small">
307
						<div>
308
							<div id="footer#3" class="uk-first-column uk-flex uk-flex-middle uk-grid uk-margin-remove-right">
309
								<div class="uk-text-center uk-width-1-1 uk-width-1-4@m">
310
									<img width="126px" height="30px" alt="OpenAIRE" loading="lazy" class="el-image" src="assets/common-assets/common/Logo_Horizontal_dark_small.png">
311
								</div>
312
								<div id="footer#5" class="uk-margin uk-text-left uk-width-expand">
313
									<div class="uk-flex uk-flex-middle">
314
										<div>
315
											<img alt="flag black white low" width="50px" height="33px" loading="lazy" style="margin-right: 8px; float: left;" src="assets/common-assets/common/commission.jpg">
316
										</div>
317
										<div class="uk-margin-left">
318
											<div>
319
													<span style="font-size: 8pt; line-height: 0.7!important;">OpenAIRE has received funding from the European Union's Horizon 2020 research and innovation programme under grant agreements No. 777541 and 101017452</span>
320
											</div>
321
										</div>
322
									</div>
323
								</div>
324
							</div>
325
							<div>
326
								<div class="uk-width-expand@m">
327
									<div id="footer#7" class="uk-text-right@m uk-text-center">
328
										<ul uk-margin="" class="uk-flex-center uk-margin-remove-bottom uk-subnav uk-subnav-divider"></ul>
329
									</div>
330
								</div>
331
							</div>
332
							<div class="uk-margin uk-text-center uk-width-1-1">
333
								<div uk-grid="" class="uk-child-width-auto uk-flex-center uk-grid uk-grid-small">
334
									<div class="uk-first-column">
335
										<a href="https://www.facebook.com/groups/openaire/" target="_blank" class="el-link uk-icon-button uk-icon">
336
											<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
337
												<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>
338
											</svg>
339
										</a>
340
									</div>
341
									<div>
342
										<a href="https://www.twitter.com/OpenAIRE_eu" target="_blank" class="el-link uk-icon-button uk-icon">
343
											<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
344
												<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>
345
											</svg>
346
										</a>
347
									</div>
348
									<div>
349
										<a href="https://www.linkedin.com/groups/3893548/" target="_blank" class="el-link uk-icon-button uk-icon">
350
											<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
351
												<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>
352
												<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>
353
											</svg>
354
										</a>
355
									</div>
356
									<div>
357
										<a href="https://www.slideshare.net/OpenAIRE_eu" target="_blank" class="el-link uk-icon-button uk-icon">
358
											<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
359
												<line fill="none" stroke="#000" stroke-width="1.1" x1="13.4" y1="14" x2="6.3" y2="10.7"></line>
360
												<line fill="none" stroke="#000" stroke-width="1.1" x1="13.5" y1="5.5" x2="6.5" y2="8.8"></line>
361
												<circle fill="none" stroke="#000" stroke-width="1.1" cx="15.5" cy="4.6" r="2.3"></circle>
362
												<circle fill="none" stroke="#000" stroke-width="1.1" cx="15.5" cy="14.8" r="2.3"></circle>
363
												<circle fill="none" stroke="#000" stroke-width="1.1" cx="4.5" cy="9.8" r="2.3"></circle>
364
											</svg>
365
										</a>
366
									</div>
367
									<div>
368
										<a href="https://www.youtube.com/channel/UChFYqizc-S6asNjQSoWuwjw" target="_blank" class="el-link uk-icon-button uk-icon">
369
											<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
370
												<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>
371
											</svg>
372
										</a>
373
									</div>
374
									<div>
375
										<a target="_blank" href="https://www.openaire.eu/newsletter" class="el-link newsletter">
376
											<span class="el-title uk-margin uk-text-large"> Newsletter 
377
												<span class="el-image uk-icon">
378
													<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
379
														<circle cx="3.12" cy="16.8" r="1.85"></circle>
380
														<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><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>
381
													</svg>
382
												</span>
383
											</span>
384
										</a>
385
									</div>
386
								</div>
387
							</div>
388
						</div>
389
					</div>
390
				</div>
391
				<div class="footer-light-background uk-section uk-section-xsmall">
392
					<div class="uk-container uk-container-expand">
393
						<div uk-grid="" class="uk-grid-margin uk-grid">
394
							<div class="uk-width-small@m uk-first-column"></div>
395
							<div class="uk-width-expand@m">
396
								<div id="footer#22" class="uk-text-small uk-margin uk-margin-remove-bottom uk-text-center@m uk-text-center">
397
									<a href="http://creativecommons.org/licenses/by/4.0/" rel="license" class="license"> &nbsp;
398
										<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
399
											<path id="creative-commons" d="M9.7,14.675a1.311,1.311,0,0,1-1.15-.557,2.511,2.511,0,0,1-.391-1.477q0-2.032,1.541-2.034a1.36,1.36,0,0,1,.666.205,1.569,1.569,0,0,1,.605.718l1.541-.8A3.222,3.222,0,0,0,9.457,9.067a3.249,3.249,0,0,0-2.412.964,3.548,3.548,0,0,0-.957,2.61,3.562,3.562,0,0,0,.945,2.63,3.362,3.362,0,0,0,2.485.942,3.367,3.367,0,0,0,1.766-.481,3.408,3.408,0,0,0,1.254-1.326l-1.419-.718a1.44,1.44,0,0,1-1.416.987Zm6.634,0a1.312,1.312,0,0,1-1.15-.557,2.511,2.511,0,0,1-.391-1.477q0-2.032,1.541-2.034a1.389,1.389,0,0,1,.686.205,1.577,1.577,0,0,1,.608.718l1.519-.8a3.181,3.181,0,0,0-3.04-1.663,3.253,3.253,0,0,0-2.412.964,3.546,3.546,0,0,0-.955,2.61,3.576,3.576,0,0,0,.934,2.63,3.349,3.349,0,0,0,2.5.942,3.328,3.328,0,0,0,1.745-.481,3.54,3.54,0,0,0,1.274-1.326l-1.438-.718a1.441,1.441,0,0,1-1.416.987ZM21.156,4.12A11.61,11.61,0,0,0,12.624.64a11.436,11.436,0,0,0-8.44,3.48A11.738,11.738,0,0,0,.641,12.64,11.537,11.537,0,0,0,4.185,21.1a11.532,11.532,0,0,0,8.44,3.541,11.856,11.856,0,0,0,8.592-3.57,11.389,11.389,0,0,0,3.424-8.431,11.583,11.583,0,0,0-3.484-8.52Zm-1.5,15.391a9.631,9.631,0,0,1-7,2.94,9.479,9.479,0,0,1-6.938-2.911A9.422,9.422,0,0,1,2.8,12.64,9.57,9.57,0,0,1,5.747,5.68,9.3,9.3,0,0,1,12.655,2.8a9.4,9.4,0,0,1,6.94,2.88,9.411,9.411,0,0,1,2.884,6.96,9.157,9.157,0,0,1-2.823,6.87Z" transform="translate(-0.641 -0.64)"></path>
400
										</svg>
401
										<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
402
											<g id="Group_756" data-name="Group 756" transform="translate(0)">
403
													<path id="Path_2324" data-name="Path 2324" d="M18.325,11.98a.775.775,0,0,0-.775-.775H12.641a.775.775,0,0,0-.775.775v4.909h1.369V22.7h3.719V16.889h1.37V11.98Z" transform="translate(-3.095 -2.951)"></path>
404
													<path id="Path_2325" data-name="Path 2325" d="M17.209,7.759A1.679,1.679,0,1,1,15.53,6.08,1.679,1.679,0,0,1,17.209,7.759Z" transform="translate(-3.529 -1.83)"></path>
405
													<path id="Path_2326" data-name="Path 2326" d="M12.624.64A11.439,11.439,0,0,0,4.183,4.12,11.736,11.736,0,0,0,.639,12.64,11.537,11.537,0,0,0,4.183,21.1a11.531,11.531,0,0,0,8.441,3.54,11.851,11.851,0,0,0,8.591-3.57,11.383,11.383,0,0,0,3.424-8.43,11.582,11.582,0,0,0-3.484-8.52,11.612,11.612,0,0,0-8.53-3.48Zm.03,2.159a9.4,9.4,0,0,1,6.939,2.88,9.414,9.414,0,0,1,2.883,6.96,9.156,9.156,0,0,1-2.823,6.87,9.63,9.63,0,0,1-7,2.94,9.48,9.48,0,0,1-6.939-2.91A9.425,9.425,0,0,1,2.8,12.64,9.573,9.573,0,0,1,5.746,5.68,9.3,9.3,0,0,1,12.654,2.8Z" transform="translate(-0.639 -0.64)"></path>
406
											</g>
407
										</svg>
408
									</a> &nbsp;Unless otherwise indicated, all materials created by OpenAIRE are licenced under
409
									<a href="http://creativecommons.org/licenses/by/4.0/" rel="license">
410
											CC ATTRIBUTION 4.0 INTERNATIONAL LICENSE
411
									</a>. 
412
								</div>
413
							</div>
414
							<div class="uk-width-small@m">
415
								<div class="uk-margin uk-margin-remove-top uk-margin-remove-bottom uk-text-right@m uk-text-center">
416
									<a href="#" uk-scroll="" class="uk-totop uk-icon">
417
										<svg width="18" height="10" viewBox="0 0 18 10" xmlns="http://www.w3.org/2000/svg" data-svg="totop">
418
											<polyline fill="none" stroke="#000" stroke-width="1.2" points="1 9 9 1 17 9 "></polyline>
419
										</svg>
420
									</a>
421
								</div>
422
							</div>
423
						</div>
424
					</div>
425
				</div>
426
			</bottom>
427
			<!-- Footer ENDS here -->
454 428

  
455
                       </div>
456
                    </div>
457
                 </div>
458
                 <div class="uk-margin-small uk-margin-remove-top uk-text-left@s uk-text-center">
459
                    <div class="uk-child-width-auto uk-grid-small uk-flex-left@s uk-flex-center uk-grid" uk-grid="">
460
                       <div class="uk-first-column">
461
                          <a  href="http://www.facebook.com/groups/openaire/" target="_blank" class="el-link uk-icon-button uk-icon">
462
                             <svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
463
                                <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>
464
                             </svg>
465
                          </a>
466
                       </div>
467
                       <div>
468
                          <a  href="http://www.twitter.com/OpenAIRE_eu" 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="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>
471
                             </svg>
472
                          </a>
473
                       </div>
474
                       <div>
475
                          <a  href="http://www.linkedin.com/groups/OpenAIRE-3893548" 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="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>
478
                                <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>
479
                             </svg>
480
                          </a>
481
                       </div>
482
                       <div>
483
                          <a  href="http://www.slideshare.net/OpenAIRE_eu" target="_blank" class="el-link uk-icon-button uk-icon">
484
                             <svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
485
                                <line fill="none" stroke="#000" stroke-width="1.1" x1="13.4" y1="14" x2="6.3" y2="10.7"></line>
486
                                <line fill="none" stroke="#000" stroke-width="1.1" x1="13.5" y1="5.5" x2="6.5" y2="8.8"></line>
487
                                <circle fill="none" stroke="#000" stroke-width="1.1" cx="15.5" cy="4.6" r="2.3"></circle>
488
                                <circle fill="none" stroke="#000" stroke-width="1.1" cx="15.5" cy="14.8" r="2.3"></circle>
489
                                <circle fill="none" stroke="#000" stroke-width="1.1" cx="4.5" cy="9.8" r="2.3"></circle>
490
                             </svg>
491
                          </a>
492
                       </div>
493
                       <div>
494
                          <a href="https://www.youtube.com/channel/UChFYqizc-S6asNjQSoWuwjw" target="_blank" class="el-link uk-icon-button uk-icon">
495
                             <svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
496
                                <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>
497
                             </svg>
498
                          </a>
499
                       </div>
500
                    </div>
501
                 </div>
502
              </div>
503
              <div id="footer#9" class="uk-width-expand@s">
504
                 <div id="footer#10" class="uk-width-medium uk-text-left@s uk-text-center uk-panel">
505
                    <h3 class="el-title uk-h6">Dashboards</h3>
506
                    <ul class="uk-nav uk-nav-default uk-nav-parent-icon uk-nav-accordion" uk-nav="">
507
                       <li><a href="https://explore.openaire.eu" target="_blank">Explore</a></li>
508
                       <li><a href="https://provide.openaire.eu" target="_blank">Provide</a></li>
509
                       <li><a href="https://connect.openaire.eu/" target="_blank">Connect</a></li>
510
                       <li><a href="https://monitor.openaire.eu" target="_blank">Monitor</a></li>
511
                       <li><a href="https://develop.openaire.eu" target="_blank">Develop</a></li>
512
                    </ul>
513
                 </div>
514
              </div>
515
              <div id="footer#11" class="uk-width-expand@s">
516
                 <div id="footer#12" class="uk-width-medium uk-text-left@s uk-text-center uk-panel">
517
                    <h3 class="el-title uk-h6">Support</h3>
518
                    <ul class="uk-nav uk-nav-default uk-nav-parent-icon uk-nav-accordion" uk-nav="">
519
                       <li><a target="_blank" href="https://www.openaire.eu/guides">Guides</a></li>
520
                       <li><a target="_blank" href="https://www.openaire.eu/faqs">FAQs</a></li>
521
                       <li><a target="_blank" href="https://www.openaire.eu/frontpage/webinars">Webinars</a></li>
522
                       <li><a target="_blank" href="https://www.openaire.eu/support/helpdesk">Ask a question</a></li>
523
                    </ul>
524
                 </div>
525
              </div>
526
              <div id="footer#13" class="uk-width-expand@s">
527
                 <div id="footer#14" class="uk-width-medium uk-text-left@s uk-text-center uk-panel">
528
                    <h3 class="el-title uk-h6">Updates</h3>
529
                    <ul class="uk-nav uk-nav-default uk-nav-parent-icon uk-nav-accordion" uk-nav="">
530
                       <li><a target="_blank" href="https://www.openaire.eu/news/">News</a></li>
531
                       <li><a target="_blank" href="https://www.openaire.eu/events">Events</a></li>
532
                       <li><a target="_blank" href="https://www.openaire.eu/blogs/magazine">Blogs</a></li>
533
                       <li><a target="_blank" href="https://www.openaire.eu/documents">Documents</a></li>
534
                    </ul>
535
                 </div>
536
              </div>
537
           </div>
538
        </div>
539
     </div>
540
  </div>
541
  <div class="uk-section-primary uk-section uk-section-xsmall">
542
   <div class="uk-container">
543
      <div class="uk-grid-margin uk-grid uk-grid-stack" uk-grid="">
544
         <div class="uk-width-expand@m">
545
         </div>
546
      </div>
547
   </div>
548
</div>
549
<div class="uk-section-primary uk-section uk-section-xsmall">
550
   <div class="uk-container uk-container-expand">
551
      <div class="uk-grid-margin uk-grid" uk-grid="">
552
         <div class="uk-width-small@m uk-first-column">
553
         </div>
554
         <div class="uk-width-expand@m">
555
            <div id="footer#22" class=" uk-text-small uk-margin uk-margin-remove-bottom uk-text-center@m uk-text-center uk-text-lead">
556
               <a href="http://creativecommons.org/licenses/by/4.0/" rel="license">
557
                  <img src="/images/Icons/cc.svg" uk-svg="" hidden="true">
558
                  <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" width="24" height="24" class=" uk-svg">
559
                     <title></title>
560
                     <g data-name="Creative Commons" id="Creative_Commons">
561
                        <circle cx="12" cy="12" r="11.5" style="fill:none;stroke:#ffffff;stroke-linecap:round;stroke-linejoin:round"></circle>
562
                        <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>
563
                        <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>
564
                     </g>
565
                  </svg>
566
                  &nbsp;<img src="/images/Icons/cc-by.svg" uk-svg="" hidden="true">
567
                  <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" width="24" height="24" class=" uk-svg">
568
                     <title></title>
569
                     <g id="Attribution">
570
                        <g data-name="<Group>" id="_Group_">
571
                           <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>
572
                           <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>
573
                        </g>
574
                        <circle cx="12" cy="12" r="11.5" style="fill:none;stroke:#ffffff;stroke-linecap:round;stroke-linejoin:round"></circle>
575
                     </g>
576
                  </svg>
577
               </a>
578
               &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>.
579
            </div>
580
         </div>
581
         <div class="uk-width-small@m">
582
            <div class="uk-margin uk-margin-remove-top uk-margin-remove-bottom uk-text-right@m uk-text-center">
583
               <a href="#" uk-totop="" uk-scroll="" class="uk-totop uk-icon">
584

  
585
               </a>
586
            </div>
587
         </div>
588
      </div>
589
   </div>
590
</div>
591
      <!--/div-->
592
      </div>
593
   </body>
429
		</div>
430
	</body>
594 431
</html>

Also available in: Unified diff