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 Configuration & Software Details</h1>
15
          </div>
16
          <div class="">
17
            <div>
18
              <div class="gwt-HTML">
19
                <p>
20
                  OpenAIRE's usage statistics service tracking code is maintained on Github as a patch for various versions of DSpace
21
                  (<a href="https://github.com/openaire/OpenAIRE-Piwik-DSpace">https://github.com/dimitrispie/OpenAIRE-Piwik-DSpace</a>)
22
                  and as an Eprints plugin for version 3
23
                  (<a href="https://github.com/openaire/EPrints-OAPiwik">https://github.com/dimitrispie/EPrints-OAPiwik</a>).
24
                </p>
25
                <p>
26
                  Please, change the configuration files with the following values, generated for your site:
27
                </p>
28
                <dl class="uk-description-list">
29
                  <dt>PiwikID</dt>
30
                  <dd>104</dd>
31
                  <dt>AuthenticationToken</dt>
32
                  <dd>106629304</dd>
33
                </dl>
34
                <p>
35
                  Details for the configuration files are given in the README of the tracking code.
36
                </p>
37
                <div class="uk-alert uk-alert-info">
38
                  <strong>NOTE</strong>
39
                  - You will be informed by e-mail that the installation of the tracking code has been validated and when the usage statistics will be available.
40
                </div>
41
              </div>
42
            </div>
43
          </div>
44
        </div>
45
      </div>
46
    </div>
47
  </div>
48
</div>
(3-3/8)