mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
replacing relation with isFundingAgencyOfProject
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
<!-- relations based on OpenAIRE guidelines -->
|
||||
<entry key="isContributorOfPublication" value-ref="isAuthorOfPublicationMap"/>
|
||||
<entry key="isProjectOfPublication" value-ref="isProjectOfPublicationMap"/>
|
||||
<entry key="isProjectOfFundingAgency" value-ref="isProjectOfFundingAgencyMap"/>
|
||||
<entry key="isFundingAgencyOfProject" value-ref="isFundingAgencyOfProjectMap"/>
|
||||
</map>
|
||||
</property>
|
||||
</bean>
|
||||
@@ -214,7 +214,7 @@
|
||||
<!-- Config like this will tell our VirtualMetadataPopulator to include the virtual metadata field
|
||||
'project.funder.*' on the appropriate item with the values defined in the value-ref.
|
||||
This value-ref should be a bean of type VirtualMetadataConfiguration -->
|
||||
<util:map id="isProjectOfFundingAgencyMap">
|
||||
<util:map id="isFundingAgencyOfProjectMap">
|
||||
<entry key="project.funder.name" value-ref="projectOrgUnit_orgName"/>
|
||||
<entry key="project.funder.identifier" value-ref="projectOrgUnit_orgId"/>
|
||||
</util:map>
|
||||
@@ -233,4 +233,4 @@
|
||||
</util:list>
|
||||
</property>
|
||||
</bean>
|
||||
</beans>
|
||||
</beans>
|
||||
|
Reference in New Issue
Block a user