Skip to content

Commit

Permalink
Merge pull request DSpace#10350 from DSpace/backport-10117-to-main
Browse files Browse the repository at this point in the history
[Port main] ArXiv Live Import - Author mapping fix (8_x)
  • Loading branch information
tdonohue authored Jan 29, 2025
2 parents d95c8fe + 8751e97 commit 7581089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dspace/config/spring/api/arxiv-integration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@

<bean id="arxivAuthorContrib" class="org.dspace.importer.external.metadatamapping.contributor.SimpleXpathMetadatumContributor">
<property name="field" ref="arxiv.author.name"/>
<property name="query" value="ns:author/name"/>
<property name="query" value="ns:author/ns:name"/>
<property name="prefixToNamespaceMapping" ref="arxivBasePrefixToNamespaceMapping"/>
</bean>
<bean id="arxiv.author.name" class="org.dspace.importer.external.metadatamapping.MetadataFieldConfig">
Expand Down

0 comments on commit 7581089

Please sign in to comment.