Skip to content

Commit fb36def

Browse files
authored
Merge pull request IQSS#11175 from QualitativeDataRepository/IQSS/11174-Fix_authorAffiliation_DataCite_XML
IQSS/11174-ROR url not added in author affiliation
2 parents 4dfb9e7 + 782188f commit fb36def

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/edu/harvard/iq/dataverse/pidproviders/doi/XmlMetadataTemplate.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ private void writeEntityElements(XMLStreamWriter xmlw, String elementName, Strin
639639

640640
attributeMap.put("schemeURI", "https://ror.org");
641641
attributeMap.put("affiliationIdentifierScheme", "ROR");
642-
attributeMap.put("affiliationIdentifier", orgName);
642+
attributeMap.put("affiliationIdentifier", affiliation);
643643
}
644644

645645
XmlWriterUtil.writeFullElementWithAttributes(xmlw, "affiliation", attributeMap, StringEscapeUtils.escapeXml10(orgName));

0 commit comments

Comments
 (0)