From 47534b797066351ffea1a8ffe7dbf8bb0e8f9f26 Mon Sep 17 00:00:00 2001 From: "konstantina.galouni" Date: Mon, 3 Jun 2019 09:58:12 +0000 Subject: [PATCH] [Trunk | Admin]: Add property 'orcidURL'. git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@55957 d315682c-612b-4755-9ff5-7f18f6832af3 --- deploy/beta-properties.json | 1 + deploy/production-properties.json | 1 + src/assets/env-properties.json | 1 + 3 files changed, 3 insertions(+) diff --git a/deploy/beta-properties.json b/deploy/beta-properties.json index 95ca633..65f29b3 100644 --- a/deploy/beta-properties.json +++ b/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/", + "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/deploy/production-properties.json b/deploy/production-properties.json index 9ede888..cc5ce31 100644 --- a/deploy/production-properties.json +++ b/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/", + "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/src/assets/env-properties.json b/src/assets/env-properties.json index 4730340..1fa28d9 100644 --- a/src/assets/env-properties.json +++ b/src/assets/env-properties.json @@ -15,6 +15,7 @@ "searchCrossrefAPIURL" : "https://api.crossref.org/works", "searchDataciteAPIURL" : "https://api.datacite.org/works", "searchOrcidURL" : "https://pub.orcid.org/", + "orcidURL" : "https://orcid.org/", "pmidURL" : "http://www.ncbi.nlm.nih.gov/pubmed/", "doiURL" : "https://dx.doi.org/", "cordisURL" : "http://cordis.europa.eu/projects/",