diff --git a/bibtexbrowser.php b/bibtexbrowser.php index dcc05d3..b8fa328 100755 --- a/bibtexbrowser.php +++ b/bibtexbrowser.php @@ -2584,6 +2584,10 @@ function JanosBibliographyStyle($bibentry) { $result = implode(", ",$entry).'.'; + // some comments (e.g. acceptance rate)? + if ($bibentry->hasField('comment')) { + $result .= " (".$bibentry->getField("comment").")"; + // add the Coin URL $result .= "\n".$bibentry->toCoins();