usage-counts/src/app/resources/resources.component.html

121 lines
5.5 KiB
HTML

<div>
<div class="uk-section uk-container">
<div class="uk-margin-large-left uk-margin-top">
<h1 class="uk-text-bold">How Can Be Used</h1>
<div class="uk-width-1-1 uk-width-4-5@m uk-margin-medium-top uk-margin-medium-bottom">
<p>
{{
'The service has to be enabled for the repository. This step results in the generation of two unique identifiers:'
| titlecase }}
</p>
<ul class="uk-list uk-list-bullet">
<li>a Matomo-ID that associates the repository with its usage events in Matomo platform;</li>
<li>an authentication-ID that allows to track usage activity on the Matomo platform.</li>
</ul>
<p>After the generation of the identifiers the repository manager has to perform the following steps:</p>
<p>1. Download the tracking code for the repository platform. The code is maintained on Github:</p>
<ul class="uk-list uk-list-bullet">
<li>
<span>as a patch for various versions of DSpace (</span>
<a href="https://github.com/openaire/OpenAIRE-Piwik-DSpace" target="_blank">
<span>https://github.com/openaire/OpenAIRE-Piwik-DSpace</span>
</a>
<span>)</span>
</li>
<li>
<span>as an Eprints plugin for version 3 (</span>
<a href="https://github.com/openaire/EPrints-OAPiwik" target="_blank">
<span>https://github.com/openaire/EPrints-OAPiwik</span>
</a>
<span>)</span>
</li>
<li>
<span>as a python script for all other cases (</span>
<a href="https://github.com/openaire/Generic-Matomo-Tracker" target="_blank">
<span>https://github.com/openaire/Generic-Matomo-Tracker</span>
</a>
<span>)</span>
</li>
</ul>
<div>
2. Follow the instructions in the code README files and configure the tracker;
</div>
<div>
3. Deploy the tracking code in the repository.
</div>
<p>
<span>
A notification e-mail will be sent to inform the repository administrator that
the installation of the tracking code has been validated and when the usage statistics will be available in the
</span>
<a href="https://provide.openaire.eu/" target="_blank">OpenAIRE Content Provider Dashboard</a>
<span>.</span>
</p>
</div>
</div>
</div>
<div>
<div class="uk-section uk-container uk-container-large how-background uk-text-break">
<div class="uk-card uk-card-default uk-card-body card-text
uk-margin-large-bottom uk-margin-medium-left uk-margin-medium-right">
<h6 class="card-title uk-text-uppercase uk-text-center">Follow USAGE STATISTICS guidelines</h6>
<div class="uk-grid uk-padding">
<div class="uk-width-1-2 uk-padding border-top border-right">
<img src="/assets/usage-statistics-assets/resources/guidelines.svg"/>
<p class="card-title">Guidelines</p>
<div>
<a href="https://openaire.github.io/usage-statistics-guidelines/" target="_blank">
https://openaire.github.io/usage-statistics-guidelines/
</a>
</div>
</div>
<div class="uk-width-1-2 uk-padding border-top">
<img src="/assets/usage-statistics-assets/resources/software.svg"/>
<p class="card-title">Software</p>
<ul class="uk-list">
<li>
<span class="uk-text-bold">Generic Matomo Tracker - </span>
<a href="https://github.com/openaire/Generic-Matomo-Tracker" target="_blank">
https://github.com/openaire/Generic-Matomo-Tracker
</a>
</li>
<li>
<span class="uk-text-bold">Matomo tracker for DSpace - </span>
<a href=" https://github.com/openaire/OpenAIRE-Piwik-DSpace" target="_blank">
https://github.com/openaire/OpenAIRE-Piwik-DSpace
</a>
</li>
<li>
<span class="uk-text-bold">Matomo tracker for Eprints - </span>
<a href="https://github.com/openaire/EPrints-OAPiwik" target="_blank">
https://github.com/openaire/EPrints-OAPiwik
</a>
</li>
</ul>
</div>
<div class="uk-width-1-2 uk-padding border-top border-right">
<img src="/assets/usage-statistics-assets/resources/services.svg"/>
<p class="card-title">Services API</p>
<div>
<span class="uk-text-bold">SUSHI Lite Endpoint - </span>
<a href="http://services.openaire.eu/usagestats/sushilite/" target="_blank">
http://services.openaire.eu/usagestats/sushilite/
</a>
</div>
</div>
<div class="uk-width-1-2 uk-padding border-top">
<img src="/assets/usage-statistics-assets/resources/faq.svg"/>
<p class="card-title">FAQ</p>
<div>
<a href="https://docs.google.com/document/d/1404yRWhSzGUtqkrxydXsxUqMUEs2dWn8AJ-RCe7RZ7o/edit?usp=sharing"
target="_blank">
https://docs.google.com/document/d/1404yRWhSzGUtqkrxydXsxUqMUEs2dWn8AJ-RCe7RZ7o/edit?usp=sharing
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>