Insert metadata dc.rigths

Dear Sirs, I use OJS 2.4.6.0, and I need include in the metadata to export:
-dc:rights xml:lang=“es-ES”- info:eu-repo/semantics/openAccess -dc:rights-

As Editor or Journal Manager, I don’t found a field to include it. The DRIVER plugin can help me?
Thanks in advance
Leonardo

Hi @Leonardo,

The OpenAIRE plugin (included in OJS) should take care of adding this element.

Regards,
Alec Smecher
Public Knowledge Project Team

Hi Alec, thank for your reply. Just, OpenAIR plugin is enable, but I can not find any change in metadata. I was expecting something to:
meta name=“DC.Rights” content=“Copyright (c) 2016 XXX, XXX, XXX” /
meta name=“DC.Rights” content=“http://creativecommons.org/licenses/by-nc-s<a/4.0”/
meta name="DC.Rights"content=“info:eu-repo/semantics/>openAccess”/
Must I modify the plugin to insert this metadata? (Sorry, if the question is so silly)
Thank in advance
Leonardo

Hi @Leonardo

OpenAIRE plugin inserts this dc:rights element but just for OpenAIRE articles i.e. for the articles that have the EU project grant number in the metadata, i.e. that are funded by an EU project.
If you need it for EVERY article, you can add it somewhere here: ojs/Dc11SchemaArticleAdapter.inc.php at ojs-stable-2_4_6 · pkp/ojs · GitHub
Or you could write a plugin to do that – similar to the OpenAIRE plugin.

Best,
Bozana

Hi Bozana, thank so much.
Leonardo