Project

General

Profile

1
<ng-template #_logos let-logo="logo" let-class="class">
2
  <div *ngIf="logo" [class]="'uk-flex uk-flex-middle uk-flex-center uk-padding-remove-horizontal '+class">
3
    <div class="">
4
      <img src="assets/ExploreLogos/{{logo}}" alt="{{logo}} logo">
5
    </div>
6
  </div>
7
</ng-template>
8

    
9
<div class="image-front-topbar  uk-section-secondary uk-section-overlap uk-position-relative uk-preserve-color"
10
     uk-scrollspy="{&quot;target&quot;:&quot;[uk-scrollspy-class]&quot;,&quot;cls&quot;:&quot;uk-animation-fade&quot;,&quot;delay&quot;:false}"
11
     tm-header-transparent="light" tm-header-transparent-placeholder="">
12
  <div style=" min-height: calc(7.89999px + 60vh);"
13
       class=" mainPageSearchForm uk-background-norepeat uk-background-cover uk-background-fixed uk-section uk-padding-remove-bottom">
14
    <!-- uk-height-viewport="offset-top: true;offset-bottom: 20"> -->
15
    <div class="uk-position-cover" style="/*background-color: rgba(70, 68, 68, 0.24);*/"></div>
16
    <div class="uk-position-relative uk-panel">
17
      <div class="uk-container uk-margin-medium">
18
        <div class="tm-header-placeholder uk-margin-medium" style="height: 84px;"></div>
19
        <div class="search_box_bg uk-grid-large uk-flex-middle uk-grid uk-grid-stack" uk-grid="">
20
          <div class="uk-width-1-1@m uk-first-column">
21
            <div data-id="page#4">
22
              <search-form placeholderText="Search in OpenAIRE for scholarly works" link="/search/find"></search-form>
23
            </div>
24
          </div>
25
        </div>
26
      </div>
27
      <div class="uk-container uk-container-large uk-margin-medium explore-numbers">
28
        <div class="search_box_bg uk-grid uk-grid-stack" uk-grid="">
29
          <div class="uk-width-1-1@m uk-first-column">
30

    
31
<!--            <div id="page#7"-->
32
<!--                 class="firstPageNumbers uk-margin uk-margin-remove-bottom uk-width-xlarge uk-margin-auto  uk-animation-fade"-->
33
<!--                 uk-scrollspy-class="" style="">-->
34
<!--              <div class="uk-margin-bottom">-->
35
<!--                <span *ngIf="showPublications && publicationsSize">-->
36
<!--                  <span class="uk-h2">{{publicationsSize.number|number}}{{publicationsSize.size}}</span>-->
37
<!--                  <span class="uk-text-large"> {{((showDatasets || showSoftware || showOrp) ? " publications, "-->
38
<!--                      :" publications ")}}</span>-->
39
<!--                </span>-->
40
<!--                <span *ngIf="showDatasets && datasetsSize">-->
41
<!--                  <span class="uk-h2">{{datasetsSize.number|number}}{{datasetsSize.size}}</span>-->
42
<!--                  <span-->
43
<!--                    class="uk-text-large">{{((showSoftware || showOrp) ? "  research data, " :"  research data ")}}</span>-->
44
<!--                </span>-->
45
<!--                <span *ngIf="showOrp && otherSize">-->
46
<!--                  <span class="uk-h2">{{otherSize.number|number}}{{otherSize.size}}</span>-->
47
<!--                  <span class="uk-text-large">  {{((showSoftware) ? " other research products, " :" other research products ")}}</span>-->
48
<!--                </span>-->
49
<!--                <span *ngIf="showSoftware && softwareSize">-->
50
<!--                  <span class="uk-h2">{{softwareSize.number|number}}{{softwareSize.size}}</span>-->
51
<!--                  <span class="uk-text-large">  software </span>-->
52
<!--                </span>-->
53

    
54

    
55
<!--                <br>-->
56
<!--                <span *ngIf="showDataProviders && datasourcesSize">-->
57
<!--                  <span class="uk-text-large"> from </span>-->
58
<!--                   <span class="uk-h2">{{datasourcesSize.number|number}}{{datasourcesSize.size}}</span>-->
59
<!--                   <span class="uk-text-large"> content providers </span>-->
60
<!--                </span>-->
61
<!--                <span *ngIf="showProjects && fundersSize">-->
62
<!--                  <span class="uk-text-large"> {{((showDataProviders && datasourcesSize) ? " and " : " from ")}} </span>-->
63
<!--                   <span class="uk-h2">{{fundersSize.number|number}}{{fundersSize.size}} </span>-->
64
<!--                  <span class="uk-text-large"> funders </span>-->
65

    
66
<!--                </span>-->
67
<!--                <span *ngIf="showPublications || showDatasets || showOrp || showSoftware || showProjects ||-->
68
<!--                   showDataProviders"-->
69
<!--                      class="uk-text-large"> linked together for an integrated discovery of research outcomes </span>-->
70

    
71
<!--              </div>-->
72
<!--            </div>-->
73

    
74
            <div class="uk-grid uk-margin uk-margin-remove-bottom uk-width-xlarge uk-margin-auto">
75
              <div class="uk-width-expand uk-padding-remove">
76

    
77
                <div uk-slider="autoplay: true; autoplay-interval: 2500" class="uk-margin-top">
78
                  <div class="uk-position-relative">
79
                    <div class="uk-slider-container">
80
                      <ul class="uk-slider-items" uk-height-match="target: > li > div > div > .logo1; row: false;">
81
                        <ng-container *ngFor="let type of getKeys(logos)">
82
                          <li *ngFor="let range of createRange(logos[type].length) let j=index" class="uk-width-1-1">
83
                            <div class="uk-text-center uk-margin-bottom portal-color uk-h2">
84
                              <span *ngIf="type=='publication' && showPublications && publicationsSize">
85
                                <span class="uk-text-bold">{{publicationsSize.number|number}}{{publicationsSize.size}} publications</span><span> deduplicated</span>
86
                              </span>
87
                              <span *ngIf="type=='dataset' && showDatasets && datasetsSize">
88
                                <span class="uk-text-bold">{{datasetsSize.number|number}}{{datasetsSize.size}} datasets</span><span> interlinked with publications</span>
89
                              </span>
90
                              <span *ngIf="type=='software' && showSoftware && softwareSize">
91
                                <span class="uk-text-bold">{{softwareSize.number|number}}{{softwareSize.size}} research software</span><span> interlinked with publications</span>
92
                              </span>
93
<!--                              <span *ngIf="type=='other' && showOrp && otherSize">-->
94
<!--                                <span class="uk-h2">{{otherSize.number|number}}{{otherSize.size}}</span>-->
95
<!--                                <span class="uk-text-large"> other research products interlinked with publications</span>-->
96
<!--                              </span>-->
97
                              <span *ngIf="type=='persistent'">
98
                                <span>Persistent identifiers and registries</span>
99
                              </span>
100
                              <span *ngIf="type=='funder' && showProjects && fundersSize">
101
                                <span class="uk-text-bold">{{fundersSize.number|number}}{{fundersSize.size}} funders</span><span> and</span>
102
                                <span class="uk-text-bold"> {{projectsSize.number|number}}{{projectsSize.size}} funded grants</span>
103
                              </span>
104

    
105
                            </div>
106
                            <div class="uk-grid-small  uk-child-width-1-6 uk-text-center grid uk-flex uk-flex-center" uk-grid   uk-height-match="target: > div > .logo2; row: false;">
107
                              <div *ngFor="let logo of logos[type][j].slice(0,ceil(logos[type][j].length/2)); let i=index">
108
                                <ng-container *ngTemplateOutlet="_logos; context: { logo: logo, class: 'logo1 home-logo'}"></ng-container>
109
                                <ng-container *ngTemplateOutlet="_logos; context: { logo: logos[type][j][ceil(logos[type][j].length/2)+i], class: 'uk-margin-top logo2 home-logo'}"></ng-container>
110
                              </div>
111
                            </div>
112
                          </li>
113
                        </ng-container>
114
                      </ul>
115
                    </div>
116

    
117
                    <div class="uk-hidden@s">
118
                      <a class="uk-position-center-left uk-position-small" href="#" uk-slidenav-previous uk-slider-item="previous"></a>
119
                      <a class="uk-position-center-right uk-position-small" href="#" uk-slidenav-next uk-slider-item="next"></a>
120
                    </div>
121

    
122
                    <div class="uk-visible@s">
123
                      <a class="uk-position-center-left-out uk-position-small" href="#" uk-slidenav-previous uk-slider-item="previous"></a>
124
                      <a class="uk-position-center-right-out uk-position-small" href="#" uk-slidenav-next uk-slider-item="next"></a>
125
                    </div>
126
                  </div>
127
                </div>
128

    
129
              </div>
130
            </div>
131

    
132
          </div>
133
        </div>
134
      </div>
135

    
136
    </div>
137
  </div>
138
</div>
139
<schema2jsonld [URL]="properties.baseLink"
140
               [logoURL]="properties.baseLink+'/assets/common-assets/logo-small-explore.png'" type="home"
141
               name="OpenAIRE Explore"></schema2jsonld>
142
<ng-template [ngIf]="properties.environment !== 'production'">
143
  <div class="uk-text-right uk-padding-small uk-padding-remove-vertical">
144
    <a class="uk-button trello-button uk-button-large"
145
       href="https://trello.com/b/o1tEJ3rN/openaire-research-graph"
146
       target="_blank"
147
       (mouseenter)="trelloImg = 'trello-2.svg'"
148
       (mouseleave)="trelloImg = 'trello.svg'">
149
      <img [src]="'assets/' + trelloImg">
150
      <span class="uk-margin-left">Give us <b>feedback</b></span>
151
    </a>
152
  </div>
153
  <div class="uk-section uk-section-small graph-background uk-margin-top">
154
    <div class="uk-container uk-container-large">
155
      <div class="uk-flex uk-flex-top uk-child-width-1-1@s uk-child-width-1-2@m" uk-grid>
156
        <div>
157
          <img src="assets/explore-banner.png">
158
        </div>
159
        <div>
160
          <div class="uk-h2" style="color: white !important;">
161
            Extracted <b>Metadata Combined.</b>
162
          </div>
163
          <div>
164
            <p>
165
              The OpenAIRE Research Graph is one of the largest open scholarly record collections worldwide, key in
166
              fostering Open Science and
167
              establishing its practices in the daily research activities. Conceived as a public and transparent good,
168
              populated out of data sources
169
              trusted by scientists, the Graph aims at bringing discovery, monitoring, and assessment or science back in
170
              the hands of the scientific
171
              community.
172
            </p>
173
            <p>
174
              Imagine a vast collection of research products all linked together, contextualised and openly available.
175
              For
176
              the past ten years OpenAIRE
177
              has been working to gather this valuable record. OpenAIRE is pleased to announce the beta release of its
178
              Research Graph, a massive<span *ngIf="!readMore">...</span>
179
              <span *ngIf="readMore" class="uk-animation-fade">
180
              collection of metadata and links between scientific products such as articles, datasets, software, and
181
              other
182
              research products, entities like
183
              organisations, funders, funding streams, projects, communities, and data sources.
184
              </span>
185
            </p>
186
            <p *ngIf="readMore" class="uk-animation-fade">
187
              As of today, the OpenAIRE Research Graph aggregates around 450Mi metadata records with links collecting
188
              from
189
              10,000 data sources
190
              trusted by scientists! After cleaning, deduplication, and fine-grained classification processes, they
191
              narrow
192
              down to ~100Mi publications,
193
              ~8Mi datasets, ~200K software research products, 8Mi other products linked together with semantic
194
              relations.
195
            </p>
196
            <p *ngIf="readMore" class="uk-animation-fade">
197
              More than 10Mi full-texts of Open Access publications are mined by algorithms to enrich metadata records
198
              with additional properties and
199
              links among research products, funders, projects, communities, and organizations. Thanks to the mining
200
              algorithm, the graph is completed
201
              with 480Mi semantic relations.
202
            </p>
203
          </div>
204
          <div *ngIf="!readMore" class="uk-text-center clickable uk-animation-fade" (click)="readMore = true">
205
            <a class="custom-explore-toggle">Read more<span uk-icon="chevron-down"></span></a>
206
          </div>
207
          <div *ngIf="readMore" class="uk-text-center clickable uk-animation-fade" (click)="readMore = false">
208
            <a class="custom-explore-toggle">Read less<span uk-icon="chevron-up"></span></a>
209
          </div>
210
        </div>
211
      </div>
212
    </div>
213
  </div>
214
  <div class="graph-background-bottom uk-background-norepeat uk-background-top-center uk-height-small"></div>
215
  <div class="uk-section uk-section-small">
216
    <div class="uk-container uk-container-large">
217
      <div class="uk-flex uk-flex-middle uk-child-width-1-1@s uk-child-width-1-2@m" uk-grid>
218
        <div>
219
          <div class="uk-text-secondary uk-h2 uk-margin-bottom">
220
            <b>Contribute</b> to improve the<br><b>OpenAIRE Research Graph</b>
221
          </div>
222
          <p>
223
            You can explore and test the beta release of the OpenAIRE Research Graph via the OpenAIRE BETA Explore
224
            portal or via data dumps made
225
            available via <a href="https://zenodo.org" target="_blank">Zenodo.org</a>. Feedback on the graph is welcome
226
            until the end of November 2019.
227
          </p>
228
          <p>
229
            Find the complete information about the OpenAIRE Research Graph, how to test it and contribute to improving
230
            it on our
231
            <a href="https://www.openaire.eu/blogs/preview/1046-2027-the-openaire-research-graph"
232
               target="_blank">blog</a>.
233
          </p>
234
          <p>
235
            You can also write to <a href="mailto:paolo.manghi@isti.cnr.it">Paolo Manghi</a>, the OpenAIRE Technical Director, for additional details.
236
          </p>
237
          <div class="uk-flex uk-flex-middle uk-grid uk-child-width-1-2@s">
238
            <a class="uk-margin-top" href="https://www.openaire.eu/blogs/preview/1046-2027-the-openaire-research-graph"
239
               target="_blank">
240
              <u>Instructions on providing feedback</u>
241
            </a>
242
            <div class="uk-margin-top uk-text-right uk-visible@l">
243
              <a class="uk-button trello-button uk-button-large"
244
                 href="https://trello.com/b/o1tEJ3rN/openaire-research-graph"
245
                 target="_blank"
246
                      (mouseenter)="trelloImg2 = 'trello-2.svg'"
247
                      (mouseleave)="trelloImg2 = 'trello.svg'">
248
                <img [src]="'assets/' + trelloImg2">
249
                <span class="uk-margin-left uk-margin-small-right">Go to <b>Trello</b></span>
250
                <span uk-icon="arrow-right"></span>
251
              </a>
252
            </div>
253
            <div class="uk-margin-top uk-text-right uk-hidden@m">
254
              <a class="uk-button trello-button uk-button-large"
255
                 href="https://trello.com/b/o1tEJ3rN/openaire-research-graph"
256
                 target="_blank"
257
                      (mouseenter)="trelloImg = 'trello-2.svg'"
258
                      (mouseleave)="trelloImg = 'trello.svg'">
259
                <img [src]="'assets/' + trelloImg">
260
                <span class="uk-margin-left uk-margin-small-right">Go to <b>Trello</b></span>
261
                <span uk-icon="arrow-right"></span>
262
              </a>
263
            </div>
264
            <div class="uk-margin-top uk-text-right uk-visible@m uk-hidden@l">
265
              <a class="uk-button trello-button uk-button-large"
266
                 href="https://trello.com/b/o1tEJ3rN/openaire-research-graph"
267
                 target="_blank"
268
                      (mouseenter)="trelloImg = 'trello-2.svg'"
269
                      (mouseleave)="trelloImg = 'trello.svg'">
270
                <img [src]="'assets/' + trelloImg" class="uk-margin-right">
271
                <span uk-icon="arrow-right"></span>
272
              </a>
273
            </div>
274
          </div>
275
        </div>
276
        <div>
277
          <img src="assets/trello-sc.png">
278
        </div>
279
      </div>
280
    </div>
281
  </div>
282
</ng-template>
283
<div class=" uk-section uk-section-small">
284
  <div class="uk-container uk-container-small">
285
    <div class="uk-grid-margin uk-grid uk-grid-stack" uk-grid="">
286
      <div class="uk-width-1-1@m uk-first-column">
287
        <div id="page#8"
288
             class="uk-margin uk-text-center uk-child-width-1-1 uk-grid-match uk-child-width-1-1@s uk-child-width-1-3@m uk-child-width-1-3@l uk-grid-large uk-grid"
289
             uk-grid="">
290
          <div class="uk-first-column">
291
            <div class="el-item uk-card uk-card-hover uk-card-small uk-card-body">
292
              <a routerLinkActive="uk-link" routerLink="/search/find"
293
                 class="el-link uk-position-cover uk-position-z-index uk-margin-remove-adjacent"></a>
294
              <img class="" width="80" height="80" src="assets/explore.svg" alt="Explore">
295
              <h3 class="el-title uk-margin uk-h3">
296
                Explore
297
              </h3>
298
              <div class="el-content uk-margin uk-text-lead">Discover linked open research</div>
299
              <div class="  uk-margin-small-top">Search for
300
                publications, datasets, software and other research products. See how these
301
                are linked together and how they are linked to funding and
302
                organizations.
303
                <br>
304
                View statistics on projects and institutions.
305
              </div>
306
            </div>
307
          </div>
308

    
309
          <div class="">
310
            <div class="el-item uk-card uk-card-hover uk-card-small uk-card-body">
311
              <a routerLinkActive="uk-link" routerLink="/participate/deposit-publications"
312
                 class="el-link uk-position-cover uk-position-z-index uk-margin-remove-adjacent"></a>
313
              <img class="" width="70" height="70" src="assets/share.svg" alt="Share">
314

    
315
              <h3 class="el-title uk-margin uk-h3">
316
                Share
317
              </h3>
318
              <div class="el-content uk-margin uk-text-lead">Deposit in a repository of your choice</div>
319
              <div class="  uk-margin-small-top">
320
                Select an OpenAIRE compatible repository (2.0 +) so that your research is linked to your funding
321
                information.
322
                <br>
323
                Use <a href="http://www.zenodo.org/" target="_blank" rel="noopener">ZENODO</a>,
324
                a catch-all repository hosted by CERN to deposit all your research results (publications, data,
325
                software, etc.)
326
              </div>
327
            </div>
328
          </div>
329

    
330

    
331
          <div class="">
332
            <div class="el-item uk-card uk-card-hover uk-card-small uk-card-body">
333
              <img class="" width="60" height="70" src="assets/link.svg" alt="Link">
334
              <a routerLinkActive="uk-link" routerLink="/participate/claim" routerLink="/participate/claim"
335
                 class="el-link uk-position-cover uk-position-z-index uk-margin-remove-adjacent"></a>
336

    
337
              <h3 class="el-title uk-margin uk-h3">
338
                Link
339
              </h3>
340
              <div class="el-content uk-margin uk-text-lead">Connect all your research</div>
341
              <div class="  uk-margin-small-top">
342
                If you can't find your research results in OpenAIRE, don't worry!
343
                <br>
344
                Use our <strong>LINK OUT service</strong>,
345
                that reaches out to many external sources via APIs, to connect your research results and
346
                <em>claim</em> them to your project.
347
              </div>
348
            </div>
349
          </div>
350

    
351
        </div>
352
      </div>
353
    </div>
354
  </div>
355
</div>
356

    
357
<div class="uk-section-muted uk-section uk-section-small">
358
  <div class="uk-container uk-container-large">
359
    <div class="uk-grid-margin uk-grid uk-grid-stack" uk-grid="">
360
      <div class="uk-width-1-1@m uk-first-column">
361
        <div class="uk-margin uk-child-width-1-1 uk-grid-match uk-child-width-1-1@s uk-child-width-1-2@m
362
             uk-child-width-1-2@l uk-grid-large uk-grid uk-grid-divider ask-explore" uk-grid="">
363
          <div class="uk-first-column uk-text-center">
364
            <div class="el-item uk-card uk-card-small uk-card-body">
365
              <img src="assets/ask-explore.svg" class="el-image" alt="" uk-svg="" hidden="true">
366
              <h3 class="el-title uk-margin uk-h3">Have more questions?</h3>
367
            </div>
368
          </div>
369
          <div class="questions">
370
            <div class="el-item uk-card uk-card-small uk-card-body">
371
              <ul class="uk-list uk-list-divider">
372
                <li><a href="https://www.openaire.eu/os-primers">Learn about open science policies and how to align</a>
373
                </li>
374
                <li><a
375
                  href="https://www.openaire.eu/rdm-handbook">Learn more on how to manage your data in the open science
376
                  era</a>
377
                </li>
378
                <li><a href="https://www.openaire.eu/guides">Find out how to use OpenAIRE to best serve your needs</a>
379
                </li>
380
                <li><a
381
                  href="https://www.openaire.eu/webinars/">View our training material on a variety of related topics</a>
382
                </li>
383
                <li><a href="https://www.openaire.eu/contact-us/">Contact us</a></li>
384
              </ul>
385
            </div>
386
          </div>
387
        </div>
388
      </div>
389
    </div>
390
  </div>
391
</div>
392

    
393
<div class="uk-section-default uk-section">
394
  <div class="uk-container">
395
    <div class="uk-grid-medium uk-margin-medium uk-grid" uk-grid="">
396
      <div class="uk-width-2-3@m uk-first-column">
397
        <div class="uk-margin-medium-top uk-panel">
398
          <h3 class="el-title uk-margin uk-h3">
399
            Our community
400
          </h3>
401
          <hr class="uk-divider-small uk-text-left provide">
402

    
403
          <div class="uk-grid uk-margin-medium-top">
404

    
405
            <div class="uk-width-expand@m">
406
              <p *ngIf="showPublications && publicationsSize" class="uk-margin-medium-bottom">
407
                <span class="emphasis portal-color">{{publicationsSize.count|number}} </span><br><span
408
                class="uk-text-uppercase"> publications</span>
409
              </p>
410
              <p *ngIf="showOrp && otherSize" class="uk-margin-medium-bottom">
411
                <span class="emphasis portal-color">{{otherSize.count|number}} </span><br><span
412
                class="uk-text-uppercase"> other research products</span>
413
              </p>
414

    
415
            </div>
416
            <div class="uk-width-expand@m">
417
              <p *ngIf="showDatasets && datasetsSize" class="uk-margin-medium-bottom">
418
                <span class="emphasis portal-color">{{datasetsSize.count|number}} </span><br><span
419
                class="uk-text-uppercase"> research data</span>
420
              </p>
421
              <p *ngIf="showSoftware && softwareSize" class="uk-margin-medium-bottom">
422
                <span class="emphasis portal-color">{{softwareSize.count|number}} </span><br><span
423
                class="uk-text-uppercase"> software</span>
424
              </p>
425

    
426
            </div>
427

    
428
          </div>
429

    
430
          <div class="uk-margin-top">
431
            <div class="uk-grid uk-child-width-1-3@m">
432
              <p *ngIf="showDataProviders && datasourcesSize" class="uk-margin-medium-bottom">
433
                <span class="  emphasis "> {{datasourcesSize.number |number}} {{datasourcesSize.size}}</span><br>
434
                <span class="uk-text-uppercase">content providers</span>
435
              </p>
436
              <p *ngIf="showProjects && fundersSize">
437
                <span class="  emphasis ">{{fundersSize.number|number}} {{fundersSize.size}}</span><br>
438
                <span class="uk-text-uppercase">Funders</span>
439
              </p>
440
              <p *ngIf="showProjects && projectsSize">
441
                <span class=" emphasis ">{{projectsSize.count|number}} </span><br>
442
                <span class="uk-text-uppercase">Projects</span>
443
              </p>
444
            </div>
445
            <!-- <div class="uk-grid uk-child-width-1-2@m uk-margin-small-top">
446

    
447
              <p *ngIf="showProjects && projectsSize">
448
                <span class=" emphasis ">{{projectsSize.count|number}} </span><br>
449
                <span class="uk-text-uppercase">Projects</span>
450
              </p>
451
            </div> -->
452

    
453

    
454
          </div>
455
        </div>
456
      </div>
457
      <div class="uk-width-expand@m">
458

    
459
        <div class="uk-card uk-card-body uk-card-explore">
460

    
461
          <h3 class="uk-margin-remove-top uk-h3">
462
            <span class="">Our data policies</span>
463
          </h3>
464
          <hr class="uk-divider-small uk-text-left">
465

    
466
          <ul class="uk-margin-small uk-list uk-list-large uk-margin-medium-bottom">
467
            <li class="el-item uk-margin-medium-bottom">
468
              <h5 class="el-title uk-h5">Data acquisition</h5>
469
              <div class="el-content">
470
                <span>How we retrieve data, how often, what processes it goes through (aggregating cleaning, transforming, inferring, de-duplicating), what are the quality checks&nbsp;along all&nbsp; data processing stages.</span>
471
              </div>
472
            </li>
473
            <li class="el-item">
474
              <h5 class="el-title uk-h5">Data usage</h5>
475
              <div class="el-content">
476
                <span>Who is able to retrieve our data, what are the licences, what about specific SLAs.</span>
477
              </div>
478
            </li>
479
          </ul>
480
          <div class="uk-margin uk-margin-remove-bottom uk-text-left">
481
            <h6 class="uk-h6">
482
              <a class="el-content uk-link-text" href="https://www.openaire.eu/data-aquisition-policy" target="_blank">
483
                Learn more
484
              </a>
485
            </h6>
486
          </div>
487
        </div>
488

    
489

    
490
      </div>
491
    </div>
492
  </div>
493
</div>
494
<!-- <div class="uk-section-default uk-section">
495
   <div class="uk-container">
496
      <div class="uk-grid-small uk-margin-medium uk-grid" uk-grid=""> -->
497

    
498

    
499
<!--div class="uk-width-expand@m uk-first-column">
500
   <h5 class="searchFilterTitle">
501
      <span>New content providers</span>
502
   </h5>
503
   <div class="uk-margin-remove-vertical uk-grid-match uk-child-width-1-1 uk-child-width-1-1@m uk-child-width-1-1@l uk-child-width-1-1@xl uk-grid-small uk-grid-divider uk-grid uk-grid-stack" uk-grid=""-->
504
<!-- <errorMessages [status]="[fetchDataproviders.searchUtils.status]" [type]="'content providers'"></errorMessages>
505

    
506
<div *ngIf="fetchDataproviders.searchUtils.totalResults > 0">
507
    <ul [class]="'uk-list uk-list-divider  uk-margin '+custom_class">
508
       <li *ngFor="let result of fetchDataproviders.results" class="uk-animation-fade">
509
           <h4  [title] = result.title.accessMode >
510
               <a [queryParams]="routerHelper.createQueryParam(urlParam,result.id)" routerLinkActive="router-link-active" routerLink="/search/{{type}}">
511
                 <p *ngIf="result['title'].name || result.acronym"><span *ngIf="result.acronym">{{result.acronym}}</span><span *ngIf="result.acronym && result['title'].name">-</span><span *ngIf="result['title'].name" [innerHTML]="result['title'].name"></span><span *ngIf="result.code">({{result.code}})</span></p>
512
                 <p *ngIf="!result['title'].name && !result.acronym">[no title available]<span *ngIf="result.code">({{result.code}})</span></p>
513
               </a>
514
           </h4>
515
           <span *ngIf="result.types && result.types.length > 0" [class]="'uk-label custom-label label-blue label-'+result.entityType" title="Type">{{result.types.join(", ")}}</span>
516
           <span *ngIf="result.languages && result.languages.length > 0" class="uk-label custom-label  label-language " title="Language">{{result.languages.join(", ")}}</span>
517
           <span *ngIf="result.title && result.title.accessMode" [class]="'uk-label custom-label  label-'+ result.title.accessMode " title="Access Mode">{{result.title.accessMode}}</span>
518

    
519
           <span *ngIf="result['funderShortname']" class="uk-label custom-label label-funder " title="Funder">{{result['funderShortname']}}></span>
520
           <span *ngIf="result.openAccessMandate != undefined && result.openAccessMandate " class="uk-label custom-label label-openaccessmandate " title="Open Access mandate">Open Access mandate</span>
521

    
522
           <span *ngIf="result['type'] != undefined && result['type'] != ''" class="uk-label custom-label label-blue label-dataprovider" title="Type"> {{result['type']}}</span>
523
           <span *ngIf="result['compatibility'] != undefined && result['compatibility'] != ''" class="uk-label custom-label  label-compatibility" title="Compatibility">{{result.compatibility}}</span>
524

    
525
           <div *ngIf="showOrganizations && result['organizations'] != undefined && result['organizations'].length > 0">
526
               <span> Organization: </span>
527
               <span *ngFor="let organization of result['organizations'].slice(0,10) let i=index">
528
                   <a *ngIf="organization.id" [queryParams]="{organizationId: organization.id}" routerLinkActive="router-link-active" routerLink="/search/organization">
529
                           {{organization.name}}</a><span
530

    
531
                       *ngIf="!organization.id">
532
                           {{organization.name}}</span><span
533

    
534
                       *ngIf="(i < result['organizations'].length-1) && (i < 9)">,</span>
535
               </span>
536
               <span *ngIf="result['organizations'].length > 10">...</span>
537
           </div>
538

    
539
           <div *ngIf="result['countries'] && result['countries'].length > 0">
540
               Country: <span *ngFor="let country of  result['countries'].slice(0,10) let i = index">{{country}}{{(i < ( result['countries'].slice(0,10).length-1))?", ":""}}{{(i ==  result['countries'].slice(0,10).length-1 &&  result['countries'].length > 10)?"...":""}}</span>
541
           </div>
542
           <div *ngIf="result['websiteURL'] != undefined && result['websiteURL'] != ''">
543
               <span>Website URL: </span>
544
               <span>
545
                   <a href="{{result['websiteURL']}}" target="_blank" class="custom-external custom-icon">
546
                       {{result['websiteURL']}}
547
                   </a>
548
               </span>
549
           </div>
550
           <div *ngIf="result['OAIPMHURL'] != undefined && result['OAIPMHURL'] != ''">
551
               <span>OAI-PMH URL: </span>
552
               <span>
553
                   <a href="{{result['OAIPMHURL']}}" target="_blank" class="custom-external custom-icon">
554
                       {{result['OAIPMHURL']}}
555
                   </a>
556
               </span>
557
           </div>
558

    
559

    
560
       </li>
561
   </ul>
562

    
563
</div> -->
564
<!--div class="uk-first-column">
565
   <div class="el-item uk-panel">
566
      <h6 class="el-title uk-margin uk-h6 uk-text-primary uk-margin-remove-adjacent uk-margin-remove-bottom portal-color">
567
         Aaltodoc Publication Archive
568
      </h6>
569
      <div class="el-meta uk-margin uk-text-meta">Aalto University</div>
570
      <div class="el-content uk-margin"><span class="uk-label label-grey">IR</span>&nbsp;<span class=" uk-label label-grey">Data</span>&nbsp;<span class="uk-label label-grey">OpenAIRE 3.0</span><br>
571
         12469 datasets
572
      </div>
573
   </div>
574
</div>
575
<div class="uk-grid-margin uk-first-column">
576
   <div class="el-item uk-panel">
577
      <h6 class="el-title uk-margin uk-h6 uk-text-primary uk-margin-remove-adjacent uk-margin-remove-bottom  portal-color">
578
         Cambridge Server
579
      </h6>
580
      <div class="el-meta uk-margin uk-text-meta">Cambridge Uviversity</div>
581
      <div class="el-content uk-margin"><span class="uk-label label-grey">IR</span>&nbsp;<span class=" uk-label label-grey">Literature</span>&nbsp;<span class="uk-label label-grey"  >OpenAIRE 2.0</span><br>
582
         4567 publications
583
      </div>
584
   </div>
585
</div>
586
</div>
587
<hr>
588
<div class="uk-margin">
589
<a class=""   routerLinkActive="uk-link" routerLink="/search/find/dataproviders" >
590
View all
591
</a>
592
</div>
593
</div>
594
<div class="uk-width-expand@m">
595
<h5 class="searchFilterTitle">
596
<span>New funders</span>
597
</h5>
598
<div class="uk-margin uk-text-meta">
599
Latest funding database incorporated in OpenAIRE
600
</div>
601
<div class="uk-margin-remove-vertical uk-grid-match uk-child-width-1-1 uk-child-width-1-1@m uk-child-width-1-1@l uk-child-width-1-1@xl uk-grid-small uk-grid-divider uk-grid uk-grid-stack" uk-grid="">
602
<div class="uk-first-column">
603
   <div class="el-item uk-panel">
604
      <h6 class="el-title uk-margin uk-h6 uk-text-primary uk-margin-remove-adjacent uk-margin-remove-bottom  portal-color">
605
         Swiss National Science Foundation
606
      </h6>
607
      <div class="el-meta uk-margin uk-text-meta">Switzerland</div>
608
      <div class="el-content uk-margin"><span class="uk-label label-grey">OA mandate</span><br> 47.509 publications</div>
609
   </div>
610
</div>
611
<div class="uk-grid-margin uk-first-column">
612
   <div class="el-item uk-panel">
613
      <h6 class="el-title uk-margin uk-h6 uk-text-primary uk-margin-remove-adjacent uk-margin-remove-bottom  portal-color">
614
         Ministry of Education, Science and Technological Development of Republic of Serbia
615
      </h6>
616
      <div class="el-meta uk-margin uk-text-meta">Serbia</div>
617
      <div class="el-content uk-margin">7.942 publicatios</div>
618
   </div>
619
</div>
620
</div>
621
</div-->
622
<!-- <div class="uk-width-medium uk-grid-item-match">
623

    
624

    
625
   <div class="uk-tile-secondary uk-tile uk-tile-xsmall portal-box"  >
626
    <h3 class="uk-margin-remove-top  ">
627
       Our data policies
628
    </h3>
629
    <ul class="uk-margin-small uk-list uk-list-large">
630
       <li class="el-item">
631
          <h6 class="el-title   uk-margin-remove">Data acquisition</h6>
632
          <h5 class="el-content">
633
             <a target="_blank" href="www.openaire.eu/policies">How we retrieve data, how often, what processes it goes through (aggregating cleaning, trasnforming, inferring, de-duplicating), what are the quality checks&nbsp;along all&nbsp; data processing stages.</a>
634
          </h5>
635
       </li>
636
       <li class="el-item">
637
          <h6 class="el-title  uk-margin-remove">Data usage</h6>
638
          <h5 class="el-content">
639
             <a target="_blank" href="www.openaire.eu/policies">Who is able to retrieve our data, what are the licences, what about specific SLAs.</a>
640
          </h5>
641
       </li>
642
    </ul>
643
    <div class="uk-margin uk-margin-remove-bottom uk-text-left">
644
       <a class="el-content uk-link-text" target="_blank" href="www.openaire.eu/policies">
645
       Learn more
646
       </a>
647
    </div>
648
   </div>
649

    
650

    
651
</div>
652
</div>
653
</div>
654
</div> -->
655

    
656
<div class="uk-section-muted"
657
     uk-scrollspy="{&quot;target&quot;:&quot;[uk-scrollspy-class]&quot;,&quot;cls&quot;:&quot;uk-animation-fade&quot;,&quot;delay&quot;:false}">
658
  <div class="uk-container uk-container-large">
659
    <other-portals portal="explore" [properties]="properties"></other-portals>
660
  </div>
661
</div>
662

    
663

    
664
<!--div class="image-front-topbar  uk-section-secondary uk-position-relative" uk-scrollspy="{&quot;target&quot;:&quot;[uk-scrollspy-class]&quot;,&quot;cls&quot;:&quot;uk-animation-fade&quot;,&quot;delay&quot;:false}" tm-header-transparent="light">
665
<div style="" class="mainPageSearchForm uk-background-norepeat uk-background-cover uk-background-fixed uk-section uk-padding-remove-bottom uk-flex uk-flex-middle" uk-height-viewport="offset-top: true;offset-bottom: ! +">
666
  <div class="uk-position-cover"></div>
667
  <div class="uk-width-1-1">
668
     <div class="uk-position-relative">
669
        <div class="uk-container uk-margin-medium">
670
           <div class="tm-header-placeholder uk-margin-medium" style="height: 84px;"></div>
671
           <div class="search_box_bg uk-grid-large uk-flex-middle uk-grid uk-grid-stack" uk-grid="">
672
              <div class="uk-width-1-1@m uk-first-column">
673
                 <div data-id="page#4">
674
                 <search-form   placeholderText="Search in OpenAIRE information space" link=true></search-form>
675
                 </div>
676
              </div>
677
           </div>
678
        </div>
679
        <div class="uk-container uk-container-large uk-margin-medium">
680
           <div class="search_box_bg uk-grid uk-grid-stack" uk-grid="">
681
              <div class="uk-width-1-1@m uk-first-column">
682
                 <div class="search_box_bg uk-margin-large uk-margin-remove-bottom uk-text-center uk-grid-match uk-child-width-1-2 uk-child-width-1-2@s uk-child-width-1-4@m uk-child-width-1-4@l uk-child-width-1-4@xl uk-grid-collapse uk-grid-divider uk-grid uk-scrollspy-inview uk-animation-fade" uk-scrollspy-class="" uk-grid="" data-id="page#7" style="">
683
                    <div  *ngIf="showPublications && publicationsSize"  class="uk-first-column">
684
                       <div uk-scrollspy-class="" class="uk-width-medium uk-margin-auto el-item uk-panel uk-scrollspy-inview uk-animation-fade" style="">
685
                          <h2 class="el-title uk-margin uk-h2">
686
                             <span>{{publicationsSize.number}} {{publicationsSize.size}} publications</span>
687
                          </h2>
688
                       </div>
689
                    </div>
690
                    <div  *ngIf="showDatasets && datasetsSize">
691
                       <div uk-scrollspy-class="" class="uk-width-medium uk-margin-auto el-item uk-panel uk-scrollspy-inview uk-animation-fade" style="">
692
                          <h2 class="el-title uk-margin uk-h2">
693
                             <span>{{datasetsSize.number}} {{datasetsSize.size}} research data</span>
694
                          </h2>
695
                       </div>
696
                    </div>
697
                    <div  *ngIf="showDataProviders && datasourcesSize"  >
698
                       <div uk-scrollspy-class="" class="uk-width-medium uk-margin-auto el-item uk-panel uk-scrollspy-inview uk-animation-fade" style="">
699
                          <h2 class="el-title uk-margin uk-h2">
700
                             <span>{{datasourcesSize.number}} {{datasourcesSize.size}} data sources</span>
701
                          </h2>
702
                       </div>
703
                    </div>
704
                    <div  *ngIf="showProjects && fundersSize">
705
                       <div uk-scrollspy-class="" class="uk-width-medium uk-margin-auto el-item uk-panel uk-scrollspy-inview uk-animation-fade" style="">
706
                          <h2 class="el-title uk-margin uk-h2">
707
                             <span>{{fundersSize.number}} {{fundersSize.size}} funders</span>
708
                          </h2>
709
                       </div>
710
                    </div>
711
                 </div>
712
                 <div *ngIf = "showPublications || showDatasets || showProjects || showDataProviders" class="uk-margin-large uk-margin-remove-bottom uk-text-center uk-text-meta uk-scrollspy-inview uk-animation-fade" uk-scrollspy-class="" data-id="page#8" style="">
713
                  <span style="color:#fff!important; font-size:30pt!important">all linked together</span>
714
                 </div>
715
              </div>
716
           </div>
717
        </div>
718
     </div>
719
  </div>
720
</div>
721
</div>
722

    
723
<div class="tm-main uk-container" style="min-height:200px">
724
<helper position="bottom"></helper>
725
</div-->
(2-2/4)