Skip to content

Commit

Permalink
Removed virtual-metadata.xml.rioxx3; virtual-metadata.xml.openaire4: …
Browse files Browse the repository at this point in the history
…fix populating funder info in fundingReference metadata
  • Loading branch information
amgciadev committed Feb 7, 2024
1 parent 5f52292 commit f7df672
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 407 deletions.
3 changes: 2 additions & 1 deletion dspace/config/entities/rioxx3-relationships.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE relationships SYSTEM "relationship-types.dtd">

<!-- Note that these relationships are the same as those for openaire4
They are used to map to relevant fields within the Rioxx profile. See docs below. -->
<relationships>

<!-- https://www.rioxx.net/profiles/v3-0-final/#rioxxterms:creator
Expand Down
6 changes: 2 additions & 4 deletions dspace/config/spring/api/virtual-metadata.xml.openaire4
Original file line number Diff line number Diff line change
Expand Up @@ -200,14 +200,12 @@
<!-- This Related bean defines a relationship type that will be used on a publication (from a project).
-->
<bean class="org.dspace.content.virtual.Related" id="publicationProject_projectFunderName_related">
<property name="relationshipTypeString" value="isProjectOfFundingAgency"/>
<property name="place" value="1"/>
<property name="relationshipTypeString" value="isFundingAgencyOfProject"/>
<property name="virtualMetadataConfiguration" ref="projectOrgUnit_orgName"/>
</bean>

<bean class="org.dspace.content.virtual.Related" id="publicationProject_projectFunderId_related">
<property name="relationshipTypeString" value="isProjectOfFundingAgency"/>
<property name="place" value="1"/>
<property name="relationshipTypeString" value="isFundingAgencyOfProject"/>
<property name="virtualMetadataConfiguration" ref="projectOrgUnit_orgId"/>
</bean>

Expand Down
Loading

0 comments on commit f7df672

Please sign in to comment.