[UsageCounts | Trunk]: Update descriptions of jsonld

This commit is contained in:
k.triantafyllou 2020-12-01 09:39:52 +00:00
parent e5d8cee127
commit 32f83e9993
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ import {SEOService} from '../openaireLibrary/sharedComponents/SEO/SEO.service';
export class AboutComponent implements OnInit {
faqs: any[] = faqs;
properties: EnvProperties = properties;
description = "UsageCounts service is an OpenAIRE service built after the development of the Usage Statistics Service within OpenAIRE. UsageCounts forms metrics of usage activity of Open Access Repositories categorizing the data retrieved by country, number of downloads, number of views, number of repositories and all derivative quantitative open metrics, in a comprehensive way for all stakeholders. Architecture. ";
description = "UsageCounts service is an OpenAIRE service built to cover the needs of content providers and consumers and offer added value to assist them in reaching their goals. UsageCounts forms metrics of usage activity of Open Access Repositories categorizing the data retrieved by country, number of downloads, number of views, number of repositories and all derivative quantitative open metrics, comprehensively. Architecture. ";
title = "OpenAIRE - UsageCounts | About";
subs: Subscription[] = [];
large: boolean = false;

View File

@ -30,7 +30,7 @@ export class HomeComponent implements OnInit{
ngOnInit()
{
let description = "UsageCounts service collects usage data from repositories, journals and other scientific data sources, aggregates them and delivers standardized activity reports about research usage and uptake. It complements existing citation mechanisms and assists institutional repository managers, research communities, research organizations, funders and policy makers track and evaluate research from an early stage.";
let description = "UsageCounts service collects usage data from Open Science content providers repositories, journals, and other scientific data sources. Then, it aggregates them, delivering standardized activity reports about research usage and uptake. It complements existing citation mechanisms and assists institutional repository managers, research communities, research organizations, funders, and policy makers to track and evaluate research from an early stage.";
let title = "OpenAIRE - UsageCounts";
this._title.setTitle(title);
this._meta.updateTag({content: description}, "name='description'");