CINXE.COM
MIT - about the campus map
<!DOCTYPE html> <!-- MIT Campus Map - whereis.mit.edu - Copyright 2012 MIT --> <html> <head> <meta charset="utf-8"/> <link rel="icon" href="http://web.mit.edu/favicon.ico" type="image/x-icon" /> <link rel="shortcut icon" href="http://web.mit.edu/favicon.ico" type="image/x-icon" /> <link rel="stylesheet" href="campus-map-static.css" type="text/css"/> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script> <title>MIT - about the campus map</title> <!--[if lt IE 9]> <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"> </script> <![endif]--> <script type="text/javascript"> $(function() { $("#feedbacklink").click( function() { if ($("#feedbackbox").css("visibility") == "visible") { $("#feedbackbox").css("visibility", "hidden"); } else { $("#feedbackbox").css("visibility", "visible"); } return false; } ); }); </script> </head> <body> <div id="container"> <!-- top navigation bar --> <nav> <div> <a href="http://web.mit.edu/"> massachusetts institute of technology</a> <span style="position: absolute; right: 16px;"> <a href="#feedback" id="feedbacklink">feedback</a> </span> </div> </nav> <!-- main body --> <div id="mainbody"> <!-- heading --> <header> <div> <h1> <a href="http://web.mit.edu/"> <img src="http://web.mit.edu/campus-map/images/logo.gif" width="64" height="36" alt="MIT"/> </a> <a href="." class="title">campus map</a> </h1> <ul> <li> <a href="./">map home</a> </li> <li><a href="about.html" id="highlighted"> about the map</a> </li> <li> <a href="print.html">print version</a> </li> <li> <a href="directions.html">directions to MIT</a> </li> <li> <a href="faq.html">faq</a> </li> </ul> </div> </header> <!-- end heading --> <div id="content"> <section> <p class="introtext"> The online campus map provides the MIT community and visitors with an easy-to-use way to locate an MIT building, room, or location; to find a department or office; and to print a map for reference. </p> <p class="map"> The new online campus map, based on <a href="http://maps.google.com/">Google Maps</a>, serves images in real time from the official MIT maps maintained by the Department of Facilities. </p> <p class="map"> The campus map provides a searchable, graphic view of MIT as a colored plan or aerial view, as well as a set of downloadable maps for including the MIT map in your own electronic and print publications. </p> </section> <section> <h3 class="text-bigger">MIT Campus Spatial Data Info</h3> <p class="map"> The MIT Campus Map displays the following layers: MIT campus buildings, other buildings, greenspace, roads, major roads, road annotation, landmarks, railroads, sport facilities, courtyards, blocks, and parking lots. Please visit <a href="http://web.mit.edu/facilities/">MIT Department of Facilities</a> for more information. </p> </section> <section> <h3 class="text-bigger">Credits</h3> <p class="map">The campus map is developed by the <a href="http://web.mit.edu/facilities/">Department of Facilities</a> and <a href="http://web.mit.edu/ist/">Information Services & Technology (IS&T)</a>, using the Google Maps API. </p> <p class="map">The campus map is made possible by the joint effort of the following people: </p> <ul class="map"> <li>Theresa Regan, Information Services & Technology (Sponsor)</li> <li>Mark Silis, Information Services & Technology (Sponsor)</li> <li>Michael Parkin, Department of Facilities (Manager, Drawing Information Systems)</li> <li>William Witts, Department of Facilities (CAD/GIS Specialist, Drawing Information Systems)</li> <li>Hubert Pham, Graduate Student (Project Management, Developer)</li> <li>Huy Nguyen, Graduate Student (Developer)</li> <li>Susan Curran, MIT Newsoffice (Editor)</li> <li>Suzana Lisanti, HyperStudio (Unflagging Support)</li> </ul> <p><em>Past Contributors</em></p> <ul class="map"> <li>Alex Vandiver, MIT alumnus</li> <li>Daniel Sheehan, Information Services & Technology</li> <li>David Conlon, Information Services & Technology</li> <li>Gordon Clark, Information Services & Technology</li> <li>Greg Knight, Department of Facilities</li> <li>Margaret Wong, Information Services & Technology</li> <li>Tuan Phan, MIT alumnus</li> </ul> </section> <a id="feedback"></a> <section style="background: #f5f5f5; padding: 2px 10px 2px 10px; margin-top: 20px; margin-left: -10px;"> <p class="map"><span class="text-bigger">Your Feedback</span></p> <p class="map">We would be delighted to hear your comments and suggestions. <br/>Please contact us by visiting <a href="https://ist.mit.edu/help">https://ist.mit.edu/help</a>. </p> </section> </div> </div> <!-- end mainbody --> <footer> <table style="width: 736px;"> <tr> <td style="width: 224px;"> <a href="http://web.mit.edu/index.html"> massachusetts institute of technology</a> </td> <td style="width: 192px;">77 massachusetts avenue<br/> cambridge, ma 02139-4307</td> <td style="width: 128px;">tel 617.253.1000 <br/>tty 617.258.9344</td> <td style="width: 96px;"> <a href="http://web.mit.edu/site/aboutsite.html"> about this site</a> </td> <td style="width: 64px;"> <a href="http://web.mit.edu/comment-form.html"> contact</a> </td> </tr> </table> </footer> <div id="feedbackbox"> We would be delighted to hear your comments and suggestions. Please contact us at: <br/><a href="mailto:campus-map@mit.edu">campus-map@mit.edu</a> </div> </div> <script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script> <script type="text/javascript"> try { var pageTracker = _gat._getTracker("UA-7440685-2"); pageTracker._trackPageview(); } catch(err) {} </script> </body> </html>