From 4b330e5cfaa6d85d366d0240968a953e178e49a8 Mon Sep 17 00:00:00 2001 From: "konstantina.galouni" Date: Tue, 9 Nov 2021 23:04:01 +0200 Subject: [PATCH] 1. environments/ & env-properties.json: #7159: "doiURL" property updated from https://dx.doi.org/ to https://doi.org/. 2. searchDatacite.service.ts & searchOrcid.service.ts: #7159: In result.url "doiURL" property is used instead of a constant prefix. 3. parsingFunctions.class.ts: #7155: Added field "instanceWithDoiExists", to check if publisher with doi related url should be added as instance (download from section). 4. showIdentifiers.component.ts: Removed "space" class from external icon. 5. relatedDatasourcesTab.component.ts: #7004: Updated message on top of the tab. --- explore/src/app/openaireLibrary | 2 +- explore/src/assets/env-properties.json | 2 +- explore/src/environments/environment.beta.ts | 2 +- explore/src/environments/environment.prod.ts | 2 +- explore/src/environments/environment.test.ts | 2 +- explore/src/environments/environment.ts | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/explore/src/app/openaireLibrary b/explore/src/app/openaireLibrary index b2ad62b6..e99a4258 160000 --- a/explore/src/app/openaireLibrary +++ b/explore/src/app/openaireLibrary @@ -1 +1 @@ -Subproject commit b2ad62b6ad0e7c36e6be4b7a3de39631a81fd9bc +Subproject commit e99a4258135aab1c1147aaaf60e06dbd63d77505 diff --git a/explore/src/assets/env-properties.json b/explore/src/assets/env-properties.json index 103dca2a..68b0ac0e 100644 --- a/explore/src/assets/env-properties.json +++ b/explore/src/assets/env-properties.json @@ -19,7 +19,7 @@ "searchDataciteAPIURL" : "https://api.datacite.org/works", "searchOrcidURL" : "https://pub.orcid.org/v2.1/", "orcidURL" : "https://orcid.org/", - "doiURL" : "https://dx.doi.org/", + "doiURL" : "https://doi.org/", "pmcURL": "http://europepmc.org/articles/", "pmidURL": "https://www.ncbi.nlm.nih.gov/pubmed/", "handleURL": "http://hdl.handle.net/", diff --git a/explore/src/environments/environment.beta.ts b/explore/src/environments/environment.beta.ts index 0a96a418..3b4673b0 100644 --- a/explore/src/environments/environment.beta.ts +++ b/explore/src/environments/environment.beta.ts @@ -26,7 +26,7 @@ export let properties: EnvProperties = { orcidAPIURL: "https://services.openaire.eu/uoa-orcid-service/", orcidTokenURL : "https://orcid.org/oauth/authorize?", orcidClientId: "APP-IN0O56SBVVTB7NN4", - doiURL: "https://dx.doi.org/", + doiURL: "https://doi.org/", pmcURL: "http://europepmc.org/articles/", pmidURL: "https://www.ncbi.nlm.nih.gov/pubmed/", handleURL: "http://hdl.handle.net/", diff --git a/explore/src/environments/environment.prod.ts b/explore/src/environments/environment.prod.ts index c65d8ec1..439b9fd0 100644 --- a/explore/src/environments/environment.prod.ts +++ b/explore/src/environments/environment.prod.ts @@ -26,7 +26,7 @@ export let properties: EnvProperties = { orcidAPIURL: "https://services.openaire.eu/uoa-orcid-service/", orcidTokenURL : "https://orcid.org/oauth/authorize?", orcidClientId: "APP-IN0O56SBVVTB7NN4", - doiURL: "https://dx.doi.org/", + doiURL: "https://doi.org/", pmcURL: "http://europepmc.org/articles/", pmidURL: "https://www.ncbi.nlm.nih.gov/pubmed/", handleURL: "http://hdl.handle.net/", diff --git a/explore/src/environments/environment.test.ts b/explore/src/environments/environment.test.ts index fead36c0..d228f487 100644 --- a/explore/src/environments/environment.test.ts +++ b/explore/src/environments/environment.test.ts @@ -26,7 +26,7 @@ export let properties: EnvProperties = { orcidAPIURL: "https://services.openaire.eu/uoa-orcid-service/", orcidTokenURL : "https://orcid.org/oauth/authorize?", orcidClientId: "APP-IN0O56SBVVTB7NN4", - doiURL: "https://dx.doi.org/", + doiURL: "https://doi.org/", pmcURL: "http://europepmc.org/articles/", pmidURL: "https://www.ncbi.nlm.nih.gov/pubmed/", handleURL: "http://hdl.handle.net/", diff --git a/explore/src/environments/environment.ts b/explore/src/environments/environment.ts index ef17521c..bb3a8e42 100644 --- a/explore/src/environments/environment.ts +++ b/explore/src/environments/environment.ts @@ -32,7 +32,7 @@ export let properties: EnvProperties = { orcidAPIURL: "http://duffy.di.uoa.gr:8080/uoa-orcid-service/", orcidTokenURL : "https://sandbox.orcid.org/oauth/authorize?", orcidClientId: "APP-A5M3KTX6NCN67L91", - doiURL: "https://dx.doi.org/", + doiURL: "https://doi.org/", pmcURL: "http://europepmc.org/articles/", pmidURL: "https://www.ncbi.nlm.nih.gov/pubmed/", handleURL: "http://hdl.handle.net/",