Future StudentsCurrent StudentsFaculty and StaffAlumniParents
ParentsMiddle of Top Bar
About ACIAdmissionAcademicsCatalogAthleticsOffices and ServicesSearch

<% 'LOAD XSL SET xsl = Server.CreateObject("MSXML2.FreeThreadedDOMDocument") xsl.async = false xsl.load("c:\\inetpub\wwwroot\media\xml\NavSideBar.xsl") 'add parameters to the xsl Set XSLTemplate = Server.CreateObject("MSXML2.XSLTemplate") Set XSLTemplate.stylesheet = xsl Set proc = XSLTemplate.createProcessor ' Set the source of the data proc.input = xml proc.addParameter "pageurl", pageurl proc.addParameter "pageid", pageid 'more parameters... proc.Transform Response.Write proc.output SET proc = Nothing SET xsl = Nothing %> <% If Request.QueryString("ID") = "" Then Response.Write("
") Else %>
<% End If %>

Fall Academic Calendar

September 3
Move in for all new students
Convocation

September 4 - 5
Off-campus orientation

September 6
Advising fair for first-year students

September 7
Instruction begins

September 15
Registration closes

Last day to Add / Drop semester and first six-week courses.

Last day for new students to pay / make payment arrangements.

Advising / Registration open for Term 2 (winter / spring 2007).

September 22
Last day to withdraw with automatic "W" — first six-week courses.

October 2
Last day to elect Pass / Fail — first six-week courses.

October 6
Last day to withdraw with automatic "W" — semester courses.

Last day graduation applications are accepted for June and August 2007.

October 9
Last day to withdraw — first six-week courses.

October 20
Last day of classes— first six-week courses.

October 23 - 27
Midsemester Recess

October 25
Midsemester marks due at 12 noon.

October 30
Instruction resumes — semester and second six-week courses.

November 3
June and August 2007 Graduation Applications due.

Last day to add/drop second six-week courses.

November 6
Last day to elect Pass / Fail — semester courses.

November 10
Last day to withdraw with automatic "W" — second six-week courses.

November 20
Last day to withdraw — semester courses.

November 23 - 24
Thanksgiving recess.

November 27
Instruction resumes.

Last day to withdraw — second six-week courses.

December 8
Last day of classes — semester and second six-week courses.

December 11 - 15
Final examinations.

December 15
Last day for continuing students to pay/make payment arrangements for Term 2.

December 15
Fall semester ends at 6 pm.

Holiday recess begins.

December 20
Final marks due at 12 noon.

December 18 - January 7
Holiday break.

<% 'LOAD XSL SET xsl = Server.CreateObject("MSXML2.FreeThreadedDOMDocument") xsl.async = false xsl.load("c:\\inetpub\wwwroot\media\xml\NavTopMenu.xsl") Response.Write(xml.transformNode(xsl)) SET proc = Nothing SET xsl = Nothing SET xml = Nothing %>