From 95261ee3949738df138bc87ea3c15d942eff7914 Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Tue, 13 Oct 2020 19:41:24 +0000 Subject: [PATCH] [Explore | Trunk]: Remove helptext from home page, change headings git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@59578 d315682c-612b-4755-9ff5-7f18f6832af3 --- explore/src/app/home/home.component.html | 848 ++++++----------------- explore/src/app/home/home.module.ts | 11 +- 2 files changed, 235 insertions(+), 624 deletions(-) diff --git a/explore/src/app/home/home.component.html b/explore/src/app/home/home.component.html index 8f3388d7..fa4d51a3 100644 --- a/explore/src/app/home/home.component.html +++ b/explore/src/app/home/home.component.html @@ -9,9 +9,9 @@
- +
+ class=" mainPageSearchForm uk-background-norepeat uk-background-cover uk-background-fixed uk-section uk-padding-remove-bottom">
@@ -20,16 +20,16 @@
- - - -
-
-
-
- +
+
+
+
+ +
+
+
+

Extracted Metadata Combined.

+

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.
+
+ Imagine a vast collection of research products all linked together, contextualised and openly available. For + the past ten years OpenAIRE has been working to gather this valuable record. OpenAIRE is pleased to announce + the beta release of its Research Graph, a massive collection of metadata and links between scientific + products such as articles, datasets, software, and other research products, entities like organisations, + funders, funding streams, projects, communities, and data sources.
+
+ As of today, the OpenAIRE Research Graph aggregates around 450Mi metadata records with links collecting from + 10,000 data sources trusted by scientists! After cleaning, deduplication, and fine-grained classification + processes, they narrow down to ~100Mi publications, ~8Mi datasets, ~200K software research products, 8Mi + other products linked together with semantic relations.
+
+ More than 10Mi full-texts of Open Access publications are mined by algorithms to enrich metadata records + with additional properties and links among research products, funders, projects, communities, and + organizations. Thanks to the mining algorithm, the graph is completed with 480Mi semantic relations.

-
-
- +
+ Read more +
+
+ Read less +
+
+
+
+
+
+
+
+
+

+ Contribute to improve the
+ OpenAIRE Research Graph +

+

+ The graph is currently under pre-release consultation process which will + last two months. Help us making the graph ready for its 1st production release by providing your feedback! +

+

+ You can provide feedback via Trello + or via opening a ticket in the OpenAIRE + Helpdesk under the category OpenAIRE Services with the subject "OpenAIRE Research Graph: ”. + The graph can be explore and tested via this portal or via data dumps made available in + Zenodo.org.

+

+ Find information about the OpenAIRE Research Graph, how to test it and contribute to improving it on our + blog. You can also + write to Paolo Manghi, the OpenAIRE Technical Director, for + additional details. +

+ +
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +
+
+
+
+
+
+
+
+
+
+
+ Share +

+ Deposit your research +

+
+
Deposit in a repository of your choice.
+ Select an OpenAIRE compatible
+ repository (2.0 +) so that your research is linked to your funding information. Use Zenodo, a catch-all repository hosted by CERN to deposit all your research results (publications, data, software, etc.)
+
+ Deposit
-
- Read more -
-
- Read less +
+
+ Link +

+ Link your work +

+
+
Connect all your research.
+ If you can't find your research results in OpenAIRE, don't worry! Use our Link Out service , that reaches out to many
+ external sources via APIs, to connect
+ your research results and claim them to your project.
+
+ Link
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +
-

+

Our growing Community -

+

@@ -533,7 +418,10 @@

{{publicationsSize.count|number}}
- + publications

@@ -542,7 +430,10 @@

{{softwareSize.count|number}}
- + software

@@ -553,7 +444,14 @@

{{datasetsSize.count|number}}
- + research data

@@ -562,7 +460,13 @@

{{otherSize.count|number}}
- + other research products

@@ -571,343 +475,43 @@
- +
+
+
+
+
+
+
+

Have more questions?

+
+
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - diff --git a/explore/src/app/home/home.module.ts b/explore/src/app/home/home.module.ts index c393c658..2fedc86e 100644 --- a/explore/src/app/home/home.module.ts +++ b/explore/src/app/home/home.module.ts @@ -24,6 +24,9 @@ import {ErrorMessagesModule} from '../openaireLibrary/utils/errorMessages.module import {OtherPortalsModule} from "../openaireLibrary/sharedComponents/other-portals/other-portals.module"; import {EntitiesSelectionModule} from "../openaireLibrary/searchPages/searchUtils/entitiesSelection.module"; import {QuickSelectionsModule} from "../openaireLibrary/searchPages/searchUtils/quick-selections.module"; +import {IconsModule} from "../openaireLibrary/utils/icons/icons.module"; +import {IconsService} from "../openaireLibrary/utils/icons/icons.service"; +import {arrow_right} from "../openaireLibrary/utils/icons/icons"; @NgModule({ imports: [ @@ -36,7 +39,7 @@ import {QuickSelectionsModule} from "../openaireLibrary/searchPages/searchUtils/ HomeRoutingModule, HelperModule, ErrorMessagesModule, - SEOServiceModule, OtherPortalsModule, EntitiesSelectionModule, QuickSelectionsModule + SEOServiceModule, OtherPortalsModule, EntitiesSelectionModule, QuickSelectionsModule, IconsModule ], declarations: [ HomeComponent @@ -48,4 +51,8 @@ import {QuickSelectionsModule} from "../openaireLibrary/searchPages/searchUtils/ HomeComponent ] }) -export class HomeModule { } +export class HomeModule { + constructor(private iconsService: IconsService) { + this.iconsService.registerIcons([arrow_right]); + } + }