Project

General

Profile

1
<div class="uk-section-default uk-section uk-section-small uk-padding-remove-bottom" style="min-height: 325px">
2

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

    
7
    <div class="uk-grid-margin uk-grid uk-grid-stack" uk-grid="">
8
      <div class="uk-width-1-1@m uk-first-column">
9

    
10
        <h1 class="uk-h2">Metrics</h1>
11

    
12
        <!-- TOP HELP CONTENT -->
13
<!--        <help-content #topHelperContent [position]="'top'"
14
                      [ngClass]="topHelperContent.isPresent()?'uk-margin-medium-top uk-margin-medium-bottom':'clear-style'">
15
        </help-content>-->
16

    
17
        <div class="uk-container uk-margin-medium-top uk-margin-medium-bottom">
18
          <div class="uk-grid">
19

    
20
            <!-- LEFT HELP CONTENT -->
21
<!--            <aside-help-content #leftHelperContent [position]="'left'"
22
                                [ngClass]="leftHelperContent.isPresent()?'tm-sidebar uk-width-1-4@m uk-first-column':'clear-style'">
23
            </aside-help-content>-->
24

    
25
            <!-- MIDDLE -->
26
            <div class=" uk-width-expand@m">
27

    
28
              <a [routerLink]="'instructions/opendoar____::1255'">PUSH ME!</a>
29
              <repository-tiles [parent]="'metrics'"></repository-tiles>
30

    
31
            </div>
32

    
33
            <!-- RIGHT HELP CONTENT -->
34
            <aside-help-content #rightHelperContent [position]="'right'"
35
                                [ngClass]="rightHelperContent.isPresent()?'tm-sidebar uk-width-1-4@m uk-first-column':'clear-style'">
36
            </aside-help-content>
37

    
38
          </div>
39
        </div>
40

    
41

    
42
        <!-- BOTTOM HELP CONTENT -->
43
        <help-content #bottomHelperContent [position]="'bottom'"
44
                      [ngClass]="bottomHelperContent.isPresent()?'uk-margin-medium-top uk-margin-medium-bottom':'clear-style'">
45
        </help-content>
46

    
47

    
48
      </div>
49
    </div>
50
  </div>
51
</div>
52

    
53
<!--   *** OLD HTML ***
54

    
55
<div id="contentWrapper"
56
     class="tm-main uk-section uk-section-default"
57
     uk-height-viewport="expand: true"
58
     style="box-sizing: border-box;" >
59

    
60
  &lt;!&ndash; MARGIN-TOP  &ndash;&gt;
61
  <div class="uk-sticky-placeholder" style="height: 84px; margin: 0px;" aria-hidden="true"></div>
62

    
63
  <div>
64
    <div class="uk-container">
65
      <div class="uk-grid uk-grid-stack">
66
        <div class="uk-width-expand@m uk-first-column">
67
          <div class="uk-margin-medium-bottom">
68
            <h1 class="uk-article-title">Metrics</h1>
69
          </div>
70
          <a [routerLink]="'instructions/opendoar____::1255'">PUSH ME!</a>
71
          <repository-tiles [parent]="'metrics'"></repository-tiles>
72
        </div>
73
        <div class="tm-sidebar uk-width-1-4@m">
74
          <div>
75
            <div class="uk-card uk-card-body uk-card-default sidemenu">
76
              <h3>Info</h3>
77
              <p>
78
                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.
79
              </p>
80
              <p>
81
                OpenAIRE Usage Statistics aims to gather usage events
82
              </p>
83
              <ul>
84
                <li>metadata views</li>
85
                <li>downloads</li>
86
              </ul>
87
              <p>
88
                of items from participating content providers.
89
              </p>
90
              <p>
91
                By utilizing open standards and protocols reliable, consolidated and comparable usage reports are generated that are conformant to the
92
                <a href="https://www.projectcounter.org/code-of-practice-sections/general-information/">
93
                  COUNTER Code of Practice
94
                </a>
95
              </p>
96
            </div>
97
          </div>
98
        </div>
99
      </div>
100
    </div>
101
  </div>
102
</div>
103
-->
(7-7/10)