<%@LANGUAGE="JAVASCRIPT"%> <% var ProjectData = Server.CreateObject("ADODB.Recordset"); ProjectData.ActiveConnection = MM_MSAccessProjex_STRING; ProjectData.Source = "SELECT ProjNumber, PROJ_TITLE, PROJ_SCOPE, BLDGDSC, CONSTRUCTION_START_DATE, PROJ_SUBSTANTIALCOMPLETION, PSTS_STATUS FROM MajorProjectsFields WHERE ProjNumber = '0039601'"; ProjectData.CursorType = 0; ProjectData.CursorLocation = 2; ProjectData.LockType = 1; ProjectData.Open(); var ProjectData_numRows = 0; %> University of Iowa Facilities Management: PDC Projects
 
UTILITY SYSTEM - Construct North Chilled Water River Crossing
 
Project #: 0039601
 
Scope: Link the east and west campus CHW distribution systems currently separated by the Iowa River. The project is needed to satisfy the increased need for CHW on the east side of campus from recent building remodels, acquisitions, and new building projects.
 
Building: UTILITY SYSTEM
   
Project Status: CONSTRUCTION
   
Construction Start: <%=(ProjectData.Fields.Item("CONSTRUCTION_START_DATE").Value)%>
   
Construction Finish: <%=(ProjectData.Fields.Item("PROJ_SUBSTANTIALCOMPLETION").Value)%>
   
Facilities Management Phone:
  319-335-5500
   

The Unversity of Iowa Facilities Management <% ProjectData.Close(); %>