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

112 lines
6.5 KiB
HTML

<div class="resources">
<schema2jsonld [URL]="properties.domain"
[logoURL]="properties.domain + '/assets/common-assets/logo-small-usage-counts.png'"
type="other" [description]="description" [name]="title">
</schema2jsonld>
<div class="uk-container uk-container-large provide-background">
<div class="uk-container uk-section uk-section-small uk-padding-remove-bottom">
<h2 class="uk-margin-remove-vertical">OpenAIRE Provide</h2>
<div class="uk-padding uk-width-3-4@l">
<p>
The <span class="uk-text-primary uk-text-bold">resources</span> of the OpenAIRE UsageCounts Service are
available through the OpenAIRE PROVIDE product, which is serving the content providers.
</p>
<div class="provide-definition uk-margin-bottom">
“OpenAIRE PROVIDE is a product that enables data providers to register and observe their data activity on
OpenAIRE, by accessing the OpenAIRE Provide Dashboard”.
</div>
<p>
The OpenAIRE Provide supports the following <span class="uk-text-bold">functionalities</span> for the
UsageCounts Service:
</p>
<ol class="openaire-list">
<li>A registration process to the service for repository managers.</li>
<li> The required resources and instructions to deploy the service.</li>
<li>Visualization and exporting tools for publishing and downloading usage statistics reports.</li>
</ol>
<p class="uk-margin-top">
<span class="portal-color uk-text-bold">Important:</span> All the information that content providers offer to
OpenAIRE, is first validated, enriched, and
then indexed on the OpenAIRE PROVIDE. Only then, after this verification and if needed, enhancement process,
the metadata records are indexed on OpenAIRE PROVIDE, ensuring transparency, security, and trust of data.
</p>
<div class="uk-flex uk-flex-center">
<a class="uk-button uk-button-primary uk-margin-small-top" href="https://provide.openaire.eu" target="_blank">
GO TO OpenAIRE PROVIDE
<icon name="arrow_right" ratio="0.8" class="space"></icon>
</a>
</div>
<a class="uk-visible@l next uk-flex uk-flex-middle" (click)="goTo('apis')">
APIs AND REPORTS
<icon name="arrow_down" [flex]="true" class="uk-margin-left"></icon>
</a>
</div>
</div>
</div>
<div id="apis" class="uk-container uk-section">
<div class="uk-flex uk-flex-middle">
<img src="assets/usage-statistics-assets/resources/2.svg">
<h2 class="uk-text-bold uk-margin-medium-left uk-margin-remove-vertical">APIs and Reports</h2>
</div>
<div class="uk-padding uk-margin-top uk-width-3-4@l">
<p>
There are a variety of reports generated via OpenAIRE UsageCounts Service and are available via a SUSHI-Lite
Endpoint (anchor). The reports comply with
<a href="https://www.projectcounter.org/code-of-practice-sections/general-information/" target="_blank">COUNTER
CoP Release 4. <span class="custom-icon custom-external"></span></a>
</p>
<ul class="portal-circle">
<li><a class="uk-link" [routerLink]="'/sushilite/AR1'">AR-1 - Article Report 1.</a>
This report enables you to view the number of successful article download requests by
month and repository. There are filtering options to limit the results to a selected journal or repository. It
can provide results for an individual month or over a number of months and can be output in JSON format.
</li>
<li><a class="uk-link" [routerLink]="'/sushilite/IR1'">IR-1 - Item Report 1.</a>
This report enables you to view the number of successful item download requests by
month and repository identifier. There are filtering options to limit the results to a selected item or
repository
identifier or item data type. It can provide results for an individual month or over a number of months and
can be output in JSON format.
</li>
<li><a class="uk-link" [routerLink]="'/sushilite/JR1'">JR-1 - Journal Report 1.</a>
This report enables you to view the number of
successful full-text article requests by month and journal. There are filtering options to limit the results
to a selected journal or item data type. It can provide results for an individual month or over a number of
months and can be output in JSON format.
</li>
<li><a class="uk-link" [routerLink]="'/sushilite/RR1'">RR-1 - Repository Report 1.</a>
This report enables you to view the
number of successful item downloads for all repositories participating in the usage statistics service. There
are filtering options to limit the results to a repository identifier or selected item type. It can provide
results for an individual month or over a number of months and can be output in JSON format.
</li>
<li><a class="uk-link" [routerLink]="'/sushilite/BR1'">BR-1 - Book Report 1.</a>
This report enables you to view the number of successful book title requests by month and title.
There are filtering options to limit the results to a repository identifier or selected item identifier. It
can provide results for an individual month or over a number of months and can be output in JSON format.
</li>
<li><a class="uk-link" [routerLink]="'/sushilite/BR2'">BR-2 - Book Report 2.</a>
This report enables you to download the number of successful book section requests by month
and title. There are filtering options to limit the results to a repository identifier or selected item
identifier. It can provide results for an individual month or over a number of months and can be output in
JSON format.
</li>
</ul>
</div>
</div>
<div class="uk-container uk-section">
<div class="uk-flex uk-flex-top">
<img src="assets/usage-statistics-assets/resources/3.svg">
<div class="uk-margin-medium-left">
<h2 class="uk-text-bold">OpenAIRE UsageCounts Guidelines</h2>
<div class="uk-padding uk-padding-remove-vertical uk-margin-top">
<a href="https://openaire.github.io/usage-statistics-guidelines/" target="_blank">
https://openaire.github.io/usage-statistics-guidelines/
<span class="custom-icon custom-external"></span>
</a>
</div>
</div>
</div>
</div>
</div>