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
          <repository-tiles [parent]="parent_id">
17
            Choose the Datasource for which you would like to view or enable metrics
18
          </repository-tiles>
19
        </div>
20
        <div class="tm-sidebar uk-width-1-4@m">
21
          <div>
22
            <div class="uk-card uk-card-body uk-card-default sidemenu">
23
              <h3>Info</h3>
24
              <p>
25
                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.
26
              </p>
27
              <p>
28
                OpenAIRE Usage Statistics aims to gather usage events
29
              </p>
30
              <ul>
31
                <li>metadata views</li>
32
                <li>downloads</li>
33
              </ul>
34
              <p>
35
                of items from participating content providers.
36
              </p>
37
              <p>
38
                By utilizing open standards and protocols reliable, consolidated and comparable usage reports are generated that are conformant to the
39
                <a href="https://www.projectcounter.org/code-of-practice-sections/general-information/">
40
                  COUNTER Code of Practice
41
                </a>
42
              </p>
43
            </div>
44
          </div>
45
        </div>
46
      </div>
47
    </div>
48
  </div>
49
</div>
(7-7/10)