Merge branch 'DSpace:main' into import_relationships

This commit is contained in:
tysonlt
2021-07-14 13:36:41 +10:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

@@ -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>

View File

@@ -1212,7 +1212,7 @@
<label>Funding Agency</label>
<hint>Add a Funding Agency</hint>
<linked-metadata-field>
<dc-schema>oaire</dc-schema>
<dc-schema>project</dc-schema>
<dc-element>funder</dc-element>
<dc-qualifier>name</dc-qualifier>
<input-type>onebox</input-type>