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-margin-medium">
28
        <div class="uk-container uk-container-large  explore-numbers">
29
          <div class="search_box_bg uk-grid uk-grid-stack" uk-grid="">
30
            <div class="uk-width-1-1@m uk-first-column">
31

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

    
55

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

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

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

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

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

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

    
125
                      <div class="uk-hidden@s">
126
                        <a class="uk-position-center-left uk-position-small" href="#" uk-slidenav-previous
127
                           uk-slider-item="previous"></a>
128
                        <a class="uk-position-center-right uk-position-small" href="#" uk-slidenav-next
129
                           uk-slider-item="next"></a>
130
                      </div>
131

    
132
                      <div class="uk-visible@s">
133
                        <a class="uk-position-center-left-out uk-position-small" href="#" uk-slidenav-previous
134
                           uk-slider-item="previous"></a>
135
                        <a class="uk-position-center-right-out uk-position-small" href="#" uk-slidenav-next
136
                           uk-slider-item="next"></a>
137
                      </div>
138
                    </div>
139
                  </div>
140

    
141
                </div>
142
              </div>
143

    
144
            </div>
145
          </div>
146
        </div>
147
<!--        <div class="uk-text-right uk-padding-small uk-padding-remove-vertical">-->
148
<!--          <a class="uk-button trello-button trello-button-white uk-button-large"-->
149
<!--             href="https://trello.com/b/o1tEJ3rN/openaire-research-graph"-->
150
<!--             target="_blank"-->
151
<!--             (mouseenter)="trelloImg = 'trello-2.svg'"-->
152
<!--             (mouseleave)="trelloImg = 'trello-2.svg'">-->
153
<!--            <img [src]="'assets/' + trelloImg">-->
154
<!--            <span class="uk-margin-left">Give us <b>feedback</b></span>-->
155
<!--          </a>-->
156
<!--        </div>-->
157
        <div class="uk-text-right uk-padding-small uk-padding-remove-vertical">
158
          <a class="uk-button uk-button-large trello-button trello-button-white"
159
             href="https://trello.com/b/o1tEJ3rN/openaire-research-graph"
160
             target="_blank">
161
<!--             (mouseenter)="trelloClass = 'trello-button-blue'"-->
162
<!--             (mouseleave)="trelloClass = 'trello-button-white'">-->
163
            <img [src]="'assets/trello-2.svg'" class="trello-image">
164
            <span class="uk-margin-small-left">Give us <b>feedback</b></span>
165
          </a>
166
        </div>
167
      </div>
168
    </div>
169

    
170

    
171

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

    
328
          <div class="">
329
            <div class="el-item uk-card uk-card-hover uk-card-small uk-card-body">
330
              <a routerLinkActive="uk-link" routerLink="/participate/deposit-publications"
331
                 class="el-link uk-position-cover uk-position-z-index uk-margin-remove-adjacent"></a>
332
              <img class="" width="70" height="70" src="assets/share.svg" alt="Share">
333

    
334
              <h3 class="el-title uk-margin uk-h3">
335
                Share
336
              </h3>
337
              <div class="el-content uk-margin uk-text-lead">Deposit in a repository of your choice</div>
338
              <div class="  uk-margin-small-top">
339
                Select an OpenAIRE compatible repository (2.0 +) so that your research is linked to your funding
340
                information.
341
                <br>
342
                Use <a href="http://www.zenodo.org/" target="_blank" rel="noopener">ZENODO</a>,
343
                a catch-all repository hosted by CERN to deposit all your research results (publications, data,
344
                software, etc.)
345
              </div>
346
            </div>
347
          </div>
348

    
349

    
350
          <div class="">
351
            <div class="el-item uk-card uk-card-hover uk-card-small uk-card-body">
352
              <img class="" width="60" height="70" src="assets/link.svg" alt="Link">
353
              <a routerLinkActive="uk-link" routerLink="/participate/claim" routerLink="/participate/claim"
354
                 class="el-link uk-position-cover uk-position-z-index uk-margin-remove-adjacent"></a>
355

    
356
              <h3 class="el-title uk-margin uk-h3">
357
                Link
358
              </h3>
359
              <div class="el-content uk-margin uk-text-lead">Connect all your research</div>
360
              <div class="  uk-margin-small-top">
361
                If you can't find your research results in OpenAIRE, don't worry!
362
                <br>
363
                Use our <strong>LINK OUT service</strong>,
364
                that reaches out to many external sources via APIs, to connect your research results and
365
                <em>claim</em> them to your project.
366
              </div>
367
            </div>
368
          </div>
369

    
370
        </div>
371
      </div>
372
    </div>
373
  </div>
374
</div>
375

    
376
<div class="uk-section-muted uk-section uk-section-small">
377
  <div class="uk-container uk-container-large">
378
    <div class="uk-grid-margin uk-grid uk-grid-stack" uk-grid="">
379
      <div class="uk-width-1-1@m uk-first-column">
380
        <div class="uk-margin uk-child-width-1-1 uk-grid-match uk-child-width-1-1@s uk-child-width-1-2@m
381
             uk-child-width-1-2@l uk-grid-large uk-grid uk-grid-divider ask-explore" uk-grid="">
382
          <div class="uk-first-column uk-text-center">
383
            <div class="el-item uk-card uk-card-small uk-card-body">
384
              <img src="assets/ask-explore.svg" class="el-image" alt="" uk-svg="" hidden="true">
385
              <h3 class="el-title uk-margin uk-h3">Have more questions?</h3>
386
            </div>
387
          </div>
388
          <div class="questions">
389
            <div class="el-item uk-card uk-card-small uk-card-body">
390
              <ul class="uk-list uk-list-divider">
391
                <li><a href="https://www.openaire.eu/os-primers">Learn about open science policies and how to align</a>
392
                </li>
393
                <li><a
394
                  href="https://www.openaire.eu/rdm-handbook">Learn more on how to manage your data in the open science
395
                  era</a>
396
                </li>
397
                <li><a href="https://www.openaire.eu/guides">Find out how to use OpenAIRE to best serve your needs</a>
398
                </li>
399
                <li><a
400
                  href="https://www.openaire.eu/webinars/">View our training material on a variety of related topics</a>
401
                </li>
402
                <li><a href="https://www.openaire.eu/contact-us/">Contact us</a></li>
403
              </ul>
404
            </div>
405
          </div>
406
        </div>
407
      </div>
408
    </div>
409
  </div>
410
</div>
411

    
412
<div class="uk-section-default uk-section">
413
  <div class="uk-container">
414
    <div class="uk-grid-medium uk-margin-medium uk-grid" uk-grid="">
415
      <div class="uk-width-2-3@m uk-first-column">
416
        <div class="uk-margin-medium-top uk-panel">
417
          <h3 class="el-title uk-margin uk-h3">
418
            Our community
419
          </h3>
420
          <hr class="uk-divider-small uk-text-left provide">
421

    
422
          <div class="uk-grid uk-margin-medium-top">
423

    
424
            <div class="uk-width-expand@m">
425
              <p *ngIf="showPublications && publicationsSize" class="uk-margin-medium-bottom">
426
                <span class="emphasis portal-color">{{publicationsSize.count|number}} </span><br><span
427
                class="uk-text-uppercase"> publications</span>
428
              </p>
429
              <p *ngIf="showOrp && otherSize" class="uk-margin-medium-bottom">
430
                <span class="emphasis portal-color">{{otherSize.count|number}} </span><br><span
431
                class="uk-text-uppercase"> other research products</span>
432
              </p>
433

    
434
            </div>
435
            <div class="uk-width-expand@m">
436
              <p *ngIf="showDatasets && datasetsSize" class="uk-margin-medium-bottom">
437
                <span class="emphasis portal-color">{{datasetsSize.count|number}} </span><br><span
438
                class="uk-text-uppercase"> research data</span>
439
              </p>
440
              <p *ngIf="showSoftware && softwareSize" class="uk-margin-medium-bottom">
441
                <span class="emphasis portal-color">{{softwareSize.count|number}} </span><br><span
442
                class="uk-text-uppercase"> software</span>
443
              </p>
444

    
445
            </div>
446

    
447
          </div>
448

    
449
          <div class="uk-margin-top">
450
            <div class="uk-grid uk-child-width-1-3@m">
451
              <p *ngIf="showDataProviders && datasourcesSize" class="uk-margin-medium-bottom">
452
                <span class="  emphasis "> {{datasourcesSize.number |number}} {{datasourcesSize.size}}</span><br>
453
                <span class="uk-text-uppercase">content providers</span>
454
              </p>
455
              <p *ngIf="showProjects && fundersSize">
456
                <span class="  emphasis ">{{fundersSize.number|number}} {{fundersSize.size}}</span><br>
457
                <span class="uk-text-uppercase">Funders</span>
458
              </p>
459
              <p *ngIf="showProjects && projectsSize">
460
                <span class=" emphasis ">{{projectsSize.count|number}} </span><br>
461
                <span class="uk-text-uppercase">Projects</span>
462
              </p>
463
            </div>
464
            <!-- <div class="uk-grid uk-child-width-1-2@m uk-margin-small-top">
465

    
466
              <p *ngIf="showProjects && projectsSize">
467
                <span class=" emphasis ">{{projectsSize.count|number}} </span><br>
468
                <span class="uk-text-uppercase">Projects</span>
469
              </p>
470
            </div> -->
471

    
472

    
473
          </div>
474
        </div>
475
      </div>
476
      <div class="uk-width-expand@m">
477

    
478
        <div class="uk-card uk-card-body uk-card-explore">
479

    
480
          <h3 class="uk-margin-remove-top uk-h3">
481
            <span class="">Our data policies</span>
482
          </h3>
483
          <hr class="uk-divider-small uk-text-left">
484

    
485
          <ul class="uk-margin-small uk-list uk-list-large uk-margin-medium-bottom">
486
            <li class="el-item uk-margin-medium-bottom">
487
              <h5 class="el-title uk-h5">Data acquisition</h5>
488
              <div class="el-content">
489
                <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>
490
              </div>
491
            </li>
492
            <li class="el-item">
493
              <h5 class="el-title uk-h5">Data usage</h5>
494
              <div class="el-content">
495
                <span>Who is able to retrieve our data, what are the licences, what about specific SLAs.</span>
496
              </div>
497
            </li>
498
          </ul>
499
          <div class="uk-margin uk-margin-remove-bottom uk-text-left">
500
            <h6 class="uk-h6">
501
              <a class="el-content uk-link-text" href="https://www.openaire.eu/data-aquisition-policy" target="_blank">
502
                Learn more
503
              </a>
504
            </h6>
505
          </div>
506
        </div>
507

    
508

    
509
      </div>
510
    </div>
511
  </div>
512
</div>
513
<!-- <div class="uk-section-default uk-section">
514
   <div class="uk-container">
515
      <div class="uk-grid-small uk-margin-medium uk-grid" uk-grid=""> -->
516

    
517

    
518
<!--div class="uk-width-expand@m uk-first-column">
519
   <h5 class="searchFilterTitle">
520
      <span>New content providers</span>
521
   </h5>
522
   <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=""-->
523
<!-- <errorMessages [status]="[fetchDataproviders.searchUtils.status]" [type]="'content providers'"></errorMessages>
524

    
525
<div *ngIf="fetchDataproviders.searchUtils.totalResults > 0">
526
    <ul [class]="'uk-list uk-list-divider  uk-margin '+custom_class">
527
       <li *ngFor="let result of fetchDataproviders.results" class="uk-animation-fade">
528
           <h4  [title] = result.title.accessMode >
529
               <a [queryParams]="routerHelper.createQueryParam(urlParam,result.id)" routerLinkActive="router-link-active" routerLink="/search/{{type}}">
530
                 <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>
531
                 <p *ngIf="!result['title'].name && !result.acronym">[no title available]<span *ngIf="result.code">({{result.code}})</span></p>
532
               </a>
533
           </h4>
534
           <span *ngIf="result.types && result.types.length > 0" [class]="'uk-label custom-label label-blue label-'+result.entityType" title="Type">{{result.types.join(", ")}}</span>
535
           <span *ngIf="result.languages && result.languages.length > 0" class="uk-label custom-label  label-language " title="Language">{{result.languages.join(", ")}}</span>
536
           <span *ngIf="result.title && result.title.accessMode" [class]="'uk-label custom-label  label-'+ result.title.accessMode " title="Access Mode">{{result.title.accessMode}}</span>
537

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

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

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

    
550
                       *ngIf="!organization.id">
551
                           {{organization.name}}</span><span
552

    
553
                       *ngIf="(i < result['organizations'].length-1) && (i < 9)">,</span>
554
               </span>
555
               <span *ngIf="result['organizations'].length > 10">...</span>
556
           </div>
557

    
558
           <div *ngIf="result['countries'] && result['countries'].length > 0">
559
               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>
560
           </div>
561
           <div *ngIf="result['websiteURL'] != undefined && result['websiteURL'] != ''">
562
               <span>Website URL: </span>
563
               <span>
564
                   <a href="{{result['websiteURL']}}" target="_blank" class="custom-external custom-icon">
565
                       {{result['websiteURL']}}
566
                   </a>
567
               </span>
568
           </div>
569
           <div *ngIf="result['OAIPMHURL'] != undefined && result['OAIPMHURL'] != ''">
570
               <span>OAI-PMH URL: </span>
571
               <span>
572
                   <a href="{{result['OAIPMHURL']}}" target="_blank" class="custom-external custom-icon">
573
                       {{result['OAIPMHURL']}}
574
                   </a>
575
               </span>
576
           </div>
577

    
578

    
579
       </li>
580
   </ul>
581

    
582
</div> -->
583
<!--div class="uk-first-column">
584
   <div class="el-item uk-panel">
585
      <h6 class="el-title uk-margin uk-h6 uk-text-primary uk-margin-remove-adjacent uk-margin-remove-bottom portal-color">
586
         Aaltodoc Publication Archive
587
      </h6>
588
      <div class="el-meta uk-margin uk-text-meta">Aalto University</div>
589
      <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>
590
         12469 datasets
591
      </div>
592
   </div>
593
</div>
594
<div class="uk-grid-margin uk-first-column">
595
   <div class="el-item uk-panel">
596
      <h6 class="el-title uk-margin uk-h6 uk-text-primary uk-margin-remove-adjacent uk-margin-remove-bottom  portal-color">
597
         Cambridge Server
598
      </h6>
599
      <div class="el-meta uk-margin uk-text-meta">Cambridge Uviversity</div>
600
      <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>
601
         4567 publications
602
      </div>
603
   </div>
604
</div>
605
</div>
606
<hr>
607
<div class="uk-margin">
608
<a class=""   routerLinkActive="uk-link" routerLink="/search/find/dataproviders" >
609
View all
610
</a>
611
</div>
612
</div>
613
<div class="uk-width-expand@m">
614
<h5 class="searchFilterTitle">
615
<span>New funders</span>
616
</h5>
617
<div class="uk-margin uk-text-meta">
618
Latest funding database incorporated in OpenAIRE
619
</div>
620
<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="">
621
<div class="uk-first-column">
622
   <div class="el-item uk-panel">
623
      <h6 class="el-title uk-margin uk-h6 uk-text-primary uk-margin-remove-adjacent uk-margin-remove-bottom  portal-color">
624
         Swiss National Science Foundation
625
      </h6>
626
      <div class="el-meta uk-margin uk-text-meta">Switzerland</div>
627
      <div class="el-content uk-margin"><span class="uk-label label-grey">OA mandate</span><br> 47.509 publications</div>
628
   </div>
629
</div>
630
<div class="uk-grid-margin uk-first-column">
631
   <div class="el-item uk-panel">
632
      <h6 class="el-title uk-margin uk-h6 uk-text-primary uk-margin-remove-adjacent uk-margin-remove-bottom  portal-color">
633
         Ministry of Education, Science and Technological Development of Republic of Serbia
634
      </h6>
635
      <div class="el-meta uk-margin uk-text-meta">Serbia</div>
636
      <div class="el-content uk-margin">7.942 publicatios</div>
637
   </div>
638
</div>
639
</div>
640
</div-->
641
<!-- <div class="uk-width-medium uk-grid-item-match">
642

    
643

    
644
   <div class="uk-tile-secondary uk-tile uk-tile-xsmall portal-box"  >
645
    <h3 class="uk-margin-remove-top  ">
646
       Our data policies
647
    </h3>
648
    <ul class="uk-margin-small uk-list uk-list-large">
649
       <li class="el-item">
650
          <h6 class="el-title   uk-margin-remove">Data acquisition</h6>
651
          <h5 class="el-content">
652
             <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>
653
          </h5>
654
       </li>
655
       <li class="el-item">
656
          <h6 class="el-title  uk-margin-remove">Data usage</h6>
657
          <h5 class="el-content">
658
             <a target="_blank" href="www.openaire.eu/policies">Who is able to retrieve our data, what are the licences, what about specific SLAs.</a>
659
          </h5>
660
       </li>
661
    </ul>
662
    <div class="uk-margin uk-margin-remove-bottom uk-text-left">
663
       <a class="el-content uk-link-text" target="_blank" href="www.openaire.eu/policies">
664
       Learn more
665
       </a>
666
    </div>
667
   </div>
668

    
669

    
670
</div>
671
</div>
672
</div>
673
</div> -->
674

    
675
<div class="uk-section-muted"
676
     uk-scrollspy="{&quot;target&quot;:&quot;[uk-scrollspy-class]&quot;,&quot;cls&quot;:&quot;uk-animation-fade&quot;,&quot;delay&quot;:false}">
677
  <div class="uk-container uk-container-large">
678
    <other-portals portal="explore" [properties]="properties"></other-portals>
679
  </div>
680
</div>
681

    
682

    
683
<!--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">
684
<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: ! +">
685
  <div class="uk-position-cover"></div>
686
  <div class="uk-width-1-1">
687
     <div class="uk-position-relative">
688
        <div class="uk-container uk-margin-medium">
689
           <div class="tm-header-placeholder uk-margin-medium" style="height: 84px;"></div>
690
           <div class="search_box_bg uk-grid-large uk-flex-middle uk-grid uk-grid-stack" uk-grid="">
691
              <div class="uk-width-1-1@m uk-first-column">
692
                 <div data-id="page#4">
693
                 <search-form   placeholderText="Search in OpenAIRE information space" link=true></search-form>
694
                 </div>
695
              </div>
696
           </div>
697
        </div>
698
        <div class="uk-container uk-container-large uk-margin-medium">
699
           <div class="search_box_bg uk-grid uk-grid-stack" uk-grid="">
700
              <div class="uk-width-1-1@m uk-first-column">
701
                 <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="">
702
                    <div  *ngIf="showPublications && publicationsSize"  class="uk-first-column">
703
                       <div uk-scrollspy-class="" class="uk-width-medium uk-margin-auto el-item uk-panel uk-scrollspy-inview uk-animation-fade" style="">
704
                          <h2 class="el-title uk-margin uk-h2">
705
                             <span>{{publicationsSize.number}} {{publicationsSize.size}} publications</span>
706
                          </h2>
707
                       </div>
708
                    </div>
709
                    <div  *ngIf="showDatasets && datasetsSize">
710
                       <div uk-scrollspy-class="" class="uk-width-medium uk-margin-auto el-item uk-panel uk-scrollspy-inview uk-animation-fade" style="">
711
                          <h2 class="el-title uk-margin uk-h2">
712
                             <span>{{datasetsSize.number}} {{datasetsSize.size}} research data</span>
713
                          </h2>
714
                       </div>
715
                    </div>
716
                    <div  *ngIf="showDataProviders && datasourcesSize"  >
717
                       <div uk-scrollspy-class="" class="uk-width-medium uk-margin-auto el-item uk-panel uk-scrollspy-inview uk-animation-fade" style="">
718
                          <h2 class="el-title uk-margin uk-h2">
719
                             <span>{{datasourcesSize.number}} {{datasourcesSize.size}} data sources</span>
720
                          </h2>
721
                       </div>
722
                    </div>
723
                    <div  *ngIf="showProjects && fundersSize">
724
                       <div uk-scrollspy-class="" class="uk-width-medium uk-margin-auto el-item uk-panel uk-scrollspy-inview uk-animation-fade" style="">
725
                          <h2 class="el-title uk-margin uk-h2">
726
                             <span>{{fundersSize.number}} {{fundersSize.size}} funders</span>
727
                          </h2>
728
                       </div>
729
                    </div>
730
                 </div>
731
                 <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="">
732
                  <span style="color:#fff!important; font-size:30pt!important">all linked together</span>
733
                 </div>
734
              </div>
735
           </div>
736
        </div>
737
     </div>
738
  </div>
739
</div>
740
</div>
741

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