CINXE.COM

CityU Tour - City University of Hong Kong

<!DOCTYPE html> <html> <head> <title>CityU Tour - City University of Hong Kong</title> <!-- basic meta --> <meta charset="utf-8" /> <meta name="author" content="City University of Hong Kong" /> <meta name="description" content="" /> <meta name="keywords" content="Panorama, Virtual, Tour, City University of Hong Kong" /> <meta name="robots" content="index, follow" /> <meta name="medium" content="mult" /> <meta name="video_height" content="480"></meta> <meta name="video_width" content="640"></meta> <link rel="image_src" href="CityUTourdata/thumbnail.jpg" /> <!-- <meta name="directory" content="PATH/"></meta> --> <!-- <link rel="target_url" href="CityUTour.html" /> --> <meta name="generator" content="Panotour Pro V2.5.11 64bits" /> <!-- mobile meta --> <meta name="viewport" content="target-densitydpi=device-dpi, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui, viewport-fit=cover" /> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-status-bar-style" content="default"> <!-- facebook meta --> <meta property="og:title" content="CityU Tour - City University of Hong Kong" /> <meta property="og:image" content="http://www6.cityu.edu.hk/tour/cityutour-fb-image.png" /> <!-- external assets --> <link rel="shortcut icon" href="https://www.cityu.edu.hk/favicon.ico" /> <link rel="stylesheet" type="text/css" href="tour.base.css" /> <!-- inline javascript --> <script type="text/javascript"> /** * Get URL parameter. */ function get_url_param (p_param_name) { var t_url_params_string = window.location.search.substring (1); var t_url_params_array = t_url_params_string.split ('&'); for (var i = 0; i < t_url_params_array.length; i++) { var t_url_param_object = t_url_params_array [i].split ('='); if (t_url_param_object [0] == p_param_name) { return t_url_param_object [1]; } } } /** * Removing div. */ function removeDiv (obj) { obj.className = "fadeout"; setTimeout (function () { obj.parentNode.removeChild (obj) }, 750); } /** * Dropdown box navigation select event handler. */ function h_select_change (p_select) { var t_target_url = p_select.options [p_select.selectedIndex].value; if (t_target_url != "") { location.href = t_target_url; p_select.selectedIndex = 0; } } /** * Share Button */ function share_url (share_type) { var escaped_url = encodeURIComponent (document.URL); var escaped_title = encodeURIComponent (document.title); switch (share_type) { case 'facebook': window.open ( 'https://www.facebook.com/sharer/sharer.php?u=' + escaped_url + '&t=' + escaped_title, 'Facebook', 'width=800,height=300,menubar=0,resizable=0,scrollbars=0,status=0,toolbar=0') break; case 'google+': window.open ( 'https://plus.google.com/share?url=' + escaped_url + '&title=' + escaped_title, 'Share on Google+', 'width=500,height=500,menubar=0,resizable=0,scrollbars=0,status=0,toolbar=0') break; case 'twitter': window.open ( 'https://twitter.com/intent/tweet?text=' + escaped_title + '%20' + escaped_url, 'Share a link on Twitter', 'width=550,height=450,menubar=0,resizable=0,scrollbars=0,status=0,toolbar=0') break; case 'email': window.location.href = 'mailto:?body=' + escaped_title + '%20%0D%0A' + escaped_url; break; default: break; } } /** * Hide address bar for iOS Safari */ window.addEventListener ("load", function () { setTimeout (function () { window.scrollTo (0, 1); }, 0); }); </script> <style type="text/css"> @-ms-viewport { width: device-width; } @media only screen and (min-device-width: 800px) { html { overflow: hidden; } } * { padding: 0; margin: 0; } html { height: 100%; } body { height: 100%; overflow: hidden; } @media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) { body { height: 100.18%; } } div#container { height: 100%; min-height: 100%; width: 100%; margin: 0 auto; } div#tourDIV { height: 100%; position: relative; overflow: hidden; } div#panoDIV { height: 100%; position: relative; overflow: hidden; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none; } </style> <!--[if !IE]><!--> <script type="text/javascript" src="CityUTourdata/lib/jquery-2.1.1.min.js"></script> <!--<![endif]--> <!--[if lte IE 8]> <script type="text/javascript" src="CityUTourdata/lib/jquery-1.11.1.min.js"></script> <![endif]--> <!--[if gt IE 8]> <script type="text/javascript" src="CityUTourdata/lib/jquery-2.1.1.min.js"></script> <![endif]--> <link type="text/css" href="CityUTourdata/lib/jquery-ui-1.11.1/jquery-ui.min.css" rel="stylesheet" /> <script type="text/javascript" src="CityUTourdata/lib/jquery-ui-1.11.1/jquery-ui.min.js"></script> <script type="text/javascript" src="CityUTourdata/lib/jquery.ui.touch-punch.min.js"></script> <script type="text/javascript" src="CityUTourdata/lib/Kolor/KolorTools.min.js"></script> <script type="text/javascript" src="CityUTourdata/graphics/KolorBootstrap.js"></script> <style type="text/css"> div#panoDIV.cursorMoveMode { cursor: move; cursor: url(CityUTourdata/graphics/cursors_move_html5.cur), move; } div#panoDIV.cursorDragMode { cursor: grab; cursor: -moz-grab; cursor: -webkit-grab; cursor: url(CityUTourdata/graphics/cursors_drag_html5.cur), default; } </style> <script type="text/javascript"> function webglAvailable () { try { var canvas = document.createElement ("canvas"); return !!window.WebGLRenderingContext && (canvas.getContext ("webgl") || canvas.getContext ("experimental-webgl")); } catch (e) { return false; } } function getWmodeValue () { var webglTest = webglAvailable (); if (webglTest) { return 'direct'; } return 'opaque'; } function readDeviceOrientation () { // window.innerHeight is not supported by IE var winH = window.innerHeight ? window.innerHeight : jQuery (window).height (); var winW = window.innerWidth ? window.innerWidth : jQuery (window).width (); //force height for iframe usage if (!winH || winH == 0) { winH = '100%'; } // set the height of the document jQuery ('html').css ('height', winH); // scroll to top window.scrollTo (0, 0); } jQuery (document).ready (function () { if (/(iphone|ipod|ipad|android|iemobile|webos|fennec|blackberry|kindle|series60|playbook|opera\smini|opera\smobi|opera\stablet|symbianos|palmsource|palmos|blazer|windows\sce|windows\sphone|wp7|bolt|doris|dorothy|gobrowser|iris|maemo|minimo|netfront|semc-browser|skyfire|teashark|teleca|uzardweb|avantgo|docomo|kddi|ddipocket|polaris|eudoraweb|opwv|plink|plucker|pie|xiino|benq|playbook|bb|cricket|dell|bb10|nintendo|up.browser|playstation|tear|mib|obigo|midp|mobile|tablet)/.test ( navigator.userAgent.toLowerCase ())) { if (/iphone/.test (navigator.userAgent.toLowerCase ()) && window.self === window.top) { jQuery ('body').css ('height', '100.18%'); } // add event listener on resize event (for orientation change) if (window.addEventListener) { window.addEventListener ("load", readDeviceOrientation); window.addEventListener ("resize", readDeviceOrientation); window.addEventListener ("orientationchange", readDeviceOrientation); } //initial execution setTimeout (function () { readDeviceOrientation (); }, 10); } }); function accessWebVr (curScene, curTime) { unloadPlayer (); setTimeout (function () { loadPlayer (true, curScene, curTime); }, 100); } function accessStdVr (curScene, curTime) { unloadPlayer (); setTimeout (function () { loadPlayer (false, curScene, curTime); }, 100); } function loadPlayer (isWebVr, curScene, curTime) { if (isWebVr) { embedpano ({ id: "krpanoSWFObject" , xml: "CityUTourdata/CityUTour_vr.xml" , target: "panoDIV" , passQueryParameters: true , bgcolor: "#000000" , html5: "only+webgl" , focus: false , vars: { skipintro: true, norotation: true, startscene: curScene, starttime: curTime } }); } else { var isBot = /bot|googlebot|crawler|spider|robot|crawling/i.test (navigator.userAgent); embedpano ({ id: "krpanoSWFObject" , swf: "CityUTourdata/CityUTour.swf" , target: "panoDIV" , passQueryParameters: true , bgcolor: "#000000" , focus: false , html5: isBot ? "always" : "prefer" , vars: {startscene: curScene, starttime: curTime} , localfallback: "flash" }); } //apply focus on the visit if not embedded into an iframe if (top.location === self.location) { kpanotour.Focus.applyFocus (); } } function unloadPlayer () { if (jQuery ('#krpanoSWFObject')) { removepano ('krpanoSWFObject'); } } function getCurrentTourPlayer () { if (currentPanotourPlayer == null) { currentPanotourPlayer = document.getElementById ('krpanoSWFObject'); } return currentPanotourPlayer; } function isVRModeRequested () { var querystr = window.location.search.substring (1); var params = querystr.split ('&'); for (var i = 0; i < params.length; i++) { if (params[i].toLowerCase () == "vr") { return true; } } return false; } </script> </head> <body> <div id="container"> <div id="cityu_logo" onclick="javascript:window.open('http://www.cityu.edu.hk')"></div> <!-- <div id="ocio_logo" onclick="javascript:window.open('http://www.cityu.edu.hk/cio')"></div> --> <div id="tourDIV"> <div id="panoDIV"> <noscript> <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="100%" height="100%" id="CityUTourdata/CityUTour"> <param name="movie" value="CityUTourdata/CityUTour.swf" /> <param name="allowFullScreen" value="true" /> <!--[if !IE]>--> <object type="application/x-shockwave-flash" data="CityUTourdata/CityUTour.swf" width="100%" height="100%"> <param name="movie" value="CityUTourdata/CityUTour.swf" /> <param name="allowFullScreen" value="true" /> <!--<![endif]--> <a href="http://www.adobe.com/go/getflash"> <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player to visualize the Virtual Tour : CityU Tour (Virtual tour generated by Panotour)" /> </a> <!--[if !IE]>--> </object> <!--<![endif]--> </object> </noscript> </div> <script type="text/javascript" src="CityUTourdata/CityUTour.js"></script> <script type="text/javascript"> if (isVRModeRequested ()) { accessWebVr (); } else { accessStdVr (); } </script> </div> </div> <!-- Content --> <div id="pano-content" onclick="removeDiv (this)"> <script type="text/javascript"> if (get_url_param ('splash') == 0) { document.getElementById ('pano-content').style.display = 'none'; } </script> </div> <!-- /Content --> <!-- Footer --> <div id="pano-footer"> <!-- Notes --> <div id="pano-footer-notes"> <a href="http://www.cityu.edu.hk/cityu/copyright/index.htm#copyright">Copyright</a> &middot; <a href="http://www.cityu.edu.hk/cityu/disclaimer/index.htm#disclaimer">Disclaimer</a> &middot; 漏 2018 City University of Hong Kong. All Rights Reserved. CityU Tour v1.6.39. </div> <!-- /Notes --> </div> <!-- /Footer --> <!-- sharing --> <div style="position: absolute; left: 15px; bottom: 15px;"> <a title="Share on Facebook" href="javascript:share_url ('facebook')" target="_blank"><img src="icon-facebook.png" alt="Share on Facebook" class="icon-button-img" /></a> <br /> <a title="Share on Google+" href="javascript:share_url ('google+')" target="_blank"><img src="icon-google-plus.png" alt="Share on Google+" class="icon-button-img" /></a> <br /> <a title="Share on Twitter" href="javascript:share_url ('twitter')" target="_blank"><img src="icon-twitter.png" alt="Share on Twitter" class="icon-button-img" /></a> <br /> <a title="Share by Email" href="javascript:share_url ('email')"><img src="icon-email.png" alt="Share by Email" class="icon-button-img" /></a> <br /> <br /> <a title="Feedback and Suggestion" href="https://cityu-tour.uservoice.com" target="_blank"><img src="icon-feedback.png" alt="Feedback and Suggestion" class="icon-button-img" /></a> </div> <!-- dropdown box navigation --> <div style="position: absolute; right: 15px; top: 15px;"> <select onchange="h_select_change (this)"> <option value="">Jump to...</option> <option disabled="disabled" /> <option value="?s=pano35&splash=0">Yeung Kin Man Academic Building (YEUNG)</option> <option value="?s=pano10652&splash=0">Li Dak Sum Yip Yio Chin Academic Building (LI)</option> <option value="?s=pano26808&splash=0">Lau Ming Wai Academic Building (LAU)</option> <!-- <option value="?s=pano44&splash=0">University Circle</option> <option value="?s=pano31169&splash=0">Academic Exchange Building</option> --> <option value="?s=pano641&splash=0">Run Run Shaw Creative Media Centre</option> <option value="?s=pano32417&splash=0">To Yuen Building</option> <option disabled="disabled" /> <!-- <option value="">===== Departments =====</option> <option value="http://www.cs.cityu.edu.hk/~jlee/cstour/">Department of Computer Science (Experimental)</option> <option disabled="disabled" /> --> <option value="">===== Venues =====</option> <!-- <option value="?s=pano7223&splash=0">Chan Feng Men-ling Chan Shuk-lin English Language Centre</option> --> <option value="?s=pano392&splash=0">CLP Power Low Carbon Energy Education Centre</option> <option value="?s=pano662&splash=0">CMC Multimedia Theatre (M1060)</option> <option value="?s=pano678&splash=0">CMC Future Cinema Studio (M6094)</option> <option value="?s=pano36&splash=0">Run Run Shaw Library</option> <option value="?s=pano415&splash=0">Wong Cheung Lo Hui Yuet Hall</option> <option value="?s=pano37&splash=0">Wong's International Terrace</option> <option disabled="disabled" /> <option value="">===== Catering =====</option> <option value="?s=pano40&splash=0">City Express</option> <option value="?s=pano10628&splash=0">AC2 Canteen</option> <!-- <option value="?s=pano33352&splash=0">Garden Cafe</option> --> <option disabled="disabled" /> <option value="">===== Facilities =====</option> <!-- <option value="?s=pano18200&splash=0">BBQ Area</option> --> <option value="?s=pano7228&splash=0">Bookshop</option> <option value="?s=pano25856&splash=0">Computing Services Centre</option> <option value="?s=pano1381&splash=0">CSC Service Desk</option> <option value="?s=pano622&splash=0">Cornwall Basketball Court</option> <option value="?s=pano9686&splash=0">Cut Price</option> <option value="?s=pano1382&splash=0">Fast Printer (LI 4F)</option> <!-- <option value="?s=pano29323&splash=0">Fast Printer (LI 4F b)</option> <option value="?s=pano1416&splash=0">Fast Printer (LI 5F a)</option> <option value="?s=pano1408&splash=0">Fast Printer (LI 5F b)</option> --> <option value="?s=pano412&splash=0">Security Office (LAU)</option> <option value="?s=pano35742&splash=0">Swimming Pool</option> <option value="?s=pano10646&splash=0">U point</option> <option disabled="disabled" /> <option value="">===== Teaching Venues =====</option> <option value="?s=pano9687&splash=0">LT4 LT8 (YEUNG)</option> <option value="?s=pano25828&splash=0">LT5 (YEUNG)</option> <option value="?s=pano9689&splash=0">LT9 LT11 (YEUNG)</option> <option value="?s=pano9688&splash=0">LT10 LT12 (YEUNG)</option> <option value="?s=pano9695&splash=0">LT15 (YEUNG)</option> <option value="?s=pano10662&splash=0">LT401 (AMEN)</option> <option value="?s=pano1443&splash=0">LI G600</option> <option value="?s=pano1441&splash=0">LI G601</option> <option disabled="disabled" /> <option value="">===== Student Residence =====</option> <option value="?s=pano637&splash=0">Residence Hall 4 5</option> <option value="?s=pano639&splash=0">Residence Hall 7</option> <option value="?s=pano640&splash=0">Residence Hall 10 11</option> <option disabled="disabled" /> <option value="">===== Green Tour =====</option> <option value="?s=pano10660&splash=0">Green Roof (LI)</option> <option value="?s=pano17596&splash=0">Green Roof (LAU)</option> <!-- <option value="?s=pano9191&splash=0">Musical Staircase</option> --> </select> </div> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10