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
<!--  style=" min-height: calc(7.89999px + 60vh);"-->
13
  <div
14
       class=" mainPageSearchForm uk-background-norepeat uk-background-cover uk-background-fixed uk-section uk-padding-remove-bottom">
15
    <!-- uk-height-viewport="offset-top: true;offset-bottom: 20"> -->
16
    <div class="uk-position-cover" style="/*background-color: rgba(70, 68, 68, 0.24);*/"></div>
17
    <div class="uk-position-relative uk-panel">
18
      <div class="uk-container uk-margin-medium">
19
        <div class="tm-header-placeholder uk-margin-medium" style="height: 84px;"></div>
20
        <div class="search_box_bg uk-grid-large uk-flex-middle uk-grid uk-grid-stack" uk-grid="">
21
          <div class="uk-width-1-1@m uk-first-column">
22
            <div data-id="page#4">
23
<!--              <search-form placeholderText="Search in OpenAIRE for scholarly works" link="/search/find"></search-form>-->
24
              <form class=" uk-margin uk-margin-top ">
25
                <div class="uk-grid uk-margin-small-left">
26
                  <div class="uk-margin-small-top uk-padding-remove-left">
27
                    <entities-selection [simpleView]="true" currentEntity="all"  [selectedEntity]="selectedEntity"
28
                                        [properties]="properties" [onChangeNavigate]="false"
29
                                        (selectionChange)="entityChanged($event)"
30
                                         ></entities-selection>
31
                  </div>
32
                  <div [class]="((selectedEntity == 'result')?'quickSelectionsBox':'')+' uk-padding-remove-left uk-margin-small-top'" >
33
                    <div class="uk-inline">
34
                      <a *ngIf="keyword.length > 0" class="uk-form-icon uk-form-icon-flip" (click)="keyword = ''"
35
                         uk-icon="icon: close"></a>
36
                      <input type="text" class="uk-input   uk-width-xlarge@l uk-width-large@m uk-width-medium"
37
                             placeholder="Search in OpenAIRE for scholarly works"
38
                             [(ngModel)]="keyword"
39
                             name="keyword">
40
                    </div>
41
                    <div>
42
                      <quick-selections *ngIf="selectedEntity == 'result'" [resultTypes]="resultTypes"
43
                                        [quickFilter]="resultsQuickFilter" [QFselected]="(resultsQuickFilter)?resultsQuickFilter.selected:null" [properties]="properties">
44
                      </quick-selections>
45
                    </div>
46
                  </div>
47
                  <div class="uk-padding-remove-left uk-margin-small-top">
48

    
49
                    <button  (click)="goTo(true)" type="submit"
50
                            class="uk-button portal-button uk-text-bold  uk-padding uk-padding-remove-vertical uk-margin-small-left">
51
                      Search
52
                    </button>
53
                    <div class="uk-margin-small-top  uk-margin-left"> <a *ngIf="selectedEntity!= 'all'" (click)="goTo(false)"
54
                                                          class="portal-link">Advanced Search</a></div>
55
                  </div>
56
                </div>
57
              </form>
58
            </div>
59
          </div>
60
        </div>
61
      </div>
62
      <div class="uk-margin-medium">
63
        <div class="uk-container uk-container-large explore-numbers uk-margin-medium-bottom">
64
          <div class="search_box_bg uk-grid uk-grid-stack" uk-grid="">
65
            <div class="uk-width-1-1@m uk-first-column">
66

    
67
              <!--            <div id="page#7"-->
68
              <!--                 class="firstPageNumbers uk-margin uk-margin-remove-bottom uk-width-xlarge uk-margin-auto  uk-animation-fade"-->
69
              <!--                 uk-scrollspy-class="" style="">-->
70
              <!--              <div class="uk-margin-bottom">-->
71
              <!--                <span *ngIf="showPublications && publicationsSize">-->
72
              <!--                  <span class="uk-h2">{{publicationsSize.number|number}}{{publicationsSize.size}}</span>-->
73
              <!--                  <span class="uk-text-large"> {{((showDatasets || showSoftware || showOrp) ? " publications, "-->
74
              <!--                      :" publications ")}}</span>-->
75
              <!--                </span>-->
76
              <!--                <span *ngIf="showDatasets && datasetsSize">-->
77
              <!--                  <span class="uk-h2">{{datasetsSize.number|number}}{{datasetsSize.size}}</span>-->
78
              <!--                  <span-->
79
              <!--                    class="uk-text-large">{{((showSoftware || showOrp) ? "  research data, " :"  research data ")}}</span>-->
80
              <!--                </span>-->
81
              <!--                <span *ngIf="showOrp && otherSize">-->
82
              <!--                  <span class="uk-h2">{{otherSize.number|number}}{{otherSize.size}}</span>-->
83
              <!--                  <span class="uk-text-large">  {{((showSoftware) ? " other research products, " :" other research products ")}}</span>-->
84
              <!--                </span>-->
85
              <!--                <span *ngIf="showSoftware && softwareSize">-->
86
              <!--                  <span class="uk-h2">{{softwareSize.number|number}}{{softwareSize.size}}</span>-->
87
              <!--                  <span class="uk-text-large">  software </span>-->
88
              <!--                </span>-->
89

    
90

    
91
              <!--                <br>-->
92
              <!--                <span *ngIf="showDataProviders && datasourcesSize">-->
93
              <!--                  <span class="uk-text-large"> from </span>-->
94
              <!--                   <span class="uk-h2">{{datasourcesSize.number|number}}{{datasourcesSize.size}}</span>-->
95
              <!--                   <span class="uk-text-large"> content providers </span>-->
96
              <!--                </span>-->
97
              <!--                <span *ngIf="showProjects && fundersSize">-->
98
              <!--                  <span class="uk-text-large"> {{((showDataProviders && datasourcesSize) ? " and " : " from ")}} </span>-->
99
              <!--                   <span class="uk-h2">{{fundersSize.number|number}}{{fundersSize.size}} </span>-->
100
              <!--                  <span class="uk-text-large"> funders </span>-->
101

    
102
              <!--                </span>-->
103
              <!--                <span *ngIf="showPublications || showDatasets || showOrp || showSoftware || showProjects ||-->
104
              <!--                   showDataProviders"-->
105
              <!--                      class="uk-text-large"> linked together for an integrated discovery of research outcomes </span>-->
106

    
107
              <!--              </div>-->
108
              <!--            </div>-->
109

    
110
              <div class="uk-grid uk-margin uk-margin-bottom uk-width-xxlarge uk-margin-auto">
111
                <div class="uk-width-expand uk-padding-remove">
112

    
113
                  <div uk-slider="autoplay: true; autoplay-interval: 2500" class="uk-margin-top">
114
                    <div class="uk-position-relative">
115
                      <div class="uk-slider-container">
116
                        <ul class="uk-slider-items" uk-height-match="target: > li > div > div > .logo1; row: false;">
117
                          <ng-container *ngFor="let type of getKeys(logos)">
118
                            <li *ngFor="let range of createRange(logos[type].length) let j=index" class="uk-width-1-1 home-logo">
119
                              <div class="uk-text-center uk-margin-bottom portal-color uk-h2">
120
                                <span *ngIf="type=='publication' && showPublications && publicationsSize">
121
                                  <span class="uk-text-bold">{{publicationsSize.number|number}}{{publicationsSize.size}}
122
                                    publications</span><span> deduplicated</span>
123
                                </span>
124
                                <span *ngIf="type=='dataset' && showDatasets && (datasetsLinkedSize ||datasetsSize)">
125
                                  <span *ngIf="datasetsLinkedSize" >
126
                                       <span class="uk-text-bold">{{datasetsLinkedSize.number|number}}{{datasetsLinkedSize.size}}
127
                                    datasets</span> interlinked with publications</span>
128
                                  <span *ngIf="datasetsSize && !datasetsLinkedSize"
129
                                        class="uk-text-bold">{{datasetsSize.number|number}}{{datasetsSize.size}}
130
                                    research data</span>
131
                                </span>
132
                                <span *ngIf="type=='software' && showSoftware && (softwareSize ||softwareLinkedSize)">
133
                                  <span *ngIf="softwareLinkedSize">
134
                                        <span class="uk-text-bold
135
                                    ">{{softwareLinkedSize.number|number}}{{softwareLinkedSize.size}} research
136
                                          software</span>  interlinked with publications</span>
137
                                  <span *ngIf="softwareSize && !softwareLinkedSize"
138
                                        class="uk-text-bold">{{softwareSize.number|number}}{{softwareSize.size}}
139
                                    research software</span>
140
                                </span>
141
                                <!--                              <span *ngIf="type=='other' && showOrp && otherSize">-->
142
                                <!--                                <span class="uk-h2">{{otherSize.number|number}}{{otherSize.size}}</span>-->
143
                                <!--                                <span class="uk-text-large"> other research products interlinked with publications</span>-->
144
                                <!--                              </span>-->
145
                                <span *ngIf="type=='persistent'">
146
                                  <span>Persistent identifiers and registries</span>
147
                                </span>
148
                                <span *ngIf="type=='funder' && showProjects && fundersSize">
149
                                  <span class="uk-text-bold">{{fundersSize.number|number}}{{fundersSize.size}}
150
                                    funders</span><span> and</span>
151
                                  <span class="uk-text-bold"> {{projectsSize.number|number}}{{projectsSize.size}} funded grants</span>
152
                                </span>
153

    
154
                              </div>
155
                              <div class="uk-grid-small  uk-child-width-1-6 uk-text-center grid uk-flex uk-flex-center"
156
                                   uk-grid uk-height-match="target: > div > .logo2; row: false;">
157
                                <div
158
                                  *ngFor="let logo of logos[type][j].slice(0,ceil(logos[type][j].length/2)); let i=index">
159
                                  <ng-container
160
                                    *ngTemplateOutlet="_logos; context: { logo: logo, class: 'logo1 '}"></ng-container>
161
                                  <ng-container
162
                                    *ngTemplateOutlet="_logos; context: { logo: logos[type][j][ceil(logos[type][j].length/2)+i], class: 'uk-margin-top logo2 '}"></ng-container>
163
                                </div>
164
                              </div>
165
                            </li>
166
                          </ng-container>
167
                        </ul>
168
                      </div>
169

    
170
                      <div class="uk-hidden@s">
171
                        <a class="uk-position-center-left uk-position-small" href="#" uk-slidenav-previous
172
                           uk-slider-item="previous"></a>
173
                        <a class="uk-position-center-right uk-position-small" href="#" uk-slidenav-next
174
                           uk-slider-item="next"></a>
175
                      </div>
176

    
177
                      <div class="uk-visible@s">
178
                        <a class="uk-position-center-left-out uk-position-small" href="#" uk-slidenav-previous
179
                           uk-slider-item="previous"></a>
180
                        <a class="uk-position-center-right-out uk-position-small" href="#" uk-slidenav-next
181
                           uk-slider-item="next"></a>
182
                      </div>
183
                    </div>
184
                  </div>
185

    
186
                </div>
187
              </div>
188

    
189
            </div>
190
          </div>
191
        </div>
192
<!-- If no help text, uncomment from here-->
193
<!--        <div class="uk-text-right uk-padding-small uk-padding-remove-vertical">-->
194
<!--          <a class="uk-button uk-button-large trello-button trello-button-white"-->
195
<!--             href="https://trello.com/b/o1tEJ3rN/openaire-research-graph"-->
196
<!--             target="_blank">-->
197
<!--            <img [src]="'assets/explore-assets/trello-2.svg'" class="trello-image">-->
198
<!--            <span class="uk-margin-small-left">Give us <b>feedback</b></span>-->
199
<!--          </a>-->
200
<!--        </div>-->
201
<!-- If no help text, uncomment to here-->
202
        <helper *ngIf="pageContents && pageContents['top'] && pageContents['top'].length > 0"
203
                [texts]="pageContents['top']"></helper>
204
      </div>
205
    </div>
206

    
207

    
208

    
209
  </div>
210
</div>
211
<schema2jsonld [URL]="properties.baseLink"
212
               [logoURL]="properties.baseLink+'/assets/common-assets/logo-small-explore.png'" type="home"
213
               name="OpenAIRE Explore"></schema2jsonld>
214
  <div *ngIf="pageContents && pageContents['right'] && pageContents['right'].length > 0"
215
       class="uk-section uk-section-small graph-background uk-margin-top">
216
    <div class="uk-container uk-container-large uk-margin-medium-top">
217
      <div class="uk-flex uk-flex-top uk-child-width-1-1@s uk-child-width-1-2@m" uk-grid>
218
        <div>
219
          <img src="assets/explore-banner.png">
220
        </div>
221
        <div>
222
          <div [class.lines-10]="!readMore" class="uk-margin-bottom multi-line-ellipsis">
223
            <helper [texts]="pageContents['right']" ></helper>
224

    
225
<!-- If no help text, uncomment from here-->
226
<!--          <div class="uk-h2" style="color: white !important;">-->
227
<!--            Extracted <b>Metadata Combined.</b>-->
228
<!--          </div>-->
229
<!--            The OpenAIRE Research Graph is one of the largest open scholarly record collections worldwide, key in-->
230
<!--            fostering Open Science and-->
231
<!--            establishing its practices in the daily research activities. Conceived as a public and transparent good,-->
232
<!--            populated out of data sources-->
233
<!--            trusted by scientists, the Graph aims at bringing discovery, monitoring, and assessment of science back in-->
234
<!--            the hands of the scientific-->
235
<!--            community.-->
236
<!--            <br><br>-->
237
<!--            Imagine a vast collection of research products all linked together, contextualised and openly available.-->
238
<!--            For-->
239
<!--            the past ten years OpenAIRE-->
240
<!--            has been working to gather this valuable record. OpenAIRE is pleased to announce the beta release of its-->
241
<!--            Research Graph, a massive-->
242
<!--            collection of metadata and links between scientific products such as articles, datasets, software, and-->
243
<!--            other-->
244
<!--            research products, entities like-->
245
<!--            organisations, funders, funding streams, projects, communities, and data sources.-->
246
<!--            <br><br>-->
247
<!--            As of today, the OpenAIRE Research Graph aggregates around 450Mi metadata records with links collecting-->
248
<!--            from-->
249
<!--            10,000 data sources-->
250
<!--            trusted by scientists! After cleaning, deduplication, and fine-grained classification processes, they-->
251
<!--            narrow-->
252
<!--            down to ~100Mi publications,-->
253
<!--            ~8Mi datasets, ~200K software research products, 8Mi other products linked together with semantic-->
254
<!--            relations.-->
255
<!--            <br><br>-->
256
<!--            More than 10Mi full-texts of Open Access publications are mined by algorithms to enrich metadata records-->
257
<!--            with additional properties and-->
258
<!--            links among research products, funders, projects, communities, and organizations. Thanks to the mining-->
259
<!--            algorithm, the graph is completed-->
260
<!--            with 480Mi semantic relations.-->
261
<!-- If no help text, uncomment to here-->
262
          </div>
263
          <div *ngIf="!readMore" class="uk-text-center clickable" (click)="readMore = true">
264
            <a class="custom-explore-toggle">Read more<span uk-icon="chevron-down"></span></a>
265
          </div>
266
          <div *ngIf="readMore" class="uk-text-center clickable" (click)="readMore = false">
267
            <a class="custom-explore-toggle">Read less<span uk-icon="chevron-up"></span></a>
268
          </div>
269
        </div>
270
      </div>
271
    </div>
272
  </div>
273
<!--  <div  class="homePageGrayBackground">-->
274
    <div *ngIf="pageContents && pageContents['right'] && pageContents['right'].length > 0"
275
         class="graph-background-bottom uk-section uk-padding-remove-vertical uk-background-cover"></div>
276
<!--  </div>-->
277
<!-- If no help text, uncomment from here-->
278
<!--  <div class="uk-section uk-section-small">-->
279
<!--    <div class="uk-container uk-container-large">-->
280
<!--      <div class="uk-flex uk-flex-middle uk-child-width-1-1@s uk-child-width-1-2@m" uk-grid>-->
281
<!--        <div>-->
282
<!--          <div class="uk-text-secondary uk-h2 uk-margin-bottom">-->
283
<!--            <b>Contribute</b> to improve the<br><b>OpenAIRE Research Graph</b>-->
284
<!--          </div>-->
285
<!--          <p> You can explore and test the <b>BETA release</b> of the <b>OpenAIRE Research Graph</b> via the-->
286
<!--            <b>OpenAIRE BETA Explore portal</b> or via data dumps made available via-->
287
<!--            <a href="https://zenodo.org" target="_blank">Zenodo.org</a>.-->
288
<!--            Help us making the graph ready for its 1st production release by providing your feedback by the end of November 2019.-->
289
<!--          </p>-->
290
<!--          <p>-->
291
<!--            Find the complete information about the OpenAIRE Research Graph, how to test it and contribute to improving-->
292
<!--            it on our-->
293
<!--            <a href="https://www.openaire.eu/blogs/preview/1046-2027-the-openaire-research-graph"-->
294
<!--               target="_blank">blog</a>.-->
295
<!--          </p>-->
296
<!--          <p>-->
297
<!--            You can also write to <a href="mailto:paolo.manghi@isti.cnr.it">Paolo Manghi</a>, the OpenAIRE Technical-->
298
<!--            Director, for additional details.-->
299
<!--          </p>-->
300
<!--          <div class="uk-flex uk-flex-middle uk-grid uk-child-width-1-2@s">-->
301
<!--            <a class="uk-margin-top" href="https://www.openaire.eu/blogs/preview/1046-2027-the-openaire-research-graph"-->
302
<!--               target="_blank">-->
303
<!--              <u>Instructions on providing feedback</u>-->
304
<!--            </a>-->
305
<!--            <div class="uk-margin-top uk-text-right uk-visible@l">-->
306
<!--              <a class="uk-button trello-button trello-button-blue uk-button-large"-->
307
<!--                 href="https://trello.com/b/o1tEJ3rN/openaire-research-graph"-->
308
<!--                 target="_blank">-->
309
<!--&lt;!&ndash;                 (mouseenter)="trelloImg2 = 'trello-2.svg'"&ndash;&gt;-->
310
<!--&lt;!&ndash;                 (mouseleave)="trelloImg2 = 'trello.svg'">&ndash;&gt;-->
311
<!--                <img [src]="'assets/trello.svg'" class="trello-image">-->
312
<!--                <span class="uk-margin-small-left uk-margin-small-right">Go to <b>Trello</b></span>-->
313
<!--                <span uk-icon="arrow-right"></span>-->
314
<!--              </a>-->
315
<!--            </div>-->
316
<!--            <div class="uk-margin-top uk-text-right uk-hidden@m">-->
317
<!--              <a class="uk-button trello-button trello-button-blue uk-button-large"-->
318
<!--                 href="https://trello.com/b/o1tEJ3rN/openaire-research-graph"-->
319
<!--                 target="_blank">-->
320
<!--&lt;!&ndash;                 (mouseenter)="trelloImg = 'trello-2.svg'"&ndash;&gt;-->
321
<!--&lt;!&ndash;                 (mouseleave)="trelloImg = 'trello.svg'">&ndash;&gt;-->
322
<!--                <img [src]="'assets/trello.svg'" class="trello-image">-->
323
<!--                <span class="uk-margin-small-left uk-margin-small-right">Go to <b>Trello</b></span>-->
324
<!--                <span uk-icon="arrow-right"></span>-->
325
<!--              </a>-->
326
<!--            </div>-->
327
<!--            <div class="uk-margin-top uk-text-right uk-visible@m uk-hidden@l">-->
328
<!--              <a class="uk-button trello-button trello-button-blue uk-button-large"-->
329
<!--                 href="https://trello.com/b/o1tEJ3rN/openaire-research-graph"-->
330
<!--                 target="_blank">-->
331
<!--&lt;!&ndash;                 (mouseenter)="trelloImg = 'trello-2.svg'"&ndash;&gt;-->
332
<!--&lt;!&ndash;                 (mouseleave)="trelloImg = 'trello.svg'">&ndash;&gt;-->
333
<!--                <img [src]="'assets/trello.svg'" class="uk-margin-right trello-image">-->
334
<!--                <span uk-icon="arrow-right"></span>-->
335
<!--              </a>-->
336
<!--            </div>-->
337
<!--          </div>-->
338
<!--        </div>-->
339
<!--        <div>-->
340
<!--          <img src="assets/trello-sc.png">-->
341
<!--        </div>-->
342
<!--      </div>-->
343
<!--    </div>-->
344
<!--  </div>-->
345
<!-- If no help text, uncomment to here-->
346
  <helper *ngIf="pageContents && pageContents['bottom'] && pageContents['bottom'].length > 0"
347
          [texts]="pageContents['bottom']"></helper>
348
<!-- If no help text, uncomment from here-->
349
<!--<div class=" uk-section">-->
350
<!--  <div class="uk-container uk-container-small">-->
351
<!--    <div class="uk-grid-margin uk-grid uk-grid-stack" uk-grid="">-->
352
<!--      <div class="uk-width-1-1@m uk-first-column">-->
353
<!--        <div id="page#8"-->
354
<!--             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"-->
355
<!--             uk-grid="">-->
356
<!--          <div class="uk-first-column">-->
357
<!--            <div class="el-item uk-card uk-card-hover uk-card-small uk-card-body">-->
358
<!--              <a routerLinkActive="uk-link" routerLink="/search/find"-->
359
<!--                 class="el-link uk-position-cover uk-position-z-index uk-margin-remove-adjacent"></a>-->
360
<!--              <img class="" width="80" height="80" src="assets/explore.svg" alt="Explore">-->
361
<!--              <h3 class="el-title uk-margin uk-h3">-->
362
<!--                Explore-->
363
<!--              </h3>-->
364
<!--              <div class="el-content uk-margin uk-text-lead">Discover linked open research</div>-->
365
<!--              <div class="  uk-margin-small-top">Search for-->
366
<!--                publications, datasets, software and other research products. See how these-->
367
<!--                are linked together and how they are linked to funding and-->
368
<!--                organizations.-->
369
<!--                <br>-->
370
<!--                View statistics on projects and institutions.-->
371
<!--              </div>-->
372
<!--            </div>-->
373
<!--          </div>-->
374

    
375
<!--          <div class="">-->
376
<!--            <div class="el-item uk-card uk-card-hover uk-card-small uk-card-body">-->
377
<!--              <a routerLinkActive="uk-link" routerLink="/participate/deposit-publications"-->
378
<!--                 class="el-link uk-position-cover uk-position-z-index uk-margin-remove-adjacent"></a>-->
379
<!--              <img class="" width="70" height="70" src="assets/share.svg" alt="Share">-->
380

    
381
<!--              <h3 class="el-title uk-margin uk-h3">-->
382
<!--                Deposit-->
383
<!--              </h3>-->
384
<!--              <div class="el-content uk-margin uk-text-lead">Deposit in a repository of your choice</div>-->
385
<!--              <div class="  uk-margin-small-top">-->
386
<!--                Select an OpenAIRE compatible repository (2.0 +) so that your research is linked to your funding-->
387
<!--                information.-->
388
<!--                <br>-->
389
<!--                Use <a href="http://www.zenodo.org/" target="_blank" rel="noopener">ZENODO</a>,-->
390
<!--                a catch-all repository hosted by CERN to deposit all your research results (publications, data,-->
391
<!--                software, etc.)-->
392
<!--              </div>-->
393
<!--            </div>-->
394
<!--          </div>-->
395

    
396

    
397
<!--          <div class="">-->
398
<!--            <div class="el-item uk-card uk-card-hover uk-card-small uk-card-body">-->
399
<!--              <img class="" width="60" height="70" src="assets/link.svg" alt="Link">-->
400
<!--              <a routerLinkActive="uk-link" routerLink="/participate/claim" routerLink="/participate/claim"-->
401
<!--                 class="el-link uk-position-cover uk-position-z-index uk-margin-remove-adjacent"></a>-->
402

    
403
<!--              <h3 class="el-title uk-margin uk-h3">-->
404
<!--                Link-->
405
<!--              </h3>-->
406
<!--              <div class="el-content uk-margin uk-text-lead">Connect all your research</div>-->
407
<!--              <div class="  uk-margin-small-top">-->
408
<!--                If you can't find your research results in OpenAIRE, don't worry!-->
409
<!--                <br>-->
410
<!--                Use our <strong>LINK OUT service</strong>,-->
411
<!--                that reaches out to many external sources via APIs, to connect your research results and-->
412
<!--                <em>claim</em> them to your project.-->
413
<!--              </div>-->
414
<!--            </div>-->
415
<!--          </div>-->
416

    
417
<!--        </div>-->
418
<!--      </div>-->
419
<!--    </div>-->
420
<!--  </div>-->
421
<!--</div>-->
422

    
423
<!-- If no help text, uncomment from here-->
424
<!--<div class="uk-section-muted uk-section uk-section-small">-->
425
<!--  <div class="uk-container uk-container-large">-->
426
<!--    <div class="uk-grid-margin uk-grid uk-grid-stack" uk-grid="">-->
427
<!--      <div class="uk-width-1-1@m uk-first-column">-->
428
<!--        <div class="uk-margin uk-child-width-1-1 uk-grid-match uk-child-width-1-1@s uk-child-width-1-2@m-->
429
<!--             uk-child-width-1-2@l uk-grid-large uk-grid uk-grid-divider ask-explore" uk-grid="">-->
430
<!--          <div class="uk-first-column uk-text-center">-->
431
<!--            <div class="el-item uk-card uk-card-small uk-card-body">-->
432
<!--              <img src="assets/ask-explore.svg" class="el-image" alt="" uk-svg="" hidden="true">-->
433
<!--              <h3 class="el-title uk-margin uk-h3">Have more questions?</h3>-->
434
<!--            </div>-->
435
<!--          </div>-->
436
<!--          <div class="questions">-->
437
<!--            <div class="el-item uk-card uk-card-small uk-card-body">-->
438
<!--              <ul class="uk-list uk-list-divider">-->
439
<!--                <li><a href="https://www.openaire.eu/os-primers">Learn about open science policies and how to align</a>-->
440
<!--                </li>-->
441
<!--                <li><a-->
442
<!--                  href="https://www.openaire.eu/rdm-handbook">Learn more on how to manage your data in the open science-->
443
<!--                  era</a>-->
444
<!--                </li>-->
445
<!--                <li><a href="https://www.openaire.eu/guides">Find out how to use OpenAIRE to best serve your needs</a>-->
446
<!--                </li>-->
447
<!--                <li><a-->
448
<!--                  href="https://www.openaire.eu/webinars/">View our training material on a variety of related topics</a>-->
449
<!--                </li>-->
450
<!--                <li><a href="https://www.openaire.eu/contact-us/">Contact us</a></li>-->
451
<!--              </ul>-->
452
<!--            </div>-->
453
<!--          </div>-->
454
<!--        </div>-->
455
<!--      </div>-->
456
<!--    </div>-->
457
<!--  </div>-->
458
<!--</div>-->
459
<!-- If no help text, uncomment to here-->
460

    
461
<!-- For old numbers section, comment from here-->
462
<div class="uk-section-default uk-section  uk-padding-remove-bottom">
463
  <div class="uk-container uk-text-center  uk-margin-medium-bottom">
464
    <div class="uk-margin-medium uk-flex-center">
465
      <div class="uk-first-column">
466
        <div class="uk-panel">
467
          <h2 class="uk-margin uk-h2 uk-text-center">
468
            Our growing <span class="uk-text-bold">Community</span>
469
          </h2>
470
          <div class="uk-margin-medium-top">
471
            <div class="uk-grid uk-child-width-1-3@m">
472
              <p *ngIf="showProjects && fundersSize">
473
                <span class="portal-color emphasis">
474
                  <span class="uk-text-bold"> {{fundersSize.number|number}}</span>{{fundersSize.size}}
475
                </span>
476
                <br>
477
                <span class="uk-text-uppercase uk-text-large">Funders</span>
478
              </p>
479
              <p *ngIf="showDataProviders && datasourcesSize" class="">
480
                <span class="portal-color emphasis">
481
                  <span class="uk-text-bold"> {{datasourcesSize.number|number}}</span>
482
                  <span class="portal-color uk-h2">{{datasourcesSize.size}}</span>
483
                </span>
484
                <br>
485
                <span class="uk-text-uppercase uk-text-large">Content providers</span>
486
              </p>
487
              <p *ngIf="showProjects && projectsSize">
488
                <span class="portal-color emphasis">
489
                  <span class="uk-text-bold"> {{projectsSize.number|number}}</span>
490
                  <span class="portal-color uk-h2">{{projectsSize.size}}</span>
491
                </span>
492
                <br>
493
                <span class="uk-text-uppercase uk-text-large">Projects</span>
494
              </p>
495
            </div>
496
          </div>
497
        </div>
498
      </div>
499
    </div>
500
  </div>
501
</div>
502
<div class="uk-section-default uk-section numbers-background  uk-padding-remove-top">
503
  <div class="uk-container uk-margin-medium-top">
504
    <div class="uk-grid uk-flex uk-flex-center">
505
      <div class="uk-margin-large-right">
506
        <div *ngIf="showPublications && publicationsSize" class="uk-margin-medium-bottom">
507
          <p>
508
            <span class="emphasis">{{publicationsSize.count|number}} </span><br>
509
            <span class="uk-icon uk-text-uppercase uk-float-left">
510
              <svg height="20" ratio="1" viewBox="0 0 20 20" width="20" xmlns="http://www.w3.org/2000/svg"><rect style="stroke: var(--portal-main-color);" fill="none" height="16" stroke="#000" width="12" x="3.5" y="2.5"></rect><polyline style="stroke: var(--portal-main-color);" fill="none" points="5 0.5 17.5 0.5 17.5 17" stroke="#000"></polyline></svg>
511
              publications
512
            </span>
513
          </p>
514
        </div>
515
        <div *ngIf="showSoftware && softwareSize" class="uk-margin-medium-bottom">
516
          <p>
517
            <span class="emphasis">{{softwareSize.count|number}} </span><br>
518
            <span class="uk-icon uk-text-uppercase uk-float-left">
519
              <svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" data-svg="cog"><circle style="stroke: var(--portal-main-color);" fill="none" stroke="#000" cx="9.997" cy="10" r="3.31"></circle><path style="stroke: var(--portal-main-color);" fill="none" stroke="#000" d="M18.488,12.285 L16.205,16.237 C15.322,15.496 14.185,15.281 13.303,15.791 C12.428,16.289 12.047,17.373 12.246,18.5 L7.735,18.5 C7.938,17.374 7.553,16.299 6.684,15.791 C5.801,15.27 4.655,15.492 3.773,16.237 L1.5,12.285 C2.573,11.871 3.317,10.999 3.317,9.991 C3.305,8.98 2.573,8.121 1.5,7.716 L3.765,3.784 C4.645,4.516 5.794,4.738 6.687,4.232 C7.555,3.722 7.939,2.637 7.735,1.5 L12.263,1.5 C12.072,2.637 12.441,3.71 13.314,4.22 C14.206,4.73 15.343,4.516 16.225,3.794 L18.487,7.714 C17.404,8.117 16.661,8.988 16.67,10.009 C16.672,11.018 17.415,11.88 18.488,12.285 L18.488,12.285 Z"></path></svg>
520
              software
521
            </span>
522
          </p>
523
        </div>
524
      </div>
525
      <div class="">
526
        <div *ngIf="showDatasets && datasetsSize" class="uk-margin-medium-bottom">
527
          <p>
528
            <span class="emphasis">{{datasetsSize.count|number}} </span><br>
529
            <span class="uk-icon uk-text-uppercase uk-float-left">
530
              <svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" data-svg="database"><ellipse style="stroke: var(--portal-main-color);" fill="none" stroke="#000" cx="10" cy="4.64" rx="7.5" ry="3.14"></ellipse><path style="stroke: var(--portal-main-color);" fill="none" stroke="#000" d="M17.5,8.11 C17.5,9.85 14.14,11.25 10,11.25 C5.86,11.25 2.5,9.84 2.5,8.11"></path><path style="stroke: var(--portal-main-color);"fill="none" stroke="#000" d="M17.5,11.25 C17.5,12.99 14.14,14.39 10,14.39 C5.86,14.39 2.5,12.98 2.5,11.25"></path><path style="stroke: var(--portal-main-color);" fill="none" stroke="#000" d="M17.49,4.64 L17.5,14.36 C17.5,16.1 14.14,17.5 10,17.5 C5.86,17.5 2.5,16.09 2.5,14.36 L2.5,4.64"></path></svg>
531
              research data
532
            </span>
533
          </p>
534
        </div>
535
        <div *ngIf="showOrp && otherSize" class="uk-margin-medium-bottom">
536
          <p>
537
            <span class="emphasis">{{otherSize.count|number}} </span><br>
538
            <span class="uk-icon uk-text-uppercase uk-float-left">
539
              <svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" data-svg="world"><path style="stroke: var(--portal-main-color);" fill="none" stroke="#000" d="M1,10.5 L19,10.5"></path><path style="stroke: var(--portal-main-color);" fill="none" stroke="#000" d="M2.35,15.5 L17.65,15.5"></path><path style="stroke: var(--portal-main-color);" fill="none" stroke="#000" d="M2.35,5.5 L17.523,5.5"></path><path style="stroke: var(--portal-main-color);" fill="none" stroke="#000" d="M10,19.46 L9.98,19.46 C7.31,17.33 5.61,14.141 5.61,10.58 C5.61,7.02 7.33,3.83 10,1.7 C10.01,1.7 9.99,1.7 10,1.7 L10,1.7 C12.67,3.83 14.4,7.02 14.4,10.58 C14.4,14.141 12.67,17.33 10,19.46 L10,19.46 L10,19.46 L10,19.46 Z"></path><circle style="stroke: var(--portal-main-color);" fill="none" stroke="#000" cx="10" cy="10.5" r="9"></circle></svg>
540
              other research products
541
            </span>
542
          </p>
543
        </div>
544
      </div>
545
    </div>
546
  </div>
547
</div>
548
<!-- For old numbers section, comment to here-->
549

    
550
<helper *ngIf="pageContents && pageContents['left'] && pageContents['left'].length > 0"
551
        [texts]="pageContents['left']"></helper>
552
<!-- For old numbers section, uncomment from here-->
553
<!--<div class="uk-section-default uk-section">-->
554
<!--  <div class="uk-container">-->
555
<!--    <div class="uk-grid-medium uk-margin-medium uk-grid" uk-grid="">-->
556
<!--      <div class="uk-width-2-3@m uk-first-column">-->
557
<!--        <div class="uk-margin-medium-top uk-panel">-->
558
<!--          <h3 class="el-title uk-margin uk-h3">-->
559
<!--            Our community-->
560
<!--          </h3>-->
561
<!--          <hr class="uk-divider-small uk-text-left provide">-->
562

    
563
<!--          <div class="uk-grid uk-margin-medium-top">-->
564

    
565
<!--            <div class="uk-width-expand@m">-->
566
<!--              <p *ngIf="showPublications && publicationsSize" class="uk-margin-medium-bottom">-->
567
<!--                <span class="emphasis portal-color">{{publicationsSize.count|number}} </span><br><span-->
568
<!--                class="uk-text-uppercase"> publications</span>-->
569
<!--              </p>-->
570
<!--              <p *ngIf="showOrp && otherSize" class="uk-margin-medium-bottom">-->
571
<!--                <span class="emphasis portal-color">{{otherSize.count|number}} </span><br><span-->
572
<!--                class="uk-text-uppercase"> other research products</span>-->
573
<!--              </p>-->
574

    
575
<!--            </div>-->
576
<!--            <div class="uk-width-expand@m">-->
577
<!--              <p *ngIf="showDatasets && datasetsSize" class="uk-margin-medium-bottom">-->
578
<!--                <span class="emphasis portal-color">{{datasetsSize.count|number}} </span><br><span-->
579
<!--                class="uk-text-uppercase"> research data</span>-->
580
<!--              </p>-->
581
<!--              <p *ngIf="showSoftware && softwareSize" class="uk-margin-medium-bottom">-->
582
<!--                <span class="emphasis portal-color">{{softwareSize.count|number}} </span><br><span-->
583
<!--                class="uk-text-uppercase"> software</span>-->
584
<!--              </p>-->
585

    
586
<!--            </div>-->
587

    
588
<!--          </div>-->
589

    
590
<!--          <div class="uk-margin-top">-->
591
<!--            <div class="uk-grid uk-child-width-1-3@m">-->
592
<!--              <p *ngIf="showDataProviders && datasourcesSize" class="uk-margin-medium-bottom">-->
593
<!--                <span class="  emphasis "> {{datasourcesSize.number |number}} {{datasourcesSize.size}}</span><br>-->
594
<!--                <span class="uk-text-uppercase">content providers</span>-->
595
<!--              </p>-->
596
<!--              <p *ngIf="showProjects && fundersSize">-->
597
<!--                <span class="  emphasis ">{{fundersSize.number|number}} {{fundersSize.size}}</span><br>-->
598
<!--                <span class="uk-text-uppercase">Funders</span>-->
599
<!--              </p>-->
600
<!--              <p *ngIf="showProjects && projectsSize">-->
601
<!--                <span class=" emphasis ">{{projectsSize.count|number}} </span><br>-->
602
<!--                <span class="uk-text-uppercase">Projects</span>-->
603
<!--              </p>-->
604
<!--            </div>-->
605
<!--            &lt;!&ndash; <div class="uk-grid uk-child-width-1-2@m uk-margin-small-top">-->
606

    
607
<!--              <p *ngIf="showProjects && projectsSize">-->
608
<!--                <span class=" emphasis ">{{projectsSize.count|number}} </span><br>-->
609
<!--                <span class="uk-text-uppercase">Projects</span>-->
610
<!--              </p>-->
611
<!--            </div> &ndash;&gt;-->
612

    
613

    
614
<!--          </div>-->
615
<!--        </div>-->
616
<!--      </div>-->
617
<!--      <div class="uk-width-expand@m">-->
618

    
619
<!--        <div class="uk-card uk-card-body uk-card-explore">-->
620

    
621
<!--          <h3 class="uk-margin-remove-top uk-h3">-->
622
<!--            <span class="">Our data policies</span>-->
623
<!--          </h3>-->
624
<!--          <hr class="uk-divider-small uk-text-left">-->
625

    
626
<!--          <ul class="uk-margin-small uk-list uk-list-large uk-margin-medium-bottom">-->
627
<!--            <li class="el-item uk-margin-medium-bottom">-->
628
<!--              <h5 class="el-title uk-h5">Data acquisition</h5>-->
629
<!--              <div class="el-content">-->
630
<!--                <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>-->
631
<!--              </div>-->
632
<!--            </li>-->
633
<!--            <li class="el-item">-->
634
<!--              <h5 class="el-title uk-h5">Data usage</h5>-->
635
<!--              <div class="el-content">-->
636
<!--                <span>Who is able to retrieve our data, what are the licences, what about specific SLAs.</span>-->
637
<!--              </div>-->
638
<!--            </li>-->
639
<!--          </ul>-->
640
<!--          <div class="uk-margin uk-margin-remove-bottom uk-text-left">-->
641
<!--            <h6 class="uk-h6">-->
642
<!--              <a class="el-content uk-link-text" href="https://www.openaire.eu/data-aquisition-policy" target="_blank">-->
643
<!--                Learn more-->
644
<!--              </a>-->
645
<!--            </h6>-->
646
<!--          </div>-->
647
<!--        </div>-->
648

    
649

    
650
<!--      </div>-->
651
<!--    </div>-->
652
<!--  </div>-->
653
<!--</div>-->
654
<!-- For old numbers section, uncomment to here-->
655

    
656
<!-- <div class="uk-section-default uk-section">
657
   <div class="uk-container">
658
      <div class="uk-grid-small uk-margin-medium uk-grid" uk-grid=""> -->
659

    
660

    
661
<!--div class="uk-width-expand@m uk-first-column">
662
   <h5 class="searchFilterTitle">
663
      <span>New content providers</span>
664
   </h5>
665
   <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=""-->
666
<!-- <errorMessages [status]="[fetchDataproviders.searchUtils.status]" [type]="'content providers'"></errorMessages>
667

    
668
<div *ngIf="fetchDataproviders.searchUtils.totalResults > 0">
669
    <ul [class]="'uk-list uk-list-divider  uk-margin '+custom_class">
670
       <li *ngFor="let result of fetchDataproviders.results" class="uk-animation-fade">
671
           <h4  [title] = result.title.accessMode >
672
               <a [queryParams]="routerHelper.createQueryParam(urlParam,result.id)" routerLinkActive="router-link-active" routerLink="/search/{{type}}">
673
                 <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>
674
                 <p *ngIf="!result['title'].name && !result.acronym">[no title available]<span *ngIf="result.code">({{result.code}})</span></p>
675
               </a>
676
           </h4>
677
           <span *ngIf="result.types && result.types.length > 0" [class]="'uk-label custom-label label-blue label-'+result.entityType" title="Type">{{result.types.join(", ")}}</span>
678
           <span *ngIf="result.languages && result.languages.length > 0" class="uk-label custom-label  label-language " title="Language">{{result.languages.join(", ")}}</span>
679
           <span *ngIf="result.title && result.title.accessMode" [class]="'uk-label custom-label  label-'+ result.title.accessMode " title="Access Mode">{{result.title.accessMode}}</span>
680

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

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

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

    
693
                       *ngIf="!organization.id">
694
                           {{organization.name}}</span><span
695

    
696
                       *ngIf="(i < result['organizations'].length-1) && (i < 9)">,</span>
697
               </span>
698
               <span *ngIf="result['organizations'].length > 10">...</span>
699
           </div>
700

    
701
           <div *ngIf="result['countries'] && result['countries'].length > 0">
702
               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>
703
           </div>
704
           <div *ngIf="result['websiteURL'] != undefined && result['websiteURL'] != ''">
705
               <span>Website URL: </span>
706
               <span>
707
                   <a href="{{result['websiteURL']}}" target="_blank" class="custom-external custom-icon">
708
                       {{result['websiteURL']}}
709
                   </a>
710
               </span>
711
           </div>
712
           <div *ngIf="result['OAIPMHURL'] != undefined && result['OAIPMHURL'] != ''">
713
               <span>OAI-PMH URL: </span>
714
               <span>
715
                   <a href="{{result['OAIPMHURL']}}" target="_blank" class="custom-external custom-icon">
716
                       {{result['OAIPMHURL']}}
717
                   </a>
718
               </span>
719
           </div>
720

    
721

    
722
       </li>
723
   </ul>
724

    
725
</div> -->
726
<!--div class="uk-first-column">
727
   <div class="el-item uk-panel">
728
      <h6 class="el-title uk-margin uk-h6 uk-text-primary uk-margin-remove-adjacent uk-margin-remove-bottom portal-color">
729
         Aaltodoc Publication Archive
730
      </h6>
731
      <div class="el-meta uk-margin uk-text-meta">Aalto University</div>
732
      <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>
733
         12469 datasets
734
      </div>
735
   </div>
736
</div>
737
<div class="uk-grid-margin uk-first-column">
738
   <div class="el-item uk-panel">
739
      <h6 class="el-title uk-margin uk-h6 uk-text-primary uk-margin-remove-adjacent uk-margin-remove-bottom  portal-color">
740
         Cambridge Server
741
      </h6>
742
      <div class="el-meta uk-margin uk-text-meta">Cambridge Uviversity</div>
743
      <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>
744
         4567 publications
745
      </div>
746
   </div>
747
</div>
748
</div>
749
<hr>
750
<div class="uk-margin">
751
<a class=""   routerLinkActive="uk-link" routerLink="/search/find/dataproviders" >
752
View all
753
</a>
754
</div>
755
</div>
756
<div class="uk-width-expand@m">
757
<h5 class="searchFilterTitle">
758
<span>New funders</span>
759
</h5>
760
<div class="uk-margin uk-text-meta">
761
Latest funding database incorporated in OpenAIRE
762
</div>
763
<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="">
764
<div class="uk-first-column">
765
   <div class="el-item uk-panel">
766
      <h6 class="el-title uk-margin uk-h6 uk-text-primary uk-margin-remove-adjacent uk-margin-remove-bottom  portal-color">
767
         Swiss National Science Foundation
768
      </h6>
769
      <div class="el-meta uk-margin uk-text-meta">Switzerland</div>
770
      <div class="el-content uk-margin"><span class="uk-label label-grey">OA mandate</span><br> 47.509 publications</div>
771
   </div>
772
</div>
773
<div class="uk-grid-margin uk-first-column">
774
   <div class="el-item uk-panel">
775
      <h6 class="el-title uk-margin uk-h6 uk-text-primary uk-margin-remove-adjacent uk-margin-remove-bottom  portal-color">
776
         Ministry of Education, Science and Technological Development of Republic of Serbia
777
      </h6>
778
      <div class="el-meta uk-margin uk-text-meta">Serbia</div>
779
      <div class="el-content uk-margin">7.942 publicatios</div>
780
   </div>
781
</div>
782
</div>
783
</div-->
784
<!-- <div class="uk-width-medium uk-grid-item-match">
785

    
786

    
787
   <div class="uk-tile-secondary uk-tile uk-tile-xsmall portal-box"  >
788
    <h3 class="uk-margin-remove-top  ">
789
       Our data policies
790
    </h3>
791
    <ul class="uk-margin-small uk-list uk-list-large">
792
       <li class="el-item">
793
          <h6 class="el-title   uk-margin-remove">Data acquisition</h6>
794
          <h5 class="el-content">
795
             <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>
796
          </h5>
797
       </li>
798
       <li class="el-item">
799
          <h6 class="el-title  uk-margin-remove">Data usage</h6>
800
          <h5 class="el-content">
801
             <a target="_blank" href="www.openaire.eu/policies">Who is able to retrieve our data, what are the licences, what about specific SLAs.</a>
802
          </h5>
803
       </li>
804
    </ul>
805
    <div class="uk-margin uk-margin-remove-bottom uk-text-left">
806
       <a class="el-content uk-link-text" target="_blank" href="www.openaire.eu/policies">
807
       Learn more
808
       </a>
809
    </div>
810
   </div>
811

    
812

    
813
</div>
814
</div>
815
</div>
816
</div> -->
817

    
818
<div class="uk-section-muted"
819
     uk-scrollspy="{&quot;target&quot;:&quot;[uk-scrollspy-class]&quot;,&quot;cls&quot;:&quot;uk-animation-fade&quot;,&quot;delay&quot;:false}">
820
  <div class="uk-container uk-container-large">
821
    <other-portals portal="explore" [properties]="properties"></other-portals>
822
  </div>
823
</div>
824

    
825

    
826
<!--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">
827
<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: ! +">
828
  <div class="uk-position-cover"></div>
829
  <div class="uk-width-1-1">
830
     <div class="uk-position-relative">
831
        <div class="uk-container uk-margin-medium">
832
           <div class="tm-header-placeholder uk-margin-medium" style="height: 84px;"></div>
833
           <div class="search_box_bg uk-grid-large uk-flex-middle uk-grid uk-grid-stack" uk-grid="">
834
              <div class="uk-width-1-1@m uk-first-column">
835
                 <div data-id="page#4">
836
                 <search-form   placeholderText="Search in OpenAIRE information space" link=true></search-form>
837
                 </div>
838
              </div>
839
           </div>
840
        </div>
841
        <div class="uk-container uk-container-large uk-margin-medium">
842
           <div class="search_box_bg uk-grid uk-grid-stack" uk-grid="">
843
              <div class="uk-width-1-1@m uk-first-column">
844
                 <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="">
845
                    <div  *ngIf="showPublications && publicationsSize"  class="uk-first-column">
846
                       <div uk-scrollspy-class="" class="uk-width-medium uk-margin-auto el-item uk-panel uk-scrollspy-inview uk-animation-fade" style="">
847
                          <h2 class="el-title uk-margin uk-h2">
848
                             <span>{{publicationsSize.number}} {{publicationsSize.size}} publications</span>
849
                          </h2>
850
                       </div>
851
                    </div>
852
                    <div  *ngIf="showDatasets && datasetsSize">
853
                       <div uk-scrollspy-class="" class="uk-width-medium uk-margin-auto el-item uk-panel uk-scrollspy-inview uk-animation-fade" style="">
854
                          <h2 class="el-title uk-margin uk-h2">
855
                             <span>{{datasetsSize.number}} {{datasetsSize.size}} research data</span>
856
                          </h2>
857
                       </div>
858
                    </div>
859
                    <div  *ngIf="showDataProviders && datasourcesSize"  >
860
                       <div uk-scrollspy-class="" class="uk-width-medium uk-margin-auto el-item uk-panel uk-scrollspy-inview uk-animation-fade" style="">
861
                          <h2 class="el-title uk-margin uk-h2">
862
                             <span>{{datasourcesSize.number}} {{datasourcesSize.size}} data sources</span>
863
                          </h2>
864
                       </div>
865
                    </div>
866
                    <div  *ngIf="showProjects && fundersSize">
867
                       <div uk-scrollspy-class="" class="uk-width-medium uk-margin-auto el-item uk-panel uk-scrollspy-inview uk-animation-fade" style="">
868
                          <h2 class="el-title uk-margin uk-h2">
869
                             <span>{{fundersSize.number}} {{fundersSize.size}} funders</span>
870
                          </h2>
871
                       </div>
872
                    </div>
873
                 </div>
874
                 <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="">
875
                  <span style="color:#fff!important; font-size:30pt!important">all linked together</span>
876
                 </div>
877
              </div>
878
           </div>
879
        </div>
880
     </div>
881
  </div>
882
</div>
883
</div>
884

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