diff --git a/src/main/java/edu/harvard/iq/dataverse/DOIDataCiteRegisterService.java b/src/main/java/edu/harvard/iq/dataverse/DOIDataCiteRegisterService.java index 17a6b1759eb..e058ecd4b83 100644 --- a/src/main/java/edu/harvard/iq/dataverse/DOIDataCiteRegisterService.java +++ b/src/main/java/edu/harvard/iq/dataverse/DOIDataCiteRegisterService.java @@ -268,7 +268,7 @@ public String generateXML() { if (author.getIdType() != null && author.getIdValue() != null && !author.getIdType().isEmpty() && !author.getIdValue().isEmpty() && author.getAffiliation() != null && !author.getAffiliation().getDisplayValue().isEmpty()) { if (author.getIdType().equals("ORCID")) { - creatorsElement.append("" + author.getIdValue() + ""); + creatorsElement.append("" + author.getIdValue() + ""); } if (author.getIdType().equals("ISNI")) { creatorsElement.append("" + author.getIdValue() + ""); diff --git a/src/main/java/edu/harvard/iq/dataverse/authorization/providers/oauth2/impl/OrcidOAuth2AP.java b/src/main/java/edu/harvard/iq/dataverse/authorization/providers/oauth2/impl/OrcidOAuth2AP.java index 030680f29c4..dbc4b0ac4e6 100644 --- a/src/main/java/edu/harvard/iq/dataverse/authorization/providers/oauth2/impl/OrcidOAuth2AP.java +++ b/src/main/java/edu/harvard/iq/dataverse/authorization/providers/oauth2/impl/OrcidOAuth2AP.java @@ -263,7 +263,7 @@ public String getPersistentIdDescription() { @Override public String getPersistentIdUrlPrefix() { - return "http://orcid.org/"; + return "https://orcid.org/"; } @Override diff --git a/src/main/webapp/loginpage.xhtml b/src/main/webapp/loginpage.xhtml index 229da67e691..72b5181e28d 100644 --- a/src/main/webapp/loginpage.xhtml +++ b/src/main/webapp/loginpage.xhtml @@ -196,7 +196,7 @@ ORCID is an open, non-profit, community-based effort to provide a registry of unique researcher identifiers and a transparent method of linking research activities and outputs to these identifiers. ORCID is unique in its ability to reach across disciplines, research sectors, and national boundaries and its cooperation with - other identifier systems. Find out more at orcid.org/about. + other identifier systems. Find out more at orcid.org/about.

This repository uses your ORCID for authentication (so you don't need another username/password combination).