From d24a67281c3a6b5ea98b3569e39ec66ca3f040d1 Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Thu, 5 Mar 2020 14:12:57 +0000 Subject: [PATCH] [Connect | Trunk]: Add pmid property. git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@58187 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 05b6640..f1fa544 100644 --- a/deploy/beta-properties.json +++ b/deploy/beta-properties.json @@ -20,6 +20,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/deploy/production-properties.json b/deploy/production-properties.json index c705e8e..a803900 100644 --- a/deploy/production-properties.json +++ b/deploy/production-properties.json @@ -20,6 +20,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/src/assets/env-properties.json b/src/assets/env-properties.json index c34fc0c..527afe6 100644 --- a/src/assets/env-properties.json +++ b/src/assets/env-properties.json @@ -20,6 +20,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/",