Skip to content

Commit

Permalink
ROR url not added in affiliation
Browse files Browse the repository at this point in the history
  • Loading branch information
qqmyers committed Jan 21, 2025
1 parent e49671a commit a27c40a
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 a27c40a

Please sign in to comment.