<%@ Page Language="C#" AutoEventWireup="true" CodeFile="PresentationDetails.aspx.cs" Inherits="_2017conf_PresentationDetails" %> <%= pi.presName %>
TRB 2016 Blue Ribbon Committee
16th National Transportation Planning Applications Conference

<%= pi.presName %>


Corresponding Author: <%= pi.corrAuth %>, <%= pi.corrAuthAffil %>

Presented By: <% = pi.presenter %>, <%=pi.presAffil %>

<% if (pi.coAuthorList.Count > 0) { %>

Coauthors:

    <% var caa = pi.coAuthorList.Zip(pi.coAuthAffil, (ca, af) => new { Coauth = ca, Affil = af }); foreach (var ca in caa) { Response.Write("
  • " + ca.Coauth + ", " + ca.Affil + "
  • "); } %>
<% } %>

Abstract

<%= pi.abstractText %>

<% if (pi.hasPresentation) { Response.Write("

Presentation

"); } else { Response.Write("

No presentation file uploaded. Contact Corresponding Author for Presentation

"); } if (pi.hasPaper) { Response.Write("

Paper

"); } %>

Discuss This Abstract