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" };