SlideShare ist ein Scribd-Unternehmen logo
1 von 69
OpenAIRE COMPATIBILITY
FOR REPOSITORIES
WEBINAR
Greek National Open Access Desk - EKT
10 June 2015
Pedro Principe, University of Minho
Jochen Schirrwagen, University of Bielefeld
AGENDA
2
1. OpenAIRE project, infrastructure & guidelines
2. OpenAIRE guidelines for Literature Repositories:
Aim, versions and metadata specifications
3. OpenAIRE compatibility status: levels and OAI sets
4. How to make the repository OpenAIRE compatible
5. OpenAIRE validator and the registration process
Overview of the
OpenAIRE infrastructure
and the OpenAIRE guidelines
3
1/5
Pedro Principe, University of Minho
OPEN ACCESS INFRASTRUCTURE
OpenAIRE
for research in Europe
4
www.openaire.eu
Guided by OA funder policies
(European Commission)
Participatory approach
(human & e-infrastructure)
Integrated Scientific
Information System
Project & Infrastruture…
5
Data Providers OpenAIRE Platform Services
OpenAIRE Guidelines
• OpenAIRE has collaborated with key stakeholders and has
produced three sets of guidelines for its data providers, all
based on existing well-established standards.
• Best practices for the use of transfer protocol (OAI-PMH),
metadata formats, controlled vocabularies.
7
INTEROPERABILITY IS KEY
1 2 3Literature
Repositories
Dublin Core (DRIVER)
Data
Repositories
Datacite
CRIS systems
CERIF-XML
3 Guidelines for Data providers
8
How do they work?
• Identification of Open Access and funded research results
by OAI-Sets:
• ‘ec-fundedresources’
• ‘openaire’
• ‘openaire_data’
• Latest schema guarantees backwards-compatibility with
previous versions.
• Enhancing research results by metadata enrichment in
OpenAIRE.
9
“Repository managers will
be able to enable authors to
fulfill the EC Commission
Open Access requirements”
10
www.openaire.eu
Content acquisition policy
Publications in OpenAIRE Data in OpenAIRE
11
CONTINUE TO BE DEVELOPED
to establish an open and sustainable
scholarly communication infrastructure
12
OpenAIRE guidelines
OpenAIRE guidelines for
Literature Repositories
Aim, versions & specifications
13
2/5
Jochen Schirrwagen, University of Bielefeld
Why Guidelines?
needed to collect
PUBLICATION METADATA and
FUNDING INFORMATION and
OPEN ACCESS STATUS
+
REFERENCED DATASETS & RELATED PUBLICATIONS,
EMBARGO DATE INFORMATION
14
Guidelines Timeline
OpenAIRE:
EC + OA
(2013)
OpenAIRE: EC-FP7
(2010, 2012)
DRIVER: OA
(2008)
Text
Repositories
Text Repos.
Aggregators
Text Rep.
Aggr.
Oai_DC
Data-Rep.
OAI_DATACITE
CRIS
CERIF
1 2 3AUGUST 2010
initial document
NOVEMBER 2010
(V. 1.1)
OCTOBER 2012
(V. 2.0)
Compatibility for
aggregators.
Extended
Namespace for
Project id.
DECEMBER 2012
(3.0 beta)
APRIL 2013
(3.0)
OAI set has been renamed
from ec_fundedresources to
openaire.
New relation elements for
indicating external identifiers,
references and connections to
datasets.
Literature Guidelines – versions
16
EC funded content
EC and/or other
funded content
Open Access and
EC and/or other
funded content
OpenAIRE Guidelines
Aim
Provide orientation for repository managers to define and
implement their local data management policies according to the
requirements of the OpenAIRE.
These guidelines are intended to guide repository manager to
expose to the OpenAIRE infrastructure not only EC funded
publications, but also other Open Access publications, regardless of
their funding.
Merger of the DRIVER Guidelines into the context of OpenAIRE
Guidelines.
Part of a set of OpenAIRE Guidelines…
For Literature repositories 3.0
17
OpenAIRE Guidelines
What’s new:
• The OpenAIRE OAI set has been renamed from
‘ec_fundedresources’ to ‘openaire’.
• New elements for indicating external identifiers,
relations to other publications (references), and
relations to research datasets have been defined.
For Literature repositories 3.0
18
OpenAIRE OAI-Set
• To group metadata relevant for OpenAIRE
• See https://www.openaire.eu/content-acquisition-
policy/content-acquisition-policy/content-acquisition-policy
• Metadata about Open Access Publications
• Metadata about Publications funded in EC-FP7 / H2020
• Metadata about Publications funded by other funders
• OpenAIRE will provide information about supported funding information
19
setName setSpec*
The OpenAIRE set OpenAIRE openaire
OpenAIRE elements
20
projectID
access_rights
embargo_end_date
projectID
21
Element name projectID
DCMI definition dc:relation
Usage Mandatory (if applicable)
Usage instruction A vocabulary of projects is exposed by the OpenAIRE API:
http://api.openaire.eu/#cha_projects_http
, and available for all repository managers. Values include funder,
project name and projectID.
The projectID equals the Grant Agreement number, and is defined
by the namespace: info:eu-repo/grantAgreement/Funder/
FundingProgram/ProjectNumber/
Jurisdiction/ProjectName/ProjectAcronym/
Example:
<dc:relation> info:eu-repo/grantAgreement/EC/FP7/123456 </dc:relation>
<dc:relation> info:eu-repo/grantAgreement/EC/FP7/12345/EU//Acronym </dc:relation>
accessRights
22
Element name accessRights
DCMI definition dc:rights
Usage Mandatory
Usage instruction Use values from vocabulary Access Rights at
http://purl.org/eu-repo/semantics/#info-eu-repo-
AccessRights
• info:eu-repo/semantics/closedAccess
• info:eu-repo/semantics/embargoedAccess
• info:eu-repo/semantics/restrictedAccess
• info:eu-repo/semantics/openAccess
Examples:
<dc:rights> info:eu-repo/semantics/openAccess </dc:rights>
embargoEndDate
Element name embargoEndDate
DCMI definition dc:date
Usage Mandatory (if applicable)
Usage instruction Recommended when accessRights = info:eu-
repo/semantics/embargoedAccess
The date type is controlled by the name space info:eu-
repo/date/embargoEnd/, see
http://wiki.surffoundation.nl/display/standards/info-
eu-repo/#info-eu-repo-DateTypesandvalue. Encoding
of this date should be in the form YYYY-MM-DD
(conform ISO 8601).
Examples:
<dc:date> info:eu-repo/date/embargoEnd/2011-05-12 <dc:date>
Alternative Identifier
24
Element name Alternative Identifier
DCMI definition dc:relation
Usage Recommended
Usage instruction List alternative identifiers for this publication that are
not the primary identifier (repository splash page), e.g.,
the DOI of publisher’s version, the PubMed/arXiv ID.
The term is defined by info:eu-
repo/semantics/altIdentifier info:eu-
repo/semantics/altIdentifier/<scheme>/<ident
ifier> where <scheme> must be one of the
following: ark,arxiv, doi, hdl, isbn, purl…
Example
<dc:relation> info:eu-repo/semantics/altIdentifier/doi/10.1234/789.1 </dc:relation>
Referenced Dataset
25
Element name Referenced Dataset
DCMI definition dc:relation
Usage Recommended
Usage instruction Encodes links to research datasets connected
with this publication. The syntax of info:eu-
repo/semantics/dataset is: info:eu-
repo/semantics/dataset/<scheme>/<identifier
> where <scheme> must be one of the
following: ark,arxiv, doi, hdl, isbn, purl…
Example
<dc:relation> info:eu-repo/semantics/dataset/doi/10.1234/789.1 </dc:relation>
Referenced Publication
26
Element name Referenced Publication
DCMI definition dc:relation
Usage Recommended
Usage instruction Encode links to publications referenced by this
publication. The syntax of info:eu-
repo/semantics/reference is: info:eu-
repo/semantics/reference/<scheme>/<identifie
r> where <scheme> must be one of the
following: ark, arxiv, doi, hdl, isbn…
Examples:
<dc:relation> info:eu-repo/semantics/reference/doi/10.1234/789.1
</dc:relation>
Meet H2020 OA Guidelines
• https://www.iprhelpdesk.eu/sites/default/files/newsdoc
uments/Open_Access_in_H2020.pdf
27
Property DC Field Value
EU funding
acknowledgment
dc:contributor “controlled” terms :
["European Union (EU)" and "Horizon 2020"]["Euratom" and "Euratom
research and training programme 2014-2018"]
Peer reviewed dc:type info:eu-repo/semantics/publishedVersion
Embargo period dc:date
dc:rights
• info:eu-repo/date/embargoEnd/<YYYY-MM-DD>
• <YYYY-MM-DD> (as publication date)
• info:eu-repo/semantics/embargoedAccess
Project information dc:relation info:eu-
repo/grantAgreement/EC/H2020/[ProjectID]/[Jurisdiction]/[ProjectName]/[Pr
ojectAcronym]/
Persistent identifier dc:identifier or
dc:relation
License dc:rights URL of license condition
Persistent IDs for authors
and contributors
dc:creator
dc:contributor
<Lastname, Firstname; id_orcid 0000-0000-0000-0000>
Reference to related
research outcome
dc:relation info:eu-repo/semantics/dataset/<scheme>/<id>
OpenAIRE compatibility
status
levels and OAI sets
28
3/5
Jochen Schirrwagen, University of Bielefeld
Compatibility status
29
OpenAIRE
basic
Only Open
Access content
via driver oai
set
OpenAIRE
2.0
EC funded
content
via
ec_fundedres
ources oai set
OpenAIRE
2.0 +
Open Access
and EC funded
content
via driver and
ec_fundedreso
urces oai set
OpenAIRE
3.0
Open Access
and/or EC
funded and/or
National/other
funded content
via openaire
oai set
OpenAIRE literature content
30
Check data providers
How to make the repository
OpenAIRE compatible
DSpace repository platform
32
4/5
Pedro Principe, University of Minho
Topics
• OpenAIRE compatibility for Dspace versions
• OAI Extended Addon
• XOAI addon
• OAI 2.0
• Specific metadata values
• Authority Control Addon
• OpenAIRE funders projects list addon
OR2014 @ Helsinki 33
OpenAIRE compatibility for
different Dspace versions
34
Via OAIextended Addon and also via XOAI addonDspace 1.8.2
• Compatibility with OpenAIRE 2.0 guidelines
OAI 2.0 is a standard part of DSpace 3.0DSpace 3
• Compatibility with OpenAIRE 2.0 guidelines via XOAI.
• (fix ‘info:eu-repo/grantAgreement/EC/FP’ on the filter ‘openairerelationFilter’)
OAI 2.0 is a standard part of DSpace 4.0DSpace 4
• OpenAIRE 2.0 compatibility via XOAI
OAI 2.0 is a standard part of DSpace 5.0DSpace 5
• OpenAIRE 2.0 compatibility via XOAI and will be partially compatible with
OpenAIRE 3.0 guidelines via patch (to be presented briefly).
OAI extended Addon
OAI Extended Addon (or a patch to be more precise):
• Extends the base functionality of the OAI-PMH interface
and delivers repository administrators more flexibility and
functionalities to select and filter the information.
• The purpose of the OAI Extended Addon was to modify the
OAI Interface's output, showing only items that were
compliant with the DRIVER Guidelines.
• The Addon provides also the tools to create a set according
to the requirements of the OpenAIRE Guidelines, helping
European repositories to become OpenAIRE compliant.
35
OpenAIRE compatibility
OAIextended V 3.0
Dspace 1.8.2 06 Jul. 2012
OAIextended V 2.4
Dspace 1.7.2 25 Oct. 2011
OAIextended V 2.0
Dspace 1.6.2 08 Nov. 2010
OAI Extended Addon – DSpace patch
36
http://projeto.rcaap.pt/index.php/lang-en/consultar-recursos-de-apoio/remository?func=select&id=30
OAIextended
•Initially created for the DRIVER Guidelines
• Since Nov. 2010 enables OpenAIRE compatibility.
How?
• Filter all the records that have a dc.relationwith:
info:eu-repo/grantAgreement/EC/FP7/??????
• To the EC Funded Resources SET
 OpenAIRE 2.0 guidelines set
XOAI
• XOAI is a java implementation of an adaptable OAI-PMH
data provider interface.
• Enabling features like:
• OpenAIRE and Driver compliance
• Item filtering and formatting
• Style Sheet Support
• Virtual sets
• Virtual contexts.
XOAI info: https://github.com/lyncode/xoai
XOAI guide: http://www.lyncode.com/dspace/addons/xoai/doc/XOAI_en.pdf
What is XOAI Add-on? (for DSpace 1.8.x)
38
OAI 2.0
What is OAI 2.0?
OAI 2.0 is a Java implementation of an OAI-PMH data provider
interface that uses XOAI, an OAI-PMH Java Library.
Why OAI 2.0?
Projects like OpenAIRE, Driver have specific metadata
requirements.
As the OAI-PMH protocol doesn't establish any frame to
these specifics, OAI 2.0 can have more than one instance of
an OAI interface (feature provided by the XOAI core library)
so one could define an interface for each project.
OAI 2.0 is a standard part of DSpace 3.0, 4.0 and 5.0
39
OAI 2.0
• With a Filter is possible to select information from the
data source.
• A Transformer allows to make some changes in the
metadata before showing it in the OAI interface
• OAI 2.0 also adds a new concept to the OAI-PMH basic
specification, the concept of context.
 http://www.example.com/xoai/driver
 http://www.example.com/xoai/openaire
 http://www.example.com/xoai/request
Concepts: Filter, Transformer and Context
40
OAI 2.0
DRIVER OPENAIRE
Contexts could be seen as virtual distinct OAI interfaces
41
 http://repositorium.sdum.uminho.pt/oai/driver
 http://repositorium.sdum.uminho.pt/oai/openaire
 http://repositorium.sdum.uminho.pt/oai/request
OAI 2.0 ‘openaire set’ & ‘filter’
https://github.com/DSpace/DSpace/blob/master/dspace/config/crosswalks/oai/xoai.xml
OAI 2.0 (ec_fundedresources set)
Webinars on OpenAIRE compatibility for repositories – March/April 2014 43
http://repositorium.sdum.uminho.pt/oai/openaire?verb=ListSets
OAI 2.0 (record)
Webinars on OpenAIRE compatibility for repositories – March/April 2014 44http://repositorium.sdum.uminho.pt/oai/openaire?verb=ListRecords&metadataPrefix=oai_dc&set=ec_fundedresources
NOTE:
XOAI which is currently integrated into DSpace as the
default OAI data provider interface, is about to be merged
with DSpace and being managed by the DSpace community.
XOAI was previously managed by Lyncode.
Dspace 5.0 will be compatible with OpenAIRE 3.0 guidelines
via patch (to be presented briefly)
45
Specific metadata values
• Just use a combo-box for dc:rights to input the 4 options:
• info:eu-repo/semantics/closedAccess
• info:eu-repo/semantics/embargoedAccess
• info:eu-repo/semantics/restrictedAccess
• info:eu-repo/semantics/openAccess
• Use a input-box for dc:date to insert the embargo end
date:
• <dc:date> info:eu-repo/date/embargoEnd/2014-05-12 <dc:date>
+ info: https://wiki.duraspace.org/pages/viewpage.action?pageId=33238567
http://colab.mpdl.mpg.de/mediawiki/ESciDoc_Application_Profile_OpenAIRE
How do you easily add… dc:rights and embargo end date
46
Specific metadata values
• Have a dc:relation field in input-forms.xml to projects.
• You can also use the OpenAIRE Authority Control
Addon to facilitate the search process of the project
identification.
• http://projeto.rcaap.pt/index.php/lang-en/consultar-recursos-
de-apoio/remository?func=fileinfo&id=354
How do you easily add… dc:relation with the project ID
47
http://api.openaire.eu
Add-on
OpenAIRE Authority Control
• This Addon use Dspace “Authority Control”
functionality:
• provides a way to list and verify OpenAIRE projects
(FP7);
• the list of projects is maintained as a web-service
• a local cache is created in order to be queried by users
• only adds the correct value in dc.relation field
• Main goals:
• Simplify and standardize the projects (ID) identification
in the deposit process;
• Facilitates compliance with the OpenAIRE guidelines
48
OpenAIRE Authority Control
Add-on for:
Dspace 3.2
http://goo.gl/cEPTZN (updated March 2014)
Dspace 1.8.2
http://projeto.rcaap.pt/index.php/lang-en/consultar-recursos-de-
apoio/remository?func=fileinfo&id=354
Dspace 1.7.2
http://projecto.rcaap.pt/index.php/lang-pt/consultar-recursos-de-
apoio/remository?func=fileinfo&id=345
Dspace 1.6.2
http://projecto.rcaap.pt/index.php/lang-pt/consultar-recursos-de-
apoio/remository?func=fileinfo&id=342
49
OpenAIRE
Authority Control Addon
• Allows users to search and include FP7 projects ID in the
metadata of the records disposed in accordance with the
guidelines
* Needs the OAIextended Addon to create the set
(ec_fundedresources)
50
Submission workflow
Searching by the name or the project id number
Select the project and accept… the necessary namespace will be filled
OpenAIRE funders projects list addon
In use on the RCAAP Project (PT repositories)
• https://gitlab.fccn.pt/dev-rcaap/addon-openaire/tree/OpenAIRE5.X
• https://gitlab.fccn.pt/dev-rcaap/addon-openaire/tree/OpenAIRE3.X
Using the projects list provided by the OpenAIRE API
Under development... almost finalized.
52
OpenAIRE funders projects list addon
53
http://api.openaire.eu/
54
http://api.openaire.eu/
Need to integrate project and funding information into your
institutional repository based on DSpace or ePrints?
• Go for the DSpace/ePrints endpoints.
Do you prefer a TSV with the list of projects by funding?
• TSV endpoint is meant for
55
Compatibility for other repositories
platforms - USEFUL INFO
EPrints repository platform (2014 webinar)
https://www.openaire.eu/webinars/webinars/webinar-openaire-compatibility-
for-repositories-eprints-repository-platform
Proprietary platforms (2014 webinar)
https://www.openaire.eu/webinars/webinars/webinar-openaire-compatibility-
for-repositories-proprietary-platforms
56
OpenAIRE validator
and registration process
57
5/5
Jochen Schirrwagen, University of Bielefeld
Registration Steps
58
1.Register your repository in OpenDOAR
OpenDOAR is an authoritative worldwide directory of
academic open access repositories.
2. Test compliancy with OpenAIRE
Make your repository OpenAIRE complaint – by
implementing the OpenAIRE Guidelines
3. Add your repository in OpenAIRE
OpenAIRE in collaboration with OpenDOAR provides you an
easy web tool to help you register the repository.
1. OpenDOAR
• The first step is to register your repository in
OpenDOAR http://opendoar.org/
• If you are already registered in OpenDOAR:
• Check if the information is up to date
• Take care on the OAI BaseURL and admin email contact
59
2. Test the OpenAIRE compliance
• After you have made some progress in implementing
the guidelines you should run a compliancy test.
• The OpenAIRE provides its validator service
https://validator.openaire.eu
• Verify if the repository is truly compatible with the guidelines.
• Enter the OAI-PMH base URL of your repository and
choose to test your repository against the OpenAIRE rule
set.
• After running the test you can browse the results.
• The results are updated periodically, and the whole test
might take some time to finish.
60
www.openaire.eu/validator
Interfaces and publishing protocols
• Compatibility level "OpenAIRE 3.0" corresponds to run a
validation test on "openaire" set.
• Compatibility level "OpenAIRE 2.0" corresponds to run a
validation test on "ec_fundedresources“ set.
• Compatibility level “OpenAIRE Basic“ (former DRIVER
Guidelines) corresponds to run a validation test on “driver“
set.
OR2014 @ Helsinki 63
Run Compatibility Test:
View/Select Rules
for Usage
Use of OAI-DC (M)
Use of OAI-PMH:
'openaire' or
'ec_fundedresources' or
'driver' set must exist (M)
Use of OAI-PMH:
'openaire' set must exist (M)
driver set must exist (R)
ec_fundedresources set must
exist (openaire2.0)
for Content
Field Access Level (M)
Field Alternative Identifier (R)
Field Audience (R)
Field Contributor (R)
Field Coverage (R)
Field Creator (M)
Field Date of Publication (M)
Field Description (MA)
Field Embargo End Date (MA)
Field Format (R)
Field Language (R)
Field License Condition (R)
Field Project Identifier for
ecfundedresources (M)
Field Project Identifier for
openaire(MA)
Field Publication Type (M)
Field Publication Version (R)
Field Publisher (MA)
Field Referenced Dataset (R)
Field Referenced Publication (R)
Field Resource Identifier (M)
Field Source (M)
Field Subject (MA)
Field Title (M)
Run compatibility test
3. Join OpenAIRE
1. Add and correct any details in the form and click submit.
After a short compatibility test against the OpenAIRE
rule set, your repository will be ready to join OpenAIRE.
2. An email will be sent to the repository administrator to
confirm this request. Please make sure you have
contacted them before registering.
3. If the compatibility test does not succeed, you will be
unable to join OpenAIRE until you correct all the errors
that are found. Then you must re-submit your request.
66
Join OpenAIRE
OR2014 @ Helsinki 67
Useful links:
68
Find and discuss the guidelines at: https://guidelines.openaire.eu
Test and register the repository at: http://validator.openaire.eu
Find support at: https://www.openaire.eu/support/helpdesk
Access the OpenAIRE API documentation: http://api.openaire.eu
Find the guide for Repository Managers at:
https://www.openaire.eu/rep-man-toolkit/repository-managers
Search for OpenAIRE data providers at:
https://www.openaire.eu/search/openaire-data-providers
See the OpenAIRE Content Acquisition policy at:
https://www.openaire.eu/openaire-s-content-acquisition-policy/download
Q&A
Pedro Principe, pedroprincipe@sdum.uminho.pt
Jochen Schirrwagen, jochen.schirrwagen@uni-bielefeld.de
69
GET IN TOUCH
OpenAIRE Greek Noad EKT
Victoria Tsoukala, tsoukala@ekt.gr
Marina Angelaki, angelaki@ekt.gr

Weitere ähnliche Inhalte

Was ist angesagt?

WEBINAR: Open Research Data in Horizon 2020
WEBINAR: Open Research Data in Horizon 2020WEBINAR: Open Research Data in Horizon 2020
WEBINAR: Open Research Data in Horizon 2020OpenAIRE
 
WEBINAR: Open Access to publications in Horizon 2020
WEBINAR: Open Access to publications in Horizon 2020WEBINAR: Open Access to publications in Horizon 2020
WEBINAR: Open Access to publications in Horizon 2020OpenAIRE
 
Eiah Data Model: Semantic Interoperability between Distributed Digital Reposi...
Eiah Data Model: Semantic Interoperability between Distributed Digital Reposi...Eiah Data Model: Semantic Interoperability between Distributed Digital Reposi...
Eiah Data Model: Semantic Interoperability between Distributed Digital Reposi...Saeed Moaddeli
 
Dublin Core Metadata Initiatives
Dublin Core Metadata InitiativesDublin Core Metadata Initiatives
Dublin Core Metadata InitiativesShriram Pandey
 
D Robinson - Using HDF5 to work with large quantities of rich biological data
D Robinson - Using HDF5 to work with large quantities of rich biological dataD Robinson - Using HDF5 to work with large quantities of rich biological data
D Robinson - Using HDF5 to work with large quantities of rich biological dataJan Aerts
 
Phil Ritchie | Putting Standards into Action: Multilingual and Semantic Enric...
Phil Ritchie | Putting Standards into Action: Multilingual and Semantic Enric...Phil Ritchie | Putting Standards into Action: Multilingual and Semantic Enric...
Phil Ritchie | Putting Standards into Action: Multilingual and Semantic Enric...semanticsconference
 

Was ist angesagt? (7)

WEBINAR: Open Research Data in Horizon 2020
WEBINAR: Open Research Data in Horizon 2020WEBINAR: Open Research Data in Horizon 2020
WEBINAR: Open Research Data in Horizon 2020
 
WEBINAR: Open Access to publications in Horizon 2020
WEBINAR: Open Access to publications in Horizon 2020WEBINAR: Open Access to publications in Horizon 2020
WEBINAR: Open Access to publications in Horizon 2020
 
Eiah Data Model: Semantic Interoperability between Distributed Digital Reposi...
Eiah Data Model: Semantic Interoperability between Distributed Digital Reposi...Eiah Data Model: Semantic Interoperability between Distributed Digital Reposi...
Eiah Data Model: Semantic Interoperability between Distributed Digital Reposi...
 
Dublin Core Metadata Initiatives
Dublin Core Metadata InitiativesDublin Core Metadata Initiatives
Dublin Core Metadata Initiatives
 
ISOcat to LMF to TEI
ISOcat to LMF to TEIISOcat to LMF to TEI
ISOcat to LMF to TEI
 
D Robinson - Using HDF5 to work with large quantities of rich biological data
D Robinson - Using HDF5 to work with large quantities of rich biological dataD Robinson - Using HDF5 to work with large quantities of rich biological data
D Robinson - Using HDF5 to work with large quantities of rich biological data
 
Phil Ritchie | Putting Standards into Action: Multilingual and Semantic Enric...
Phil Ritchie | Putting Standards into Action: Multilingual and Semantic Enric...Phil Ritchie | Putting Standards into Action: Multilingual and Semantic Enric...
Phil Ritchie | Putting Standards into Action: Multilingual and Semantic Enric...
 

Andere mochten auch

Implementing the Open Government Directive using the technologies of the Soci...
Implementing the Open Government Directive using the technologies of the Soci...Implementing the Open Government Directive using the technologies of the Soci...
Implementing the Open Government Directive using the technologies of the Soci...George Thomas
 
2013 NISO Webinar: Preparing Librarians for New Roles in E-science
2013 NISO Webinar: Preparing Librarians for New Roles in E-science2013 NISO Webinar: Preparing Librarians for New Roles in E-science
2013 NISO Webinar: Preparing Librarians for New Roles in E-scienceElaine Martin
 
Alphabet Soup: Choosing Among DC, QDC, MARC, MARCXML, and MODS
Alphabet Soup: Choosing Among DC, QDC, MARC, MARCXML, and MODSAlphabet Soup: Choosing Among DC, QDC, MARC, MARCXML, and MODS
Alphabet Soup: Choosing Among DC, QDC, MARC, MARCXML, and MODSJenn Riley
 
Metadata lecture(9 17-14)
Metadata lecture(9 17-14)Metadata lecture(9 17-14)
Metadata lecture(9 17-14)mhb120
 
Meta analysis - qualitative research design
Meta analysis - qualitative research designMeta analysis - qualitative research design
Meta analysis - qualitative research designDinesh Selvam
 

Andere mochten auch (11)

NISO Virtual Conference Scientific Data Management: Caring for Your Instituti...
NISO Virtual Conference Scientific Data Management: Caring for Your Instituti...NISO Virtual Conference Scientific Data Management: Caring for Your Instituti...
NISO Virtual Conference Scientific Data Management: Caring for Your Instituti...
 
NISO Webinar: October Two-Part Webinar: Managing Data for Scholarly Communica...
NISO Webinar: October Two-Part Webinar: Managing Data for Scholarly Communica...NISO Webinar: October Two-Part Webinar: Managing Data for Scholarly Communica...
NISO Webinar: October Two-Part Webinar: Managing Data for Scholarly Communica...
 
Implementing the Open Government Directive using the technologies of the Soci...
Implementing the Open Government Directive using the technologies of the Soci...Implementing the Open Government Directive using the technologies of the Soci...
Implementing the Open Government Directive using the technologies of the Soci...
 
2013 NISO Webinar: Preparing Librarians for New Roles in E-science
2013 NISO Webinar: Preparing Librarians for New Roles in E-science2013 NISO Webinar: Preparing Librarians for New Roles in E-science
2013 NISO Webinar: Preparing Librarians for New Roles in E-science
 
Alphabet Soup: Choosing Among DC, QDC, MARC, MARCXML, and MODS
Alphabet Soup: Choosing Among DC, QDC, MARC, MARCXML, and MODSAlphabet Soup: Choosing Among DC, QDC, MARC, MARCXML, and MODS
Alphabet Soup: Choosing Among DC, QDC, MARC, MARCXML, and MODS
 
Feb 12 NISO Webinar: We Know it When We See It: Managing "Works" Metadata
Feb 12 NISO Webinar: We Know it When We See It: Managing "Works" MetadataFeb 12 NISO Webinar: We Know it When We See It: Managing "Works" Metadata
Feb 12 NISO Webinar: We Know it When We See It: Managing "Works" Metadata
 
Bibliographic Roadmap - Vocabularies - NISO update January 2016
Bibliographic Roadmap - Vocabularies - NISO update January 2016Bibliographic Roadmap - Vocabularies - NISO update January 2016
Bibliographic Roadmap - Vocabularies - NISO update January 2016
 
Metadata Cloud
Metadata CloudMetadata Cloud
Metadata Cloud
 
Metadata lecture(9 17-14)
Metadata lecture(9 17-14)Metadata lecture(9 17-14)
Metadata lecture(9 17-14)
 
NISO/DCMI Webinar: Metadata for Managing Scientific Research Data
NISO/DCMI Webinar: Metadata for Managing Scientific Research DataNISO/DCMI Webinar: Metadata for Managing Scientific Research Data
NISO/DCMI Webinar: Metadata for Managing Scientific Research Data
 
Meta analysis - qualitative research design
Meta analysis - qualitative research designMeta analysis - qualitative research design
Meta analysis - qualitative research design
 

Ähnlich wie Webinar on OpenAIRE Compatibility for Repositories (Greek NOAD EKT)

Making your Repository or Open Access Journal OpenAIRE compatible with OA Hor...
Making your Repository or Open Access Journal OpenAIRE compatible with OA Hor...Making your Repository or Open Access Journal OpenAIRE compatible with OA Hor...
Making your Repository or Open Access Journal OpenAIRE compatible with OA Hor...OpenAIRE
 
How to practically support Open Access: Guidelines for Data Providers of the ...
How to practically support Open Access: Guidelines for Data Providers of the ...How to practically support Open Access: Guidelines for Data Providers of the ...
How to practically support Open Access: Guidelines for Data Providers of the ...OpenAIRE
 
OpenAIRE compatibility for DSpace repositories - OR 2014 workshop
OpenAIRE compatibility for DSpace repositories - OR 2014 workshop OpenAIRE compatibility for DSpace repositories - OR 2014 workshop
OpenAIRE compatibility for DSpace repositories - OR 2014 workshop OpenAIRE
 
OpenAIRE compatible repositories for institutions - FOSTER & NCPs academy web...
OpenAIRE compatible repositories for institutions - FOSTER & NCPs academy web...OpenAIRE compatible repositories for institutions - FOSTER & NCPs academy web...
OpenAIRE compatible repositories for institutions - FOSTER & NCPs academy web...OpenAIRE
 
OpenAIRE: Directrices 3.0, desarrollos y servicios para Gestores de Repositorios
OpenAIRE: Directrices 3.0, desarrollos y servicios para Gestores de RepositoriosOpenAIRE: Directrices 3.0, desarrollos y servicios para Gestores de Repositorios
OpenAIRE: Directrices 3.0, desarrollos y servicios para Gestores de RepositoriosOpenAIRE
 
OpenAIRE Guidelines - tutorial
OpenAIRE Guidelines - tutorialOpenAIRE Guidelines - tutorial
OpenAIRE Guidelines - tutorialPedro Príncipe
 
OpenAIRE services and tools - presentation at #DI4R2016
OpenAIRE services and tools - presentation at #DI4R2016OpenAIRE services and tools - presentation at #DI4R2016
OpenAIRE services and tools - presentation at #DI4R2016OpenAIRE
 
CRIS 2014 - OpenAIRE Guidelines: supporting interoperability for Literature R...
CRIS 2014 - OpenAIRE Guidelines: supporting interoperability for Literature R...CRIS 2014 - OpenAIRE Guidelines: supporting interoperability for Literature R...
CRIS 2014 - OpenAIRE Guidelines: supporting interoperability for Literature R...Pedro Príncipe
 
OpenAIRE guidelines : supporting interoperability for literature repositories...
OpenAIRE guidelines : supporting interoperability for literature repositories...OpenAIRE guidelines : supporting interoperability for literature repositories...
OpenAIRE guidelines : supporting interoperability for literature repositories...OpenAIRE
 
OpenAIRE guidelines and broker service for repository managers - OpenAIRE #OA...
OpenAIRE guidelines and broker service for repository managers - OpenAIRE #OA...OpenAIRE guidelines and broker service for repository managers - OpenAIRE #OA...
OpenAIRE guidelines and broker service for repository managers - OpenAIRE #OA...OpenAIRE
 
OpenAIRE and the case of Irish Repositories, by Jochen Schirrwagen (RIAN Work...
OpenAIRE and the case of Irish Repositories, by Jochen Schirrwagen (RIAN Work...OpenAIRE and the case of Irish Repositories, by Jochen Schirrwagen (RIAN Work...
OpenAIRE and the case of Irish Repositories, by Jochen Schirrwagen (RIAN Work...OpenAIRE
 
OpenAIRE compatibility for repositories - Webinar on the OpenAIRE Guidelines
OpenAIRE compatibility for repositories - Webinar on the OpenAIRE GuidelinesOpenAIRE compatibility for repositories - Webinar on the OpenAIRE Guidelines
OpenAIRE compatibility for repositories - Webinar on the OpenAIRE GuidelinesPedro Príncipe
 
Webinar on OpenAIRE compatibility for repositories: DSpace repository platform
Webinar on OpenAIRE compatibility for repositories: DSpace repository platformWebinar on OpenAIRE compatibility for repositories: DSpace repository platform
Webinar on OpenAIRE compatibility for repositories: DSpace repository platformOpenAIRE
 
EOSC Provider and Resource Profiles Tutorial
EOSC Provider and Resource Profiles Tutorial EOSC Provider and Resource Profiles Tutorial
EOSC Provider and Resource Profiles Tutorial EOSCEuropeanOpenScie
 
5th Content Providers Community Call
5th Content Providers Community Call5th Content Providers Community Call
5th Content Providers Community CallOpenAIRE
 
Webinar on OpenAIRE compatibility for repositories: EPrints repository platform
Webinar on OpenAIRE compatibility for repositories: EPrints repository platform Webinar on OpenAIRE compatibility for repositories: EPrints repository platform
Webinar on OpenAIRE compatibility for repositories: EPrints repository platform OpenAIRE
 
Exposing EO Linked (meta-)Data from OpenSearch Catalogue
Exposing EO Linked (meta-)Data from OpenSearch CatalogueExposing EO Linked (meta-)Data from OpenSearch Catalogue
Exposing EO Linked (meta-)Data from OpenSearch CatalogueRaul Palma
 
OpenAIRE: Science. Set Free, Iryna Kuchma, EIFL
OpenAIRE: Science. Set Free, Iryna Kuchma, EIFLOpenAIRE: Science. Set Free, Iryna Kuchma, EIFL
OpenAIRE: Science. Set Free, Iryna Kuchma, EIFLPlatforma Otwartej Nauki
 
Webinar on OpenAIRE compatibility for repositories: proprietary platforms
Webinar on OpenAIRE compatibility for repositories: proprietary platformsWebinar on OpenAIRE compatibility for repositories: proprietary platforms
Webinar on OpenAIRE compatibility for repositories: proprietary platformsOpenAIRE
 
7th Content Providers Community Call
7th Content Providers Community Call7th Content Providers Community Call
7th Content Providers Community CallOpenAIRE
 

Ähnlich wie Webinar on OpenAIRE Compatibility for Repositories (Greek NOAD EKT) (20)

Making your Repository or Open Access Journal OpenAIRE compatible with OA Hor...
Making your Repository or Open Access Journal OpenAIRE compatible with OA Hor...Making your Repository or Open Access Journal OpenAIRE compatible with OA Hor...
Making your Repository or Open Access Journal OpenAIRE compatible with OA Hor...
 
How to practically support Open Access: Guidelines for Data Providers of the ...
How to practically support Open Access: Guidelines for Data Providers of the ...How to practically support Open Access: Guidelines for Data Providers of the ...
How to practically support Open Access: Guidelines for Data Providers of the ...
 
OpenAIRE compatibility for DSpace repositories - OR 2014 workshop
OpenAIRE compatibility for DSpace repositories - OR 2014 workshop OpenAIRE compatibility for DSpace repositories - OR 2014 workshop
OpenAIRE compatibility for DSpace repositories - OR 2014 workshop
 
OpenAIRE compatible repositories for institutions - FOSTER & NCPs academy web...
OpenAIRE compatible repositories for institutions - FOSTER & NCPs academy web...OpenAIRE compatible repositories for institutions - FOSTER & NCPs academy web...
OpenAIRE compatible repositories for institutions - FOSTER & NCPs academy web...
 
OpenAIRE: Directrices 3.0, desarrollos y servicios para Gestores de Repositorios
OpenAIRE: Directrices 3.0, desarrollos y servicios para Gestores de RepositoriosOpenAIRE: Directrices 3.0, desarrollos y servicios para Gestores de Repositorios
OpenAIRE: Directrices 3.0, desarrollos y servicios para Gestores de Repositorios
 
OpenAIRE Guidelines - tutorial
OpenAIRE Guidelines - tutorialOpenAIRE Guidelines - tutorial
OpenAIRE Guidelines - tutorial
 
OpenAIRE services and tools - presentation at #DI4R2016
OpenAIRE services and tools - presentation at #DI4R2016OpenAIRE services and tools - presentation at #DI4R2016
OpenAIRE services and tools - presentation at #DI4R2016
 
CRIS 2014 - OpenAIRE Guidelines: supporting interoperability for Literature R...
CRIS 2014 - OpenAIRE Guidelines: supporting interoperability for Literature R...CRIS 2014 - OpenAIRE Guidelines: supporting interoperability for Literature R...
CRIS 2014 - OpenAIRE Guidelines: supporting interoperability for Literature R...
 
OpenAIRE guidelines : supporting interoperability for literature repositories...
OpenAIRE guidelines : supporting interoperability for literature repositories...OpenAIRE guidelines : supporting interoperability for literature repositories...
OpenAIRE guidelines : supporting interoperability for literature repositories...
 
OpenAIRE guidelines and broker service for repository managers - OpenAIRE #OA...
OpenAIRE guidelines and broker service for repository managers - OpenAIRE #OA...OpenAIRE guidelines and broker service for repository managers - OpenAIRE #OA...
OpenAIRE guidelines and broker service for repository managers - OpenAIRE #OA...
 
OpenAIRE and the case of Irish Repositories, by Jochen Schirrwagen (RIAN Work...
OpenAIRE and the case of Irish Repositories, by Jochen Schirrwagen (RIAN Work...OpenAIRE and the case of Irish Repositories, by Jochen Schirrwagen (RIAN Work...
OpenAIRE and the case of Irish Repositories, by Jochen Schirrwagen (RIAN Work...
 
OpenAIRE compatibility for repositories - Webinar on the OpenAIRE Guidelines
OpenAIRE compatibility for repositories - Webinar on the OpenAIRE GuidelinesOpenAIRE compatibility for repositories - Webinar on the OpenAIRE Guidelines
OpenAIRE compatibility for repositories - Webinar on the OpenAIRE Guidelines
 
Webinar on OpenAIRE compatibility for repositories: DSpace repository platform
Webinar on OpenAIRE compatibility for repositories: DSpace repository platformWebinar on OpenAIRE compatibility for repositories: DSpace repository platform
Webinar on OpenAIRE compatibility for repositories: DSpace repository platform
 
EOSC Provider and Resource Profiles Tutorial
EOSC Provider and Resource Profiles Tutorial EOSC Provider and Resource Profiles Tutorial
EOSC Provider and Resource Profiles Tutorial
 
5th Content Providers Community Call
5th Content Providers Community Call5th Content Providers Community Call
5th Content Providers Community Call
 
Webinar on OpenAIRE compatibility for repositories: EPrints repository platform
Webinar on OpenAIRE compatibility for repositories: EPrints repository platform Webinar on OpenAIRE compatibility for repositories: EPrints repository platform
Webinar on OpenAIRE compatibility for repositories: EPrints repository platform
 
Exposing EO Linked (meta-)Data from OpenSearch Catalogue
Exposing EO Linked (meta-)Data from OpenSearch CatalogueExposing EO Linked (meta-)Data from OpenSearch Catalogue
Exposing EO Linked (meta-)Data from OpenSearch Catalogue
 
OpenAIRE: Science. Set Free, Iryna Kuchma, EIFL
OpenAIRE: Science. Set Free, Iryna Kuchma, EIFLOpenAIRE: Science. Set Free, Iryna Kuchma, EIFL
OpenAIRE: Science. Set Free, Iryna Kuchma, EIFL
 
Webinar on OpenAIRE compatibility for repositories: proprietary platforms
Webinar on OpenAIRE compatibility for repositories: proprietary platformsWebinar on OpenAIRE compatibility for repositories: proprietary platforms
Webinar on OpenAIRE compatibility for repositories: proprietary platforms
 
7th Content Providers Community Call
7th Content Providers Community Call7th Content Providers Community Call
7th Content Providers Community Call
 

Mehr von OpenAIRE

10th OpenAIRE Content Providers Community Call
10th OpenAIRE Content Providers Community Call10th OpenAIRE Content Providers Community Call
10th OpenAIRE Content Providers Community CallOpenAIRE
 
9th Content Providers Community Call\
9th Content Providers Community Call\9th Content Providers Community Call\
9th Content Providers Community Call\OpenAIRE
 
OpenAIRE in the European Open Science Cloud (EOSC)
OpenAIRE in the European Open Science Cloud (EOSC)OpenAIRE in the European Open Science Cloud (EOSC)
OpenAIRE in the European Open Science Cloud (EOSC)OpenAIRE
 
8th Content Providers Community Call
8th Content Providers Community Call8th Content Providers Community Call
8th Content Providers Community CallOpenAIRE
 
OpenAIRE PROVIDE Dashboard for Turkish repository managers
OpenAIRE PROVIDE Dashboard for Turkish repository managersOpenAIRE PROVIDE Dashboard for Turkish repository managers
OpenAIRE PROVIDE Dashboard for Turkish repository managersOpenAIRE
 
What will it cost to manage and share my data?
What will it cost to manage and share my data?What will it cost to manage and share my data?
What will it cost to manage and share my data?OpenAIRE
 
Open Research Gateway for the ELIXIR-GR Infrastructure (Part 3)
Open Research Gateway for the ELIXIR-GR Infrastructure (Part 3)Open Research Gateway for the ELIXIR-GR Infrastructure (Part 3)
Open Research Gateway for the ELIXIR-GR Infrastructure (Part 3)OpenAIRE
 
Open Research Gateway for the ELIXIR-GR Infrastructure (Part 2)
Open Research Gateway for the ELIXIR-GR Infrastructure (Part 2)Open Research Gateway for the ELIXIR-GR Infrastructure (Part 2)
Open Research Gateway for the ELIXIR-GR Infrastructure (Part 2)OpenAIRE
 
Open Research Gateway for the ELIXIR-GR Infrastructure (Part 1)
Open Research Gateway for the ELIXIR-GR Infrastructure (Part 1)Open Research Gateway for the ELIXIR-GR Infrastructure (Part 1)
Open Research Gateway for the ELIXIR-GR Infrastructure (Part 1)OpenAIRE
 
6th Content Providers Community Call
6th Content Providers Community Call6th Content Providers Community Call
6th Content Providers Community CallOpenAIRE
 
20200504_OpenAIRE Legal Policy Webinar: GDPR and Sharing Data
20200504_OpenAIRE Legal Policy Webinar: GDPR and Sharing Data20200504_OpenAIRE Legal Policy Webinar: GDPR and Sharing Data
20200504_OpenAIRE Legal Policy Webinar: GDPR and Sharing DataOpenAIRE
 
20200504_Research Data & the GDPR: How Open is Open?
20200504_Research Data & the GDPR: How Open is Open?20200504_Research Data & the GDPR: How Open is Open?
20200504_Research Data & the GDPR: How Open is Open?OpenAIRE
 
20200504_Data, Data Ownership and Open Science
20200504_Data, Data Ownership and Open Science20200504_Data, Data Ownership and Open Science
20200504_Data, Data Ownership and Open ScienceOpenAIRE
 
20200429_Research Data & the GDPR: How Open is Open? (updated version)
20200429_Research Data & the GDPR: How Open is Open? (updated version)20200429_Research Data & the GDPR: How Open is Open? (updated version)
20200429_Research Data & the GDPR: How Open is Open? (updated version)OpenAIRE
 
20200429_Data, Data Ownership and Open Science
20200429_Data, Data Ownership and Open Science20200429_Data, Data Ownership and Open Science
20200429_Data, Data Ownership and Open ScienceOpenAIRE
 
20200429_OpenAIRE Legal Policy Webinar: GDPR and Sharing Data
20200429_OpenAIRE Legal Policy Webinar: GDPR and Sharing Data20200429_OpenAIRE Legal Policy Webinar: GDPR and Sharing Data
20200429_OpenAIRE Legal Policy Webinar: GDPR and Sharing DataOpenAIRE
 
COVID-19: Activities, tools, best practice and contact points in Greece
 COVID-19: Activities, tools, best practice and contact points in Greece COVID-19: Activities, tools, best practice and contact points in Greece
COVID-19: Activities, tools, best practice and contact points in GreeceOpenAIRE
 
4th Content Providers Community Call
4th Content Providers Community Call4th Content Providers Community Call
4th Content Providers Community CallOpenAIRE
 
3rd Content Providers Community Call
3rd Content Providers Community Call3rd Content Providers Community Call
3rd Content Providers Community CallOpenAIRE
 
2nd Content Providers Community Call
2nd Content Providers Community Call2nd Content Providers Community Call
2nd Content Providers Community CallOpenAIRE
 

Mehr von OpenAIRE (20)

10th OpenAIRE Content Providers Community Call
10th OpenAIRE Content Providers Community Call10th OpenAIRE Content Providers Community Call
10th OpenAIRE Content Providers Community Call
 
9th Content Providers Community Call\
9th Content Providers Community Call\9th Content Providers Community Call\
9th Content Providers Community Call\
 
OpenAIRE in the European Open Science Cloud (EOSC)
OpenAIRE in the European Open Science Cloud (EOSC)OpenAIRE in the European Open Science Cloud (EOSC)
OpenAIRE in the European Open Science Cloud (EOSC)
 
8th Content Providers Community Call
8th Content Providers Community Call8th Content Providers Community Call
8th Content Providers Community Call
 
OpenAIRE PROVIDE Dashboard for Turkish repository managers
OpenAIRE PROVIDE Dashboard for Turkish repository managersOpenAIRE PROVIDE Dashboard for Turkish repository managers
OpenAIRE PROVIDE Dashboard for Turkish repository managers
 
What will it cost to manage and share my data?
What will it cost to manage and share my data?What will it cost to manage and share my data?
What will it cost to manage and share my data?
 
Open Research Gateway for the ELIXIR-GR Infrastructure (Part 3)
Open Research Gateway for the ELIXIR-GR Infrastructure (Part 3)Open Research Gateway for the ELIXIR-GR Infrastructure (Part 3)
Open Research Gateway for the ELIXIR-GR Infrastructure (Part 3)
 
Open Research Gateway for the ELIXIR-GR Infrastructure (Part 2)
Open Research Gateway for the ELIXIR-GR Infrastructure (Part 2)Open Research Gateway for the ELIXIR-GR Infrastructure (Part 2)
Open Research Gateway for the ELIXIR-GR Infrastructure (Part 2)
 
Open Research Gateway for the ELIXIR-GR Infrastructure (Part 1)
Open Research Gateway for the ELIXIR-GR Infrastructure (Part 1)Open Research Gateway for the ELIXIR-GR Infrastructure (Part 1)
Open Research Gateway for the ELIXIR-GR Infrastructure (Part 1)
 
6th Content Providers Community Call
6th Content Providers Community Call6th Content Providers Community Call
6th Content Providers Community Call
 
20200504_OpenAIRE Legal Policy Webinar: GDPR and Sharing Data
20200504_OpenAIRE Legal Policy Webinar: GDPR and Sharing Data20200504_OpenAIRE Legal Policy Webinar: GDPR and Sharing Data
20200504_OpenAIRE Legal Policy Webinar: GDPR and Sharing Data
 
20200504_Research Data & the GDPR: How Open is Open?
20200504_Research Data & the GDPR: How Open is Open?20200504_Research Data & the GDPR: How Open is Open?
20200504_Research Data & the GDPR: How Open is Open?
 
20200504_Data, Data Ownership and Open Science
20200504_Data, Data Ownership and Open Science20200504_Data, Data Ownership and Open Science
20200504_Data, Data Ownership and Open Science
 
20200429_Research Data & the GDPR: How Open is Open? (updated version)
20200429_Research Data & the GDPR: How Open is Open? (updated version)20200429_Research Data & the GDPR: How Open is Open? (updated version)
20200429_Research Data & the GDPR: How Open is Open? (updated version)
 
20200429_Data, Data Ownership and Open Science
20200429_Data, Data Ownership and Open Science20200429_Data, Data Ownership and Open Science
20200429_Data, Data Ownership and Open Science
 
20200429_OpenAIRE Legal Policy Webinar: GDPR and Sharing Data
20200429_OpenAIRE Legal Policy Webinar: GDPR and Sharing Data20200429_OpenAIRE Legal Policy Webinar: GDPR and Sharing Data
20200429_OpenAIRE Legal Policy Webinar: GDPR and Sharing Data
 
COVID-19: Activities, tools, best practice and contact points in Greece
 COVID-19: Activities, tools, best practice and contact points in Greece COVID-19: Activities, tools, best practice and contact points in Greece
COVID-19: Activities, tools, best practice and contact points in Greece
 
4th Content Providers Community Call
4th Content Providers Community Call4th Content Providers Community Call
4th Content Providers Community Call
 
3rd Content Providers Community Call
3rd Content Providers Community Call3rd Content Providers Community Call
3rd Content Providers Community Call
 
2nd Content Providers Community Call
2nd Content Providers Community Call2nd Content Providers Community Call
2nd Content Providers Community Call
 

Kürzlich hochgeladen

Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...
Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...
Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...SUHANI PANDEY
 
Enjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort Service
Enjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort ServiceEnjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort Service
Enjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort ServiceDelhi Call girls
 
2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs
2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs
2nd Solid Symposium: Solid Pods vs Personal Knowledge GraphsEleniIlkou
 
Sarola * Female Escorts Service in Pune | 8005736733 Independent Escorts & Da...
Sarola * Female Escorts Service in Pune | 8005736733 Independent Escorts & Da...Sarola * Female Escorts Service in Pune | 8005736733 Independent Escorts & Da...
Sarola * Female Escorts Service in Pune | 8005736733 Independent Escorts & Da...SUHANI PANDEY
 
Wagholi & High Class Call Girls Pune Neha 8005736733 | 100% Gennuine High Cla...
Wagholi & High Class Call Girls Pune Neha 8005736733 | 100% Gennuine High Cla...Wagholi & High Class Call Girls Pune Neha 8005736733 | 100% Gennuine High Cla...
Wagholi & High Class Call Girls Pune Neha 8005736733 | 100% Gennuine High Cla...SUHANI PANDEY
 
Pune Airport ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready...
Pune Airport ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready...Pune Airport ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready...
Pune Airport ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready...tanu pandey
 
Real Escorts in Al Nahda +971524965298 Dubai Escorts Service
Real Escorts in Al Nahda +971524965298 Dubai Escorts ServiceReal Escorts in Al Nahda +971524965298 Dubai Escorts Service
Real Escorts in Al Nahda +971524965298 Dubai Escorts ServiceEscorts Call Girls
 
VIP Call Girls Pollachi 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Pollachi 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Pollachi 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Pollachi 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 
Lucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRL
Lucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRLLucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRL
Lucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRLimonikaupta
 
Dubai Call Girls Milky O525547819 Call Girls Dubai Soft Dating
Dubai Call Girls Milky O525547819 Call Girls Dubai Soft DatingDubai Call Girls Milky O525547819 Call Girls Dubai Soft Dating
Dubai Call Girls Milky O525547819 Call Girls Dubai Soft Datingkojalkojal131
 
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...SUHANI PANDEY
 
Yerawada ] Independent Escorts in Pune - Book 8005736733 Call Girls Available...
Yerawada ] Independent Escorts in Pune - Book 8005736733 Call Girls Available...Yerawada ] Independent Escorts in Pune - Book 8005736733 Call Girls Available...
Yerawada ] Independent Escorts in Pune - Book 8005736733 Call Girls Available...SUHANI PANDEY
 
WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)
WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)
WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)Delhi Call girls
 
Dubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls Dubai
Dubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls DubaiDubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls Dubai
Dubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls Dubaikojalkojal131
 
Busty Desi⚡Call Girls in Vasundhara Ghaziabad >༒8448380779 Escort Service
Busty Desi⚡Call Girls in Vasundhara Ghaziabad >༒8448380779 Escort ServiceBusty Desi⚡Call Girls in Vasundhara Ghaziabad >༒8448380779 Escort Service
Busty Desi⚡Call Girls in Vasundhara Ghaziabad >༒8448380779 Escort ServiceDelhi Call girls
 
VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting High Prof...
VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting  High Prof...VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting  High Prof...
VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting High Prof...singhpriety023
 
VIP Call Girls Himatnagar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Himatnagar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Himatnagar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Himatnagar 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 
( Pune ) VIP Baner Call Girls 🎗️ 9352988975 Sizzling | Escorts | Girls Are Re...
( Pune ) VIP Baner Call Girls 🎗️ 9352988975 Sizzling | Escorts | Girls Are Re...( Pune ) VIP Baner Call Girls 🎗️ 9352988975 Sizzling | Escorts | Girls Are Re...
( Pune ) VIP Baner Call Girls 🎗️ 9352988975 Sizzling | Escorts | Girls Are Re...nilamkumrai
 
Call Girls Sangvi Call Me 7737669865 Budget Friendly No Advance BookingCall G...
Call Girls Sangvi Call Me 7737669865 Budget Friendly No Advance BookingCall G...Call Girls Sangvi Call Me 7737669865 Budget Friendly No Advance BookingCall G...
Call Girls Sangvi Call Me 7737669865 Budget Friendly No Advance BookingCall G...roncy bisnoi
 

Kürzlich hochgeladen (20)

Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...
Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...
Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...
 
Enjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort Service
Enjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort ServiceEnjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort Service
Enjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort Service
 
2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs
2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs
2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs
 
Sarola * Female Escorts Service in Pune | 8005736733 Independent Escorts & Da...
Sarola * Female Escorts Service in Pune | 8005736733 Independent Escorts & Da...Sarola * Female Escorts Service in Pune | 8005736733 Independent Escorts & Da...
Sarola * Female Escorts Service in Pune | 8005736733 Independent Escorts & Da...
 
Wagholi & High Class Call Girls Pune Neha 8005736733 | 100% Gennuine High Cla...
Wagholi & High Class Call Girls Pune Neha 8005736733 | 100% Gennuine High Cla...Wagholi & High Class Call Girls Pune Neha 8005736733 | 100% Gennuine High Cla...
Wagholi & High Class Call Girls Pune Neha 8005736733 | 100% Gennuine High Cla...
 
Pune Airport ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready...
Pune Airport ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready...Pune Airport ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready...
Pune Airport ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready...
 
Real Escorts in Al Nahda +971524965298 Dubai Escorts Service
Real Escorts in Al Nahda +971524965298 Dubai Escorts ServiceReal Escorts in Al Nahda +971524965298 Dubai Escorts Service
Real Escorts in Al Nahda +971524965298 Dubai Escorts Service
 
VVVIP Call Girls In Connaught Place ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...
VVVIP Call Girls In Connaught Place ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...VVVIP Call Girls In Connaught Place ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...
VVVIP Call Girls In Connaught Place ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...
 
VIP Call Girls Pollachi 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Pollachi 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Pollachi 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Pollachi 7001035870 Whatsapp Number, 24/07 Booking
 
Lucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRL
Lucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRLLucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRL
Lucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRL
 
Dubai Call Girls Milky O525547819 Call Girls Dubai Soft Dating
Dubai Call Girls Milky O525547819 Call Girls Dubai Soft DatingDubai Call Girls Milky O525547819 Call Girls Dubai Soft Dating
Dubai Call Girls Milky O525547819 Call Girls Dubai Soft Dating
 
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...
 
Yerawada ] Independent Escorts in Pune - Book 8005736733 Call Girls Available...
Yerawada ] Independent Escorts in Pune - Book 8005736733 Call Girls Available...Yerawada ] Independent Escorts in Pune - Book 8005736733 Call Girls Available...
Yerawada ] Independent Escorts in Pune - Book 8005736733 Call Girls Available...
 
WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)
WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)
WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)
 
Dubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls Dubai
Dubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls DubaiDubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls Dubai
Dubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls Dubai
 
Busty Desi⚡Call Girls in Vasundhara Ghaziabad >༒8448380779 Escort Service
Busty Desi⚡Call Girls in Vasundhara Ghaziabad >༒8448380779 Escort ServiceBusty Desi⚡Call Girls in Vasundhara Ghaziabad >༒8448380779 Escort Service
Busty Desi⚡Call Girls in Vasundhara Ghaziabad >༒8448380779 Escort Service
 
VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting High Prof...
VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting  High Prof...VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting  High Prof...
VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting High Prof...
 
VIP Call Girls Himatnagar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Himatnagar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Himatnagar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Himatnagar 7001035870 Whatsapp Number, 24/07 Booking
 
( Pune ) VIP Baner Call Girls 🎗️ 9352988975 Sizzling | Escorts | Girls Are Re...
( Pune ) VIP Baner Call Girls 🎗️ 9352988975 Sizzling | Escorts | Girls Are Re...( Pune ) VIP Baner Call Girls 🎗️ 9352988975 Sizzling | Escorts | Girls Are Re...
( Pune ) VIP Baner Call Girls 🎗️ 9352988975 Sizzling | Escorts | Girls Are Re...
 
Call Girls Sangvi Call Me 7737669865 Budget Friendly No Advance BookingCall G...
Call Girls Sangvi Call Me 7737669865 Budget Friendly No Advance BookingCall G...Call Girls Sangvi Call Me 7737669865 Budget Friendly No Advance BookingCall G...
Call Girls Sangvi Call Me 7737669865 Budget Friendly No Advance BookingCall G...
 

Webinar on OpenAIRE Compatibility for Repositories (Greek NOAD EKT)

  • 1. OpenAIRE COMPATIBILITY FOR REPOSITORIES WEBINAR Greek National Open Access Desk - EKT 10 June 2015 Pedro Principe, University of Minho Jochen Schirrwagen, University of Bielefeld
  • 2. AGENDA 2 1. OpenAIRE project, infrastructure & guidelines 2. OpenAIRE guidelines for Literature Repositories: Aim, versions and metadata specifications 3. OpenAIRE compatibility status: levels and OAI sets 4. How to make the repository OpenAIRE compatible 5. OpenAIRE validator and the registration process
  • 3. Overview of the OpenAIRE infrastructure and the OpenAIRE guidelines 3 1/5 Pedro Principe, University of Minho
  • 4. OPEN ACCESS INFRASTRUCTURE OpenAIRE for research in Europe 4 www.openaire.eu
  • 5. Guided by OA funder policies (European Commission) Participatory approach (human & e-infrastructure) Integrated Scientific Information System Project & Infrastruture… 5
  • 6. Data Providers OpenAIRE Platform Services
  • 7. OpenAIRE Guidelines • OpenAIRE has collaborated with key stakeholders and has produced three sets of guidelines for its data providers, all based on existing well-established standards. • Best practices for the use of transfer protocol (OAI-PMH), metadata formats, controlled vocabularies. 7 INTEROPERABILITY IS KEY
  • 8. 1 2 3Literature Repositories Dublin Core (DRIVER) Data Repositories Datacite CRIS systems CERIF-XML 3 Guidelines for Data providers 8
  • 9. How do they work? • Identification of Open Access and funded research results by OAI-Sets: • ‘ec-fundedresources’ • ‘openaire’ • ‘openaire_data’ • Latest schema guarantees backwards-compatibility with previous versions. • Enhancing research results by metadata enrichment in OpenAIRE. 9
  • 10. “Repository managers will be able to enable authors to fulfill the EC Commission Open Access requirements” 10 www.openaire.eu
  • 11. Content acquisition policy Publications in OpenAIRE Data in OpenAIRE 11
  • 12. CONTINUE TO BE DEVELOPED to establish an open and sustainable scholarly communication infrastructure 12 OpenAIRE guidelines
  • 13. OpenAIRE guidelines for Literature Repositories Aim, versions & specifications 13 2/5 Jochen Schirrwagen, University of Bielefeld
  • 14. Why Guidelines? needed to collect PUBLICATION METADATA and FUNDING INFORMATION and OPEN ACCESS STATUS + REFERENCED DATASETS & RELATED PUBLICATIONS, EMBARGO DATE INFORMATION 14
  • 15. Guidelines Timeline OpenAIRE: EC + OA (2013) OpenAIRE: EC-FP7 (2010, 2012) DRIVER: OA (2008) Text Repositories Text Repos. Aggregators Text Rep. Aggr. Oai_DC Data-Rep. OAI_DATACITE CRIS CERIF
  • 16. 1 2 3AUGUST 2010 initial document NOVEMBER 2010 (V. 1.1) OCTOBER 2012 (V. 2.0) Compatibility for aggregators. Extended Namespace for Project id. DECEMBER 2012 (3.0 beta) APRIL 2013 (3.0) OAI set has been renamed from ec_fundedresources to openaire. New relation elements for indicating external identifiers, references and connections to datasets. Literature Guidelines – versions 16 EC funded content EC and/or other funded content Open Access and EC and/or other funded content
  • 17. OpenAIRE Guidelines Aim Provide orientation for repository managers to define and implement their local data management policies according to the requirements of the OpenAIRE. These guidelines are intended to guide repository manager to expose to the OpenAIRE infrastructure not only EC funded publications, but also other Open Access publications, regardless of their funding. Merger of the DRIVER Guidelines into the context of OpenAIRE Guidelines. Part of a set of OpenAIRE Guidelines… For Literature repositories 3.0 17
  • 18. OpenAIRE Guidelines What’s new: • The OpenAIRE OAI set has been renamed from ‘ec_fundedresources’ to ‘openaire’. • New elements for indicating external identifiers, relations to other publications (references), and relations to research datasets have been defined. For Literature repositories 3.0 18
  • 19. OpenAIRE OAI-Set • To group metadata relevant for OpenAIRE • See https://www.openaire.eu/content-acquisition- policy/content-acquisition-policy/content-acquisition-policy • Metadata about Open Access Publications • Metadata about Publications funded in EC-FP7 / H2020 • Metadata about Publications funded by other funders • OpenAIRE will provide information about supported funding information 19 setName setSpec* The OpenAIRE set OpenAIRE openaire
  • 21. projectID 21 Element name projectID DCMI definition dc:relation Usage Mandatory (if applicable) Usage instruction A vocabulary of projects is exposed by the OpenAIRE API: http://api.openaire.eu/#cha_projects_http , and available for all repository managers. Values include funder, project name and projectID. The projectID equals the Grant Agreement number, and is defined by the namespace: info:eu-repo/grantAgreement/Funder/ FundingProgram/ProjectNumber/ Jurisdiction/ProjectName/ProjectAcronym/ Example: <dc:relation> info:eu-repo/grantAgreement/EC/FP7/123456 </dc:relation> <dc:relation> info:eu-repo/grantAgreement/EC/FP7/12345/EU//Acronym </dc:relation>
  • 22. accessRights 22 Element name accessRights DCMI definition dc:rights Usage Mandatory Usage instruction Use values from vocabulary Access Rights at http://purl.org/eu-repo/semantics/#info-eu-repo- AccessRights • info:eu-repo/semantics/closedAccess • info:eu-repo/semantics/embargoedAccess • info:eu-repo/semantics/restrictedAccess • info:eu-repo/semantics/openAccess Examples: <dc:rights> info:eu-repo/semantics/openAccess </dc:rights>
  • 23. embargoEndDate Element name embargoEndDate DCMI definition dc:date Usage Mandatory (if applicable) Usage instruction Recommended when accessRights = info:eu- repo/semantics/embargoedAccess The date type is controlled by the name space info:eu- repo/date/embargoEnd/, see http://wiki.surffoundation.nl/display/standards/info- eu-repo/#info-eu-repo-DateTypesandvalue. Encoding of this date should be in the form YYYY-MM-DD (conform ISO 8601). Examples: <dc:date> info:eu-repo/date/embargoEnd/2011-05-12 <dc:date>
  • 24. Alternative Identifier 24 Element name Alternative Identifier DCMI definition dc:relation Usage Recommended Usage instruction List alternative identifiers for this publication that are not the primary identifier (repository splash page), e.g., the DOI of publisher’s version, the PubMed/arXiv ID. The term is defined by info:eu- repo/semantics/altIdentifier info:eu- repo/semantics/altIdentifier/<scheme>/<ident ifier> where <scheme> must be one of the following: ark,arxiv, doi, hdl, isbn, purl… Example <dc:relation> info:eu-repo/semantics/altIdentifier/doi/10.1234/789.1 </dc:relation>
  • 25. Referenced Dataset 25 Element name Referenced Dataset DCMI definition dc:relation Usage Recommended Usage instruction Encodes links to research datasets connected with this publication. The syntax of info:eu- repo/semantics/dataset is: info:eu- repo/semantics/dataset/<scheme>/<identifier > where <scheme> must be one of the following: ark,arxiv, doi, hdl, isbn, purl… Example <dc:relation> info:eu-repo/semantics/dataset/doi/10.1234/789.1 </dc:relation>
  • 26. Referenced Publication 26 Element name Referenced Publication DCMI definition dc:relation Usage Recommended Usage instruction Encode links to publications referenced by this publication. The syntax of info:eu- repo/semantics/reference is: info:eu- repo/semantics/reference/<scheme>/<identifie r> where <scheme> must be one of the following: ark, arxiv, doi, hdl, isbn… Examples: <dc:relation> info:eu-repo/semantics/reference/doi/10.1234/789.1 </dc:relation>
  • 27. Meet H2020 OA Guidelines • https://www.iprhelpdesk.eu/sites/default/files/newsdoc uments/Open_Access_in_H2020.pdf 27 Property DC Field Value EU funding acknowledgment dc:contributor “controlled” terms : ["European Union (EU)" and "Horizon 2020"]["Euratom" and "Euratom research and training programme 2014-2018"] Peer reviewed dc:type info:eu-repo/semantics/publishedVersion Embargo period dc:date dc:rights • info:eu-repo/date/embargoEnd/<YYYY-MM-DD> • <YYYY-MM-DD> (as publication date) • info:eu-repo/semantics/embargoedAccess Project information dc:relation info:eu- repo/grantAgreement/EC/H2020/[ProjectID]/[Jurisdiction]/[ProjectName]/[Pr ojectAcronym]/ Persistent identifier dc:identifier or dc:relation License dc:rights URL of license condition Persistent IDs for authors and contributors dc:creator dc:contributor <Lastname, Firstname; id_orcid 0000-0000-0000-0000> Reference to related research outcome dc:relation info:eu-repo/semantics/dataset/<scheme>/<id>
  • 28. OpenAIRE compatibility status levels and OAI sets 28 3/5 Jochen Schirrwagen, University of Bielefeld
  • 29. Compatibility status 29 OpenAIRE basic Only Open Access content via driver oai set OpenAIRE 2.0 EC funded content via ec_fundedres ources oai set OpenAIRE 2.0 + Open Access and EC funded content via driver and ec_fundedreso urces oai set OpenAIRE 3.0 Open Access and/or EC funded and/or National/other funded content via openaire oai set
  • 32. How to make the repository OpenAIRE compatible DSpace repository platform 32 4/5 Pedro Principe, University of Minho
  • 33. Topics • OpenAIRE compatibility for Dspace versions • OAI Extended Addon • XOAI addon • OAI 2.0 • Specific metadata values • Authority Control Addon • OpenAIRE funders projects list addon OR2014 @ Helsinki 33
  • 34. OpenAIRE compatibility for different Dspace versions 34 Via OAIextended Addon and also via XOAI addonDspace 1.8.2 • Compatibility with OpenAIRE 2.0 guidelines OAI 2.0 is a standard part of DSpace 3.0DSpace 3 • Compatibility with OpenAIRE 2.0 guidelines via XOAI. • (fix ‘info:eu-repo/grantAgreement/EC/FP’ on the filter ‘openairerelationFilter’) OAI 2.0 is a standard part of DSpace 4.0DSpace 4 • OpenAIRE 2.0 compatibility via XOAI OAI 2.0 is a standard part of DSpace 5.0DSpace 5 • OpenAIRE 2.0 compatibility via XOAI and will be partially compatible with OpenAIRE 3.0 guidelines via patch (to be presented briefly).
  • 35. OAI extended Addon OAI Extended Addon (or a patch to be more precise): • Extends the base functionality of the OAI-PMH interface and delivers repository administrators more flexibility and functionalities to select and filter the information. • The purpose of the OAI Extended Addon was to modify the OAI Interface's output, showing only items that were compliant with the DRIVER Guidelines. • The Addon provides also the tools to create a set according to the requirements of the OpenAIRE Guidelines, helping European repositories to become OpenAIRE compliant. 35
  • 36. OpenAIRE compatibility OAIextended V 3.0 Dspace 1.8.2 06 Jul. 2012 OAIextended V 2.4 Dspace 1.7.2 25 Oct. 2011 OAIextended V 2.0 Dspace 1.6.2 08 Nov. 2010 OAI Extended Addon – DSpace patch 36 http://projeto.rcaap.pt/index.php/lang-en/consultar-recursos-de-apoio/remository?func=select&id=30
  • 37. OAIextended •Initially created for the DRIVER Guidelines • Since Nov. 2010 enables OpenAIRE compatibility. How? • Filter all the records that have a dc.relationwith: info:eu-repo/grantAgreement/EC/FP7/?????? • To the EC Funded Resources SET  OpenAIRE 2.0 guidelines set
  • 38. XOAI • XOAI is a java implementation of an adaptable OAI-PMH data provider interface. • Enabling features like: • OpenAIRE and Driver compliance • Item filtering and formatting • Style Sheet Support • Virtual sets • Virtual contexts. XOAI info: https://github.com/lyncode/xoai XOAI guide: http://www.lyncode.com/dspace/addons/xoai/doc/XOAI_en.pdf What is XOAI Add-on? (for DSpace 1.8.x) 38
  • 39. OAI 2.0 What is OAI 2.0? OAI 2.0 is a Java implementation of an OAI-PMH data provider interface that uses XOAI, an OAI-PMH Java Library. Why OAI 2.0? Projects like OpenAIRE, Driver have specific metadata requirements. As the OAI-PMH protocol doesn't establish any frame to these specifics, OAI 2.0 can have more than one instance of an OAI interface (feature provided by the XOAI core library) so one could define an interface for each project. OAI 2.0 is a standard part of DSpace 3.0, 4.0 and 5.0 39
  • 40. OAI 2.0 • With a Filter is possible to select information from the data source. • A Transformer allows to make some changes in the metadata before showing it in the OAI interface • OAI 2.0 also adds a new concept to the OAI-PMH basic specification, the concept of context.  http://www.example.com/xoai/driver  http://www.example.com/xoai/openaire  http://www.example.com/xoai/request Concepts: Filter, Transformer and Context 40
  • 41. OAI 2.0 DRIVER OPENAIRE Contexts could be seen as virtual distinct OAI interfaces 41  http://repositorium.sdum.uminho.pt/oai/driver  http://repositorium.sdum.uminho.pt/oai/openaire  http://repositorium.sdum.uminho.pt/oai/request
  • 42. OAI 2.0 ‘openaire set’ & ‘filter’ https://github.com/DSpace/DSpace/blob/master/dspace/config/crosswalks/oai/xoai.xml
  • 43. OAI 2.0 (ec_fundedresources set) Webinars on OpenAIRE compatibility for repositories – March/April 2014 43 http://repositorium.sdum.uminho.pt/oai/openaire?verb=ListSets
  • 44. OAI 2.0 (record) Webinars on OpenAIRE compatibility for repositories – March/April 2014 44http://repositorium.sdum.uminho.pt/oai/openaire?verb=ListRecords&metadataPrefix=oai_dc&set=ec_fundedresources
  • 45. NOTE: XOAI which is currently integrated into DSpace as the default OAI data provider interface, is about to be merged with DSpace and being managed by the DSpace community. XOAI was previously managed by Lyncode. Dspace 5.0 will be compatible with OpenAIRE 3.0 guidelines via patch (to be presented briefly) 45
  • 46. Specific metadata values • Just use a combo-box for dc:rights to input the 4 options: • info:eu-repo/semantics/closedAccess • info:eu-repo/semantics/embargoedAccess • info:eu-repo/semantics/restrictedAccess • info:eu-repo/semantics/openAccess • Use a input-box for dc:date to insert the embargo end date: • <dc:date> info:eu-repo/date/embargoEnd/2014-05-12 <dc:date> + info: https://wiki.duraspace.org/pages/viewpage.action?pageId=33238567 http://colab.mpdl.mpg.de/mediawiki/ESciDoc_Application_Profile_OpenAIRE How do you easily add… dc:rights and embargo end date 46
  • 47. Specific metadata values • Have a dc:relation field in input-forms.xml to projects. • You can also use the OpenAIRE Authority Control Addon to facilitate the search process of the project identification. • http://projeto.rcaap.pt/index.php/lang-en/consultar-recursos- de-apoio/remository?func=fileinfo&id=354 How do you easily add… dc:relation with the project ID 47 http://api.openaire.eu
  • 48. Add-on OpenAIRE Authority Control • This Addon use Dspace “Authority Control” functionality: • provides a way to list and verify OpenAIRE projects (FP7); • the list of projects is maintained as a web-service • a local cache is created in order to be queried by users • only adds the correct value in dc.relation field • Main goals: • Simplify and standardize the projects (ID) identification in the deposit process; • Facilitates compliance with the OpenAIRE guidelines 48
  • 49. OpenAIRE Authority Control Add-on for: Dspace 3.2 http://goo.gl/cEPTZN (updated March 2014) Dspace 1.8.2 http://projeto.rcaap.pt/index.php/lang-en/consultar-recursos-de- apoio/remository?func=fileinfo&id=354 Dspace 1.7.2 http://projecto.rcaap.pt/index.php/lang-pt/consultar-recursos-de- apoio/remository?func=fileinfo&id=345 Dspace 1.6.2 http://projecto.rcaap.pt/index.php/lang-pt/consultar-recursos-de- apoio/remository?func=fileinfo&id=342 49
  • 50. OpenAIRE Authority Control Addon • Allows users to search and include FP7 projects ID in the metadata of the records disposed in accordance with the guidelines * Needs the OAIextended Addon to create the set (ec_fundedresources) 50
  • 51. Submission workflow Searching by the name or the project id number Select the project and accept… the necessary namespace will be filled
  • 52. OpenAIRE funders projects list addon In use on the RCAAP Project (PT repositories) • https://gitlab.fccn.pt/dev-rcaap/addon-openaire/tree/OpenAIRE5.X • https://gitlab.fccn.pt/dev-rcaap/addon-openaire/tree/OpenAIRE3.X Using the projects list provided by the OpenAIRE API Under development... almost finalized. 52
  • 53. OpenAIRE funders projects list addon 53
  • 55. http://api.openaire.eu/ Need to integrate project and funding information into your institutional repository based on DSpace or ePrints? • Go for the DSpace/ePrints endpoints. Do you prefer a TSV with the list of projects by funding? • TSV endpoint is meant for 55
  • 56. Compatibility for other repositories platforms - USEFUL INFO EPrints repository platform (2014 webinar) https://www.openaire.eu/webinars/webinars/webinar-openaire-compatibility- for-repositories-eprints-repository-platform Proprietary platforms (2014 webinar) https://www.openaire.eu/webinars/webinars/webinar-openaire-compatibility- for-repositories-proprietary-platforms 56
  • 57. OpenAIRE validator and registration process 57 5/5 Jochen Schirrwagen, University of Bielefeld
  • 58. Registration Steps 58 1.Register your repository in OpenDOAR OpenDOAR is an authoritative worldwide directory of academic open access repositories. 2. Test compliancy with OpenAIRE Make your repository OpenAIRE complaint – by implementing the OpenAIRE Guidelines 3. Add your repository in OpenAIRE OpenAIRE in collaboration with OpenDOAR provides you an easy web tool to help you register the repository.
  • 59. 1. OpenDOAR • The first step is to register your repository in OpenDOAR http://opendoar.org/ • If you are already registered in OpenDOAR: • Check if the information is up to date • Take care on the OAI BaseURL and admin email contact 59
  • 60. 2. Test the OpenAIRE compliance • After you have made some progress in implementing the guidelines you should run a compliancy test. • The OpenAIRE provides its validator service https://validator.openaire.eu • Verify if the repository is truly compatible with the guidelines. • Enter the OAI-PMH base URL of your repository and choose to test your repository against the OpenAIRE rule set. • After running the test you can browse the results. • The results are updated periodically, and the whole test might take some time to finish. 60
  • 62.
  • 63. Interfaces and publishing protocols • Compatibility level "OpenAIRE 3.0" corresponds to run a validation test on "openaire" set. • Compatibility level "OpenAIRE 2.0" corresponds to run a validation test on "ec_fundedresources“ set. • Compatibility level “OpenAIRE Basic“ (former DRIVER Guidelines) corresponds to run a validation test on “driver“ set. OR2014 @ Helsinki 63
  • 64. Run Compatibility Test: View/Select Rules for Usage Use of OAI-DC (M) Use of OAI-PMH: 'openaire' or 'ec_fundedresources' or 'driver' set must exist (M) Use of OAI-PMH: 'openaire' set must exist (M) driver set must exist (R) ec_fundedresources set must exist (openaire2.0) for Content Field Access Level (M) Field Alternative Identifier (R) Field Audience (R) Field Contributor (R) Field Coverage (R) Field Creator (M) Field Date of Publication (M) Field Description (MA) Field Embargo End Date (MA) Field Format (R) Field Language (R) Field License Condition (R) Field Project Identifier for ecfundedresources (M) Field Project Identifier for openaire(MA) Field Publication Type (M) Field Publication Version (R) Field Publisher (MA) Field Referenced Dataset (R) Field Referenced Publication (R) Field Resource Identifier (M) Field Source (M) Field Subject (MA) Field Title (M)
  • 66. 3. Join OpenAIRE 1. Add and correct any details in the form and click submit. After a short compatibility test against the OpenAIRE rule set, your repository will be ready to join OpenAIRE. 2. An email will be sent to the repository administrator to confirm this request. Please make sure you have contacted them before registering. 3. If the compatibility test does not succeed, you will be unable to join OpenAIRE until you correct all the errors that are found. Then you must re-submit your request. 66
  • 67. Join OpenAIRE OR2014 @ Helsinki 67
  • 68. Useful links: 68 Find and discuss the guidelines at: https://guidelines.openaire.eu Test and register the repository at: http://validator.openaire.eu Find support at: https://www.openaire.eu/support/helpdesk Access the OpenAIRE API documentation: http://api.openaire.eu Find the guide for Repository Managers at: https://www.openaire.eu/rep-man-toolkit/repository-managers Search for OpenAIRE data providers at: https://www.openaire.eu/search/openaire-data-providers See the OpenAIRE Content Acquisition policy at: https://www.openaire.eu/openaire-s-content-acquisition-policy/download
  • 69. Q&A Pedro Principe, pedroprincipe@sdum.uminho.pt Jochen Schirrwagen, jochen.schirrwagen@uni-bielefeld.de 69 GET IN TOUCH OpenAIRE Greek Noad EKT Victoria Tsoukala, tsoukala@ekt.gr Marina Angelaki, angelaki@ekt.gr

Hinweis der Redaktion

  1. Past, present
  2. 1. The OAI-PMH protocol states that the Repositories may organize items into sets. Set is a standard component of the OAI-PMH and are used to filter specific parts of a repository. This slide shows the preferred setName and setSpec that can be used to create the OpenAIRE set. 2. For harvesting of records relevant to OpenAIRE, the use of a specific set (OpenAIRE Set) at the local repository is mandatory. 3. EC_fundedresources is the OpenAIRE set. The specific content of the 'ec_fundedresources' set is to be determined at the local repository, but All the resources that will be harvested must be outcomes from research projects funded by the EC, and are peer-reviewed.
  3. 1. The use of oai_dc is based on the usage by DRIVER, as expressed in the DRIVER Guidelines 2.0. 2. In three cases the use of the DC elements is specific to OpenAIRE, opposed to a more general use in DRIVER. 3. These elements are: projectID, access_rights and embargoEndDate. 4. projectID, access_rights are mandatoty elements, and embargoEndDate is recommended.
  4. projectID is needed to connect project information to the publication in the OpenAIRE information space. It equals to the Grant Agreement number as found in all documentation/correspondence between the EC and the researcher/coordinator. The projectID equals the Grant Agreement number, and is defined by the namespace info:eu-repo/grantAgreement/EC/FP7. The namespace defines the grant agreement number from the funder (EC) and funder program (FP7). The project information itself (project period, acronym, funding area etc.) will be ingested into the OpenAIRE information space by other means.
  5. 1. accessRights will define the type of access to the publication.
  6. When the value of accessRights is “embargoedAccess” embargoEndDate will define the date of the embargo period. This is a Recommended element when accessRights = info:eu-repo/semantics/embargoedAccess
  7. 1. accessRights will define the type of access to the publication.
  8. 1. accessRights will define the type of access to the publication.
  9. 1. accessRights will define the type of access to the publication.