<#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> <#assign visContainerID = '${sparklineVO.visContainerDivID}'> <#if sparklineVO.shortVisMode> <#assign sparklineContainerID = 'grant_count_short_sparkline_vis'> <#else> <#assign sparklineContainerID = 'grant_count_full_sparkline_vis'> <#-- This is used to prevent collision between sparkline & visualization container div ids. --> <#if visContainerID?upper_case == sparklineContainerID?upper_case> <#assign sparklineContainerID = visContainerID + "_spark">
<#if sparklineVO.shortVisMode> View all grants and corresponding co-pi network. <#else>

<#list sparklineVO.yearToActivityCount?keys as year>
Grants per year (.CSV File)
Year Grants
${year} ${sparklineVO.yearToActivityCount[year]}
Download data as .csv file.