Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Info
titleUnmerged features

Please note that the functionalities here described are not yet fully merged in the official branch and they partially live in the openaire_cris branch. This is specifically true for the compliance with the OpenAIRE Guidelines for CRIS Manager and for the out-of-box configuration

Available in DSpace-CRIS 5.10.x since 16th November 2019 see https://github.com/4Science/DSpace/commit/622d79d627f6321e735412209908d40602c6d0a3


DSpace-CRIS provides a strong outDSpace-CRIS provides a strong out-of-box integration with OpenAIRE.

There are three are areas of integration:

  • OpenAIRE Guidelines compliance for Literature RepositoryRepositories, DataArchive Data Archives and CRIS SystemSystems
  • OpenAIRE Project API
  • OpenAIRE’s Usage Statistic service

OpenAIRE Guidelines

Info
titleOAI-PMH pecularity peculiarity in DSpace-CRIS



Please be aware that
The OpenAIRE-DSpace-CRIS implementation of compliance with the guidelines for Data Archives and CRIS systems is part of a project that has received funding from the European Union’s Horizon 2020 research and innovation programme, EINFRA-2017 under grant agreement No 777541.

Image Added

Image Added

Please be aware that DSpace-CRIS introduces some extra features to the OAI-PMH Server, introduces some extra feature to the OAI-PMH Server as described in the latest paragraph of this section that , which are used to implement the OpenAIRE guidelines.

Literature Repository

DSpace-CRIS has the same level of compatibility than the basic DSpace with the Literature Repository Guidelines v3

...

Code Block
titlexoai.xml
 <Context baseurl="openairecris" name="OpenAIRE Context for CRIS System">
            <!-- Date format, field prefixes, etc are ensured by the transformer -->
            <Transformer ref="openairecrisTransformer"/>
            <Filter ref="openAireCRISFilter"/>
            <!-- Just an alias, in fact it returns all items within the driver context -->
            <Set ref="openairePublicationsCrisSet"/>
            <Set ref="openaireProductsCrisSet"/>
            <Set ref="openairePatentsCrisSet"/>
            <Set ref="openairePersonsCrisSet"/>
            <Set ref="openaireOrgunitsCrisSet"/>
            <Set ref="openaireProjectsCrisSet"/>
            <Set ref="openaireEventsCrisSet"/>
            <Set ref="openaireEquipmentsCrisSet"/>
            <!-- Metadata Formats -->
            <Format ref="oaidc"/>
            <Format ref="oai_cerif"/>
            <Description>
                This contexts complies with OpenAIRE rules for CRIS system v 1.1.1
            </Description>
        </Context>

The mapping is configured in the dspace/config/crosswalks/oai/metadataFormats/oai_cerif.xsl file

 1.1.1
            </Description>
        </Context>

The mapping is configured in the dspace/config/crosswalks/oai/metadataFormats/oai_cerif.xsl file

Info
Please note that such endpoint supports the exposure of the ORCID identifiers for the authors as well the exposure of the richer set of information collected in DSpace-CRIS for each entity


Code Block
languagexml
titleexample of metatada for a publication
<oai_cerif:Publication
	xmlns:doc="http://www.lyncode.com/xoai"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:oai_cerif="https://www.openaire.eu/cerif-profile/1.1/"
	id="123456789/7">
	<oai_cerif:Type
		xmlns:oai_cerif="https://www.openaire.eu/cerif-profile/vocab/COAR_Publication_Types">http://purl.org/coar/resource_type/c_18wq</oai_cerif:Type>
	<oai_cerif:Title>The Data Model of the OpenAIRE Scientific Communication e-Infrastructure</oai_cerif:Title>
	<oai_cerif:PublicationDate>2012-11-30</oai_cerif:PublicationDate>
	<oai_cerif:Volume>343</oai_cerif:Volume>
	<oai_cerif:Issue>168</oai_cerif:Issue>
	<oai_cerif:StartPage>168</oai_cerif:StartPage>
	<oai_cerif:EndPage>180</oai_cerif:EndPage>
	<oai_cerif:DOI>10.1007/978-3-642-35233-1_18</oai_cerif:DOI>
	<oai_cerif:Handle>123456789/7</oai_cerif:Handle>
	<oai_cerif:URN>http://hdl.handle.net/123456789/7</oai_cerif:URN>
	<oai_cerif:Authors>
		<oai_cerif:Author>
			<oai_cerif:DisplayName>Manghi, Paolo</oai_cerif:DisplayName>
			<oai_cerif:Person
				id="d1d9582d-1a8b-4e1b-882f-1b421f5a95d3">
				<oai_cerif:PersonName>
					<oai_cerif:FirstNames>Paolo</oai_cerif:FirstNames>
					<oai_cerif:FamilyNames>Manghi</oai_cerif:FamilyNames>
				</oai_cerif:PersonName>
			</oai_cerif:Person>
		</oai_cerif:Author>
		<oai_cerif:Author>
			<oai_cerif:DisplayName>Houssos, Nikos</oai_cerif:DisplayName>
			<oai_cerif:Person
				id="797a27d6-f2a1-4cf1-8b2d-c25f79de742a">
				<oai_cerif:PersonName>
					<oai_cerif:FirstNames>Nikos</oai_cerif:FirstNames>
					<oai_cerif:FamilyNames>Houssos</oai_cerif:FamilyNames>
				</oai_cerif:PersonName>
				<oai_cerif:ORCID>0000-0002-3748-8359</oai_cerif:ORCID>
				<oai_cerif:ResearcherID>XXXXXXXXX-ID</oai_cerif:ResearcherID>
				<oai_cerif:ScopusAuthorID>SCP-XXXXXX-iD</oai_cerif:ScopusAuthorID>
				<oai_cerif:Affiliation startDate="2006-09-01">
					<oai_cerif:OrgUnit
						id="8a17cae0-242a-4154-8bd6-6ea16ae1fe32">
						<oai_cerif:Name>National Hellenic Research Foundation | EIE</oai_cerif:Name>
						<oai_cerif:PartOf>
							<oai_cerif:OrgUnit
								id="ae388eb5-21c6-44b9-b1fb-a897d2f09d8d">
								<oai_cerif:Name>National Documentation Centre | EKT</oai_cerif:Name>
							</oai_cerif:OrgUnit>
						</oai_cerif:PartOf>
					</oai_cerif:OrgUnit>
				</oai_cerif:Affiliation>
			</oai_cerif:Person>
		</oai_cerif:Author>
		<oai_cerif:Author>
			<oai_cerif:DisplayName>Mikulicic, Marko</oai_cerif:DisplayName>
			<oai_cerif:Person
				id="ed964c75-25f4-4106-a559-ea4015601e48">
				<oai_cerif:PersonName>
					<oai_cerif:FirstNames>Marko</oai_cerif:FirstNames>
					<oai_cerif:FamilyNames>Mikulicic</oai_cerif:FamilyNames>
				</oai_cerif:PersonName>
			</oai_cerif:Person>
		</oai_cerif:Author>
		<oai_cerif:Author>
			<oai_cerif:DisplayName>Jörg, Brigitte</oai_cerif:DisplayName>
			<oai_cerif:Person
				id="02b50a4a-2749-40a3-b56f-3b3d02c69c16">
				<oai_cerif:PersonName>
					<oai_cerif:FirstNames>Brigitte</oai_cerif:FirstNames>
					<oai_cerif:FamilyNames>Jörg</oai_cerif:FamilyNames>
				</oai_cerif:PersonName>
			</oai_cerif:Person>
		</oai_cerif:Author>
	</oai_cerif:Authors>
	<oai_cerif:Keyword>open access</oai_cerif:Keyword>
	<oai_cerif:Keyword>infrastructure</oai_cerif:Keyword>
	<oai_cerif:Keyword>data model</oai_cerif:Keyword>
	<oai_cerif:Keyword>CERIF</oai_cerif:Keyword>
	<oai_cerif:Keyword>DataCite</oai_cerif:Keyword>
	<oai_cerif:Abstract>The OpenAIREplus project aims to further develop and operate the OpenAIRE e-infrastructure, in order to provide a central entry point to Open Access and 
                                                non-Open Access publications and datasets funded by the European Commission and National agencies. The infrastructure provides the services to populate, curate, and enrich an Information Space
                                                by collecting metadata descriptions relative to organizations, data sources, projects, funding programmes, persons, publications, and datasets. Stakeholders in the research process and
                                                scientific communication, such as researchers, funding agencies, organizations involved in projects, project coordinators, can here find the information to improve their research and statistics
                                                to measure the impact of Open Access and funding schemes over research. In this paper, we introduce the functional requirements to be satisfied and describe the OpenAIREplus data model entities
                                                and relationships required to represent information capable of meeting them.</oai_cerif:Abstract>
	<oai_cerif:OriginatesFrom>
		<oai_cerif:DisplayName>2nd-Generation Open Access Infrastructure for
			Research in Europe</oai_cerif:DisplayName>
		<oai_cerif:Project
			id="e9ed438e-c7f7-4a18-95e5-3f635ea65fee">
			<oai_cerif:Title>2nd-Generation Open Access Infrastructure for Research in Europe</oai_cerif:Title>
			<oai_cerif:Funded>
				<oai_cerif:By>
					<oai_cerif:DisplayName>EC</oai_cerif:DisplayName>
					<oai_cerif:OrgUnit />
				</oai_cerif:By>
				<oai_cerif:As>
					<oai_cerif:Funding>
						<oai_cerif:Identifier
							type="https://w3id.org/cerif/vocab/IdentifierTypes#ProjectReference">283595</oai_cerif:Identifier>
						<oai_cerif:PartOf>
							<oai_cerif:Type
								xmlns="https://www.openaire.eu/cerif-profile/vocab/OpenAIRE_Funding_Types">https://www.openaire.eu/cerif-profile/vocab/OpenAIRE_Funding_Types#FundingProgramme</oai_cerif:Type>
							<oai_cerif:Name>FP7</oai_cerif:Name>
						</oai_cerif:PartOf>
					</oai_cerif:Funding>
				</oai_cerif:As>
			</oai_cerif:Funded>
		</oai_cerif:Project>
	</oai_cerif:OriginatesFrom>
	<oai_cerif:Access>http://purl.org/coar/access_right/c_abf2</oai_cerif:Access>
</oai_cerif:Publication>
Info
Please note that such endpoint supports the exposure of the ORCID identifiers for the authors as well the exposure of the richer set of information collected in DSpace-CRIS for each entity

OAI-PMH pecularity in DSpace-CRIS

...