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
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.