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

29 lines
1.4 KiB
HTML
Raw Normal View History

<!--class="uk-margin-left uk-margin-right"-->
<div>
<div class="uk-section uk-container about-background">
<div class="uk-margin-large-left uk-margin-top">
<h1 class="uk-text-bold">Monthly Usage Events</h1>
<div class="uk-width-1-1 uk-width-4-5@m uk-margin-medium-top uk-margin-medium-bottom">
<p>
{{
'OpenAIREs Usage Statistics Service contributes towards impact evaluation of usage activity in Open Access Repositories.'
| titlecase }}
</p>
<p>
{{
'The service collects and analyzes usage data from the repository and exploits usage metrics like downloads and metadata views. ' +
'Counters about the usage of a repository and its individual items are available in the relative detail page on the OpenAIRE Discovery Portal.'
| titlecase }}
</p>
<p>
{{
'Taking advantage of OpenAIREs Graph service de-duplication mechanism, the service aggregates/merges usage statistics that come from different repositories and relate to the same object.' +
'OpenAIREs Usage Statistics service uses the Matomo Open Source Analytics platform (matomo.org) to track usage activity.' +
'Statistics are generated using the COUNTER Code of practice directives and reports can be collected from SUSHI-Lite compatible endpoints.'
| titlecase }}
</p>
</div>
</div>
</div>
</div>