<% if request("cmdSend") <> "" then set objSendMail = Server.CreateObject("vbSendMail.clsSendMail") objSendMail.SMTPHost = "198.176.41.2" 'objSendMail.From = Cstr(Request.Form("email")) objSendMail.From = "vdot@aol.com" objSendMail.FromDisplayName = Cstr(Request.Form("name")) objSendMail.Recipient = "James.Witherspoon@VDOT.Virginia.gov" objSendMail.RecipientDisplayName = "Training Request" objSendMail.ReplyToAddress = Cstr(Request.Form("email")) objSendMail.Subject = "Training Request" objSendMail.Message = "Training" & _ vbCrlf & "" & vbCrlf &_ vbCrlf & "Name: " & Cstr(Request.Form("name")) & _ vbCrlf & "Organization: " & Cstr(Request.Form("organization")) & _ vbCrlf & "Phone: " & Cstr(Request.Form("phone")) & _ vbCrlf & "Email: " & Cstr(Request.Form("email")) & _ vbCrlf & "Job Title: " & Cstr(Request.Form("job title")) & _ vbCrlf & "Job Responsibility: " & Cstr(Request.Form("job responsibility")) & _ vbCrlf & "ITS Training: " & Cstr(Request.Form("its training")) & vbCrlf if Request.Form("email") = "" OR Request.Form ("phone")="" OR Request.Form ("details")="" then Response.redirect "training-send-error.asp" else objSendMail.Send Set objSendMail = Nothing Response.Redirect "thanks.htm" End if End If %> Training Request
Online Services | Commonwealth Sites | Help | Governor

Tutorial buttonTurbo buttonDownloads ButtonPortal button
Training | Using the Architecture | Planning Process

NoVA Architecture Training Course

 

2004"Best of ITS" Award Finalist
VDOT NoVA District occasionally schedules a day-long hands-on training course on Using NoVA ITS Architecture. The training classes are conducted at the VDOT NoVA District Office located at 14685 Avion Parkway, Chantilly, VA 20151-1104.

Who Should Attend?

The course is intended for ITS project managers, planners, and system developers who plan, develop, and deploy ITS projects in the Northern Virginia region. The curriculum is highly interactive and will include lectures, demonstrations, and hands-on exercises.

Course participants are expected to have some familiarity with National ITS Architecture. A free online training course on National ITS Architecture is available through CITE and is strongly recommended as a prerequisite to this course.

What subjects will this course cover?

If interested in the training available, please fill out the form and click the "submit" button. You will be notified of the next scheduled class by the NoVA Architecture team.

Training Request

Please fill out the simple form and submit to the NoVA Architecture team leader. With your participation, the NoVA Architecture can be updated accordingly and everyone else may use the most updated architecture via this web site because of your contribution. Based on the impacts to the regional architecture, you may be contacted for additional information.

*Required Fields





 


Disclaimer: This site is designed for transportation and other public agencies in the Northern Virginia region,
not for the general public's use. The official VDOT web site is located at www.virginiadot.org