<% If Session("siteref") = False Then session("siteref") = Request.ServerVariables("HTTP_REFERER") End If if session("colour") = "" then randomize colind = 1+round((rnd*12),0) select case colind case 1 session("colour") = "29A6C9" case 2 session("colour") = "689300" case 3 session("colour") = "97BFDF" case 4 session("colour") = "F7BF7D" case 5 session("colour") = "EEDDE7" case 6 session("colour") = "B2D0E6" case 7 session("colour") = "C7F400" case 8 session("colour") = "CCA6BB" case 9 session("colour") = "E5EACE" case 10 session("colour") = "EF8100" case 11 session("colour") = "F6C100" case 12 session("colour") = "F7BF7D" case ELSE session("colour") = "F8EBAD" END SELECT END IF %> Welcome to the www site of the Centre for Transport Studies
UCL CIVIL, ENVIRONMENTAL & GEOMATIC ENGINEERING
  Chadwick Building, Gower Street
  London, WC1E 6BT
 
<% response.write FormatDateTime(Date(), vbLongDate)%>
UCL Logo
UCL CIVIL, ENVIRONMENTAL & GEOMATIC ENGINEERING
Centre for Transport Studies
.gif" alt="UCL Logo" width="265" height="110" border="0"/>
" id="nope" class="mainmenu"> " class="mainmenu" id="nope"> " class="breadtext">

Welcome to the www site of the Centre for Transport Studies (CTS) at University College London (UCL).

CTS is a part of the Department of Civil and Environmental Engineering, at UCL, and is located on the second floor of the Chadwick building. CTS contains the ESRC Transport Studies Unit (TSU). With our colleagues in the Centre for Transport Studies at Imperial College we form the University of London Centre for Transport Studies (ULCTS). The main teaching activity of ULCTS is the Intercollegiate MSc Course in Transport. ULCTS also has a regular series of research seminars. Elsewhere you will find information on the members of CTS at UCL and a description of our research and publications . I hope that you will find the site useful and informative.

Professor B. Heydecker
Head of Transport Studies

London Bus in UCL Main Quad


  Chadwick Building, Gower Street, London, WC1E 6BT
  Tel: +44 (0)20 7679 1586 Fax: +44 (0)20 7679 1567
  www2.cege.ucl.ac.uk/cts<%= Request.ServerVariables("URL")%>

University College London - Chadwick Building - Gower Street - London - WC1E 6BT - Telephone: +44 (0)20 7679 7009
Disclaimer | Accessibility | Privacy | Advanced Search | Help
CEGE Intranet - Copyright © 1995-2008 UCL - Contact Us

Google Search
<% session("siteref") = left(session("siteref"),120) dim connl dim strSQLl dim pathl set connl = server.createobject("ADODB.Connection") pathl = LCase(left(Request.ServerVariables("URL") & "?" & Request.ServerVariables("QUERY_STRING"),100)) strSQLl = "INSERT INTO tblPageCount(PageName, DateReq, ArriveLink, RemIP) VALUES ('" & pathl & "', convert(varchar(10), getdate(), 1) + ' ' + convert(varchar(8), getdate(), 114), '" & session("siteref") & "', '" & Request.ServerVariables("remote_host") & "')" connl.open Application("shs1sql_ConnectionString") connl.execute(strSQLl) connl.close set connl = nothing %>