diff --git a/src/app/communities/communities.component.html b/src/app/communities/communities.component.html index 1506997..299bcc2 100644 --- a/src/app/communities/communities.component.html +++ b/src/app/communities/communities.component.html @@ -1,302 +1,287 @@
-
-
-
-
-
-

- Build a Gateway - for your Community. -

-
-
Turn Open Science into Practice.
-
It takes your open and linked {{entities.RESULTS | lowercase}}.
-
A service customized to your needs.
-
- -
-
-
- - -
-
-
-
-
-
- - -
-

- Find a repository to deposit - your {{entities.RESULT | lowercase}} - . -

-
-
-

- Link your {{entities.RESULT | lowercase}} - with your community, funding, and other {{entities.RESULTS | lowercase}} - . -

-
-
-

- View community's - overview at a glance. -

-
-
-

- Search & browse - your community's {{entities.RESULTS | lowercase}} - . -

-
- -
-
-
-
- Benefits. -

- Find the best for your community. -

-
-
-
-
-
-
-
- ipad - ipad - ipad - ipad - ipad -
-
-
-
-
-
- -
-
-
-
-
-
-
-
- ipad - ipad - ipad - ipad - ipad +
+
+
+
+
+

+ Build a Gateway + for your Community. +

+
+
Turn Open Science into Practice.
+
It takes your open and linked {{entities.RESULTS | lowercase}}.
+
A service customized to your needs.
+
+ +
+
+
+ + +
+
+
-
- -
-
-
-
-
+
+
+
+
+ Benefits. +

+ Find the best for your community. +

+
+ + + + ipad + + + ipad + + + ipad + + + ipad + + + ipad + + + + +
+ Find a repository + to deposit your {{entities.RESULT | lowercase}} + . +
+
+ +
+ Link your {{entities.RESULT | lowercase}} + with your community, funding, and other {{entities.RESULTS | lowercase}} + . +
+
+ +
+ View community's + overview at a glance. +
+
+ +
+ Search & browse + your community's {{entities.RESULTS | lowercase}} + . +
+
+
+
+
+
-
-
-

- Our mission for an Open and FAIR science. -

-
-
-
-
-
+
+

+ Our mission for an Open and FAIR science. +

+
+
+
+
+
-
- A Virtual Research Environment -
-
-
-
-

A Virtual Research Environment

-
An overlay platform making it easy to share, link, disseminate and monitor all your {{entities.PUBLICATIONS | lowercase}}, - {{entities.DATASETS | lowercase}}, {{entities.SOFTWARE | lowercase}}, methods. In one place. -
-
-
-
-
    -
  • - - Access to OpenAIRE research graph -
  • -
  • - - Moderated, front-end linking -
  • -
  • - - Cross-platform search -
  • -
-
-
-
-
-
-
-
+
+
+
+
+

A Virtual Research + Environment

+
An overlay platform making it easy to share, link, disseminate and monitor all + your {{entities.PUBLICATIONS | lowercase}}, + {{entities.DATASETS | lowercase}}, {{entities.SOFTWARE | lowercase}}, methods. + In one place. +
+
+
+
+
    +
  • + + Access to OpenAIRE research graph +
  • +
  • + + Moderated, front-end linking +
  • +
  • + + Cross-platform search +
  • +
+
+
+
+
+
+
+
-
- Open science in action -
-
-
-
-

Open Science in action

-
A time-saving bundle of services for researchers to effortlessly practice open science. An integral - part of the European Open Science Cloud. -
-
-
-
-
    -
  • - - Use of OpenAIRE Guidelines -
  • -
  • - - Publish and get DOIs with Zenodo -
  • -
  • - - EOSC Single Sign-On -
  • -
-
-
-
-
-
-
-
+
+
+
+
+

Open Science in action

+
A time-saving bundle of services for researchers to effortlessly practice open + science. An integral + part of the European Open Science Cloud. +
+
+
+
+
    +
  • + + Use of OpenAIRE Guidelines +
  • +
  • + + Publish and get DOIs with Zenodo +
  • +
  • + + EOSC Single Sign-On +
  • +
+
+
+
+
+
+
+
-
- Customized to your needs -
-
-
-
-

Customized to your needs

-
A Gateway with your own brand, rules for aggregation, text & data mining, and presentation. Run - by you via a simple, yet powerful backend administration tool. -
-
-
-
-
    -
  • - - Access control -
  • - -
  • - - Look & feel to match your brand -
  • -
-
-
-
-
-
-
-
-
+
+ Customized to your needs +
+
+
+
+

Customized to your needs

+
A Gateway with your own brand, rules for aggregation, text & data mining, + and presentation. Run + by you via a simple, yet powerful backend administration tool. +
+
+
+
+
    +
  • + + Access control +
  • + +
  • + + Look & feel to match your brand +
  • +
+
+
+
+
+
+
+
+
-
- -
-
-

Community Gateways already in action.

-
- +
+
-
-

-
Let us Help you Develop a Collaborative Science Gateway.
-
It is fast. It is reliable.
-

- Contact us -
+
+

+
Let us Help you Develop a Collaborative Science Gateway.
+
It is fast. It is reliable. +
+

+ Contact + us +
diff --git a/src/app/communities/communities.module.ts b/src/app/communities/communities.module.ts index 7807f63..0e66899 100644 --- a/src/app/communities/communities.module.ts +++ b/src/app/communities/communities.module.ts @@ -14,19 +14,19 @@ import {ErrorMessagesModule} from '../openaireLibrary/utils/errorMessages.m import {SearchFormModule} from '../openaireLibrary/searchPages/searchUtils/searchForm.module'; import {BrowseCommunityModule} from './browseCommunity/browse-community.module'; import {HelperModule} from "../openaireLibrary/utils/helper/helper.module"; -import {GifSliderModule} from "../openaireLibrary/utils/gif-slider/gif-slider.module"; import {OtherPortalsModule} from "../openaireLibrary/sharedComponents/other-portals/other-portals.module"; import {SEOServiceModule} from "../openaireLibrary/sharedComponents/SEO/SEOService.module"; import {IsRouteEnabled} from "../openaireLibrary/error/isRouteEnabled.guard"; import {SectionScrollModule} from "../openaireLibrary/utils/section-scroll/section-scroll.module"; import {IconsModule} from "../openaireLibrary/utils/icons/icons.module"; +import {SliderUtilsModule} from "../openaireLibrary/sharedComponents/slider-utils/slider-utils.module"; @NgModule({ imports: [ CommonModule, FormsModule, RouterModule, ManageModule, ErrorMessagesModule, - SearchFormModule, BrowseCommunityModule, GifSliderModule, OtherPortalsModule, - HelperModule, SEOServiceModule, SectionScrollModule, IconsModule + SearchFormModule, BrowseCommunityModule, OtherPortalsModule, + HelperModule, SEOServiceModule, SectionScrollModule, IconsModule, SliderUtilsModule ], declarations: [ CommunitiesComponent diff --git a/src/app/learn-how/learn-how.module.ts b/src/app/learn-how/learn-how.module.ts index cebc5d5..5196eb8 100644 --- a/src/app/learn-how/learn-how.module.ts +++ b/src/app/learn-how/learn-how.module.ts @@ -7,7 +7,6 @@ import {PiwikService} from '../openaireLibrary/utils/piwik/piwik.servic import {LearnHowComponent} from "./learn-how.component"; import {LearnHowRoutingModule} from "./learn-how-routing.module"; -import {GifSliderModule} from "../openaireLibrary/utils/gif-slider/gif-slider.module"; import {HelperModule} from "../openaireLibrary/utils/helper/helper.module"; import {IsRouteEnabled} from "../openaireLibrary/error/isRouteEnabled.guard"; import {Schema2jsonldModule} from "../openaireLibrary/sharedComponents/schema2jsonld/schema2jsonld.module"; @@ -20,7 +19,7 @@ import {TabsModule} from '../openaireLibrary/utils/tabs/tabs.module'; @NgModule({ imports: [ - CommonModule, RouterModule, LearnHowRoutingModule, GifSliderModule, HelperModule, + CommonModule, RouterModule, LearnHowRoutingModule, HelperModule, Schema2jsonldModule, SEOServiceModule, BreadcrumbsModule, HtmlPagesModule, IconsModule, TabsModule ], declarations: [ diff --git a/src/app/openaireLibrary b/src/app/openaireLibrary index 6d7f6ec..cfdd7b2 160000 --- a/src/app/openaireLibrary +++ b/src/app/openaireLibrary @@ -1 +1 @@ -Subproject commit 6d7f6eca720d18fe694f13e380c1ede1f46303a8 +Subproject commit cfdd7b2e55e26bdde855d1eb0ba2980918e37771 diff --git a/src/assets/openaire-theme b/src/assets/openaire-theme index 5feca2d..51ac1b2 160000 --- a/src/assets/openaire-theme +++ b/src/assets/openaire-theme @@ -1 +1 @@ -Subproject commit 5feca2d8457324999557feb662b4355d8cf0df4b +Subproject commit 51ac1b254b39b3c2d9124f191091fc926f9535fe