From effaccacb7f5357b3055d9bfbc463441e11ddf5b Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Mon, 9 May 2022 13:39:45 +0300 Subject: [PATCH] Remove breaks from monitor pages. Rename entities base on enumaration --- src/app/contact/contact.component.html | 3 +- .../get-started/get-started.component.html | 12 ++-- src/app/home/home.component.html | 71 ++++++++++--------- src/app/home/home.component.ts | 2 + src/app/learn-how/learn-how.component.html | 12 ++-- src/app/learn-how/learn-how.component.ts | 6 +- src/app/openaireLibrary | 2 +- 7 files changed, 55 insertions(+), 53 deletions(-) diff --git a/src/app/contact/contact.component.html b/src/app/contact/contact.component.html index 095ded9..6bf519b 100644 --- a/src/app/contact/contact.component.html +++ b/src/app/contact/contact.component.html @@ -15,8 +15,7 @@
We would be happy to open a discussion with you to better understand your needs and share examples of how - OpenAIRE MONITOR - can help your organization in your open science needs. + OpenAIRE MONITOR can help your organization in your open science needs.
diff --git a/src/app/get-started/get-started.component.html b/src/app/get-started/get-started.component.html index 5c497c3..5242217 100644 --- a/src/app/get-started/get-started.component.html +++ b/src/app/get-started/get-started.component.html @@ -5,12 +5,12 @@
-
-

Get started with
OpenAIRE Monitor Dashboard.

-
- The OpenAIRE Monitor Dashboard is an open tracking platform with all the tools you need
- to understand and make insightful decisions — whether you are a funder, a research institution
- or a community, and want to measure or increase uptake
+
+

Get started with
OpenAIRE Monitor Dashboard .

+
+ The OpenAIRE Monitor Dashboard is an open tracking platform with all the tools you need + to understand and make insightful decisions — whether you are a funder, a research institution + or a community, and want to measure or increase uptake of Open Science, understand your costs, gaps and strengths, or build a community around it.
diff --git a/src/app/home/home.component.html b/src/app/home/home.component.html index 450006d..bfb513c 100644 --- a/src/app/home/home.component.html +++ b/src/app/home/home.component.html @@ -28,26 +28,26 @@

- Get a 360° view
of research results.
+ Get a 360° view of research results.

-

Track and discover your organization’s research output.
Use the OpenAIRE Research - Graph to view your publications-data-code
and how they interconnect.

+

Track and discover your organization’s research output. Use the OpenAIRE Research + Graph to view your publications-data-code and how they interconnect.

- Monitor Open Science
complianceOpen Science compliance.

-

Work with the Open Science expert community
for open and transparent metrics. - Discover Open
Science trends for your organization. See how
you fare in European Open Science Cloud.

+

Work with the Open Science expert community for open and transparent metrics. + Discover Open Science trends for your organization. See how you fare in European Open Science Cloud.

- Turn research
results
to insightsresearch results to insights.

-

Understand your needs for your community. Measure impact,
discover trends, connections and - collaborations
to improve and optimize your future actions.

+

Understand your needs for your organization. Measure impact, discover trends, connections and + collaborations to improve and optimize your future actions.

@@ -55,13 +55,13 @@
Funders. Universities. Research Institutions. Communities. -

Simplify Open Science
tracking & monitoringSimplify Open Science tracking & monitoring.

-
-
+
+
ipad
-
-
+
+
@@ -88,13 +88,13 @@
-
+
ipad
-
+
@@ -102,19 +102,20 @@
-
-

- Tap into the OpenAIRE
Research Graph. -

-
- The OpenAIRE Research Graph is one of the largest open scholarly record collections
- worldwide, key in fostering Open Science and establishing its practices in the daily
- research activities. Conceived as a public and transparent good, populated out of data
- sources trusted by scientists, the Graph aims at bringing discovery, monitoring, and
- assessment of science back in the hands of the scientific community. -
+
+

+ Tap into the OpenAIRE Research Graph. +

+
+ The OpenAIRE Research Graph is one of the largest open scholarly record collections + worldwide, key in fostering Open Science and establishing its practices in the daily + research activities. Conceived as a public and transparent good, populated out of data + sources trusted by scientists, the Graph aims at bringing discovery, monitoring, and + assessment of science back in the hands of the scientific community. +
+
@@ -130,22 +131,22 @@
-
-
-
-
@@ -161,7 +162,7 @@
-

Open data.
Open methodologiesOpen data. Open methodologies.

Learn and work with a thriving community behind you.
diff --git a/src/app/home/home.component.ts b/src/app/home/home.component.ts index cd45a69..20f5794 100644 --- a/src/app/home/home.component.ts +++ b/src/app/home/home.component.ts @@ -30,6 +30,7 @@ import {Subscriber} from "rxjs"; import {QuickContactService} from '../openaireLibrary/sharedComponents/quick-contact/quick-contact.service'; import {CanExitGuard, IDeactivateComponent} from "../openaireLibrary/utils/can-exit.guard"; import {element} from "protractor"; +import {OpenaireEntities} from "../openaireLibrary/utils/properties/searchFields"; @Component({ selector: 'home', @@ -54,6 +55,7 @@ export class HomeComponent implements OnInit, OnDestroy, AfterViewInit, IDeactiv public loading: boolean = true; public errorCodes: ErrorCodes; public properties: EnvProperties = properties; + public entities = OpenaireEntities; public directLink: boolean = true; public publicationsSize: any = null; public datasetsSize: any = null; diff --git a/src/app/learn-how/learn-how.component.html b/src/app/learn-how/learn-how.component.html index 6107d8d..bdfc033 100644 --- a/src/app/learn-how/learn-how.component.html +++ b/src/app/learn-how/learn-how.component.html @@ -9,8 +9,8 @@

Learn the process.

-
- Use the Monitor Dashboard to view your research
results, open science. +
+ Use the Monitor Dashboard to view your research results, open science.
@@ -23,11 +23,11 @@
0
-
- Starting from the OpenAIRE
RESEARCH GRAPH +
+ Starting from the OpenAIRE RESEARCH GRAPH
- OpenAIRE Research Graph is a comprehensive research graph (meta research) that links all types of research outputs tofunders, organizations, researchers, research communities and publishers. With information from global databases, disambiguated and interlinked using semantic AI technologies. + OpenAIRE Research Graph is a comprehensive research graph (meta research) that links all types of {{entities.RESULTS | lowercase}} to funders, {{entities.ORGANIZATIONS | lowercase}}, researchers, {{entities.COMMUNITIES | lowercase}} and publishers. With information from global databases, disambiguated and interlinked using semantic AI technologies.
@@ -40,7 +40,7 @@ Provide us some information
- You give us some simple (meta)data related to your organization function: e.g., funding database, repositories, related projects, registry of people… All under confidential agreements. + You give us some simple (meta)data related to your organization function: e.g., funding database, repositories, related {{entities.PROJECTS | lowercase}}, registry of people… All under confidential agreements.
diff --git a/src/app/learn-how/learn-how.component.ts b/src/app/learn-how/learn-how.component.ts index cbdceba..6fd41b8 100644 --- a/src/app/learn-how/learn-how.component.ts +++ b/src/app/learn-how/learn-how.component.ts @@ -8,6 +8,7 @@ import {SEOService} from "../openaireLibrary/sharedComponents/SEO/SEO.service"; import {properties} from "../../environments/environment"; import {Subscriber} from "rxjs"; import {Breadcrumb} from '../openaireLibrary/utils/breadcrumbs/breadcrumbs.component'; +import {OpenaireEntities} from "../openaireLibrary/utils/properties/searchFields"; @Component({ selector: 'learn-how', @@ -22,7 +23,8 @@ export class LearnHowComponent { public pageTitle: string = "OpenAIRE - Monitor | Learn How"; public description: string = "Learn the process: Use the Monitor Dashboard to view your research results, open science. See how it works. Simplify research tracking & monitoring "; public breadcrumbs: Breadcrumb[] = [{name: 'home', route: '/'}, {name: 'About'}]; - properties: EnvProperties; + public entities = OpenaireEntities; + public properties: EnvProperties = properties; subscriptions = []; constructor( private route: ActivatedRoute, @@ -35,8 +37,6 @@ export class LearnHowComponent { } public ngOnInit() { - - this.properties = properties; if (this.properties.enablePiwikTrack && (typeof document !== 'undefined')) { this.subscriptions.push(this._piwikService.trackView(this.properties, this.pageTitle, this.properties.piwikSiteId).subscribe()); } diff --git a/src/app/openaireLibrary b/src/app/openaireLibrary index b851b3e..bd6e141 160000 --- a/src/app/openaireLibrary +++ b/src/app/openaireLibrary @@ -1 +1 @@ -Subproject commit b851b3e60b9f25dbbea1f53f4b2566aa67ddb763 +Subproject commit bd6e14180158a86345ffdcd099e8031d4a092809