Lines Matching refs:publication
984 $publication = $this->renderPublication($data, !empty($authors));
987 // $authors? $title //journal//, volume, $publication?
992 // $authors? $title //booktitle//, $publication?
998 // $authors? $title $subtitle?, $publication?
1002 // $authors? $text, $publication?
1004 $text .= !empty($publication) ? ',' : '.';
1007 // $authors? //$title// edition. $publication?
1008 // $authors? chapter In //$title// edition. $publication?
1013 // $authors? $text $publication?
1019 if (!empty($publication)) {
1020 $text .= ' ' . $publication;