From 32f83e9993dcc4763105163dfd5f8b9905d059d1 Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Tue, 1 Dec 2020 09:39:52 +0000 Subject: [PATCH] [UsageCounts | Trunk]: Update descriptions of jsonld --- src/app/about/about.component.ts | 2 +- src/app/home/home.component.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/about/about.component.ts b/src/app/about/about.component.ts index e84cdd4..6986a29 100644 --- a/src/app/about/about.component.ts +++ b/src/app/about/about.component.ts @@ -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; diff --git a/src/app/home/home.component.ts b/src/app/home/home.component.ts index 681bb7c..0c6a746 100644 --- a/src/app/home/home.component.ts +++ b/src/app/home/home.component.ts @@ -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'");