修复#35, Bib英文引用问题
This commit is contained in:
parent
504c0834a8
commit
45ecc6ea33
|
@ -1748,7 +1748,7 @@ class ServiceController extends Zend_Controller_Action
|
|||
$bib.=' author = '.str_replace('"','',str_replace(',',' and ',$row['author_en'])).",\r\n";
|
||||
$bib.=' journal = {'.$row['publisher_en']."},\r\n";
|
||||
$bib.=' publisher = {'.$row['publisher_en']."},\r\n";
|
||||
$bib.=' title = {'.$row['title']."},\r\n";
|
||||
$bib.=' title = {'.$row['title_en']."},\r\n";
|
||||
$bib.=' year = {'.(empty($row['publish_year'])?date('Y',strtotime($row['ts_published'])):date('Y',strtotime($row['publish_year'])))."},\r\n";
|
||||
$bib.=' month = {'.(empty($row['publish_year'])?date('m',strtotime($row['ts_published'])):date('m',strtotime($row['publish_year'])))."},\r\n";
|
||||
$bib.=' url = {http://dx.doi.org/'.$row['doi']."},\r\n";
|
||||
|
|
Loading…
Reference in New Issue