#set($auSize = $v.authorEnList.size())
#foreach($au in $!{v.authorEnList})
$au#if($velocityCount != $auSize), #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} != '')
[FullText HTML]($!{v.htmlCount})
#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
#if($!journal.isShowCitedBy && $!journal.isShowCitedBy != "")
#if($!v.doi && $!v.doi != "")
[Cited By]
#else
[Cited By]
#end
()
#end