From 2e3574ca9cdb3f00f773f2185c2466293231a414 Mon Sep 17 00:00:00 2001 From: "konstantina.galouni" Date: Wed, 29 May 2019 11:57:42 +0000 Subject: [PATCH] [Trunk | Explore]: Add property 'orcidURL'. git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@55896 d315682c-612b-4755-9ff5-7f18f6832af3 --- explore/deploy/beta-properties.json | 1 + explore/deploy/production-properties.json | 1 + explore/src/assets/env-properties.json | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/explore/deploy/beta-properties.json b/explore/deploy/beta-properties.json index 2cca0349..c036a456 100644 --- a/explore/deploy/beta-properties.json +++ b/explore/deploy/beta-properties.json @@ -15,6 +15,7 @@ "searchCrossrefAPIURL" : "https://api.crossref.org/works", "searchDataciteAPIURL" : "https://api.datacite.org/works", "searchOrcidURL" : "https://pub.orcid.org/v2.1/", + "orcidURL" : "https://orcid.org/", "pmidURL" : "http://www.ncbi.nlm.nih.gov/pubmed/", "doiURL" : "https://dx.doi.org/", "cordisURL" : "http://cordis.europa.eu/projects/", diff --git a/explore/deploy/production-properties.json b/explore/deploy/production-properties.json index 8abb0990..cb510e0c 100644 --- a/explore/deploy/production-properties.json +++ b/explore/deploy/production-properties.json @@ -15,6 +15,7 @@ "searchCrossrefAPIURL" : "https://api.crossref.org/works", "searchDataciteAPIURL" : "https://api.datacite.org/works", "searchOrcidURL" : "https://pub.orcid.org/v2.1/", + "orcidURL" : "https://orcid.org/", "pmidURL" : "http://www.ncbi.nlm.nih.gov/pubmed/", "doiURL" : "https://dx.doi.org/", "cordisURL" : "http://cordis.europa.eu/projects/", diff --git a/explore/src/assets/env-properties.json b/explore/src/assets/env-properties.json index dbe907dd..d59fc935 100644 --- a/explore/src/assets/env-properties.json +++ b/explore/src/assets/env-properties.json @@ -16,7 +16,7 @@ "searchDataciteAPIURL" : "https://api.datacite.org/works", "searchOrcidURL" : "https://pub.orcid.org/v2.1/", - + "orcidURL" : "https://orcid.org/", "pmidURL" : "http://www.ncbi.nlm.nih.gov/pubmed/", "doiURL" : "https://dx.doi.org/", "cordisURL" : "http://cordis.europa.eu/projects/",