#set($auSize = $!{v.authorEnList.size()})
#foreach($au in $!{v.authorEnList})
$au#if($velocityCount != $auSize), #end
#end
Cite this article:
#if($!{v.titleEn} && $!{v.titleEn} !='')
#if($!{v.citationEn} && $!{v.citationEn} !='')
$!{v.citationEn}. #if($!{v.doi} && $!{v.doi} != "")
doi: $!{v.doi}#end
$stringUtils.referenceDOIReplace($!{v.citationEn},$!{v.doi},'L','')
#else
#set($authorIndex = 0)#foreach($au in $v.authorEnList)#if($!{au} && $!{au} !='')#set($authorIndex = 1)#end#end
#if($!{v.journal.referenceCodeType} && $!{v.journal.referenceCodeType} =='1')
#set($auSize = $v.authorEnList.size())
#foreach($au in $v.authorEnList)
#if($!{au} && $!{au} !='')$!{au}#if($velocityCount != $auSize), #end#end#end#if($!{authorIndex} =='1'). #end$stringUtils.convertMathHtml($!{v.titleEn})[J].
$!{journal.titleEn}#if($!{v.articleState} && $!{v.articleState} != "")#else, $!{v.year}, #if($!{v.volume} && $!{v.volume} !="" && $!{v.volume} !="0")$!{v.volume}#end#if($!{v.issue} && $!{v.issue} != "")($!{v.issue})#end#if($!{v.fpage} && $!{v.fpage} != ""): $stringUtils.outputPages($!{v.fpage},$!{v.lpage},6)#end#end. #if($!{v.doi} && $!{v.doi} != "")
doi: $!{v.doi}#end
#else
#set($auSize = $v.authorEnList.size())
#foreach($au in $v.authorEnList)#if($!{au} && $!{au} !='')$!{au}#if($velocityCount != $auSize), #end#end#end#if($!{authorIndex} =='1'). #end$!{v.year}: $stringUtils.convertMathHtml($!{v.titleEn}).
$!{journal.titleEn}#if($!{v.articleState} && $!{v.articleState} != "")#else, #if($!{v.volume} && $!{v.volume} !="" && $!{v.volume} !="0")$!{v.volume}#end#if($!{v.issue} && $!{v.issue} != "")($!{v.issue})#end#end#if($!{v.fpage} && $!{v.fpage} != ""): $stringUtils.outputPages($!{v.fpage},$!{v.lpage},6)#end. #if($!{v.doi} && $!{v.doi} != "")
doi: $!{v.doi}#end
#end
#end
#end