Project

General

Profile

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="broker, open access, research, scientific publication, European Commission, EC, FP7, ERC, Horizon 2020, H2020, search, projects "/>
12
      <link href="./assets/favicon.ico" rel="shortcut icon" />
13
      <title>OpenAIRE API Documentation - Broker</title>
14
      <script  src="./assets/jquery.js"></script>
15
      <script  src="./assets/uikit.js"></script>
16
      <script src="./assets/uikit-icon-max.js"></script>
17
            <!-- Matomo -->
18
            <script type="text/javascript">
19
               var _paq = window._paq || [];
20
               /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
21
               _paq.push(['trackPageView']);
22
               _paq.push(['enableLinkTracking']);
23
               (function() {
24
               var u="//analytics.openaire.eu/";
25
               _paq.push(['setTrackerUrl', u+'matomo.php']);
26
               _paq.push(['setSiteId', '470']);
27
               var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
28
               g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
29
               })();
30
               </script>
31
      <link rel="stylesheet" type="text/css" href="./assets/theme.css">
32
      <link rel="stylesheet" type="text/css" href="./assets/custom.css">
33
      <link rel="stylesheet" type="text/css" href="./assets/develop-custom.css">
34
   </head>
35
   <body class="">
36
      <div class="uk-offcanvas-content uk-height-viewport">
37
        <div class="tm-header-mobile uk-hidden@m">
38
          <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="">
39
           <nav class="uk-navbar-container uk-navbar" uk-navbar="">
40
              <div class="uk-navbar-left">
41
                 <a class="uk-navbar-toggle" href="#tm-mobile" uk-toggle="">
42
                    <div uk-navbar-toggle-icon="" class="uk-navbar-toggle-icon uk-icon">
43

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

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

    
148
                              <li class="uk-parent">
149
                                 <a href="#" class="" aria-expanded="false">Authentication</a>
150
                                 <div class="uk-navbar-dropdown uk-navbar-dropdown-bottom-left" style="left: 116px; top: 80px;">
151
                                    <div class="uk-navbar-dropdown-grid uk-child-width-1-1 uk-grid uk-grid-stack" uk-grid="">
152
                                       <div class="uk-first-column">
153
                                          <ul class="uk-nav uk-navbar-dropdown-nav">
154
                                             <li><a routerLinkActive="uk-link" href="./authentication.html" >General Information</a></li>
155
                                             <li><a routerLinkActive="uk-link" href="./personalToken.html" >Personal Token</a></li>
156
                                             <li><a routerLinkActive="uk-link" href="./registeredService.html">Registered Services</a></li>                                                                                      
157
                                          </ul>                                 
158
                                       </div>
159
                                    </div>
160
                                 </div>
161
                              </li>
162
                              <li class="uk-parent">
163
                                <a href="#" class="" aria-expanded="false">Bulk access</a>
164
                                <div class="uk-navbar-dropdown uk-navbar-dropdown-bottom-left" style="left: 116px; top: 80px;">
165
                                   <div class="uk-navbar-dropdown-grid uk-child-width-1-1 uk-grid uk-grid-stack" uk-grid="">
166
                                      <div class="uk-first-column">
167
                                         <ul class="uk-nav uk-navbar-dropdown-nav">
168
                                            <li><a routerLinkActive="uk-link" href="./graph-dumps.html" >OpenAIRE Research Graph Dumps</a></li>
169
                                            <li><a routerLinkActive="uk-link" href="./oai-pmh.html" >OAI-PMH (discontinued)</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>
192

    
193
                          </ul>
194
                       </div>
195

    
196
                    </nav>
197
                 </div>
198
              </div>
199
           </div>
200
         </div>
201

    
202
         <!-- MENU ENDS HERE-->
203
         <div class="first_page_section uk-section-default uk-section uk-padding-remove-vertical">
204
            <div class="first_page_banner_headline uk-grid-collapse uk-flex-middle uk-margin-remove-vertical uk-grid" uk-grid="">
205
            </div>
206
         </div>
207
         <div class=" uk-section  uk-margin-large-top tm-middle custom-main-content" id="tm-main">
208
            <div   class="uk-container">
209
               <div   uk-grid="" class="uk-grid uk-grid-stack">
210
                  <div   class="tm-main uk-width-1-1@s uk-width-1-1@m  uk-width-1-1@l uk-row-first uk-first-column">
211
		            <h2>Broker Service API</h2>
212

    
213
                      <p><b>Introduction</b></p>
214
                      <p>
215
                        The Broker Service is available to use via the OpenAIRE Content Provider Dashboard. Thanks to the Broker, repositories,
216
                        publishers or aggregators can exchange metadata and enrich their local metadata collection by subscribing to notifications of different types.
217
                        The Broker is able to notify providers when the OpenAIRE Graph contains information that is not available in the original collection of the data source.
218
                        In particular, the data source manager can subscribe via the <a href="https://provide.openaire.eu">Content Provider Dashboard</a> and be notified about:
219
                        <ul>
220
                            <li>Additional PIDs of its publications (e.g. DOIs)</li>
221
                            <li>Links to projects</li>
222
                            <li>ORCID that can be associated to an author of datasource publications</li>
223
                            <li>Links to Open Access versions</li>
224
                            <li>Additional classification subjects (e.g. subjects from standard schemes like ACM, JEL and DDC)</li>
225
                            <li>Abstracts identified in duplicate publications</li>
226
                            <li>Missing publication dates</li>
227
                        </ul>
228

    
229
                        All Repository managers approaching the Content Provider Dashboard will be offered the possibility to preview a set of enrichments relative to their repository that OpenAIRE can derive from the Graph.
230
                        More specifically, enrichments will be organized into categories named topics and representing the different types of enrichments OpenAIRE can build. For each topic the preview consists of 100 “enrichment events”,
231
                        a subset of all the possible enrichments pertinent to a given repository in the OpenAIRE Graph, that the user can explore by applying filters on different criteria and the total number of events that can be potentially built is highlighted in the UI.
232
                        Repository managers can create subscriptions for specific topics and that include the filtering criteria they used to analyze the enrichments preview, or can subscribe to all the available topics with no restrictions at once.
233
                        Once the repository manager creates a subscription, the algorithm analyzing the OpenAIRE Graph will produce the full set of enrichments for the manager's repository, possibly far beyond the 100 enrichments available in the preview.
234
                        The enrichments will be made available as notifications in a dedicated section in the Content Provider Dashboard UI to be further checked as well as through the broker service API for programmatic access.
235
                        Notifications will be sent to subscribers every time the OpenAIRE Graph will be updated and analyzed to derive the enrichments.
236

    
237
                    <p><b>Usage example</b></p>
238

    
239
                    <p>The following commands indicates how the broker API documented at <a href="https://api.openaire.eu/broker/swagger-ui.html#/Openaire_Broker_Public_API">api.openaire.eu/broker</a> can be used to access the set of enrichments </p>
240

    
241
                      <ol>
242
                          <li>get the list of subscriptions for a given subscriber, e.g.
243
                              <p><code>curl -X GET --header 'Accept: application/json' 'https://api.openaire.eu/broker/subscriptions?email=[subscriber_email]'</code></p>
244
                          </li>
245
                          <li>extract the subscription ID and use it to access the 1st page of enrichment notification records
246
                            <p><code>curl -X GET --header 'Accept: application/json' 'https://api.openaire.eu/broker/scroll/notifications/bySubscriptionId/[sub-1234]'</code></p>
247
                          </li>
248
                          <li>extract the scroll ID from the response to request subsequent pages
249
                          <p><code>curl -X GET --header 'Accept: application/json' 'https://api.openaire.eu/broker/scroll/notifications/[scroll_id]'</code></p>
250
                          </li>
251
                      </ol>
252

    
253
                      <p>To simplify accessing the enrichment notification records, please check the OpenAIRE broker cmdline client available on <a href="https://github.com/openaire/broker-cmdline-client">GitHub</a>.</p>
254

    
255
                      <div>
256
                          <h4>TERMS OF USE AND SLA</h4>
257
                          <p>APIs are free-to-use (no sign-up needed) by any third-party service</p>
258
                          <p><strong> Metadata license is CC-BY</strong>: the metadata records retuned by the service can be freely re-used by commercial and non-commercial partners under CC-BY license, hence as long as OpenAIRE is acknowledged as content provider.
259
                          </p>
260
                          <p><strong>Quality of Service</strong>: all API services are running in production 24/7 within the OpenAIRE infrastructure premises deployed at the <a href="http://icm.edu.pl/en/centre-of-technology/">data center</a> facilities of the <a href="http://icm.edu.pl/en/">Interdisciplinary Centre for Mathematical and Computational Modelling</a> (ICM).
261
                          </p>
262
                          <p>
263
                           <strong>APIs rate limits</strong>
264
                           <p>Please check <a href="./authentication.html">here</a></p>
265
                       </p>
266
                          <!--p><strong>APIs rate limits</strong>
267
                          <ul>
268
                              <li>no more than 30 concurrent connections from single IP to any APIs</li>
269
                              <li>no more than 67 concurrent requests in total</li>
270
                          </ul>
271
                          </p-->
272
                      </div>
273
                    <!-- Content GOES HERE-->
274
                  </div>
275
               </div>
276
            </div>
277
         </div>
278
         <!-- FOOTER STARTS HERE-->
279

    
280

    
281
        <div class="uk-section-primary uk-section uk-section-small uk-padding-remove-bottom">
282
     <div class="uk-container uk-container-expand">
283
        <div class="uk-container uk-container-expand uk-margin-small">
284
           <div class="uk-grid-collapse uk-grid" uk-grid="">
285
              <div id="footer#3" class="uk-width-expand@s uk-first-column">
286
                 <div class="uk-margin-small uk-margin-remove-top uk-text-left@s uk-text-center">
287
                    <img src="assets/Logo_Horizontal_white_small.png"   data-width="126" data-height="30" class="el-image" alt="OpenAIRE">
288
                 </div>
289
                 <!--div id="footer#5" class="uk-margin uk-text-left@s uk-text-center">
290
                    <img src="assets/commission.jpg"   sizes="(min-width: 50px) 50px" data-width="427" data-height="285" class="el-image" alt="European Commission">
291
                 </div-->
292
                 <div class="uk-margin"><img style="margin-right: 8px; float: left;" src="assets/commission.jpg" alt="flag black white low" width="50" height="33"><span style="font-size: 8pt; line-height: 0.7!important;">OpenAIRE-Advance receives funding from the European Union's Horizon 2020 Research and Innovation programme under Grant Agreement No. 777541.</span></div>
293
                 <div id="footer#6" class="newsletter uk-margin uk-margin-remove-bottom uk-text-left@s uk-text-center uk-panel">
294
                    <h5 class="el-title uk-margin uk-h5">
295
                       Newsletter
296
                    </h5>
297
                    <a target="_blank" href="https://www.openaire.eu/newsletter/view" class="el-link">
298
                       <span   class="el-image uk-icon">
299
                          <svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
300
                             <circle cx="3.12" cy="16.8" r="1.85"></circle>
301
                             <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>
302
                             <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>
303
                          </svg>
304
                       </span>
305
                    </a>
306
                 </div>
307
                 <div id="footer#7" class="newsletter uk-margin-small uk-margin-remove-top uk-text-left@s uk-text-center uk-panel">
308

    
309
                    <div class="acymailing_module" id="acymailing_module_formAcymailing60611">
310
                       <div class="acymailing_mootoolsbutton" id="acymailing_toggle_formAcymailing60611">
311
                          <p><a class="acymailing_togglemodule" id="acymailing_togglemodule_formAcymailing60611" target="_blank" href="https://www.openaire.eu/past-newsletters/listing">Subscribe</a></p>
312

    
313
                       </div>
314
                    </div>
315
                 </div>
316
                 <div class="uk-margin-small uk-margin-remove-top uk-text-left@s uk-text-center">
317
                    <div class="uk-child-width-auto uk-grid-small uk-flex-left@s uk-flex-center uk-grid" uk-grid="">
318
                       <div class="uk-first-column">
319
                          <a  href="http://www.facebook.com/groups/openaire/" target="_blank" class="el-link uk-icon-button uk-icon">
320
                             <svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
321
                                <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>
322
                             </svg>
323
                          </a>
324
                       </div>
325
                       <div>
326
                          <a  href="http://www.twitter.com/OpenAIRE_eu" target="_blank" class="el-link uk-icon-button uk-icon">
327
                             <svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
328
                                <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>
329
                             </svg>
330
                          </a>
331
                       </div>
332
                       <div>
333
                          <a  href="http://www.linkedin.com/groups/OpenAIRE-3893548" target="_blank" class="el-link uk-icon-button uk-icon">
334
                             <svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
335
                                <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>
336
                                <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>
337
                             </svg>
338
                          </a>
339
                       </div>
340
                       <div>
341
                          <a  href="http://www.slideshare.net/OpenAIRE_eu" target="_blank" class="el-link uk-icon-button uk-icon">
342
                             <svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
343
                                <line fill="none" stroke="#000" stroke-width="1.1" x1="13.4" y1="14" x2="6.3" y2="10.7"></line>
344
                                <line fill="none" stroke="#000" stroke-width="1.1" x1="13.5" y1="5.5" x2="6.5" y2="8.8"></line>
345
                                <circle fill="none" stroke="#000" stroke-width="1.1" cx="15.5" cy="4.6" r="2.3"></circle>
346
                                <circle fill="none" stroke="#000" stroke-width="1.1" cx="15.5" cy="14.8" r="2.3"></circle>
347
                                <circle fill="none" stroke="#000" stroke-width="1.1" cx="4.5" cy="9.8" r="2.3"></circle>
348
                             </svg>
349
                          </a>
350
                       </div>
351
                       <div>
352
                          <a href="https://www.youtube.com/channel/UChFYqizc-S6asNjQSoWuwjw" target="_blank" class="el-link uk-icon-button uk-icon">
353
                             <svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
354
                                <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>
355
                             </svg>
356
                          </a>
357
                       </div>
358
                    </div>
359
                 </div>
360
              </div>
361
              <div id="footer#9" class="uk-width-expand@s">
362
                 <div id="footer#10" class="uk-width-medium uk-text-left@s uk-text-center uk-panel">
363
                    <h3 class="el-title uk-h6">Dashboards</h3>
364
                    <ul class="uk-nav uk-nav-default uk-nav-parent-icon uk-nav-accordion" uk-nav="">
365
                       <li><a href="https://explore.openaire.eu" target="_blank">Explore</a></li>
366
                       <li><a href="https://provide.openaire.eu" target="_blank">Provide</a></li>
367
                       <li><a href="https://connect.openaire.eu/" target="_blank">Connect</a></li>
368
                       <li><a href="https://monitor.openaire.eu" target="_blank">Monitor</a></li>
369
                       <li><a href="https://develop.openaire.eu" target="_blank">Develop</a></li>
370
                    </ul>
371
                 </div>
372
              </div>
373
              <div id="footer#11" class="uk-width-expand@s">
374
                 <div id="footer#12" class="uk-width-medium uk-text-left@s uk-text-center uk-panel">
375
                    <h3 class="el-title uk-h6">Support</h3>
376
                    <ul class="uk-nav uk-nav-default uk-nav-parent-icon uk-nav-accordion" uk-nav="">
377
                      <li><a href="https://www.openaire.eu/contact-noads">NOADs</a></li>
378
                       <li><a target="_blank" href="https://www.openaire.eu/guides">Guides</a></li>
379
                       <li><a target="_blank" href="https://www.openaire.eu/faqs">FAQs</a></li>
380
                       <li><a target="_blank" href="https://www.openaire.eu/frontpage/webinars">Webinars</a></li>
381
                       <li><a target="_blank" href="https://www.openaire.eu/support/helpdesk">Ask a question</a></li>
382
                    </ul>
383
                 </div>
384
              </div>
385
              <div id="footer#13" class="uk-width-expand@s">
386
                 <div id="footer#14" class="uk-width-medium uk-text-left@s uk-text-center uk-panel">
387
                    <h3 class="el-title uk-h6">Updates</h3>
388
                    <ul class="uk-nav uk-nav-default uk-nav-parent-icon uk-nav-accordion" uk-nav="">
389
                       <li><a target="_blank" href="https://www.openaire.eu/news/">News</a></li>
390
                       <li><a target="_blank" href="https://www.openaire.eu/events">Events</a></li>
391
                       <li><a target="_blank" href="https://www.openaire.eu/blogs/magazine">Blogs</a></li>
392
                       <li><a href="https://www.openaire.eu/newsletter/listing">Newsletters</a></li>
393
                       <li><a target="_blank" href="https://www.openaire.eu/documents">Documents</a></li>
394
                    </ul>
395
                 </div>
396
              </div>
397
           </div>
398
        </div>
399
     </div>
400
  </div>
401
  <div class="uk-section-primary uk-section uk-section-xsmall">
402
   <div class="uk-container">
403
      <div class="uk-grid-margin uk-grid uk-grid-stack" uk-grid="">
404
         <div class="uk-width-expand@m">
405
         </div>
406
      </div>
407
   </div>
408
</div>
409
<div class="uk-section-primary uk-section uk-section-xsmall">
410
   <div class="uk-container uk-container-expand">
411
      <div class="uk-grid-margin uk-grid" uk-grid="">
412
         <div class="uk-width-small@m uk-first-column">
413
         </div>
414
         <div class="uk-width-expand@m">
415
            <div id="footer#22" class=" uk-text-small uk-margin uk-margin-remove-bottom uk-text-center@m uk-text-center uk-text-lead">
416
               <a href="http://creativecommons.org/licenses/by/4.0/" rel="license">
417
                  <img src="/images/Icons/cc.svg" uk-svg="" hidden="true">
418
                  <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" width="24" height="24" class=" uk-svg">
419
                     <title></title>
420
                     <g data-name="Creative Commons" id="Creative_Commons">
421
                        <circle cx="12" cy="12" r="11.5" style="fill:none;stroke:#ffffff;stroke-linecap:round;stroke-linejoin:round"></circle>
422
                        <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>
423
                        <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>
424
                     </g>
425
                  </svg>
426
                  &nbsp;<img src="/images/Icons/cc-by.svg" uk-svg="" hidden="true">
427
                  <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" width="24" height="24" class=" uk-svg">
428
                     <title></title>
429
                     <g id="Attribution">
430
                        <g data-name="<Group>" id="_Group_">
431
                           <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>
432
                           <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>
433
                        </g>
434
                        <circle cx="12" cy="12" r="11.5" style="fill:none;stroke:#ffffff;stroke-linecap:round;stroke-linejoin:round"></circle>
435
                     </g>
436
                  </svg>
437
               </a>
438
               &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>.
439
            </div>
440
         </div>
441
         <div class="uk-width-small@m">
442
            <div class="uk-margin uk-margin-remove-top uk-margin-remove-bottom uk-text-right@m uk-text-center">
443
               <a href="#" uk-totop="" uk-scroll="" class="uk-totop uk-icon">
444

    
445
               </a>
446
            </div>
447
         </div>
448
      </div>
449
   </div>
450
</div>
451
 <!-- FOOTER ENDS HERE-->
452

    
453
      </div>
454
   </body>
455
</html>
(7-7/18)