16 import(
'lib.pkp.classes.publication.PKPPublication');
26 $authors = $this->
getData(
'authors');
28 foreach ($authors as $author) {
29 if ($author->getIsVolumeEditor()) {
30 $editorNames[] = __(
'submission.editorName', array(
'editorName' => $author->getFullName()));
36 return join(__(
'common.commaListSeparator') .
' ', $editorNames);
49 return Application::get()->getRequest()->getBaseUrl() .
'/templates/images/book-default.png';
52 import(
'classes.file.PublicFileManager');
57 $publicFileManager->getContextFilesPath($contextId),
58 $coverImage[
'uploadName'],
70 $pathParts = pathinfo($url);
72 $pathParts[
'dirname'],
73 Services::get(
'publication')->getThumbnailFilename($pathParts[
'basename']),