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

32 lines
1.4 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<ng-template #first>
<div class="uk-section">
<div class="uk-container uk-container-large">
<div class="uk-grid uk-flex uk-flex-top" uk-grid>
<div class="uk-width-1-2@m">
<h1 class="uk-text-bold">OpenAIRE Usage Statistics Service</h1>
<div class="uk-margin-medium-top uk-margin-medium-bottom">
OpenAIREs Usage Statistic service contributes towards impact evaluation of usage activity in Open Access
Repositories.
This is realized by the generation of comparable, consistent, standards based usage statistics across
publishing platforms that
take into account different levels of scholarly information: the usage of data sources, the usage of
individual items in the
context of their resource type, the usage of individual web resources or files and the usage of resources
among different repositories.
</div>
<a routerLink="/about" class="uk-button portal-button">Learn More</a>
</div>
<div class="uk-width-expand first"></div>
</div>
</div>
</div>
</ng-template>
<fp-slider class="uk-visible@m">
<slide>
<ng-container *ngTemplateOutlet="first"></ng-container>
</slide>
</fp-slider>
<div class="uk-hidden@m uk-margin-left uk-margin-right">
<ng-container *ngTemplateOutlet="first"></ng-container>
</div>