From 9406ad8152c349f3348da8f2c7306574ac7ef845 Mon Sep 17 00:00:00 2001 From: Alex Martzios Date: Wed, 25 May 2022 09:08:41 +0300 Subject: [PATCH] add changes for FOS/SDGs url and breadcrumb --- explore/src/app/app-routing.module.ts | 4 +- explore/src/app/fos/fos.component.ts | 2 +- explore/src/app/home/home.component.html | 4 +- explore/src/app/openaireLibrary | 2 +- explore/src/app/sdg/sdg.component.ts | 2 +- .../deposit/envelop-hero-deposit.svg | 60 +++++++++++++++++++ .../deposit/step-numbers-deposit.svg | 9 +++ 7 files changed, 76 insertions(+), 7 deletions(-) create mode 100644 explore/src/assets/explore-assets/deposit/envelop-hero-deposit.svg create mode 100644 explore/src/assets/explore-assets/deposit/step-numbers-deposit.svg diff --git a/explore/src/app/app-routing.module.ts b/explore/src/app/app-routing.module.ts index 5d6dec08..32bfa51f 100644 --- a/explore/src/app/app-routing.module.ts +++ b/explore/src/app/app-routing.module.ts @@ -9,8 +9,8 @@ const routes: Routes = [ //{ path: 'home', loadChildren: './home/home.module#HomeModule'}, {path: 'home', redirectTo: '', pathMatch: 'full'}, {path: 'mail-preferences', loadChildren: () => import('./userEmailPreferences/mailPrefs.module').then(m => m.LibMailPrefsModule)}, - {path: 'sdg', loadChildren: () => import('./sdg/sdg.module').then(m => m.SdgModule)}, - {path: 'fos', loadChildren: () => import('./fos/fos.module').then(m => m.FosModule)}, + {path: 'sdgs', loadChildren: () => import('./sdg/sdg.module').then(m => m.SdgModule)}, + {path: 'fields-of-science', loadChildren: () => import('./fos/fos.module').then(m => m.FosModule)}, // ORCID Pages {path: 'orcid', loadChildren: () => import('./orcid/orcid.module').then(m => m.LibOrcidModule)}, {path: 'my-orcid-links', loadChildren: () => import('./orcid/my-orcid-links/myOrcidLinks.module').then(m => m.LibMyOrcidLinksModule)}, diff --git a/explore/src/app/fos/fos.component.ts b/explore/src/app/fos/fos.component.ts index f81240a2..05ef696d 100644 --- a/explore/src/app/fos/fos.component.ts +++ b/explore/src/app/fos/fos.component.ts @@ -27,7 +27,7 @@ export class FosComponent implements OnInit, OnDestroy { public result = []; properties: EnvProperties = properties; - public breadcrumbs: Breadcrumb[] = [{name: 'home', route: '/'}, {name: 'FOS'}]; + public breadcrumbs: Breadcrumb[] = [{name: 'home', route: '/'}, {name: 'Fields of Science'}]; subscriptions: Subscription[] = []; diff --git a/explore/src/app/home/home.component.html b/explore/src/app/home/home.component.html index 3b76b2a9..41779f0d 100644 --- a/explore/src/app/home/home.component.html +++ b/explore/src/app/home/home.component.html @@ -45,14 +45,14 @@