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 *ngIf="properties.environment !== 'production'" 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 of 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> You can explore and test the <b>BETA release</b> of the <b>OpenAIRE Research Graph</b> via the
241
            <b>OpenAIRE BETA Explore portal</b> or via data dumps made available via
242
            <a href="https://zenodo.org" target="_blank">Zenodo.org</a>.
243
            Help us making the graph ready for its 1st production release by providing your feedback by the end of November 2019.
244
          </p>
245
          <p>
246
            Find the complete information about the OpenAIRE Research Graph, how to test it and contribute to improving
247
            it on our
248
            <a href="https://www.openaire.eu/blogs/preview/1046-2027-the-openaire-research-graph"
249
               target="_blank">blog</a>.
250
          </p>
251
          <p>
252
            You can also write to <a href="mailto:paolo.manghi@isti.cnr.it">Paolo Manghi</a>, the OpenAIRE Technical
253
            Director, for additional details.
254
          </p>
255
          <div class="uk-flex uk-flex-middle uk-grid uk-child-width-1-2@s">
256
            <a class="uk-margin-top" href="https://www.openaire.eu/blogs/preview/1046-2027-the-openaire-research-graph"
257
               target="_blank">
258
              <u>Instructions on providing feedback</u>
259
            </a>
260
            <div class="uk-margin-top uk-text-right uk-visible@l">
261
              <a class="uk-button trello-button trello-button-blue uk-button-large"
262
                 href="https://trello.com/b/o1tEJ3rN/openaire-research-graph"
263
                 target="_blank">
264
<!--                 (mouseenter)="trelloImg2 = 'trello-2.svg'"-->
265
<!--                 (mouseleave)="trelloImg2 = 'trello.svg'">-->
266
                <img [src]="'assets/trello.svg'" class="trello-image">
267
                <span class="uk-margin-small-left uk-margin-small-right">Go to <b>Trello</b></span>
268
                <span uk-icon="arrow-right"></span>
269
              </a>
270
            </div>
271
            <div class="uk-margin-top uk-text-right uk-hidden@m">
272
              <a class="uk-button trello-button trello-button-blue uk-button-large"
273
                 href="https://trello.com/b/o1tEJ3rN/openaire-research-graph"
274
                 target="_blank">
275
<!--                 (mouseenter)="trelloImg = 'trello-2.svg'"-->
276
<!--                 (mouseleave)="trelloImg = 'trello.svg'">-->
277
                <img [src]="'assets/trello.svg'" class="trello-image">
278
                <span class="uk-margin-small-left uk-margin-small-right">Go to <b>Trello</b></span>
279
                <span uk-icon="arrow-right"></span>
280
              </a>
281
            </div>
282
            <div class="uk-margin-top uk-text-right uk-visible@m uk-hidden@l">
283
              <a class="uk-button trello-button trello-button-blue uk-button-large"
284
                 href="https://trello.com/b/o1tEJ3rN/openaire-research-graph"
285
                 target="_blank">
286
<!--                 (mouseenter)="trelloImg = 'trello-2.svg'"-->
287
<!--                 (mouseleave)="trelloImg = 'trello.svg'">-->
288
                <img [src]="'assets/trello.svg'" class="uk-margin-right trello-image">
289
                <span uk-icon="arrow-right"></span>
290
              </a>
291
            </div>
292
          </div>
293
        </div>
294
        <div>
295
          <img src="assets/trello-sc.png">
296
        </div>
297
      </div>
298
    </div>
299
  </div>
300
</ng-template>
301
<div class=" uk-section">
302
  <div class="uk-container uk-container-small">
303
    <div class="uk-grid-margin uk-grid uk-grid-stack" uk-grid="">
304
      <div class="uk-width-1-1@m uk-first-column">
305
        <div id="page#8"
306
             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"
307
             uk-grid="">
308
          <div class="uk-first-column">
309
            <div class="el-item uk-card uk-card-hover uk-card-small uk-card-body">
310
              <a routerLinkActive="uk-link" routerLink="/search/find"
311
                 class="el-link uk-position-cover uk-position-z-index uk-margin-remove-adjacent"></a>
312
              <img class="" width="80" height="80" src="assets/explore.svg" alt="Explore">
313
              <h3 class="el-title uk-margin uk-h3">
314
                Explore
315
              </h3>
316
              <div class="el-content uk-margin uk-text-lead">Discover linked open research</div>
317
              <div class="  uk-margin-small-top">Search for
318
                publications, datasets, software and other research products. See how these
319
                are linked together and how they are linked to funding and
320
                organizations.
321
                <br>
322
                View statistics on projects and institutions.
323
              </div>
324
            </div>
325
          </div>
326

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

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

    
348

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

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

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

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

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

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

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

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

    
444
            </div>
445

    
446
          </div>
447

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

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

    
471

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

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

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

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

    
507

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

    
516

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

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

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

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

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

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

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

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

    
577

    
578
       </li>
579
   </ul>
580

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

    
642

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

    
668

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

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

    
681

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

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