%@ Language=VBScript %>
<%
' ****************************************
' ****************************************
' This is the application script for the teacher institutes.
' ****************************************
' ****************************************
' ****************************************
' ****************************************
' Below is the form vistiors see if they have not yet submitted the form.
' ****************************************
' ****************************************
if isempty(Request.Form("Apply")) then
%>
Application | Presidential Academy For American History & CivicsSkip to Content
The Presidential Academy was a project of the Ashbrook Center from 2006-2011. No future academies are planned at this time.
Teachers participating in the Presidential Academy spent five days in Philadelphia, six days in Gettysburg, and seven days in Washington, DC, studying the American Revolution and Founding, the Civil War, and the Civil Rights movement, respectively. The Academy was a rigorous, eighteen-day, graduate-level program beginning at 9:00 am each morning and concluding at as late as 10:00 pm in the evening. The Academy went on two five-hour battlefield tours that were mostly walking tours as well as walking to other sites.
Sixty teachers, one from each state, the District of Columbia, an American territory, and eight others selected from the nation as a whole, were selected to participate in the Presidential Academy. Teachers selected were a combination of new and veteran, middle and high school, and American history and civics teachers.
With the exception of travel to and from the Academy, the Presidential Academy was available at no cost to the teachers. Participating teachers received a $1,500 stipend to cover the cost of travel. Participants were also eligible to obtain four graduate credits from Ashland University's Master of American History and Government degree program.
Graduate Credit: Teachers could choose to receive four hours of Master's degree credit from Ashland University. This credit can be used toward the Master of American History and Government offered by Ashland University or may be transfered to another institution.
Represent your state in the Summer 2011 Presidential Academy.
Application
Your application to the 2011 Presidential Academy has been submitted. Selections will be made by April 15, 2011.
<% Response.Write Request.Form("FirstName") %> <% if Request.Form("PreferredName") <> "" then Response.Write(" (") end if %><% Response.Write Request.Form("PreferredName") %><% if Request.Form("PreferredName") <> "" then Response.Write(")") end if %> <% Response.Write Request.Form("LastName") %>
<%
' ****************************************
' ****************************************
' This is the e-mail response to the administrator after submitting the registration.
' ****************************************
' ****************************************
'Set objMail = CreateObject("CDONTS.NewMail")
'objMail.Send "info@TeachingAmericanHistory.org", "lormisto@ashland.edu", "Teacher Summer Institute Application", "A new summer institute application has been entered in the database." & vbcrlf & "http://www.TeachingAmericanHistory.org/institutes/applicants.html"
'set objMail = nothing
' ****************************************
' ****************************************
' This is the e-mail response to the user after submitting the registration.
' ****************************************
' ****************************************
' Set objMail = CreateObject("CDONTS.NewMail")
' objMail.Send "info@PresidentialAcademy.org", (Request.Form("EMail")), "Presidential Academy Application", "Thank you for your application for the Presidential Academy for American History and Civics. You will receive notification by April 15, 2011." & vbcrlf & vbcrlf & "http://www.PresidentialAcademy.org/"
' set objMail = nothing
end if
%>