about page re-design - need to work on some more details

This commit is contained in:
Alex Martzios 2022-02-14 15:32:33 +02:00
parent 839763ae5c
commit ad98410f16
5 changed files with 114 additions and 3 deletions

View File

@ -1,5 +1,113 @@
<schema2jsonld *ngIf="url" [URL]="url" [name]="pageTitle" type="other" [description]="description"></schema2jsonld>
<div class="uk-container uk-container-large uk-section uk-padding-remove-bottom">
<div class="uk-padding-small">
<breadcrumbs [breadcrumbs]="breadcrumbs"></breadcrumbs>
</div>
</div>
<div class="uk-section uk-padding-remove-top uk-container uk-container-large">
<div class="uk-grid uk-grid-medium uk-padding-small" uk-grid>
<div class="uk-width-2-3@m uk-width-1-1@s uk-flex uk-flex-column uk-flex-center">
<h1 page-title>Learn the process<span class="uk-text-primary">.</span></h1>
<div page-description class="uk-text-large uk-width-2-3@s">
Use the Monitor Dashboard to view your research <br> results, open science.
</div>
</div>
<div class="uk-width-1-3@m uk-width-1-1@s uk-text-center">
<img src="../../assets/monitor-assets/about/hero-img.png">
</div>
</div>
</div>
<div class="uk-section uk-padding-remove-top uk-container uk-container-large uk-margin-large-bottom">
<div class="uk-grid uk-grid-large uk-child-width-1-3 uk-padding-small" uk-grid>
<div>
<div class="uk-padding uk-padding-remove-left uk-padding-remove-bottom">
<div class="uk-text-primary uk-h2">
0
</div>
<div class="uk-text-lead uk-text-bold uk-margin-small-bottom">
Starting from the OpenAIRE <br> RESEARCH GRAPH
</div>
<div>
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.
</div>
</div>
</div>
<div>
<div class="uk-padding uk-padding-remove-left uk-padding-remove-bottom">
<div class="uk-text-primary uk-h2">
1
</div>
<div class="uk-text-lead uk-text-bold uk-margin-small-bottom">
Provide us some information
</div>
<div>
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.
</div>
</div>
</div>
<div>
<div class="uk-padding uk-padding-remove-left uk-padding-remove-bottom">
<div class="uk-text-primary uk-h2">
2
</div>
<div class="uk-text-lead uk-text-bold uk-margin-small-bottom">
We get the ball rolling
</div>
<div>
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.
</div>
</div>
</div>
<div>
<div class="uk-padding uk-padding-remove-left uk-padding-remove-bottom">
<div class="uk-text-primary uk-h2">
3
</div>
<div class="uk-text-lead uk-text-bold uk-margin-small-bottom">
You validate
</div>
<div>
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.
</div>
</div>
</div>
<div>
<div class="uk-padding uk-padding-remove-left uk-padding-remove-bottom">
<div class="uk-text-primary uk-h2">
4
</div>
<div class="uk-text-lead uk-text-bold uk-margin-small-bottom">
You set up your portal
</div>
<div>
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.
</div>
</div>
</div>
<div>
<div class="uk-padding uk-padding-remove-left uk-padding-remove-bottom">
<div class="uk-text-primary uk-h2">
5
</div>
<div class="uk-text-lead uk-text-bold uk-margin-small-bottom">
You track, monitor, report
</div>
<div>
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.
</div>
</div>
</div>
</div>
</div>
<div class="uk-section uk-container uk-container-large">
<h2 class="uk-h6 uk-text-primary">Inclusion, transparency, quality, state of the art technology.</h2>
<h2 class="uk-h1 uk-margin-remove-top uk-margin-medium-bottom">Simplify research <br> tracking & monitoring.</h2>
<div class="uk-padding-large">
<how></how>
</div>
</div>
<!-- Old about page -->
<!-- <div class="uk-section uk-container uk-container-large">
<div class="uk-padding-small">
<div class="uk-flex uk-flex-center">
<div class="uk-text-center uk-width-2-5@m uk-width-2-3@s">
@ -95,4 +203,4 @@
<how></how>
</div>
</div>
</div>
</div> -->

View File

@ -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(

View File

@ -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

@ -1 +1 @@
Subproject commit f8b395dc81b06bb03cae4f8807a8a353f725c0a4
Subproject commit e5a644f2aedcc8e7f08ec8cf5552d2101ee4b274

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB