diff --git a/ubo-common/src/main/resources/config/ubo-common/mycore.properties b/ubo-common/src/main/resources/config/ubo-common/mycore.properties index f16423d8b..2b840c4c0 100644 --- a/ubo-common/src/main/resources/config/ubo-common/mycore.properties +++ b/ubo-common/src/main/resources/config/ubo-common/mycore.properties @@ -221,6 +221,9 @@ MCR.user2.LDAP.Mapping.explicit=id_orcid:eduPersonOrcid UBO.Search.PersonalList.Roles=aut.top,cre.top,tch.top,pht.top,prg.top,edt.top UBO.Search.PersonalList.Ids=%MCR.user2.matching.lead_id%,dhsbid +# roles considered DC.Creator +UBO.CreatorRoles=cre aut tch pht prg + ###################################################################### # # # Command Line Interface # diff --git a/ubo-common/src/main/resources/xsl/mods-dc.xsl b/ubo-common/src/main/resources/xsl/mods-dc.xsl index 013dff590..d62ca2f2e 100644 --- a/ubo-common/src/main/resources/xsl/mods-dc.xsl +++ b/ubo-common/src/main/resources/xsl/mods-dc.xsl @@ -47,7 +47,7 @@ - + diff --git a/ubo-common/src/main/resources/xsl/mods-display.xsl b/ubo-common/src/main/resources/xsl/mods-display.xsl index b941e219a..e5ddcbb82 100644 --- a/ubo-common/src/main/resources/xsl/mods-display.xsl +++ b/ubo-common/src/main/resources/xsl/mods-display.xsl @@ -24,6 +24,7 @@ + @@ -319,7 +320,7 @@ plain - + @@ -330,6 +331,12 @@ + + + + + + @@ -342,7 +349,7 @@ plain - + @@ -359,6 +366,12 @@ + + + + + + @@ -1100,10 +1113,6 @@ - - - cre aut tch pht prg -