From 10604e894a2e9004b376a879517832a96a1c73f6 Mon Sep 17 00:00:00 2001 From: "konstantina.galouni" Date: Fri, 16 Apr 2021 08:38:09 +0000 Subject: [PATCH] [Trunk | Explore]: 1. app-routing.module.ts: Commented "recommended-orcid-links" route, since it not used. 2. environment.beta.ts & environment.prod.ts & environment.test.ts & environment.ts: Added property "myOrcidLinksPage". git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@60876 d315682c-612b-4755-9ff5-7f18f6832af3 --- explore/src/app/app-routing.module.ts | 8 ++++---- explore/src/environments/environment.beta.ts | 4 +++- explore/src/environments/environment.prod.ts | 4 +++- explore/src/environments/environment.test.ts | 4 +++- explore/src/environments/environment.ts | 5 ++++- 5 files changed, 17 insertions(+), 8 deletions(-) diff --git a/explore/src/app/app-routing.module.ts b/explore/src/app/app-routing.module.ts index 88836d61..c80bfa01 100644 --- a/explore/src/app/app-routing.module.ts +++ b/explore/src/app/app-routing.module.ts @@ -11,10 +11,10 @@ const routes: Routes = [ {path: 'mail-preferences', loadChildren: './userEmailPreferences/mailPrefs.module#LibMailPrefsModule'}, // ORCID Pages {path: 'orcid', loadChildren: './orcid/orcid.module#LibOrcidModule'}, - { - path: 'recommended-orcid-links', - loadChildren: './orcid/recommend-orcid-links/searchRecommendedResultsForOrcid.module#LibSearchRecommendedResultsForOrcidModule' - }, + // { + // path: 'recommended-orcid-links', + // loadChildren: './orcid/recommend-orcid-links/searchRecommendedResultsForOrcid.module#LibSearchRecommendedResultsForOrcidModule' + // }, {path: 'my-orcid-links', loadChildren: './orcid/my-orcid-links/myOrcidLinks.module#LibMyOrcidLinksModule'}, // Landing Pages {path: 'search/result', loadChildren: './landingPages/result/libResult.module#LibResultModule'}, diff --git a/explore/src/environments/environment.beta.ts b/explore/src/environments/environment.beta.ts index b1402aae..6d14bcb3 100644 --- a/explore/src/environments/environment.beta.ts +++ b/explore/src/environments/environment.beta.ts @@ -119,5 +119,7 @@ export let properties: EnvProperties = { depositSearchPage: "/participate/deposit/search", altMetricsAPIURL: "https://api.altmetric.com/v1/doi/", reCaptchaSiteKey: "6LezhVIUAAAAAOb4nHDd87sckLhMXFDcHuKyS76P", - b2noteAPIURL: 'https://b2note.eudat.eu/' + b2noteAPIURL: 'https://b2note.eudat.eu/', + + myOrcidLinksPage: "/my-orcid-links" }; diff --git a/explore/src/environments/environment.prod.ts b/explore/src/environments/environment.prod.ts index a5711aca..14dfcc33 100644 --- a/explore/src/environments/environment.prod.ts +++ b/explore/src/environments/environment.prod.ts @@ -120,5 +120,7 @@ export let properties: EnvProperties = { depositSearchPage: "/participate/deposit/search", altMetricsAPIURL: "https://api.altmetric.com/v1/doi/", reCaptchaSiteKey: "6LezhVIUAAAAAOb4nHDd87sckLhMXFDcHuKyS76P", - b2noteAPIURL: 'https://b2note.eudat.eu/' + b2noteAPIURL: 'https://b2note.eudat.eu/', + + myOrcidLinksPage: "/my-orcid-links" }; diff --git a/explore/src/environments/environment.test.ts b/explore/src/environments/environment.test.ts index 2c670a5c..74ca0813 100644 --- a/explore/src/environments/environment.test.ts +++ b/explore/src/environments/environment.test.ts @@ -119,5 +119,7 @@ export let properties: EnvProperties = { depositSearchPage: "/participate/deposit/search", altMetricsAPIURL: "https://api.altmetric.com/v1/doi/", reCaptchaSiteKey: "6LezhVIUAAAAAOb4nHDd87sckLhMXFDcHuKyS76P", - b2noteAPIURL: 'https://b2note.eudat.eu/' + b2noteAPIURL: 'https://b2note.eudat.eu/', + + myOrcidLinksPage: "/my-orcid-links" }; diff --git a/explore/src/environments/environment.ts b/explore/src/environments/environment.ts index fbd532d6..f164298a 100644 --- a/explore/src/environments/environment.ts +++ b/explore/src/environments/environment.ts @@ -122,5 +122,8 @@ export let properties: EnvProperties = { depositSearchPage: "/participate/deposit/search", altMetricsAPIURL: "https://api.altmetric.com/v1/doi/", reCaptchaSiteKey: "6LcVtFIUAAAAAB2ac6xYivHxYXKoUvYRPi-6_rLu", - b2noteAPIURL: 'https://b2note.eudat.eu/' + b2noteAPIURL: 'https://b2note.eudat.eu/', + impactFactorsAPIURL: "https://bip-api.imsi.athenarc.gr/paper/scores/batch/", + + myOrcidLinksPage: "/my-orcid-links" };