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/",