推荐文章
#foreach($v in $hot_list)
#if($!v.latestState && $!v.latestState != "")
优先发表
, 最新更新时间
#if($!v.doi && $!v.doi != "")
doi: $!{v.doi}
#end
#else
${v.year}, ${v.volume}(${v.issue}): ${v.fpage}-${v.lpage}
#if($!v.doi && $!v.doi != "")
doi: $!{v.doi}
#end
#end
#if($!v.doi && $!v.doi != "")
[摘要]($!{v.viewCount})
#else
[摘要]($!{v.viewCount})
#end
#if(${v.htmlSource} == 1)
#if($!v.doi && $!v.doi != "")
[HTML全文]($!{v.htmlCount})
#else
[HTML全文]($!{v.htmlCount})
#end
#elseif(${v.htmlSource} == 2 && $!{v.htmlFileName} && $!{v.htmlFileName} != '')
[HTML全文]($!{v.htmlCount})
#elseif(${v.htmlSource} == 3 && $!{v.htmlFileName} && $!{v.htmlFileName} != '')
[HTML全文]($!{v.htmlCount})
#else
#end
[PDF $!{v.pdfSizeInt}KB]($!{v.pdfDownCount})
#parse("common/right.htm")