From 8b5354739b7c8753bb06740189ce0a59f62a09e6 Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Tue, 9 Jan 2024 13:37:17 +0200 Subject: [PATCH] [master]: Rename five monitors, align engagement and methodological approach. --- src/app/openaireLibrary | 2 +- .../engagement/engagement.component.ts | 2 +- .../how-it-works/how-it-works.module.ts | 6 +- ...nent.ts => the-five-monitors.component.ts} | 6 +- .../methodological-approach.component.ts | 201 ++++++++++-------- 5 files changed, 122 insertions(+), 95 deletions(-) rename src/app/resources/how-it-works/{the-5-monitors.component.ts => the-five-monitors.component.ts} (64%) diff --git a/src/app/openaireLibrary b/src/app/openaireLibrary index bef191e..8c59901 160000 --- a/src/app/openaireLibrary +++ b/src/app/openaireLibrary @@ -1 +1 @@ -Subproject commit bef191edbabef7900a3a6242d244da509b2812dd +Subproject commit 8c5990133fee2f8a5a4000b9024037e3675c95cc diff --git a/src/app/resources/engagement/engagement.component.ts b/src/app/resources/engagement/engagement.component.ts index 4f5c1f3..a94b175 100644 --- a/src/app/resources/engagement/engagement.component.ts +++ b/src/app/resources/engagement/engagement.component.ts @@ -16,7 +16,7 @@ import {SEOService} from "../../openaireLibrary/sharedComponents/SEO/SEO.service -
+
diff --git a/src/app/resources/how-it-works/how-it-works.module.ts b/src/app/resources/how-it-works/how-it-works.module.ts index 5e5e161..067116c 100644 --- a/src/app/resources/how-it-works/how-it-works.module.ts +++ b/src/app/resources/how-it-works/how-it-works.module.ts @@ -2,11 +2,11 @@ import {NgModule} from "@angular/core"; import {CommonModule} from "@angular/common"; import {RouterModule} from "@angular/router"; import {AboutComponent} from "./about.component"; -import {The5MonitorsComponent} from "./the-5-monitors.component"; +import {TheFiveMonitorsComponent} from "./the-five-monitors.component"; import {UserActionsComponent} from "./user-actions.component"; @NgModule({ - declarations: [AboutComponent, The5MonitorsComponent, UserActionsComponent], + declarations: [AboutComponent, TheFiveMonitorsComponent, UserActionsComponent], imports: [CommonModule, RouterModule.forChild([ { path: '', @@ -21,7 +21,7 @@ import {UserActionsComponent} from "./user-actions.component"; }, { path: 'the-5-monitors', - component: The5MonitorsComponent, + component: TheFiveMonitorsComponent, canDeactivate: [] }, { diff --git a/src/app/resources/how-it-works/the-5-monitors.component.ts b/src/app/resources/how-it-works/the-five-monitors.component.ts similarity index 64% rename from src/app/resources/how-it-works/the-5-monitors.component.ts rename to src/app/resources/how-it-works/the-five-monitors.component.ts index 5245d61..f4d4ead 100644 --- a/src/app/resources/how-it-works/the-5-monitors.component.ts +++ b/src/app/resources/how-it-works/the-five-monitors.component.ts @@ -1,13 +1,13 @@ import {Component} from "@angular/core"; @Component({ - selector: 'the-5-monitors', + selector: 'the-five-monitors', template: `
the 5 monitors page
` }) -export class The5MonitorsComponent { +export class TheFiveMonitorsComponent { constructor() { } -} \ No newline at end of file +} diff --git a/src/app/resources/methodology/methodological-approach.component.ts b/src/app/resources/methodology/methodological-approach.component.ts index 7c8e77b..101e55c 100644 --- a/src/app/resources/methodology/methodological-approach.component.ts +++ b/src/app/resources/methodology/methodological-approach.component.ts @@ -8,106 +8,133 @@ import {SEOService} from "../../openaireLibrary/sharedComponents/SEO/SEO.service @Component({ selector: 'methodological-approach', template: ` - -
-
-

- Methodological
Approach. -

-
- The National Open Access Monitor for Ireland employs a robust methodology, underpinned by a commitment to best practices in Open Science. This approach ensures comprehensive, accurate, and user-centric insights into Ireland's Open Access landscape. +
+

+ Methodological
Approach. +

+
+ The National Open Access Monitor for Ireland employs a robust methodology, underpinned by a commitment + to best practices in Open Science. This approach ensures comprehensive, accurate, and user-centric + insights into Ireland's Open Access landscape. +

-

- Principles -

-
-
-
-
Openness & Transparency
-
We prioritize transparent methodological assumptions and the use of openly available, public data. - Adherence to the FAIR principles and international standards ensures our findings are trustworthy, replicable, and accessible for public engagement. -
-
-
-
-
-
Comprehensive Coverage & Accuracy
-
Leveraging the extensive data capabilities of the OpenAIRE Graph and working closely with stakeholders for data representation and quality we aim to provide the most comprehensive coverage possible, incorporating data from multiple sources for accurate and meaningful indicators. -
-
-
-
-
-
Readiness & Timeliness:
-
Built around well-established open databases and already tested knowledge extraction technologies - natural language processing (NLP) / machine-learning (ML) - using operational workflows in OpenAIRE to warrant timely results. -
+
+

+ Principles +

+
+
+
+
Openness & Transparency
+
We prioritize transparent methodological assumptions and the use of openly available, + public data. + Adherence to the FAIR principles and international standards ensures our findings are + trustworthy, replicable, and accessible for public engagement. +
+
+
+
+
+
Comprehensive Coverage & Accuracy
+
Leveraging the extensive data capabilities of the OpenAIRE Graph and working closely with + stakeholders for data representation and quality we aim to provide the most comprehensive + coverage possible, incorporating data from multiple sources for accurate and meaningful + indicators. +
+
+
+
+
+
Readiness & Timeliness:
+
Built around well-established open databases and already tested knowledge extraction + technologies - natural language processing (NLP) / machine-learning (ML) - using + operational workflows in OpenAIRE to warrant timely results. +
-
-
-
-
-
Engagement & Inclusivity
-
Our methodology focuses on meeting the needs of our diverse users, from researchers to policymakers. We emphasize ease of use, clear communication, and responsiveness to feedback. The platform is designed to be intuitive and responsive, ensuring an effective and engaging experience for all stakeholders. -
+
+
+
+
+
Engagement & Inclusivity
+
Our methodology focuses on meeting the needs of our diverse users, from researchers to + policymakers. We emphasize ease of use, clear communication, and responsiveness to + feedback. The platform is designed to be intuitive and responsive, ensuring an effective + and engaging experience for all stakeholders. +
+
+
-
-
-
-
-
-
-

DATA BACKBONE: THE OPENAIRE GRAPH.

-
- The National Open Access Monitor for Ireland is built upon the OpenAIRE Graph, a comprehensive database of research metadata records. This extensive collection includes records from 129K data sources, featuring around 3 million projects, 170 million publications, 60 million datasets, 400K pieces of research software, and approximately 8 million other research outputs as of December 2023. Regular updates, conducted nearly monthly, ensure the graph is consistently reflective of the latest scholarly contributions. -
- -
-
-
- OpenAIRE Graph -
-
-
-
-
- At the core of the OpenAIRE Graph is a commitment to data quality. The pipeline processes metadata from a multitude of sources, including detailed project information from funding bodies. Advanced inference algorithms enhance the metadata and full texts of Open Access publications, establishing crucial links between research results, projects, author affiliations, and classifications like Fields of Science (FoS) and Sustainable Development Goals (SDGs). To maintain an open, trusted, and publicly accessible resource, we apply sophisticated techniques for identifying and merging duplicate records, supplemented by OpenAIRE's suite of curation tools, including the Metadata Validator for completeness checks and OpenORGS for organization disambiguation. -
-
- OpenAIRE pipeline -
Figure 1: Seemless Integration with to OpenAIRE & EOSC
-
-
- The OpenAIRE technology center is responsible with the upkeep of this robust infrastructure, conducting regular hardware maintenance and implementing high-availability solutions, load balancing, backups, and precise restore procedures to ensure uninterrupted system performance. +
+
+
+
+

DATA BACKBONE: THE OPENAIRE GRAPH.

+
+ The National Open Access Monitor for Ireland is built upon the OpenAIRE Graph, a + comprehensive database of research metadata records. This extensive collection includes + records from 129K data sources, featuring around 3 million projects, 170 million + publications, 60 million datasets, 400K pieces of research software, and approximately 8 + million other research outputs as of December 2023. Regular updates, conducted nearly + monthly, ensure the graph is consistently reflective of the latest scholarly + contributions. +
+
+
+
+ OpenAIRE Graph +
+
-
- Explore the Graph in detail at the OpenAIRE Graph website and its documentation. +
+
+ At the core of the OpenAIRE Graph is a commitment to data quality. The pipeline processes metadata + from a multitude of sources, including detailed project information from funding bodies. Advanced + inference algorithms enhance the metadata and full texts of Open Access publications, establishing + crucial links between research results, projects, author affiliations, and classifications like Fields + of Science (FoS) and Sustainable Development Goals (SDGs). To maintain an open, trusted, and publicly + accessible resource, we apply sophisticated techniques for identifying and merging duplicate records, + supplemented by OpenAIRE's suite of curation tools, including the Metadata Validator for completeness + checks and OpenORGS for organization disambiguation. +
+
+ OpenAIRE pipeline +
Figure 1: Seemless Integration + with to OpenAIRE & EOSC +
+
+
+ The OpenAIRE technology center is responsible with the upkeep of this robust infrastructure, + conducting regular hardware maintenance and implementing high-availability solutions, load balancing, + backups, and precise restore procedures to ensure uninterrupted system performance. +
+
+ Explore the Graph in detail at the OpenAIRE Graph website + and its documentation. +
-
- - -
-
Contact us
- -
Your Feedback Matters
-
-
If you notice any issues or have improvement suggestions, please contact us. Your feedback is crucial for the continuous enhancement of our platform and helps us maintain the highest accuracy and effectiveness.
-
- contact us -
- - +
+
Contact us
+
Your Feedback Matters
+
+
If you notice any issues or have improvement + suggestions, please contact us. Your feedback is crucial for the continuous enhancement of our + platform and helps us maintain the highest accuracy and effectiveness. +
+
+ contact us +
` }) export class MethodologicalApproachComponent extends BaseComponent implements OnInit {