Presentation Submission

Please include the following information as it is used to identify the presentation. For the email address, you may use any of the email addresses of the presenters. In addition, the city or postal code for that presenter must be given. These must be exactly as given during conference registration.

Only one presentation per title is allowed.

Session: <% $Session %>
Presentation title: <% $Title %>
Email address:
City:
Postal code:
Presentation file:

<%args> $PresID $Title <%init> my ($Day, $session_temp, $Number) = split(m/-/, $PresID); my $Session = "$Day-$session_temp"; my $File = "/var/www/html/rcem/presentations/data/"; $File .= "1TU.txt" if ($Day eq 'TU'); $File .= "2WE.txt" if ($Day eq 'WE'); $File .= "3TH.txt" if ($Day eq 'TH'); $File .= "4FR.txt" if ($Day eq 'FR');