diff --git a/bibtexbrowser.php b/bibtexbrowser.php index d474519..113e32a 100755 --- a/bibtexbrowser.php +++ b/bibtexbrowser.php @@ -2587,10 +2587,12 @@ function JanosBibliographyStyle($bibentry) { // some comments (e.g. acceptance rate)? if ($bibentry->hasField('comment')) { $result .= " (".$bibentry->getField("comment").")"; + } // some notes (e.g. "accepted for publishing")? if ($bibentry->hasField('note')) { $result .= " (".$bibentry->getField("note").")"; + } // add the Coin URL $result .= "\n".$bibentry->toCoins();