Compliance with the OpenAIRE 3.0 guidelines for literature repositories

This commit is contained in:
Pedro Principe
2016-09-02 17:11:31 +01:00
parent 98ae2bd071
commit f04257887a

View File

@@ -16,7 +16,7 @@
<Contexts> <Contexts>
<Context baseurl="request" name="Default Context"> <Context baseurl="request" name="Default Context">
<!-- Restrict access to hidden items by default --> <!-- Restrict access to hidden items by default -->
<Filter ref="defaultFilter" /> <Filter ref="defaultFilter"/>
<Format ref="oaidc"/> <Format ref="oaidc"/>
<Format ref="mets"/> <Format ref="mets"/>
@@ -60,9 +60,9 @@
</Context> </Context>
<!-- <!--
OpenAIRE Guidelines 1.1: OpenAIRE Guidelines 3.0:
- https://guidelines.openaire.eu/en/latest/ - https://guidelines.openaire.eu/
There is a limitation over the embargoedEndDate parameter: There is a limitation over the embargoedEndDate parameter:
@@ -79,7 +79,7 @@
<Format ref="oaidc"/> <Format ref="oaidc"/>
<Format ref="mets"/> <Format ref="mets"/>
<Description> <Description>
This context complies with OpenAIRE rules. This contexts complies with OpenAIRE Guidelines for Literature Repositories v3.0.
</Description> </Description>
</Context> </Context>
</Contexts> </Contexts>
@@ -243,19 +243,23 @@
<LeftCondition> <LeftCondition>
<And> <And>
<LeftCondition> <LeftCondition>
<Custom ref="titleExistsCondition"/> <And>
<LeftCondition>
<Custom ref="titleExistsCondition"/>
</LeftCondition>
<RightCondition>
<Custom ref="authorExistsCondition"/>
</RightCondition>
</And>
</LeftCondition> </LeftCondition>
<RightCondition> <RightCondition>
<Custom ref="authorExistsCondition"/> <Custom ref="driverDocumentTypeCondition"/>
</RightCondition> </RightCondition>
</And> </And>
</LeftCondition> </LeftCondition>
<RightCondition> <RightCondition>
<And> <Or>
<LeftCondition> <LeftCondition>
<Custom ref="driverDocumentTypeCondition"/>
</LeftCondition>
<RightCondition>
<And> <And>
<LeftCondition> <LeftCondition>
<Or> <Or>
@@ -268,11 +272,14 @@
</Or> </Or>
</LeftCondition> </LeftCondition>
<RightCondition> <RightCondition>
<Custom ref="openaireRelationCondition"/> <Custom ref="driverAccessCondition"/>
</RightCondition> </RightCondition>
</And> </And>
</LeftCondition>
<RightCondition>
<Custom ref="openaireRelationCondition"/>
</RightCondition> </RightCondition>
</And> </Or>
</RightCondition> </RightCondition>
</And> </And>
</Definition> </Definition>
@@ -360,6 +367,7 @@
<string>annotation</string> <string>annotation</string>
<string>contributionToPeriodical</string> <string>contributionToPeriodical</string>
<string>patent</string> <string>patent</string>
<string>dataset</string>
<string>other</string> <string>other</string>
</list> </list>
</Configuration> </Configuration>
@@ -374,7 +382,6 @@
<string name="field">dc.rights</string> <string name="field">dc.rights</string>
<string name="operator">contains</string> <string name="operator">contains</string>
<list name="values"> <list name="values">
<string>open access</string>
<string>openAccess</string> <string>openAccess</string>
</list> </list>
</Configuration> </Configuration>
@@ -400,7 +407,7 @@
<Configuration> <Configuration>
<string name="field">dc.relation</string> <string name="field">dc.relation</string>
<string name="operator">starts_with</string> <string name="operator">starts_with</string>
<string name="value">info:eu-repo/grantAgreement/EC</string> <string name="value">info:eu-repo/grantAgreement/</string>
</Configuration> </Configuration>
</CustomCondition> </CustomCondition>
</Filters> </Filters>
@@ -412,8 +419,8 @@
<!-- Just an alias --> <!-- Just an alias -->
</Set> </Set>
<Set id="openaireSet"> <Set id="openaireSet">
<Spec>ec_fundedresources</Spec> <Spec>openaire</Spec>
<Name>EC_fundedresources set</Name> <Name>OpenAIRE</Name>
<!-- Just an alias --> <!-- Just an alias -->
</Set> </Set>
</Sets> </Sets>