This commit is contained in:
wangjinlei
2023-06-09 08:59:33 +08:00
parent 09a2f3231f
commit f2fcabbaa5
8 changed files with 148 additions and 36 deletions

View File

@@ -350,6 +350,8 @@ class Special extends Controller {
$cite = $v['abbr'] . '. ' . $v['title'] . '. <i>' . choiseJabbr($v['article_id'],$journal_info['jabbr']) . '</i>. ' . $stage_info['stage_year'] . ';' . $stage_info['stage_vol'] . $no . $v['npp'] . '. doi:' . $v['doi'];
$list[$k]['cite'] = $cite;
$list[$k]['authortitle'] = $this->getAuthor($v);
$list[$k]['mains'] = getArticleMains($v['article_id']);
}
$re['articles'] = $list;
return jsonSuccess($re);