diff --git a/explore/src/app/home/home.component.html b/explore/src/app/home/home.component.html index 1fc8c089..49be43f0 100644 --- a/explore/src/app/home/home.component.html +++ b/explore/src/app/home/home.component.html @@ -26,16 +26,17 @@ {{publicationsSize.number|number}}{{publicationsSize.size}} {{((showDatasets || showSoftware || showOrp) ? " publications, " - :" publications ")}} + : " publications ")}} {{datasetsSize.number|number}}{{datasetsSize.size}} {{((showSoftware || showOrp) ? " research data, " :" research data ")}} + class="uk-text-large">{{((showSoftware || showOrp) ? " research data, " : " research data ")}} {{otherSize.number|number}}{{otherSize.size}} - {{((showSoftware) ? " other research products, " :" other research products ")}} + {{((showSoftware) ? " other research products, " : " other research products ")}} {{softwareSize.number|number}}{{softwareSize.size}} @@ -72,8 +73,147 @@ - - + + +
+
+
+
+ +
+
+
+ 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 or 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 +
+

+ You can explore and test the beta release of the OpenAIRE Research Graph via the OpenAIRE BETA Explore + portal or via data dumps made + available via Zenodo.org. Feedback on the graph is welcome + until the end of November 2019. +

+

+ Find the complete 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. +

+ +
+
+ +
+
+
+
+
@@ -111,10 +251,12 @@
Deposit in a repository of your choice
- Select an OpenAIRE compatible repository (2.0 +) so that your research is linked to your funding information. + 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.) + a catch-all repository hosted by CERN to deposit all your research results (publications, data, + software, etc.)
@@ -164,7 +306,8 @@
  • Learn about open science policies and how to align
  • Learn more on how to manage your data in the open science era + href="https://www.openaire.eu/rdm-handbook">Learn more on how to manage your data in the open science + era
  • Find out how to use OpenAIRE to best serve your needs
  • @@ -209,7 +352,7 @@ {{datasetsSize.count|number}}
    research data

    -

    +

    {{softwareSize.count|number}}
    software

    @@ -447,7 +590,7 @@ Latest funding database incorporated in OpenAIRE
    - +
    diff --git a/explore/src/app/home/home.component.ts b/explore/src/app/home/home.component.ts index 2d974866..d725421e 100644 --- a/explore/src/app/home/home.component.ts +++ b/explore/src/app/home/home.component.ts @@ -53,9 +53,12 @@ export class HomeComponent { showProjects:boolean= false; showDataProviders:boolean= false; properties: EnvProperties; + public readMore: boolean = false; public subPub;public subData;public subProjects;public subOrg; public subDataPr; public subSoft; public subOrp; + trelloImg: string = 'trello.svg'; + trelloImg2: string = 'trello.svg'; constructor ( private route: ActivatedRoute, private _router: Router, diff --git a/explore/src/assets/curved-bottom.svg b/explore/src/assets/curved-bottom.svg new file mode 100644 index 00000000..e4db6e77 --- /dev/null +++ b/explore/src/assets/curved-bottom.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/explore/src/assets/explore-banner.png b/explore/src/assets/explore-banner.png new file mode 100644 index 00000000..7781427a Binary files /dev/null and b/explore/src/assets/explore-banner.png differ diff --git a/explore/src/assets/explore-custom.css b/explore/src/assets/explore-custom.css index cc9d65d1..0d78dc16 100644 --- a/explore/src/assets/explore-custom.css +++ b/explore/src/assets/explore-custom.css @@ -135,3 +135,33 @@ border: 0; overflow: hidden; } + +.graph-background { + background: var(--portal-main-color) 0 0 no-repeat padding-box; + color: white; +} + +.graph-background-bottom { + background-image: url("curved-bottom.svg"); +} + +.custom-explore-toggle { + color: white; +} + +.custom-explore-toggle:hover { + color: rgba(255, 255, 255, 0.71); +} + +.trello-button { + background-color: #0079BF; + border: #0079BF 1px solid; + color: white; + text-transform: none !important; + font-size: 16px; +} + +.trello-button:hover { + background-color: white; + color: #0079BF; +} diff --git a/explore/src/assets/trello-2.svg b/explore/src/assets/trello-2.svg new file mode 100644 index 00000000..6a5e682a --- /dev/null +++ b/explore/src/assets/trello-2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/explore/src/assets/trello-sc.png b/explore/src/assets/trello-sc.png new file mode 100644 index 00000000..d4330f7d Binary files /dev/null and b/explore/src/assets/trello-sc.png differ diff --git a/explore/src/assets/trello.svg b/explore/src/assets/trello.svg new file mode 100644 index 00000000..cf47fb37 --- /dev/null +++ b/explore/src/assets/trello.svg @@ -0,0 +1 @@ + \ No newline at end of file