diff --git a/src/app/home/home.component.html b/src/app/home/home.component.html index 4bc05b6..d2978b9 100644 --- a/src/app/home/home.component.html +++ b/src/app/home/home.component.html @@ -1,236 +1,164 @@ -
-
+
+
-
-
-
-
-
-
-
- +
+
+ +
+
+ +
+ +
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+
+
+
+
+
+
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 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.

-
-
-
-
-
-
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 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 -
-
-
- -
-
- -
+
+ Read more +
+
+ Read less +
+
+
+
+ +
+
+
- - - - - +
-
-
-
-
-
-
-
Share
+
+
+
+
+
+
+
+
Share
-
Deposit your research
+
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
-
+
+
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
+
-
-
-
Share
+
+
+
Share
-
Link your work
+
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
+
+
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
+
@@ -271,8 +199,8 @@
-
-
+
+
diff --git a/src/assets/numbers_background_pattern.svg b/src/assets/numbers_background_pattern.svg new file mode 100644 index 0000000..115b87c --- /dev/null +++ b/src/assets/numbers_background_pattern.svg @@ -0,0 +1 @@ +Asset 1 \ No newline at end of file diff --git a/src/assets/portal-custom.css b/src/assets/portal-custom.css index d95f0d7..01f1d7d 100644 --- a/src/assets/portal-custom.css +++ b/src/assets/portal-custom.css @@ -32,7 +32,7 @@ } .explorePanelBackground { - background: transparent linear-gradient(133deg, #F5F5F5 0%, #D8D8D8 100%) 0% 0% no-repeat padding-box; + background: transparent linear-gradient(133deg, #F5F5F5 0%, #D8D8D8 100%) 0 0 no-repeat padding-box; } .explorePanelBackground .uk-grid-divider > :not(.uk-first-column)::before { @@ -42,3 +42,7 @@ .explorePanelBackground .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before { color: #bfbfbf; } + +.numbers-background { + background: transparent url('numbers_background_pattern.svg') 0 0 repeat-x padding-box; +}