diff --git a/src/app/home/home.component.css b/src/app/home/home.component.css index 29cab57..b5c0f70 100644 --- a/src/app/home/home.component.css +++ b/src/app/home/home.component.css @@ -96,3 +96,7 @@ overflow-x: auto; } } + +.grid-gap { + grid-gap: 50px; +} diff --git a/src/app/home/home.component.html b/src/app/home/home.component.html index f347191..577d594 100644 --- a/src/app/home/home.component.html +++ b/src/app/home/home.component.html @@ -1,10 +1,236 @@ -
+
+
+
+
+

+ A new era of
monitoring
research. +

+
    +
  • Work together with us to view, understand and visualize
  • +
  • research statistics and indicators.
  • +
+ +
+
+
+
+ +
+
+ Benefits +

Simplify open science
tracking & monitoring.

+
+
+
+
+ img1 +
+
+ img2 +
+
+ img3 +
+
+
+
+
+

+ Get a complete
picture.
+

+

Track and discover your organization’s research output.
Use the OpenAIRE Research Graph to get a 360o view of
your publications-data-code.

+
+
+
+
+

+ Monitor open science
compliance. +

+

Work with the open science expert community
for open and transparent metrics. Discover open
science trends for your organization and see how
you fare in EOSC.

+
+
+
+
+

+ Turn research
results
to insights. +

+

Understand your community. Measure impact,
discover trends, connections and collaborations
to improve and optimize your future actions.

+
+
+
+
+
+

+ Tap into the OpenAIRE
Research Graph. +

+ +
+
+
+
+ Features +

Open data.
Open
methodologies.

+ + + Learn More + + +
+
+
+
+ Tick +
+
+ Global outlook +
+
+ Monitor is built on the OpenAIRE Research Graph. An interconnected scholarly communication shared data resource from open initiatives around the world, of global interest. +
+
+
+
+ Tick +
+
+ Minimum effort to join +
+
+ You only share some information with us to include in out backend aggregating and data mining, and we deliver a view of your world. As you see fit. +
+
+
+
+ Tick +
+
+ Transparent methodology +
+
+ We base our service on open science principles. We rely on open data sources, and document our algorithms for every metric and indicator we publish. +
+
+
+
+ Tick +
+
+ Customised to your needs +
+
+ Choose from a variety of pre-defined metrics. Select how to visualize them, and who to share with. Use our advanced tools and expertise add add your own metrics. +
+
+
+
+
+
+

Dashboards
in action.

+
+ Short description of “what monitor members are”, sed diam nonumy eirmod
tempor invidunt ut labore et dolore magna aliquyam erat, sed diam
voluptua. At vero eos et accusam et justo duo dolores et ea rebum. +
+ + + Browse them all + + +
+ +
+ + + + + + + + + + + + + + +
+ +
+ + all + + + funders + + + researchInitiatives + + + researchInstitutions + +
+
+
+
+

+ Need more information?
Get in touch and let us help you. +

+ Contact us +
+
+
  • Institutions
  • {{stakeholder.name}}
    - + --> diff --git a/src/app/home/home.module.ts b/src/app/home/home.module.ts index e78c4eb..c088fab 100644 --- a/src/app/home/home.module.ts +++ b/src/app/home/home.module.ts @@ -22,12 +22,15 @@ import {IconsService} from "../openaireLibrary/utils/icons/icons.service"; import {lock} from "../openaireLibrary/utils/icons/icons"; import {UrlPrefixModule} from "../openaireLibrary/utils/pipes/url-prefix.module"; import {LogoUrlPipeModule} from "../openaireLibrary/utils/pipes/logoUrlPipe.module"; +import {SectionScrollModule} from '../openaireLibrary/utils/section-scroll/section-scroll.module'; +import {TabsModule} from '../openaireLibrary/utils/tabs/tabs.module'; @NgModule({ imports: [ CommonModule, FormsModule, RouterModule, ErrorMessagesModule, OtherPortalsModule, HelperModule, Schema2jsonldModule, SEOServiceModule, HomeRoutingModule, SearchResearchResultsServiceModule, - RefineFieldResultsServiceModule, AlertModalModule, IconsModule, UrlPrefixModule, LogoUrlPipeModule + RefineFieldResultsServiceModule, AlertModalModule, IconsModule, UrlPrefixModule, LogoUrlPipeModule, SectionScrollModule, + TabsModule ], declarations: [ HomeComponent diff --git a/src/app/openaireLibrary b/src/app/openaireLibrary index db58e5c..f0086e4 160000 --- a/src/app/openaireLibrary +++ b/src/app/openaireLibrary @@ -1 +1 @@ -Subproject commit db58e5c3e8fb6b76d5faeb5c6d4b0d10b2989a2f +Subproject commit f0086e479767a7be989494d63a372dc2e6a7ef53