diff --git a/explore/deploy/beta-properties.json b/explore/deploy/beta-properties.json index 2cca0349..c036a456 100644 --- a/explore/deploy/beta-properties.json +++ b/explore/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/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/explore/deploy/production-properties.json b/explore/deploy/production-properties.json index 8abb0990..cb510e0c 100644 --- a/explore/deploy/production-properties.json +++ b/explore/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/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/explore/src/assets/env-properties.json b/explore/src/assets/env-properties.json index dbe907dd..d59fc935 100644 --- a/explore/src/assets/env-properties.json +++ b/explore/src/assets/env-properties.json @@ -16,7 +16,7 @@ "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/",