Project

General

Profile

1
<ng-template #first>
2
  <div class="uk-section">
3
    <div class="uk-container uk-container-large">
4
      <div class="uk-grid uk-flex uk-flex-top" uk-grid>
5
        <div class="uk-width-1-2@m">
6
          <h1 class="uk-text-bold">OpenAIRE Usage Statistics Service</h1>
7
          <div class="uk-margin-medium-top uk-margin-medium-bottom">
8
            OpenAIRE’s Usage Statistic service contributes towards impact evaluation of usage activity in Open Access
9
            Repositories.
10
            This is realized by the generation of comparable, consistent, standards based usage statistics across
11
            publishing platforms that
12
            take into account different levels of scholarly information: the usage of data sources, the usage of
13
            individual items in the
14
            context of their resource type, the usage of individual web resources or files and the usage of resources
15
            among different repositories.
16
          </div>
17
          <a routerLink="/about" class="uk-button portal-button">Learn More</a>
18
        </div>
19
        <div class="uk-width-expand first"></div>
20
      </div>
21
    </div>
22
  </div>
23
</ng-template>
24
<fp-slider class="uk-visible@m">
25
  <slide>
26
    <ng-container *ngTemplateOutlet="first"></ng-container>
27
  </slide>
28
</fp-slider>
29
<div class="uk-hidden@m uk-margin-left uk-margin-right">
30
  <ng-container *ngTemplateOutlet="first"></ng-container>
31
</div>
(2-2/4)