From f2cdb1923b713d5aa01ea4c2d2b6c6eb792e2093 Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Thu, 5 Mar 2020 14:13:39 +0000 Subject: [PATCH] [Explore | Trunk]: Add pmid property git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@58188 d315682c-612b-4755-9ff5-7f18f6832af3 --- explore/deploy/beta-properties.json | 1 + explore/deploy/production-properties.json | 1 + 2 files changed, 2 insertions(+) diff --git a/explore/deploy/beta-properties.json b/explore/deploy/beta-properties.json index 5fb772ef..4f8cbecf 100644 --- a/explore/deploy/beta-properties.json +++ b/explore/deploy/beta-properties.json @@ -17,6 +17,7 @@ "searchOrcidURL" : "https://pub.orcid.org/v2.1/", "orcidURL" : "https://orcid.org/", "doiURL" : "https://dx.doi.org/", + "pmidURL": "https://www.ncbi.nlm.nih.gov/pubmed/", "cordisURL" : "http://cordis.europa.eu/projects/", "openDoarURL": "http://v2.sherpa.ac.uk/id/repository/", "r3DataURL": "http://service.re3data.org/repository/", diff --git a/explore/deploy/production-properties.json b/explore/deploy/production-properties.json index ebadad4c..26071840 100644 --- a/explore/deploy/production-properties.json +++ b/explore/deploy/production-properties.json @@ -17,6 +17,7 @@ "searchOrcidURL" : "https://pub.orcid.org/v2.1/", "orcidURL" : "https://orcid.org/", "doiURL" : "https://dx.doi.org/", + "pmidURL": "https://www.ncbi.nlm.nih.gov/pubmed/", "cordisURL" : "http://cordis.europa.eu/projects/", "openDoarURL": "http://v2.sherpa.ac.uk/id/repository/", "r3DataURL": "http://service.re3data.org/repository/",