<?xml version="1.0" ?>

<cite:citation xmlns="http://www.w3.org/1999/xhtml" xmlns:cite="http://eprints.org/ep3/citation" xmlns:epc="http://eprints.org/ep3/control">


<table> 
<tr valign = 'top'>
<td>
    <h2>Tweets</h2>
    <p>Below, in chronolical order are a few of the tweets in the stream.</p>
    <div style="margin-left: 3em">
      <epc:print expr="rendered_tweetlist"/> 
    </div>
</td>
<td valign = 'top' style = 'padding-left: 1em'>
    <h2>Top Tweeters</h2>
    <div style="margin-left: 3em">
      <epc:print expr="top_from_users"/>
    </div>

    <h2>Top Hashtags</h2>
    <div style="margin-left: 3em">
      <epc:print expr="top_hashtags"/>
    </div>

    <h2>Top Mentions</h2>
    <div style="margin-left: 3em">
      <epc:print expr="top_tweetees"/>
    </div>

    <h2>Top Links</h2>
    <div style="margin-left: 3em">
      <epc:print expr="top_urls_from_text"/>
    </div>

    <h2>Tweet Frequency</h2>
    <div style="margin-left: 3em">
      <epc:print expr="frequency_values"/>
    </div>

</td>
</tr>
</table>

</cite:citation>
