Project

General

Profile

« Previous | Next » 

Revision 58098

Second commit for the new layout provided by the UX team

View differences:

metrics-instructions.component.html
1
<div id="page_content">
2
  <div id="page_content_inner">
3
    <h2 class="heading_b uk-margin-bottom">Metrics Configuration & Software Details for {{piwik.repositoryName}}</h2>
1
<div id="page_content_inner">
2
  <h2 *ngIf="piwik" class="heading_b uk-margin-bottom">Metrics Configuration & Software Details for {{piwik.repositoryName}}</h2>
4 3

  
5
    <!-- TOP HELP CONTENT -->
6
    <help-content #topHelperContent [position]="'top'"
7
                  [ngClass]="topHelperContent.isPresent()?'uk-margin-medium-top uk-margin-medium-bottom':'clear-style'">
8
    </help-content>
4
  <!-- TOP HELP CONTENT -->
5
  <help-content #topHelperContent [position]="'top'"
6
                [ngClass]="topHelperContent.isPresent()?'uk-margin-medium-top uk-margin-medium-bottom':'clear-style'">
7
  </help-content>
9 8

  
10
    <div class="uk-grid">
9
  <div class="uk-grid">
11 10

  
12
      <!-- LEFT HELP CONTENT -->
13
      <aside-help-content #leftHelperContent [position]="'left'"
14
                          [ngClass]="leftHelperContent.isPresent()?'tm-sidebar uk-width-1-4@m uk-first-column':'clear-style'">
15
      </aside-help-content>
11
    <!-- LEFT HELP CONTENT -->
12
    <aside-help-content #leftHelperContent [position]="'left'"
13
                        [ngClass]="leftHelperContent.isPresent()?'tm-sidebar uk-width-1-4@m uk-first-column':'clear-style'">
14
    </aside-help-content>
16 15

  
17
      <!-- MIDDLE -->
18
      <div class=" uk-width-expand@m">
16
    <!-- MIDDLE -->
17
    <div class=" uk-width-expand@m">
19 18

  
20
        <div *ngIf="errorMessage" class="uk-alert uk-alert-danger">{{ errorMessage }}</div>
21
        <div *ngIf="piwik">
19
      <div *ngIf="errorMessage" class="uk-alert uk-alert-danger">{{ errorMessage }}</div>
20
      <div *ngIf="piwik">
22 21

  
23
          <div class="md-card">
24
            <div class="md-card-content large-padding">
25
              <div class="uk-article">
22
        <div class="md-card">
23
          <div class="md-card-content large-padding">
24
            <div class="uk-article">
26 25

  
27
                <p>
28
                  OpenAIRE’s usage statistic service uses the <i>Matomo Open Source Analytics platform</i> (matomo.org) to track usage activity. When <i>metrics</i>
29
                  are enabled for a repository, two unique identifiers are generated - a matomo-ID that associates the repository with its usage events in Matomo
30
                  and an authentication-ID that allows to track usage activity on the Matomo platform. Metadata views and item downloads are tracked and automatically sent to Matomo. Statistics are generated using the COUNTER Code of practice directives.
31
                </p>
32
                <p>
33
                  OpenAIRE's usage statistics service tracking code exploits Matomo’s API. In order to make the tracking of usage events from repositories more robust, it was necessary to implement repository platform specific patches and plugins starting with DSpace and EPrints. The code is maintained on Github:
34
                </p>
35
                <ul>
36
                  <li>as a patch for various versions of DSpace
37
                    (<a target="_blank" href="https://github.com/openaire/OpenAIRE-Piwik-DSpace">https://github.com/openaire/OpenAIRE-Piwik-DSpace</a>)</li>
38
                  <li>as an Eprints plugin for version 3
39
                    (<a target="_blank" href="https://github.com/openaire/EPrints-OAPiwik">https://github.com/openaire/EPrints-OAPiwik</a>)</li>
40
                  <li>as a python script for all other cases
41
                    (<a target="_blank" href="https://github.com/openaire/Generic-Matomo-Tracker">https://github.com/openaire/Generic-Matomo-Tracker</a>)</li>
42
                </ul>
43
                <p>
44
                  To configure your repository to allow tracking in Matomo platform, please change the configuration files with the following parameters and values, generated for your site:
45
                </p>
46
                <dl class="uk-description-list">
47
                  <dt>MatomoID</dt>
48
                  <dd>{{ piwik.siteId }}</dd>
49
                  <dt>AuthenticationToken</dt>
50
                  <dd>{{ piwik.authenticationToken }}</dd>
51
                </dl>
52
                <p>
53
                  Details for the configuration files are given in the README of the tracking code.
54
                </p>
55
                <div class="uk-alert uk-alert-info">
56
                  <strong>NOTE</strong>
57
                  - 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.
58
                </div>
26
              <p>
27
                OpenAIRE’s usage statistic service uses the <i>Matomo Open Source Analytics platform</i> (matomo.org) to track usage activity. When <i>metrics</i>
28
                are enabled for a repository, two unique identifiers are generated - a matomo-ID that associates the repository with its usage events in Matomo
29
                and an authentication-ID that allows to track usage activity on the Matomo platform. Metadata views and item downloads are tracked and automatically sent to Matomo. Statistics are generated using the COUNTER Code of practice directives.
30
              </p>
31
              <p>
32
                OpenAIRE's usage statistics service tracking code exploits Matomo’s API. In order to make the tracking of usage events from repositories more robust, it was necessary to implement repository platform specific patches and plugins starting with DSpace and EPrints. The code is maintained on Github:
33
              </p>
34
              <ul>
35
                <li>as a patch for various versions of DSpace
36
                  (<a target="_blank" href="https://github.com/openaire/OpenAIRE-Piwik-DSpace">https://github.com/openaire/OpenAIRE-Piwik-DSpace</a>)</li>
37
                <li>as an Eprints plugin for version 3
38
                  (<a target="_blank" href="https://github.com/openaire/EPrints-OAPiwik">https://github.com/openaire/EPrints-OAPiwik</a>)</li>
39
                <li>as a python script for all other cases
40
                  (<a target="_blank" href="https://github.com/openaire/Generic-Matomo-Tracker">https://github.com/openaire/Generic-Matomo-Tracker</a>)</li>
41
              </ul>
42
              <p>
43
                To configure your repository to allow tracking in Matomo platform, please change the configuration files with the following parameters and values, generated for your site:
44
              </p>
45
              <dl class="uk-description-list">
46
                <dt>MatomoID</dt>
47
                <dd>{{ piwik.siteId }}</dd>
48
                <dt>AuthenticationToken</dt>
49
                <dd>{{ piwik.authenticationToken }}</dd>
50
              </dl>
51
              <p>
52
                Details for the configuration files are given in the README of the tracking code.
53
              </p>
54
              <div class="uk-alert uk-alert-info">
55
                <strong>NOTE</strong>
56
                - 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.
57
              </div>
59 58

  
60
              </div>
61 59
            </div>
62 60
          </div>
63

  
64 61
        </div>
65 62

  
66 63
      </div>
67 64

  
68
      <!-- RIGHT HELP CONTENT -->
69
      <aside-help-content #rightHelperContent [position]="'right'"
70
                          [ngClass]="rightHelperContent.isPresent()?'tm-sidebar uk-width-1-4@m uk-first-column':'clear-style'">
71
      </aside-help-content>
72

  
73 65
    </div>
74 66

  
75
    <!-- BOTTOM HELP CONTENT -->
76
    <help-content #bottomHelperContent [position]="'bottom'"
77
                  [ngClass]="bottomHelperContent.isPresent()?'uk-margin-medium-top uk-margin-medium-bottom':'clear-style'">
78
    </help-content>
67
    <!-- RIGHT HELP CONTENT -->
68
    <aside-help-content #rightHelperContent [position]="'right'"
69
                        [ngClass]="rightHelperContent.isPresent()?'tm-sidebar uk-width-1-4@m uk-first-column':'clear-style'">
70
    </aside-help-content>
79 71

  
80 72
  </div>
73

  
74
  <!-- BOTTOM HELP CONTENT -->
75
  <help-content #bottomHelperContent [position]="'bottom'"
76
                [ngClass]="bottomHelperContent.isPresent()?'uk-margin-medium-top uk-margin-medium-bottom':'clear-style'">
77
  </help-content>
78

  
81 79
</div>
82 80

  

Also available in: Unified diff