#parse("components/base/base.vm")
Back to the home page Electronic bookshelf
#set($pic_ind = 0) #set($secNum = -1) #foreach($v in $ejournal_en) #if($pic_ind == $v.author) #else #set($pic_ind = $v.author) #if($secNum >= 0)
#end

$!{v.author}

#set($secNum = 0) #end #if($secNum % 4 == 0 )
#end
#if($!v.linkedWebsite && $!v.linkedWebsite != "") #else #end
$!{v.title}
#set($secNum = $secNum + 1) #if($secNum % 4 == 0 || $velocityCount == $ejournal2.size())
#end #end