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.
This commit is contained in:
parent
91a762f4f8
commit
4b330e5cfa
|
@ -1 +1 @@
|
||||||
Subproject commit b2ad62b6ad0e7c36e6be4b7a3de39631a81fd9bc
|
Subproject commit e99a4258135aab1c1147aaaf60e06dbd63d77505
|
|
@ -19,7 +19,7 @@
|
||||||
"searchDataciteAPIURL" : "https://api.datacite.org/works",
|
"searchDataciteAPIURL" : "https://api.datacite.org/works",
|
||||||
"searchOrcidURL" : "https://pub.orcid.org/v2.1/",
|
"searchOrcidURL" : "https://pub.orcid.org/v2.1/",
|
||||||
"orcidURL" : "https://orcid.org/",
|
"orcidURL" : "https://orcid.org/",
|
||||||
"doiURL" : "https://dx.doi.org/",
|
"doiURL" : "https://doi.org/",
|
||||||
"pmcURL": "http://europepmc.org/articles/",
|
"pmcURL": "http://europepmc.org/articles/",
|
||||||
"pmidURL": "https://www.ncbi.nlm.nih.gov/pubmed/",
|
"pmidURL": "https://www.ncbi.nlm.nih.gov/pubmed/",
|
||||||
"handleURL": "http://hdl.handle.net/",
|
"handleURL": "http://hdl.handle.net/",
|
||||||
|
|
|
@ -26,7 +26,7 @@ export let properties: EnvProperties = {
|
||||||
orcidAPIURL: "https://services.openaire.eu/uoa-orcid-service/",
|
orcidAPIURL: "https://services.openaire.eu/uoa-orcid-service/",
|
||||||
orcidTokenURL : "https://orcid.org/oauth/authorize?",
|
orcidTokenURL : "https://orcid.org/oauth/authorize?",
|
||||||
orcidClientId: "APP-IN0O56SBVVTB7NN4",
|
orcidClientId: "APP-IN0O56SBVVTB7NN4",
|
||||||
doiURL: "https://dx.doi.org/",
|
doiURL: "https://doi.org/",
|
||||||
pmcURL: "http://europepmc.org/articles/",
|
pmcURL: "http://europepmc.org/articles/",
|
||||||
pmidURL: "https://www.ncbi.nlm.nih.gov/pubmed/",
|
pmidURL: "https://www.ncbi.nlm.nih.gov/pubmed/",
|
||||||
handleURL: "http://hdl.handle.net/",
|
handleURL: "http://hdl.handle.net/",
|
||||||
|
|
|
@ -26,7 +26,7 @@ export let properties: EnvProperties = {
|
||||||
orcidAPIURL: "https://services.openaire.eu/uoa-orcid-service/",
|
orcidAPIURL: "https://services.openaire.eu/uoa-orcid-service/",
|
||||||
orcidTokenURL : "https://orcid.org/oauth/authorize?",
|
orcidTokenURL : "https://orcid.org/oauth/authorize?",
|
||||||
orcidClientId: "APP-IN0O56SBVVTB7NN4",
|
orcidClientId: "APP-IN0O56SBVVTB7NN4",
|
||||||
doiURL: "https://dx.doi.org/",
|
doiURL: "https://doi.org/",
|
||||||
pmcURL: "http://europepmc.org/articles/",
|
pmcURL: "http://europepmc.org/articles/",
|
||||||
pmidURL: "https://www.ncbi.nlm.nih.gov/pubmed/",
|
pmidURL: "https://www.ncbi.nlm.nih.gov/pubmed/",
|
||||||
handleURL: "http://hdl.handle.net/",
|
handleURL: "http://hdl.handle.net/",
|
||||||
|
|
|
@ -26,7 +26,7 @@ export let properties: EnvProperties = {
|
||||||
orcidAPIURL: "https://services.openaire.eu/uoa-orcid-service/",
|
orcidAPIURL: "https://services.openaire.eu/uoa-orcid-service/",
|
||||||
orcidTokenURL : "https://orcid.org/oauth/authorize?",
|
orcidTokenURL : "https://orcid.org/oauth/authorize?",
|
||||||
orcidClientId: "APP-IN0O56SBVVTB7NN4",
|
orcidClientId: "APP-IN0O56SBVVTB7NN4",
|
||||||
doiURL: "https://dx.doi.org/",
|
doiURL: "https://doi.org/",
|
||||||
pmcURL: "http://europepmc.org/articles/",
|
pmcURL: "http://europepmc.org/articles/",
|
||||||
pmidURL: "https://www.ncbi.nlm.nih.gov/pubmed/",
|
pmidURL: "https://www.ncbi.nlm.nih.gov/pubmed/",
|
||||||
handleURL: "http://hdl.handle.net/",
|
handleURL: "http://hdl.handle.net/",
|
||||||
|
|
|
@ -32,7 +32,7 @@ export let properties: EnvProperties = {
|
||||||
orcidAPIURL: "http://duffy.di.uoa.gr:8080/uoa-orcid-service/",
|
orcidAPIURL: "http://duffy.di.uoa.gr:8080/uoa-orcid-service/",
|
||||||
orcidTokenURL : "https://sandbox.orcid.org/oauth/authorize?",
|
orcidTokenURL : "https://sandbox.orcid.org/oauth/authorize?",
|
||||||
orcidClientId: "APP-A5M3KTX6NCN67L91",
|
orcidClientId: "APP-A5M3KTX6NCN67L91",
|
||||||
doiURL: "https://dx.doi.org/",
|
doiURL: "https://doi.org/",
|
||||||
pmcURL: "http://europepmc.org/articles/",
|
pmcURL: "http://europepmc.org/articles/",
|
||||||
pmidURL: "https://www.ncbi.nlm.nih.gov/pubmed/",
|
pmidURL: "https://www.ncbi.nlm.nih.gov/pubmed/",
|
||||||
handleURL: "http://hdl.handle.net/",
|
handleURL: "http://hdl.handle.net/",
|
||||||
|
|
Loading…
Reference in New Issue