Lines Matching refs:authors
977 $authors = $this->renderAuthors($data);
984 $publication = $this->renderPublication($data, !empty($authors));
1015 if (!empty($authors)) {
1016 $text = $authors . ' ' . $text;
1076 protected function renderPublication($data, $authors) { argument
1095 if (!$authors && ($published = $this->renderPublished($data))) {
1196 $authors = $data->get('ref-authors', 'ref-author');
1198 if (empty($authors)) {
1199 $authors = $data->get('authors', 'author');
1200 $authorList = explode(',', $authors, 4);
1203 … $authors = $authorList[0] . refnotes_localization::getInstance()->getLang('txt_et_al');
1212 $html = $authors . ' ' . $formatOpen . $html . $formatClose;
1241 $html = $formatOpen . $authors . ', ' . $html . $formatClose;
1298 $authors = $data->has('ref-authors', 'ref-author', 'authors', 'author');
1302 return $authors && ($year || $page);