From 7049df4cd264dc5b9e5368e38342709a57b073c0 Mon Sep 17 00:00:00 2001 From: "konstantina.galouni" Date: Mon, 3 Jun 2019 09:41:18 +0000 Subject: [PATCH] [Trunk | Connect]: Add property 'orcidURL'. git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@55952 d315682c-612b-4755-9ff5-7f18f6832af3 --- deploy/beta-properties.json | 1 + src/assets/env-properties.json | 1 + 2 files changed, 2 insertions(+) diff --git a/deploy/beta-properties.json b/deploy/beta-properties.json index 70a30ec..2e16d2f 100644 --- a/deploy/beta-properties.json +++ b/deploy/beta-properties.json @@ -16,6 +16,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/src/assets/env-properties.json b/src/assets/env-properties.json index 9e2eb87..38d6e63 100644 --- a/src/assets/env-properties.json +++ b/src/assets/env-properties.json @@ -16,6 +16,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/",