Project

General

Profile

1
<div id="contentWrapper"
2
     class="tm-main uk-section uk-section-default"
3
     uk-height-viewport="expand: true"
4
     style="box-sizing: border-box;" >
5

    
6
  <!-- MARGIN-TOP  -->
7
  <div class="uk-sticky-placeholder" style="height: 84px; margin: 0px;" aria-hidden="true"></div>
8

    
9
  <div>
10
    <div class="uk-container">
11
      <div class="uk-grid uk-grid-stack">
12
        <div class="uk-width-expand@m uk-first-column">
13
          <div class="gwt-HTML uk-margin-medium-bottom">
14
            <h1 class="uk-article-title">Metrics</h1>
15
          </div>
16
          <a [routerLink]="'enable/opendoar____::1255'">PUSH ME!</a>
17
          <repository-tiles [parent]="'metrics'"></repository-tiles>
18
        </div>
19
        <div class="tm-sidebar uk-width-1-4@m">
20
          <div>
21
            <div class="uk-card uk-card-body uk-card-default sidemenu">
22
              <h3>Info</h3>
23
              <p>
24
                Usage Statistics about items and content providers support the assessment of their popularity and use. They are an important complement to other kinds of metrics.
25
              </p>
26
              <p>
27
                OpenAIRE Usage Statistics aims to gather usage events
28
              </p>
29
              <ul>
30
                <li>metadata views</li>
31
                <li>downloads</li>
32
              </ul>
33
              <p>
34
                of items from participating content providers.
35
              </p>
36
              <p>
37
                By utilizing open standards and protocols reliable, consolidated and comparable usage reports are generated that are conformant to the
38
                <a href="https://www.projectcounter.org/code-of-practice-sections/general-information/">
39
                  COUNTER Code of Practice
40
                </a>
41
              </p>
42
            </div>
43
          </div>
44
        </div>
45
      </div>
46
    </div>
47
  </div>
48
</div>
(7-7/10)