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

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

    
56

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

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

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

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

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

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

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

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

    
142
                </div>
143
              </div>
144

    
145
            </div>
146
          </div>
147
        </div>
148
<!-- If no help text, uncomment from here-->
149
<!--        <div class="uk-text-right uk-padding-small uk-padding-remove-vertical">-->
150
<!--          <a class="uk-button uk-button-large trello-button trello-button-white"-->
151
<!--             href="https://trello.com/b/o1tEJ3rN/openaire-research-graph"-->
152
<!--             target="_blank">-->
153
<!--            <img [src]="'assets/explore-assets/trello-2.svg'" class="trello-image">-->
154
<!--            <span class="uk-margin-small-left">Give us <b>feedback</b></span>-->
155
<!--          </a>-->
156
<!--        </div>-->
157
<!-- If no help text, uncomment to here-->
158
        <helper *ngIf="pageContents && pageContents['top'] && pageContents['top'].length > 0"
159
                [texts]="pageContents['top']"></helper>
160
      </div>
161
    </div>
162

    
163

    
164

    
165
  </div>
166
</div>
167
<schema2jsonld [URL]="properties.baseLink"
168
               [logoURL]="properties.baseLink+'/assets/common-assets/logo-small-explore.png'" type="home"
169
               name="OpenAIRE Explore"></schema2jsonld>
170
  <div *ngIf="pageContents && pageContents['right'] && pageContents['right'].length > 0"
171
       class="uk-section uk-section-small graph-background uk-margin-top">
172
    <div class="uk-container uk-container-large uk-margin-medium-top">
173
      <div class="uk-flex uk-flex-top uk-child-width-1-1@s uk-child-width-1-2@m" uk-grid>
174
        <div>
175
          <img src="assets/explore-banner.png">
176
        </div>
177
        <div>
178
          <div [class.lines-10]="!readMore" class="uk-margin-bottom multi-line-ellipsis">
179
            <helper [texts]="pageContents['right']" ></helper>
180

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

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

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

    
352

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

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

    
373
<!--        </div>-->
374
<!--      </div>-->
375
<!--    </div>-->
376
<!--  </div>-->
377
<!--</div>-->
378

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

    
417
<!-- For old numbers section, comment from here-->
418
<div class="uk-section-default uk-section  uk-padding-remove-bottom">
419
  <div class="uk-container uk-text-center  uk-margin-medium-bottom">
420
    <div class="uk-margin-medium uk-flex-center">
421
      <div class="uk-first-column">
422
        <div class="uk-panel">
423
          <h2 class="uk-margin uk-h2 uk-text-center">
424
            Our growing <span class="uk-text-bold">Community</span>
425
          </h2>
426
          <div class="uk-margin-medium-top">
427
            <div class="uk-grid uk-child-width-1-3@m">
428
              <p *ngIf="showProjects && fundersSize">
429
                <span class="portal-color emphasis">
430
                  <span class="uk-text-bold"> {{fundersSize.number|number}}</span>{{fundersSize.size}}
431
                </span>
432
                <br>
433
                <span class="uk-text-uppercase uk-text-large">Funders</span>
434
              </p>
435
              <p *ngIf="showDataProviders && datasourcesSize" class="">
436
                <span class="">
437
                  <span class="portal-color emphasis uk-text-bold"> {{datasourcesSize.number|number}}</span>
438
                  <span class="portal-color uk-h2">{{datasourcesSize.size}}</span>
439
                </span>
440
                <br>
441
                <span class="uk-text-uppercase uk-text-large">Content providers</span>
442
              </p>
443
              <p *ngIf="showProjects && projectsSize">
444
                <span class="">
445
                  <span class="portal-color emphasis uk-text-bold"> {{projectsSize.number|number}}</span>
446
                  <span class="portal-color uk-h2">{{projectsSize.size}}</span>
447
                </span>
448
                <br>
449
                <span class="uk-text-uppercase uk-text-large">Projects</span>
450
              </p>
451
            </div>
452
          </div>
453
        </div>
454
      </div>
455
    </div>
456
  </div>
457
</div>
458
<div class="uk-section-default uk-section numbers-background  uk-padding-remove-top">
459
  <div class="uk-container uk-margin-medium-top">
460
    <div class="uk-grid uk-flex uk-flex-center">
461
      <div class="uk-margin-large-right">
462
        <div *ngIf="showPublications && publicationsSize" class="uk-margin-medium-bottom">
463
          <p>
464
            <span class="emphasis">{{publicationsSize.count|number}} </span><br>
465
            <span class="uk-icon uk-text-uppercase uk-float-left">
466
              <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>
467
              publications
468
            </span>
469
          </p>
470
        </div>
471
        <div *ngIf="showSoftware && softwareSize" class="uk-margin-medium-bottom">
472
          <p>
473
            <span class="emphasis">{{softwareSize.count|number}} </span><br>
474
            <span class="uk-icon uk-text-uppercase uk-float-left">
475
              <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>
476
              software
477
            </span>
478
          </p>
479
        </div>
480
      </div>
481
      <div class="">
482
        <div *ngIf="showDatasets && datasetsSize" class="uk-margin-medium-bottom">
483
          <p>
484
            <span class="emphasis">{{datasetsSize.count|number}} </span><br>
485
            <span class="uk-icon uk-text-uppercase uk-float-left">
486
              <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>
487
              research data
488
            </span>
489
          </p>
490
        </div>
491
        <div *ngIf="showOrp && otherSize" class="uk-margin-medium-bottom">
492
          <p>
493
            <span class="emphasis">{{otherSize.count|number}} </span><br>
494
            <span class="uk-icon uk-text-uppercase uk-float-left">
495
              <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>
496
              other research products
497
            </span>
498
          </p>
499
        </div>
500
      </div>
501
    </div>
502
  </div>
503
</div>
504
<!-- For old numbers section, comment to here-->
505

    
506
<helper *ngIf="pageContents && pageContents['left'] && pageContents['left'].length > 0"
507
        [texts]="pageContents['left']"></helper>
508
<!-- For old numbers section, uncomment from here-->
509
<!--<div class="uk-section-default uk-section">-->
510
<!--  <div class="uk-container">-->
511
<!--    <div class="uk-grid-medium uk-margin-medium uk-grid" uk-grid="">-->
512
<!--      <div class="uk-width-2-3@m uk-first-column">-->
513
<!--        <div class="uk-margin-medium-top uk-panel">-->
514
<!--          <h3 class="el-title uk-margin uk-h3">-->
515
<!--            Our community-->
516
<!--          </h3>-->
517
<!--          <hr class="uk-divider-small uk-text-left provide">-->
518

    
519
<!--          <div class="uk-grid uk-margin-medium-top">-->
520

    
521
<!--            <div class="uk-width-expand@m">-->
522
<!--              <p *ngIf="showPublications && publicationsSize" class="uk-margin-medium-bottom">-->
523
<!--                <span class="emphasis portal-color">{{publicationsSize.count|number}} </span><br><span-->
524
<!--                class="uk-text-uppercase"> publications</span>-->
525
<!--              </p>-->
526
<!--              <p *ngIf="showOrp && otherSize" class="uk-margin-medium-bottom">-->
527
<!--                <span class="emphasis portal-color">{{otherSize.count|number}} </span><br><span-->
528
<!--                class="uk-text-uppercase"> other research products</span>-->
529
<!--              </p>-->
530

    
531
<!--            </div>-->
532
<!--            <div class="uk-width-expand@m">-->
533
<!--              <p *ngIf="showDatasets && datasetsSize" class="uk-margin-medium-bottom">-->
534
<!--                <span class="emphasis portal-color">{{datasetsSize.count|number}} </span><br><span-->
535
<!--                class="uk-text-uppercase"> research data</span>-->
536
<!--              </p>-->
537
<!--              <p *ngIf="showSoftware && softwareSize" class="uk-margin-medium-bottom">-->
538
<!--                <span class="emphasis portal-color">{{softwareSize.count|number}} </span><br><span-->
539
<!--                class="uk-text-uppercase"> software</span>-->
540
<!--              </p>-->
541

    
542
<!--            </div>-->
543

    
544
<!--          </div>-->
545

    
546
<!--          <div class="uk-margin-top">-->
547
<!--            <div class="uk-grid uk-child-width-1-3@m">-->
548
<!--              <p *ngIf="showDataProviders && datasourcesSize" class="uk-margin-medium-bottom">-->
549
<!--                <span class="  emphasis "> {{datasourcesSize.number |number}} {{datasourcesSize.size}}</span><br>-->
550
<!--                <span class="uk-text-uppercase">content providers</span>-->
551
<!--              </p>-->
552
<!--              <p *ngIf="showProjects && fundersSize">-->
553
<!--                <span class="  emphasis ">{{fundersSize.number|number}} {{fundersSize.size}}</span><br>-->
554
<!--                <span class="uk-text-uppercase">Funders</span>-->
555
<!--              </p>-->
556
<!--              <p *ngIf="showProjects && projectsSize">-->
557
<!--                <span class=" emphasis ">{{projectsSize.count|number}} </span><br>-->
558
<!--                <span class="uk-text-uppercase">Projects</span>-->
559
<!--              </p>-->
560
<!--            </div>-->
561
<!--            &lt;!&ndash; <div class="uk-grid uk-child-width-1-2@m uk-margin-small-top">-->
562

    
563
<!--              <p *ngIf="showProjects && projectsSize">-->
564
<!--                <span class=" emphasis ">{{projectsSize.count|number}} </span><br>-->
565
<!--                <span class="uk-text-uppercase">Projects</span>-->
566
<!--              </p>-->
567
<!--            </div> &ndash;&gt;-->
568

    
569

    
570
<!--          </div>-->
571
<!--        </div>-->
572
<!--      </div>-->
573
<!--      <div class="uk-width-expand@m">-->
574

    
575
<!--        <div class="uk-card uk-card-body uk-card-explore">-->
576

    
577
<!--          <h3 class="uk-margin-remove-top uk-h3">-->
578
<!--            <span class="">Our data policies</span>-->
579
<!--          </h3>-->
580
<!--          <hr class="uk-divider-small uk-text-left">-->
581

    
582
<!--          <ul class="uk-margin-small uk-list uk-list-large uk-margin-medium-bottom">-->
583
<!--            <li class="el-item uk-margin-medium-bottom">-->
584
<!--              <h5 class="el-title uk-h5">Data acquisition</h5>-->
585
<!--              <div class="el-content">-->
586
<!--                <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>-->
587
<!--              </div>-->
588
<!--            </li>-->
589
<!--            <li class="el-item">-->
590
<!--              <h5 class="el-title uk-h5">Data usage</h5>-->
591
<!--              <div class="el-content">-->
592
<!--                <span>Who is able to retrieve our data, what are the licences, what about specific SLAs.</span>-->
593
<!--              </div>-->
594
<!--            </li>-->
595
<!--          </ul>-->
596
<!--          <div class="uk-margin uk-margin-remove-bottom uk-text-left">-->
597
<!--            <h6 class="uk-h6">-->
598
<!--              <a class="el-content uk-link-text" href="https://www.openaire.eu/data-aquisition-policy" target="_blank">-->
599
<!--                Learn more-->
600
<!--              </a>-->
601
<!--            </h6>-->
602
<!--          </div>-->
603
<!--        </div>-->
604

    
605

    
606
<!--      </div>-->
607
<!--    </div>-->
608
<!--  </div>-->
609
<!--</div>-->
610
<!-- For old numbers section, uncomment to here-->
611

    
612
<!-- <div class="uk-section-default uk-section">
613
   <div class="uk-container">
614
      <div class="uk-grid-small uk-margin-medium uk-grid" uk-grid=""> -->
615

    
616

    
617
<!--div class="uk-width-expand@m uk-first-column">
618
   <h5 class="searchFilterTitle">
619
      <span>New content providers</span>
620
   </h5>
621
   <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=""-->
622
<!-- <errorMessages [status]="[fetchDataproviders.searchUtils.status]" [type]="'content providers'"></errorMessages>
623

    
624
<div *ngIf="fetchDataproviders.searchUtils.totalResults > 0">
625
    <ul [class]="'uk-list uk-list-divider  uk-margin '+custom_class">
626
       <li *ngFor="let result of fetchDataproviders.results" class="uk-animation-fade">
627
           <h4  [title] = result.title.accessMode >
628
               <a [queryParams]="routerHelper.createQueryParam(urlParam,result.id)" routerLinkActive="router-link-active" routerLink="/search/{{type}}">
629
                 <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>
630
                 <p *ngIf="!result['title'].name && !result.acronym">[no title available]<span *ngIf="result.code">({{result.code}})</span></p>
631
               </a>
632
           </h4>
633
           <span *ngIf="result.types && result.types.length > 0" [class]="'uk-label custom-label label-blue label-'+result.entityType" title="Type">{{result.types.join(", ")}}</span>
634
           <span *ngIf="result.languages && result.languages.length > 0" class="uk-label custom-label  label-language " title="Language">{{result.languages.join(", ")}}</span>
635
           <span *ngIf="result.title && result.title.accessMode" [class]="'uk-label custom-label  label-'+ result.title.accessMode " title="Access Mode">{{result.title.accessMode}}</span>
636

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

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

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

    
649
                       *ngIf="!organization.id">
650
                           {{organization.name}}</span><span
651

    
652
                       *ngIf="(i < result['organizations'].length-1) && (i < 9)">,</span>
653
               </span>
654
               <span *ngIf="result['organizations'].length > 10">...</span>
655
           </div>
656

    
657
           <div *ngIf="result['countries'] && result['countries'].length > 0">
658
               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>
659
           </div>
660
           <div *ngIf="result['websiteURL'] != undefined && result['websiteURL'] != ''">
661
               <span>Website URL: </span>
662
               <span>
663
                   <a href="{{result['websiteURL']}}" target="_blank" class="custom-external custom-icon">
664
                       {{result['websiteURL']}}
665
                   </a>
666
               </span>
667
           </div>
668
           <div *ngIf="result['OAIPMHURL'] != undefined && result['OAIPMHURL'] != ''">
669
               <span>OAI-PMH URL: </span>
670
               <span>
671
                   <a href="{{result['OAIPMHURL']}}" target="_blank" class="custom-external custom-icon">
672
                       {{result['OAIPMHURL']}}
673
                   </a>
674
               </span>
675
           </div>
676

    
677

    
678
       </li>
679
   </ul>
680

    
681
</div> -->
682
<!--div class="uk-first-column">
683
   <div class="el-item uk-panel">
684
      <h6 class="el-title uk-margin uk-h6 uk-text-primary uk-margin-remove-adjacent uk-margin-remove-bottom portal-color">
685
         Aaltodoc Publication Archive
686
      </h6>
687
      <div class="el-meta uk-margin uk-text-meta">Aalto University</div>
688
      <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>
689
         12469 datasets
690
      </div>
691
   </div>
692
</div>
693
<div class="uk-grid-margin uk-first-column">
694
   <div class="el-item uk-panel">
695
      <h6 class="el-title uk-margin uk-h6 uk-text-primary uk-margin-remove-adjacent uk-margin-remove-bottom  portal-color">
696
         Cambridge Server
697
      </h6>
698
      <div class="el-meta uk-margin uk-text-meta">Cambridge Uviversity</div>
699
      <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>
700
         4567 publications
701
      </div>
702
   </div>
703
</div>
704
</div>
705
<hr>
706
<div class="uk-margin">
707
<a class=""   routerLinkActive="uk-link" routerLink="/search/find/dataproviders" >
708
View all
709
</a>
710
</div>
711
</div>
712
<div class="uk-width-expand@m">
713
<h5 class="searchFilterTitle">
714
<span>New funders</span>
715
</h5>
716
<div class="uk-margin uk-text-meta">
717
Latest funding database incorporated in OpenAIRE
718
</div>
719
<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="">
720
<div class="uk-first-column">
721
   <div class="el-item uk-panel">
722
      <h6 class="el-title uk-margin uk-h6 uk-text-primary uk-margin-remove-adjacent uk-margin-remove-bottom  portal-color">
723
         Swiss National Science Foundation
724
      </h6>
725
      <div class="el-meta uk-margin uk-text-meta">Switzerland</div>
726
      <div class="el-content uk-margin"><span class="uk-label label-grey">OA mandate</span><br> 47.509 publications</div>
727
   </div>
728
</div>
729
<div class="uk-grid-margin uk-first-column">
730
   <div class="el-item uk-panel">
731
      <h6 class="el-title uk-margin uk-h6 uk-text-primary uk-margin-remove-adjacent uk-margin-remove-bottom  portal-color">
732
         Ministry of Education, Science and Technological Development of Republic of Serbia
733
      </h6>
734
      <div class="el-meta uk-margin uk-text-meta">Serbia</div>
735
      <div class="el-content uk-margin">7.942 publicatios</div>
736
   </div>
737
</div>
738
</div>
739
</div-->
740
<!-- <div class="uk-width-medium uk-grid-item-match">
741

    
742

    
743
   <div class="uk-tile-secondary uk-tile uk-tile-xsmall portal-box"  >
744
    <h3 class="uk-margin-remove-top  ">
745
       Our data policies
746
    </h3>
747
    <ul class="uk-margin-small uk-list uk-list-large">
748
       <li class="el-item">
749
          <h6 class="el-title   uk-margin-remove">Data acquisition</h6>
750
          <h5 class="el-content">
751
             <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>
752
          </h5>
753
       </li>
754
       <li class="el-item">
755
          <h6 class="el-title  uk-margin-remove">Data usage</h6>
756
          <h5 class="el-content">
757
             <a target="_blank" href="www.openaire.eu/policies">Who is able to retrieve our data, what are the licences, what about specific SLAs.</a>
758
          </h5>
759
       </li>
760
    </ul>
761
    <div class="uk-margin uk-margin-remove-bottom uk-text-left">
762
       <a class="el-content uk-link-text" target="_blank" href="www.openaire.eu/policies">
763
       Learn more
764
       </a>
765
    </div>
766
   </div>
767

    
768

    
769
</div>
770
</div>
771
</div>
772
</div> -->
773

    
774
<div class="uk-section-muted"
775
     uk-scrollspy="{&quot;target&quot;:&quot;[uk-scrollspy-class]&quot;,&quot;cls&quot;:&quot;uk-animation-fade&quot;,&quot;delay&quot;:false}">
776
  <div class="uk-container uk-container-large">
777
    <other-portals portal="explore" [properties]="properties"></other-portals>
778
  </div>
779
</div>
780

    
781

    
782
<!--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">
783
<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: ! +">
784
  <div class="uk-position-cover"></div>
785
  <div class="uk-width-1-1">
786
     <div class="uk-position-relative">
787
        <div class="uk-container uk-margin-medium">
788
           <div class="tm-header-placeholder uk-margin-medium" style="height: 84px;"></div>
789
           <div class="search_box_bg uk-grid-large uk-flex-middle uk-grid uk-grid-stack" uk-grid="">
790
              <div class="uk-width-1-1@m uk-first-column">
791
                 <div data-id="page#4">
792
                 <search-form   placeholderText="Search in OpenAIRE information space" link=true></search-form>
793
                 </div>
794
              </div>
795
           </div>
796
        </div>
797
        <div class="uk-container uk-container-large uk-margin-medium">
798
           <div class="search_box_bg uk-grid uk-grid-stack" uk-grid="">
799
              <div class="uk-width-1-1@m uk-first-column">
800
                 <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="">
801
                    <div  *ngIf="showPublications && publicationsSize"  class="uk-first-column">
802
                       <div uk-scrollspy-class="" class="uk-width-medium uk-margin-auto el-item uk-panel uk-scrollspy-inview uk-animation-fade" style="">
803
                          <h2 class="el-title uk-margin uk-h2">
804
                             <span>{{publicationsSize.number}} {{publicationsSize.size}} publications</span>
805
                          </h2>
806
                       </div>
807
                    </div>
808
                    <div  *ngIf="showDatasets && datasetsSize">
809
                       <div uk-scrollspy-class="" class="uk-width-medium uk-margin-auto el-item uk-panel uk-scrollspy-inview uk-animation-fade" style="">
810
                          <h2 class="el-title uk-margin uk-h2">
811
                             <span>{{datasetsSize.number}} {{datasetsSize.size}} research data</span>
812
                          </h2>
813
                       </div>
814
                    </div>
815
                    <div  *ngIf="showDataProviders && datasourcesSize"  >
816
                       <div uk-scrollspy-class="" class="uk-width-medium uk-margin-auto el-item uk-panel uk-scrollspy-inview uk-animation-fade" style="">
817
                          <h2 class="el-title uk-margin uk-h2">
818
                             <span>{{datasourcesSize.number}} {{datasourcesSize.size}} data sources</span>
819
                          </h2>
820
                       </div>
821
                    </div>
822
                    <div  *ngIf="showProjects && fundersSize">
823
                       <div uk-scrollspy-class="" class="uk-width-medium uk-margin-auto el-item uk-panel uk-scrollspy-inview uk-animation-fade" style="">
824
                          <h2 class="el-title uk-margin uk-h2">
825
                             <span>{{fundersSize.number}} {{fundersSize.size}} funders</span>
826
                          </h2>
827
                       </div>
828
                    </div>
829
                 </div>
830
                 <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="">
831
                  <span style="color:#fff!important; font-size:30pt!important">all linked together</span>
832
                 </div>
833
              </div>
834
           </div>
835
        </div>
836
     </div>
837
  </div>
838
</div>
839
</div>
840

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