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

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

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

    
351

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

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

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

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

    
416
<!-- For old numbers section, comment from here-->
417
<div class="uk-section-default uk-section numbers-background">
418
  <div class="uk-container uk-text-center">
419
    <div class="uk-margin-medium uk-flex-center">
420
      <div class="uk-first-column">
421
        <div class="uk-panel">
422
          <h2 class="uk-margin uk-h2 uk-text-center">
423
            Our growing <span class="uk-text-bold">Community</span>
424
          </h2>
425
          <div class="uk-margin-large-top">
426
            <div class="uk-grid uk-child-width-1-3@m">
427
              <p *ngIf="showProjects && fundersSize">
428
                <span class="portal-color emphasis">
429
                  <span class="uk-text-bold"> {{fundersSize.number|number}}</span>{{fundersSize.size}}
430
                </span>
431
                <br>
432
                <span class="uk-text-uppercase uk-text-large">Funders</span>
433
              </p>
434
              <p *ngIf="showDataProviders && datasourcesSize" class="">
435
                <span class="">
436
                  <span class="portal-color emphasis uk-text-bold"> {{datasourcesSize.number|number}}</span>
437
                  <span class="portal-color uk-h2">{{datasourcesSize.size}}</span>
438
                </span>
439
                <br>
440
                <span class="uk-text-uppercase uk-text-large">Content providers</span>
441
              </p>
442
              <p *ngIf="showProjects && projectsSize">
443
                <span class="">
444
                  <span class="portal-color emphasis uk-text-bold"> {{projectsSize.number|number}}</span>
445
                  <span class="portal-color uk-h2">{{projectsSize.size}}</span>
446
                </span>
447
                <br>
448
                <span class="uk-text-uppercase uk-text-large">Projects</span>
449
              </p>
450
            </div>
451
          </div>
452
        </div>
453
      </div>
454
    </div>
455
  </div>
456

    
457
  <div class="uk-container uk-margin-large-top">
458
    <div class="uk-grid uk-flex uk-flex-center">
459
      <div class="uk-margin-large-right">
460
        <div *ngIf="showPublications && publicationsSize" class="uk-margin-medium-bottom">
461
          <p>
462
            <span class="emphasis">{{publicationsSize.count|number}} </span><br>
463
            <span class="uk-icon uk-text-uppercase uk-float-left">
464
              <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>
465
              publications
466
            </span>
467
          </p>
468
        </div>
469
        <div *ngIf="showSoftware && softwareSize" class="uk-margin-medium-bottom">
470
          <p>
471
            <span class="emphasis">{{softwareSize.count|number}} </span><br>
472
            <span class="uk-icon uk-text-uppercase uk-float-left">
473
              <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>
474
              software
475
            </span>
476
          </p>
477
        </div>
478
      </div>
479
      <div class="">
480
        <div *ngIf="showDatasets && datasetsSize" class="uk-margin-medium-bottom">
481
          <p>
482
            <span class="emphasis">{{datasetsSize.count|number}} </span><br>
483
            <span class="uk-icon uk-text-uppercase uk-float-left">
484
              <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>
485
              research data
486
            </span>
487
          </p>
488
        </div>
489
        <div *ngIf="showOrp && otherSize" class="uk-margin-medium-bottom">
490
          <p>
491
            <span class="emphasis">{{otherSize.count|number}} </span><br>
492
            <span class="uk-icon uk-text-uppercase uk-float-left">
493
              <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>
494
              other research products
495
            </span>
496
          </p>
497
        </div>
498
      </div>
499
    </div>
500
  </div>
501
</div>
502
<!-- For old numbers section, comment to here-->
503

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

    
517
<!--          <div class="uk-grid uk-margin-medium-top">-->
518

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

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

    
540
<!--            </div>-->
541

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

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

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

    
567

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

    
573
<!--        <div class="uk-card uk-card-body uk-card-explore">-->
574

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

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

    
603

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

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

    
614

    
615
<!--div class="uk-width-expand@m uk-first-column">
616
   <h5 class="searchFilterTitle">
617
      <span>New content providers</span>
618
   </h5>
619
   <div class="uk-margin-remove-vertical uk-grid-match uk-child-width-1-1 uk-child-width-1-1@m uk-child-width-1-1@l uk-child-width-1-1@xl uk-grid-small uk-grid-divider uk-grid uk-grid-stack" uk-grid=""-->
620
<!-- <errorMessages [status]="[fetchDataproviders.searchUtils.status]" [type]="'content providers'"></errorMessages>
621

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

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

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

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

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

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

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

    
675

    
676
       </li>
677
   </ul>
678

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

    
740

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

    
766

    
767
</div>
768
</div>
769
</div>
770
</div> -->
771

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

    
779

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

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