develop #3
|
@ -26,6 +26,20 @@
|
||||||
<div *ngIf="noAggregations">{{ noAggregations }}</div>
|
<div *ngIf="noAggregations">{{ noAggregations }}</div>
|
||||||
<div *ngIf="latestAggregations && (latestAggregations.length > 0) && !noAggregations">
|
<div *ngIf="latestAggregations && (latestAggregations.length > 0) && !noAggregations">
|
||||||
|
|
||||||
|
<div class="uk-grid uk-child-width-1-2">
|
||||||
|
<ng-container *ngFor="let aggr of latestAggregations">
|
||||||
|
<div *ngIf="aggr.indexedVersion">
|
||||||
|
<div class="uk-card uk-card-default uk-card-body">
|
||||||
|
<p>Indexed version</p>
|
||||||
|
<p>Aggregation date: <strong>{{ aggr.date }}</strong></p>
|
||||||
|
<p>Number of collected records: <strong>{{ aggr.numberOfRecords }}</strong></p>
|
||||||
|
<!-- <p>Number of transformed records: <strong>{{ aggr.numberOfRecords }}</strong></p>-->
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</ng-container>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div class="uk-width-large-2-3 uk-container-center">
|
<div class="uk-width-large-2-3 uk-container-center">
|
||||||
<div class="timeline timeline-center">
|
<div class="timeline timeline-center">
|
||||||
<div *ngFor="let aggr of latestAggregations" class="timeline_item">
|
<div *ngFor="let aggr of latestAggregations" class="timeline_item">
|
||||||
|
|
|
@ -19,6 +19,15 @@
|
||||||
<div *ngIf="errorMessage" class="uk-alert uk-alert-warning">{{ errorMessage }}</div>
|
<div *ngIf="errorMessage" class="uk-alert uk-alert-warning">{{ errorMessage }}</div>
|
||||||
<div *ngIf="repo">
|
<div *ngIf="repo">
|
||||||
|
|
||||||
|
<p>In the getImpact/usagestats page add this text above the 'Supported reports': UsageCounts reports follow the
|
||||||
|
<a href="https://www.projectcounter.org/" target="_blank">COUNTER Code of Practice</a> to provide usage
|
||||||
|
statistics based on standards.
|
||||||
|
On this page you can find reports based on the latest Release 5 as well as Release 4. Both Releases are
|
||||||
|
available in a transition phase, so that you can get experienced with the new reports before the Release 4
|
||||||
|
reports are phased out.
|
||||||
|
The Release 5 introduces new Metric Types, which lead to new statistics reports and offer new possibilities
|
||||||
|
for the usage analysis.</p>
|
||||||
|
|
||||||
<h3>Supported Reports</h3>
|
<h3>Supported Reports</h3>
|
||||||
|
|
||||||
<h2>R5 Reports</h2>
|
<h2>R5 Reports</h2>
|
||||||
|
@ -27,8 +36,8 @@
|
||||||
<div class="uk-width-1-3">
|
<div class="uk-width-1-3">
|
||||||
<div class="uk-text-center md-card md-card-hover">
|
<div class="uk-text-center md-card md-card-hover">
|
||||||
<a [routerLink]="['R5','PR']" class="uk-position-cover"></a>
|
<a [routerLink]="['R5','PR']" class="uk-position-cover"></a>
|
||||||
<div class="uk-card-media-top " style="background-color: #001a6e">
|
<div class="uk-card-media-top">
|
||||||
<h1 class="uk-padding-large font-weight-bolder md-color-white">PR</h1>
|
<img class="el-image" src="../../../../assets/imgs/R5_PR.jpg" alt="" style="width: 100%;">
|
||||||
</div>
|
</div>
|
||||||
<div class="uk-card-body uk-padding-small">
|
<div class="uk-card-body uk-padding-small">
|
||||||
<h3 class="uk-card-title uk-margin-small-bottom">
|
<h3 class="uk-card-title uk-margin-small-bottom">
|
||||||
|
@ -40,8 +49,8 @@
|
||||||
<div class="uk-width-1-3">
|
<div class="uk-width-1-3">
|
||||||
<div class="uk-text-center md-card md-card-hover">
|
<div class="uk-text-center md-card md-card-hover">
|
||||||
<a [routerLink]="['R5','PR_P1']" class="uk-position-cover"></a>
|
<a [routerLink]="['R5','PR_P1']" class="uk-position-cover"></a>
|
||||||
<div class="uk-card-media-top " style="background-color: #001a6e">
|
<div class="uk-card-media-top">
|
||||||
<h1 class="uk-padding-large font-weight-bolder md-color-white">PR_P1</h1>
|
<img class="el-image" src="../../../../assets/imgs/R5_PR_P1.jpg" alt="" style="width: 100%;">
|
||||||
</div>
|
</div>
|
||||||
<div class="uk-card-body uk-padding-small">
|
<div class="uk-card-body uk-padding-small">
|
||||||
<h3 class="uk-card-title uk-margin-small-bottom">
|
<h3 class="uk-card-title uk-margin-small-bottom">
|
||||||
|
@ -53,8 +62,8 @@
|
||||||
<div class="uk-width-1-3">
|
<div class="uk-width-1-3">
|
||||||
<div class="uk-text-center md-card md-card-hover">
|
<div class="uk-text-center md-card md-card-hover">
|
||||||
<a [routerLink]="['R5','IR']" class="uk-position-cover"></a>
|
<a [routerLink]="['R5','IR']" class="uk-position-cover"></a>
|
||||||
<div class="uk-card-media-top " style="background-color: #001a6e">
|
<div class="uk-card-media-top">
|
||||||
<h1 class="uk-padding-large font-weight-bolder md-color-white">IR</h1>
|
<img class="el-image" src="../../../../assets/imgs/R5_IR.jpg" alt="" style="width: 100%;">
|
||||||
</div>
|
</div>
|
||||||
<div class="uk-card-body uk-padding-small">
|
<div class="uk-card-body uk-padding-small">
|
||||||
<h3 class="uk-card-title uk-margin-small-bottom">
|
<h3 class="uk-card-title uk-margin-small-bottom">
|
||||||
|
@ -69,8 +78,8 @@
|
||||||
<div class="uk-width-1-3">
|
<div class="uk-width-1-3">
|
||||||
<div class="uk-text-center md-card md-card-hover">
|
<div class="uk-text-center md-card md-card-hover">
|
||||||
<a [routerLink]="['R5','DSR']" class="uk-position-cover"></a>
|
<a [routerLink]="['R5','DSR']" class="uk-position-cover"></a>
|
||||||
<div class="uk-card-media-top " style="background-color: #001a6e">
|
<div class="uk-card-media-top">
|
||||||
<h1 class="uk-padding-large font-weight-bolder md-color-white">DSR</h1>
|
<img class="el-image" src="../../../../assets/imgs/R5_DSR.jpg" alt="" style="width: 100%;">
|
||||||
</div>
|
</div>
|
||||||
<div class="uk-card-body uk-padding-small">
|
<div class="uk-card-body uk-padding-small">
|
||||||
<h3 class="uk-card-title uk-margin-small-bottom">
|
<h3 class="uk-card-title uk-margin-small-bottom">
|
||||||
|
|
|
@ -61,7 +61,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div *ngIf="reposOfUser && reposOfUser.length>0" class="menu_section border_top">
|
<div *ngIf="reposOfUser && reposOfUser.length>0" class="menu_section border_top">
|
||||||
<div class="sidebar_heading">DATASOURCES</div>
|
<div class="sidebar_heading uk-text-uppercase">My data sources</div>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
||||||
<li *ngFor="let repo of visibleReposOfUser" [routerLinkActive]="['current_section']" class="">
|
<li *ngFor="let repo of visibleReposOfUser" [routerLinkActive]="['current_section']" class="">
|
||||||
|
@ -96,7 +96,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div *ngIf="getIsUserAdmin()" class="menu_section admin_menu_section border_top">
|
<div *ngIf="getIsUserAdmin()" class="menu_section admin_menu_section border_top">
|
||||||
<div class="sidebar_heading">ADMIN</div>
|
<div class="sidebar_heading uk-text-uppercase">Admin</div>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
||||||
<li [routerLinkActive]="['current_section']" class="">
|
<li [routerLinkActive]="['current_section']" class="">
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 834 KiB |
Binary file not shown.
After Width: | Height: | Size: 758 KiB |
Binary file not shown.
After Width: | Height: | Size: 767 KiB |
Binary file not shown.
After Width: | Height: | Size: 684 KiB |
Loading…
Reference in New Issue