#set($auSize = $!{v.authorEnList.size()})
#foreach($au in $!{v.authorEnList})
$au#if($velocityCount != $auSize), #end
#end
#if($!{v.latestState} && $!{v.latestState} != "")
#if($!{v.doi} && $!{v.doi} != "")
doi: $!{v.doi}
#end
#else
$!{v.year}, $!{v.volume}($!{v.issue})#if($!{v.fpage} && $!{v.fpage} != ""&& $!{v.lpage} && $!{v.lpage} != ""): $stringUtils.outputPages($!{v.fpage},$!{v.lpage},6)#end.
#if($!{v.doi} && $!{v.doi} != "")
doi: $!{v.doi}
#end
#end
#if($!stringUtils.isShow("ABSTRACT_STATUS",$!{v.accessCtrl}) == "Y")
#if($!{journal.language} == "en" )
#if($!{v.doi} && $!{v.doi} != "")
[Abstract]($!{v.viewCount})
#else
[Abstract]($!{v.viewCount})
#end
#else
#if($!{v.doi} && $!{v.doi} != "")
[Abstract]($!{v.viewCount})
#else
[Abstract]($!{v.viewCount})
#end
#end
#end
#if($!stringUtils.isShow("FULLTEXT_STATUS",$!{v.accessCtrl}) == "Y")
#if(${v.htmlSource} == 1)
#if($!{journal.language} == "en" )
#if($!v.doi && $!v.doi != "")
[FullText HTML]($!{v.htmlCount})
#else
[FullText HTML]($!{v.htmlCount})
#end
#else
#if($!{v.doi} && $!{v.doi} != "")
[FullText HTML]($!{v.htmlCount})
#else
[FullText HTML]($!{v.htmlCount})
#end
#end
#elseif(${v.htmlSource} == 2 && $!{v.htmlFileName} && $!{v.htmlFileName} != '')
#if($!{v.latestState} && $!{v.latestState} != "")
[FullText HTML]($!{v.htmlCount})
#else
[FullText HTML]($!{v.htmlCount})
#end
#elseif(${v.htmlSource} == 3 && $!{v.htmlFileName} && $!{v.htmlFileName} != '')
[FullText HTML]($!{v.htmlCount})
#else
#end
#end
#if($!stringUtils.isShow("PDF_VIEW_STATUS",$!{v.accessCtrl}) == "Y")
[PDF $!{v.pdfSizeInt}KB]($!{v.pdfDownCount})
#end