diff --git a/src/app/learn-how/learn-how.component.html b/src/app/learn-how/learn-how.component.html index 294088c..f6a5327 100644 --- a/src/app/learn-how/learn-how.component.html +++ b/src/app/learn-how/learn-how.component.html @@ -1,5 +1,113 @@ +
+
+ +
+
+
+
+
+

Learn the process.

+
+ Use the Monitor Dashboard to view your research
results, open science. +
+
+
+ +
+
+
+
+
+
+
+
+ 0 +
+
+ Starting from the OpenAIRE
RESEARCH GRAPH +
+
+ OpenAIRE Research Graph aggregates a collection of research data properties for funders, organizations, researchers, research communities and publishers to interlink information by using a semantic graph database approach. +
+
+
+
+
+
+ 1 +
+
+ 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. +
+
+
+
+
+
+ 2 +
+
+ We get the ball rolling +
+
+ We ingest your data in our system and start the work: we clean and normalize your data, we identify and extract related information, we infer links. We refine until we are happy of the results and present to you. +
+
+
+
+
+
+ 3 +
+
+ You validate +
+
+ After the first iteration you examine our results to ensure you are satisfied with what you see. As numbers are important, we advise you to take your time and tell us of any deviations. We correct, you check, you approve. +
+
+
+
+
+
+ 4 +
+
+ You set up your portal +
+
+ Using our admin panel you set up your portal. You decide what metrics are of interest to you (full documentation available). You decide what you want to publish, what to keep private, what to share with colleagues. +
+
+
+
+
+
+ 5 +
+
+ You track, monitor, report +
+
+ Now your views are updated every two weeks, as new content and new providers join OpenAIRE. You are notified about new metrics and indicators as we keep on enriching the OpenAIRE Research Graph and you may add them as they come along. +
+
+
+
+
+

Inclusion, transparency, quality, state of the art technology.

+

Simplify research
tracking & monitoring.

+
+ +
+
+ + diff --git a/src/app/learn-how/learn-how.component.ts b/src/app/learn-how/learn-how.component.ts index 3a22031..cbdceba 100644 --- a/src/app/learn-how/learn-how.component.ts +++ b/src/app/learn-how/learn-how.component.ts @@ -7,6 +7,7 @@ import {HelperService} from "../openaireLibrary/utils/helper/helper.service"; 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'; @Component({ selector: 'learn-how', @@ -20,6 +21,7 @@ export class LearnHowComponent { public url: string = null; 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; subscriptions = []; constructor( diff --git a/src/app/learn-how/learn-how.module.ts b/src/app/learn-how/learn-how.module.ts index b6579c3..81c0ebb 100644 --- a/src/app/learn-how/learn-how.module.ts +++ b/src/app/learn-how/learn-how.module.ts @@ -11,11 +11,12 @@ import {HelperModule} from "../openaireLibrary/utils/helper/helper.module"; import {Schema2jsonldModule} from "../openaireLibrary/sharedComponents/schema2jsonld/schema2jsonld.module"; import {SEOServiceModule} from "../openaireLibrary/sharedComponents/SEO/SEOService.module"; import {HowModule} from "../openaireLibrary/monitor/how/how.module"; +import {BreadcrumbsModule} from '../openaireLibrary/utils/breadcrumbs/breadcrumbs.module'; @NgModule({ imports: [ CommonModule, RouterModule, LearnHowRoutingModule, GifSliderModule, HelperModule, - Schema2jsonldModule, SEOServiceModule, HowModule + Schema2jsonldModule, SEOServiceModule, HowModule, BreadcrumbsModule ], declarations: [ LearnHowComponent diff --git a/src/app/openaireLibrary b/src/app/openaireLibrary index f8b395d..e5a644f 160000 --- a/src/app/openaireLibrary +++ b/src/app/openaireLibrary @@ -1 +1 @@ -Subproject commit f8b395dc81b06bb03cae4f8807a8a353f725c0a4 +Subproject commit e5a644f2aedcc8e7f08ec8cf5552d2101ee4b274 diff --git a/src/assets/monitor-assets/about/hero-img.png b/src/assets/monitor-assets/about/hero-img.png new file mode 100644 index 0000000..86d5e83 Binary files /dev/null and b/src/assets/monitor-assets/about/hero-img.png differ