<% if (section=='EVENTS') { %>
<% if (eventDate) { %>

<%= eventDate %>

<%= eventMonth %>

<% } %>
<%= alt %>
<%= title %>
<% if (people||speaker) { %> <% } %> <% if (venue) { %> <% } %>
<%= speaker %>
<%= venue %>
    <% if (submenu) { %> <% _.each(submenu, function(t) { %> <% if (t.link != window.location.href) { %>
  • <% } %> <% }); %> <% } %> <% if (theme) { %> <% _.each(theme, function(t) { %>
  • <% }); %> <% } %> <% if (tag) { %> <% _.each(tag, function(t) { %>
  • <% }); %> <% } %>
<% } %> <% if (section=='PUBLICATIONS' || section=='RESEARCH' || section=='UPDATES' || section=='VIDEO') { %>
<% if (section == 'VIDEO') { %> <% } %>
<% if (image) { %>
<%= alt %>
<% } %>
<%= title %>
    <% if ((section=='PUBLICATIONS' || section=='UPDATES') && submenu) { %> <% _.each(submenu, function(t) { %>
  • <% }); %> <% } %> <% if ((section=='VIDEO')) { %>
  • <% } %>
<% } %> <% if (section=='PEOPLE') { %>
<%= alt %>
<%= name %>

<%= title %>

  • <%= people %>

<% } %>