Moderators: jmacgreg, michael, jheckman, barbarah, btbell, bdgregg, asmecher
function generateDOI(&$journal, &$issue, &$section, &$article) {
return $journal->getSetting('doiPrefix').'/'.strtolower($journal->getSetting('journalInitials')).'.v'.$issue->getVolume().'i'.$issue->getNumber().'.'.$article->getArticleId();
}... In OJS 2.1.1, the DOI is generated in plugins/importexport/crossref/CrossRefExportPlugin.inc.php in the generateDOI function
Return to OJS Technical Support
Users browsing this forum: naeemjanjua and 1 guest