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
          <div class="alert alert-danger" style="display:none;" aria-hidden="true"></div>
17
          <div class="">
18
            <div>
19
              <div>
20
                <div class="uk-float-right">
21
                  <a class="grid-view active" href="">
22
                    <i class="fa fa-th"></i>
23
                  </a>
24
                  <a class="grid-view" href="">
25
                    <i class="fa fa-th-list"></i>
26
                  </a>
27
                </div>
28
                <div class="gwt-HTML m-b-md">
29
                  <h4 class="uk-h4 uk-text-primary uk-scrollspy-inview uk-animation-slide-top-medium">
30
                    <span>Choose the Datasource for which you would like to view or enable metrics</span>
31
                  </h4>
32
                </div>
33
              </div>
34
              <div>
35
                <div class="uk-grid-large uk-grid-margin-large uk-grid repos-grid">
36
                  <div class="uk-width-expand@m uk-first-column">
37
                    <div class="uk-margin uk-grid-match uk-child-width-1-1 uk-grid-small uk-grid-divider uk-grid uk-scrollspy-inview uk-animation-slide-top-medium uk-grid-stack">
38
                      <div class="uk-first-column">
39
                        <div class="gwt-HTML">
40
                          <div class="el-item uk-panel uk-scrollspy-inview uk-animation-slide-top-medium" data-uk-scrollspy="" style="" >
41
                            <div class="uk-child-width-expand uk-grid-medium uk-flex-middle uk-grid" uk-grid="">
42
                              <div class="uk-width-1-3@m uk-first-column">
43
                                <a class="el-link" [routerLink]="['enable']">
44
                                  <img class="el-image uk-border-rounded" src="/assets/imgs/yourLogoHere.jpg" alt="">
45
                                </a>
46
                              </div>
47
                              <div>
48
                                <h3 class="el-title uk-margin uk-h5 uk-margin-remove-adjacent uk-margin-small-bottom">DSpace at NTUA</h3>
49
                                <div class="uk-badge uk-badge-danger">not enabled</div>
50
                              </div>
51
                            </div>
52
                          </div>
53
                        </div>
54
                      </div>
55
                    </div>
56
                  </div>
57
                  <div class="uk-width-expand@m uk-first-column">
58
                    <div class="uk-margin uk-grid-match uk-child-width-1-1 uk-grid-small uk-grid-divider uk-grid uk-scrollspy-inview uk-animation-slide-top-medium uk-grid-stack">
59
                      <div class="uk-first-column">
60
                        <div class="gwt-HTML">
61
                          <div class="el-item uk-panel uk-scrollspy-inview uk-animation-slide-top-medium" uk-scrollspy-class="">
62
                            <div class="uk-child-width-expand uk-grid-medium uk-flex-middle uk-grid" uk-grid="">
63
                              <div class="uk-width-1-3@m uk-first-column">
64
                                <a class="el-link" [routerLink]="['instructions']">
65
                                  <img class="el-image uk-border-rounded" src="/assets/imgs/yourLogoHere.jpg" alt="">
66
                                </a>
67
                              </div>
68
                              <div>
69
                                <h3 class="el-title uk-margin uk-h5 uk-margin-remove-adjacent uk-margin-small-bottom">Pandektis</h3>
70
                                <div class="uk-badge uk-badge-warning">enabling in progress</div>
71
                              </div>
72
                            </div>
73
                          </div>
74
                        </div>
75
                      </div>
76
                    </div>
77
                  </div>
78
                </div>
79
              </div>
80
              <div>
81
                <a *ngFor="let repo of reposOfUser" >
82
                  <h5>_{{ repo.repositoryName }}</h5>
83
                </a>
84
              </div>
85
            </div>
86
          </div>
87
        </div>
88
        <div class="tm-sidebar uk-width-1-4@m">
89
          <div class="gwt-HTML">
90
            <div class="uk-card uk-card-body uk-card-default sidemenu">
91
              <h3>Info</h3>
92
              <p>
93
                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.
94
              </p>
95
              <p>
96
                OpenAIRE Usage Statistics aims to gather usage events
97
              </p>
98
              <ul>
99
                <li>metadata views</li>
100
                <li>downloads</li>
101
              </ul>
102
              <p>
103
                of items from participating content providers.
104
              </p>
105
              <p>
106
                By utilizing open standards and protocols reliable, consolidated and comparable usage reports are generated that are conformant to the
107
                <a href="https://www.projectcounter.org/code-of-practice-sections/general-information/">
108
                  COUNTER Code of Practice
109
                </a>
110
              </p>
111
            </div>
112
          </div>
113
        </div>
114
      </div>
115
    </div>
116
  </div>
117
</div>
(5-5/8)