mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 18:14:26 +00:00
Merge branch 'DSpace:main' into import_relationships
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
<!-- relations based on OpenAIRE guidelines -->
|
<!-- relations based on OpenAIRE guidelines -->
|
||||||
<entry key="isContributorOfPublication" value-ref="isAuthorOfPublicationMap"/>
|
<entry key="isContributorOfPublication" value-ref="isAuthorOfPublicationMap"/>
|
||||||
<entry key="isProjectOfPublication" value-ref="isProjectOfPublicationMap"/>
|
<entry key="isProjectOfPublication" value-ref="isProjectOfPublicationMap"/>
|
||||||
<entry key="isProjectOfFundingAgency" value-ref="isProjectOfFundingAgencyMap"/>
|
<entry key="isFundingAgencyOfProject" value-ref="isFundingAgencyOfProjectMap"/>
|
||||||
</map>
|
</map>
|
||||||
</property>
|
</property>
|
||||||
</bean>
|
</bean>
|
||||||
@@ -214,7 +214,7 @@
|
|||||||
<!-- Config like this will tell our VirtualMetadataPopulator to include the virtual metadata field
|
<!-- 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.
|
'project.funder.*' on the appropriate item with the values defined in the value-ref.
|
||||||
This value-ref should be a bean of type VirtualMetadataConfiguration -->
|
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.name" value-ref="projectOrgUnit_orgName"/>
|
||||||
<entry key="project.funder.identifier" value-ref="projectOrgUnit_orgId"/>
|
<entry key="project.funder.identifier" value-ref="projectOrgUnit_orgId"/>
|
||||||
</util:map>
|
</util:map>
|
||||||
|
@@ -1212,7 +1212,7 @@
|
|||||||
<label>Funding Agency</label>
|
<label>Funding Agency</label>
|
||||||
<hint>Add a Funding Agency</hint>
|
<hint>Add a Funding Agency</hint>
|
||||||
<linked-metadata-field>
|
<linked-metadata-field>
|
||||||
<dc-schema>oaire</dc-schema>
|
<dc-schema>project</dc-schema>
|
||||||
<dc-element>funder</dc-element>
|
<dc-element>funder</dc-element>
|
||||||
<dc-qualifier>name</dc-qualifier>
|
<dc-qualifier>name</dc-qualifier>
|
||||||
<input-type>onebox</input-type>
|
<input-type>onebox</input-type>
|
||||||
|
Reference in New Issue
Block a user