Skip to content

Commit

Permalink
Merge pull request #11175 from QualitativeDataRepository/IQSS/11174-F…
Browse files Browse the repository at this point in the history
…ix_authorAffiliation_DataCite_XML

IQSS/11174-ROR url not added in author affiliation
  • Loading branch information
ofahimIQSS authored Jan 22, 2025
2 parents 4dfb9e7 + 782188f commit fb36def
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ private void writeEntityElements(XMLStreamWriter xmlw, String elementName, Strin

attributeMap.put("schemeURI", "https://ror.org");
attributeMap.put("affiliationIdentifierScheme", "ROR");
attributeMap.put("affiliationIdentifier", orgName);
attributeMap.put("affiliationIdentifier", affiliation);
}

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

0 comments on commit fb36def

Please sign in to comment.