/* This data was compiled by Chris Cummings ( http://www.chriscummings.net ) 03/2009.
Last update:4/8/09
This data is held within a JSON object. If you need information about the JSON format visit: http://www.json.org/
Any edits to this data must be done carefully. A missing comma or quotation will corrupt the data and the JavaScript
and Isometric Callcott will crash when it attempts to read the data.
How the Data is Structured
==========================
Each room has its own key whos value is an underscore and a roomnumber (examples: _103A, _003, _312B) and each key holds an array.
'_ROOMNUMBER' : {DATA FOR ROOM}
Each room MUST contain at least a 'room_type'. Everything else is optional.
Be sure to separate your name value pairs corretly! (example: 'name':'value', 'name':'value', 'name':'value')!
An extra trailing comma will cause IE to crash (example: 'name':value','name':'value', <---!)!
Any apostrophes or single quotes used in a name or a value must be preceded with the escape character "\" (example: 'owner':'O\'Brian')!
Watch your commas and single quotes!
THE 7 ROOM TYPES AND THEIR ALLOWED NAME/VALUE PAIRS
===================================================
1. RESTROOM
'room_type' : 'restroom', //MANDITORY!
'sex' : '[m,f,u]', //M(MALE), F(FEMALE), U(UNISEX)
'wheel_chair_accessible' : '[yes, y, no, n]', //CASE DOESN'T MATTER
2. UTILITY
'room_type' : 'utility', //MANDITORY!
'room_name' : '[*]', //ANY VALUE
'util_type' : '[*]', //ANY VALUE
'details' : '[*]', //ANY VALUE - USE THIS FOR INFO THAT DOESN'T FIT UNDER THE ABOVE
3. CLASS
'room_type' : 'class', //MANDITORY!
'room_name' : '[*]', //ANY VALUE
'details' : '[*]', //ANY VALUE - USE THIS FOR INFO THAT DOESN'T FIT UNDER THE ABOVE
4. LOUNGE
'room_type' : 'lounge', //MANDITORY!
'room_name' : '[*]', //ANY VALUE
'details' : '[*]', //ANY VALUE - USE THIS FOR INFO THAT DOESN'T FIT UNDER THE ABOVE
5. LAB
'room_type' : 'lab', //MANDITORY!
'room_name' : '[*]', //ANY VALUE
'details' : '[*]', //ANY VALUE - USE THIS FOR INFO THAT DOESN'T FIT UNDER THE ABOVE
6. OFFICE
'room_type' : 'office', //MANDITORY!
'owner':'[* , * / *]', //ANY VALUE, IF MORE THAN ONE PERSON INHABITS AN OFFICE YOU MUST SEPARETE THEM WITH A "/"
'staff_or_fac':'[faculty, staff, *]', //FACULTY, STAFF, OR ANY OTHER VALUE SUCH AS GRAD STUDENT
//VALUES OTHER THAN FACULTY OR STAFF WILL PUT THIS PERSON IN THE
//"OTHER" CATEGORY UNDER THE LOCATE MENU
'photo_path':'[*]', //PATH TO IMAGE
'title':'[*]', //ASSITANT PROFESSOR
'page':'[*]', //URL TO WEBPAGE (HTTP://WWW.ICANHASCHEEZBURGER.COM)
'phone':'[*]', //(NNN) NNN-NNNN
'fax':'[*]', //(NNN) NNN-NNNN
'email':'[*]', //FOO@BAR.EDU
'details':'[*]', //ANY VALUE - USE THIS FOR INFO THAT DOESN'T FIT UNDER THE ABOVE
7. [*] //YOU MAY CREATE YOUR OWN ROOM TYPE BUT THE ICON WILL DEFUALT TO PURPLE AND YOU MAY ONLY INCLUDE DETAILS
'room_type' : '[*]', //MANDITORY!
'details' : '[*]', //ANY VALUE - USE THIS FOR INFO THAT DOESN'T FIT UNDER THE ABOVE
*/
callcott = {
// GROUND FLOOR
//=================================================================================================
'_001' : {
'room_type':'Utility',
'util_type':'Storage'
},
'_002' : {
'room_type':'utility',
'util_type':'Storage'
},
'_002A' : {
'room_type':'utility',
'util_type':'Storage'
},
'_003' : {
'room_type':'class'
},
'_004' : {
'room_type':'class'
},
'_005' : {
'room_type':'lab',
'room_name':'Computer Lab'
},
'_006' : {
'room_type':'lounge'
},
'_006A' : {
'room_type':'utility',
'util_type':'Storage'
},
'_006B' : {
'room_type':'utility',
'util_type':'tele'
},
'_007' : {
'room_type':'restroom',
'sex':'m'
},
'_007A' : {
'room_type':'utility',
'util_type':'Storage'
},
'_008' : {
'room_type':'restroom',
'sex':'u',
'wheel_chair_accessible' : 'yes'
},
'_009' : {
'room_type':'restroom',
'sex':'f'
},
'_009A' : {
'room_type':'restroom',
'sex':'f'
},
'_010' : {
'room_type':'utility',
'util_type':'Mechanical'
},
'_010A' : {
'room_type':'utility'
},
'_011' : {
'room_type':'auditorium'
},
'_011A' : {
'room_type':'utility',
'util_type':'Storage'
},
// FIRST FLOOR
//=================================================================================================
'_101' : {
'room_type':'class'
},
'_102' : {
'room_type':'class'
},
'_103' : {
'room_type' : 'office',
'owner':'Monti Caughman / Susan Wise',
'staff_or_fac':'Staff',
'photo_path':'images/facstaff/caughman_wise.jpg',
'title':'Caughman: Resident Teacher Consultant
Susan Wise: Ambassador of Geographic Education',
'email':'mcaughma@mailbox.sc.edu
wises@mailbox.sc.edu',
'page':'http://www.cas.sc.edu/geog/people/staff.html'
},
'_104' : {
'room_type':'Geographic Alliance and Education'
},
'_105' : {
'room_type':'lab',
'room_name':'Cognitive Research Lab',
'owner':'Stephanie Dodds / Andrew Maceyka',
'staff_or_fac':'Graduate Students'
},
'_105A' : {
'room_type':'lab',
'room_name':'Cognitive Research Lab'
},
'_105B' : {
'room_type':'lab',
'room_name':'Cognitive Research Lab'
},
'_105C' : {
'room_type':'lab',
'room_name':'Cognitive Research Lab'
},
'_105D' : {
'room_type':'lab',
'room_name':'Cognitive Research Lab'
},
'_106' : {
'room_type' : 'office',
'owner':'Caroline R. Nagel, PhD',
'staff_or_fac':'faculty',
'photo_path':'images/facstaff/nagel.jpg',
'title':'Assistant Professor',
'phone':'(803) 777-4970',
'fax':'(803) 777-4972',
'email':'cnagel@mailbox.sc.edu',
'page':'http://www.cas.sc.edu/geog/FacStaff/nagel.html'
},
'_107' : {
'room_type':'office'
},
'_108' : {
'room_type':'office',
'owner':'Mary Thompson / Shelby Zelonis',
'staff_or_fac':'Graduate Students'
},
'_109' : {
'room_type':'office',
'owner':'John Lauermann',
'staff_or_fac':'Graduate Student'
},
'_110' : {
'room_type':'office'
},
'_111' : {
'room_type' : 'office',
'owner':'Debbie Little',
'staff_or_fac':'Staff',
'photo_path':'images/facstaff/little.jpg',
'title':'Business Manager',
'phone':'(803) 777-9845',
'fax':'(803) 777-4972',
'email':'debbie.little@sc.edu ',
'page':'http://www.cas.sc.edu/geog/people/staff.html'
},
'_112' : {
'room_type':'Conference Room'
},
'_113' : {
'room_type':'office',
'owner':'Jerry Mitchell, PhD',
'staff_or_fac':'Faculty',
'photo_path':'images/facstaff/jmitchell.jpg',
'title':'Adjunct Associate Professor',
'phone':' (803) 777-2986',
'fax':' (803) 777-4972',
'email':'mitchejt@mailbox.sc.edu',
'details':'Director, Center of Excellence for Geographic Education',
'page':'http://www.cas.sc.edu/geog/FacStaff/mitchellj.html'
},
'_113A' : {},
'_114' : {
'room_type':'restroom',
'sex':'f'
},
'_114A' : {
'room_type':'restroom',
'sex':'f'
},
'_115' : {
'room_type':'restroom',
'sex':'u',
'wheel_chair_accessible' : 'yes'
},
'_116' : {
'room_type' : 'utility',
'util_type':'Custodial'
},
'_117' : {
'room_type':'restroom',
'sex':'m'
},
'_117A' : {
'room_type':'restroom',
'sex':'m'
},
'_118' : {
'room_type':'Service'
},
'_118A' : {
'room_type':'Service'
},
'_118B' : {
'room_type':'Service'
},
'_119' : {
'room_type':'lounge'
},
'_120' : {
'room_type' : 'office',
'owner':'John F. Jakubs, PhD',
'staff_or_fac':'Faculty',
'photo_path':'images/facstaff/jakubs.jpg',
'title':'Associate Professor',
'phone':'(803) 777-6604 ',
'fax':'(803) 777-4972',
'email':'jjakubs@sc.edu',
'details':'Graduate Program Director',
'page':'http://www.cas.sc.edu/geog/FacStaff/jakubs.html'
},
'_121' : {
'room_type':'office',
'owner':'Julian V. Minghi, PhD',
'staff_or_fac':'Faculty',
'title':'Distinguished Professor Emeritus',
'phone':'(803) 777-497 ',
'fax':'(803) 777-4972',
'email':'minghi@sc.edu ',
'page':'http://www.cas.sc.edu/geog/FacStaff/minghi.html'
},
'_122' : {
'room_type':'office'
},
'_123' : {
'room_type':'Computer Equipment Processing'
},
'_124' : {
'room_type':'office'
},
'_125' : {
'room_type':'office',
'owner':'Capers Stokes, Jr.',
'staff_or_fac':'Staff',
'photo_path':'images/facstaff/stokes.jpg',
'title':'Graduate Student Services Program Coordinator',
'phone':'(803) 777-5235',
'fax':'(803) 777-4972',
'email':'stokesc@sc.edu',
'page':'http://www.cas.sc.edu/geog/people/staff.html'
},
'_126' : {
'room_type' : 'office',
'owner':'Lynette Likes',
'staff_or_fac':'Staff',
'photo_path':'images/facstaff/likes.jpg',
'title':'Systems Analyst',
'phone':'(803) 777-5728',
'fax':'(803) 777-4972',
'email':'Lynette@sc.edu ',
'page':'http://www.cas.sc.edu/geog/people/staff.html'
},
'_127' : {
'room_type' : 'office',
'owner':'Elizabeth Belcher',
'staff_or_fac':'Staff',
'photo_path':'images/facstaff/belcher.jpg',
'title':'Undergraduate Student Services Program Coordinator',
'phone':' (803) 777-5234',
'fax':' (803) 777-4972',
'email':'belchere@sc.edu',
'page':'http://www.cas.sc.edu/geog/people/staff.html'
},
'_127A' : {
'room_type':'office'
},
'_127B' : {
'room_type':'office'
},
'_127C' : {
'room_type':'office'
},
'_127D' : {
'room_type':'office'
},
'_127E' : {
'room_type':'office'
},
'_127F' : {
'room_type':'office'
},
// SECOND FLOOR
//=================================================================================================
'_201' : {
'room_type':'class'
},
'_202' : {
'room_type':'class'
},
'_203' : {
'room_type':'lab',
'room_name':'Biogeomorphic Research Lab'
},
'_204' : {
'room_type':'lab',
'room_name':'Biogeomorphic Research Lab'
},
'_205' : {
'room_type':'lab',
'room_name':'Biogeomorphic Research Lab'
},
'_206' : {
'room_type' : 'office',
'owner':'Allan James, PhD',
'staff_or_fac':'Faculty',
'title':'Professor',
'photo_path':'images/facstaff/james.jpg',
'phone':'(803) 777-6117 ',
'fax':'(803) 777-4972',
'email':'ajames@sc.edu',
'page':'http://www.cas.sc.edu/geog/FacStaff/james.html'
},
'_207' : {
'room_type':'office',
'staff_or_fac':'PhD & MS Candidates',
'owner':'Susan Dunham / Matthew Rodgers'
},
'_208' : {
'room_type':'office'
},
'_209' : {
'room_type':'office',
'owner':'Michael Finewood / Nathan Kettle',
'staff_or_fac':'Graduate Students'
},
'_210' : {
'room_type':'office',
'owner':'Subhajit Ghoshal / Peng Gao',
'staff_or_fac':'Graduate Students'
},
'_211' : {
'room_type' : 'office',
'owner':'Cary Mock, PhD',
'staff_or_fac':'Faculty',
'photo_path':'images/facstaff/mock.jpg',
'title':'Director of Undergraduate Studies
Associate Professor',
'phone':'(803) 777-1211',
'fax':'(803) 777-4972',
'email':'mockcj@sc.edu',
'page':'http://www.cas.sc.edu/geog/FacStaff/mock.html'
},
'_212' : {
'room_type' : 'office',
'owner':'Greg Carbone, PhD',
'staff_or_fac':'Faculty',
'photo_path':'images/facstaff/carbone.jpg',
'title':'Associate Professor',
'phone':'(803) 777-0682',
'fax':'(803) 777-4972',
'email':'greg.carbone@sc.edu',
'page':'http://www.cas.sc.edu/geog/FacStaff/carbone.html'
},
'_213' : {
'room_type' : 'office',
'owner':'Kristin Dow, PhD',
'staff_or_fac':'Faculty',
'photo_path':'images/facstaff/dow.jpg',
'title':'Associate Professor',
'phone':'(803) 777-2482',
'fax':'(803) 777-4972',
'email':'kdow@sc.edu',
'page':'http://www.cas.sc.edu/geog/FacStaff/dow.html'
},
'_214' : {
'room_type':'lab',
'room_name':'Climate Research Lab'
},
'_214A' : {
'room_type':'utility',
'util_type':'Communications'
},
'_215' : {
'room_type':'restroom',
'sex':'u'
},
'_215A' : {
'room_type':'restroom',
'sex':'u'
},
'_216' : {
'room_type':'utility',
'util_type':'custodial'
},
'_217' : {
'room_type':'restroom',
'sex':'f'
},
'_218' : {
'room_type':'restroom',
'sex':'m'
},
'_219' : {
'room_type':'office',
'owner':'Kip Chojnacki / Andrew Cockram / Jay Fowler / Nan Gao / Ian Millar',
'staff_or_fac':'Graduate Students',
'details':''
},
'_220' : {
'room_type' : 'office',
'owner':'William Graf, PhD',
'staff_or_fac':'Faculty',
'photo_path':'images/facstaff/graf.jpg',
'title':'Department Chair',
'phone':'(803) 777-4437 ',
'fax':'(803) 777-4972',
'email':'graf@sc.edu',
'page':'http://www.cas.sc.edu/geog/FacStaff/graf.html'
},
'_221' : {
'room_type' : 'office',
'owner':'John Kupfer, PhD',
'staff_or_fac':'Faculty',
'photo_path':'images/facstaff/kupfer.jpg',
'title':'Professor',
'phone':'(803) 777-6739',
'fax':'(803) 777-4972',
'email':'kupfer@sc.edu',
'page':'http://www.cas.sc.edu/geog/FacStaff/kupfer.html'
},
'_222' : {
'room_type':'office'
},
'_223' : {
'room_type':'office'
},
'_224' : {
'room_type':'office',
'staff_or_fac':'Graduate Students',
'owner':'Natalie Jense / Kirsten Lackstrom / Kimberly Meitzen'
},
'_225' : {
'room_type' : 'office',
'owner':'William R. Stanley, PhD',
'staff_or_fac':'Faculty',
'title':'Distinguished Professor Emeritus',
'phone':'(803) 777-6138',
'fax':'(803) 777-4972',
'email':'stanleyb@mailbox.sc.edu',
'page':'http://www.cas.sc.edu/geog/FacStaff/stanley.html'
},
'_226' : {
'room_type' : 'office',
'owner':'Amy Mills, PhD',
'staff_or_fac':'Faculty',
'title':'Assistant Professor',
'photo_path':'images/facstaff/mills.jpg',
'phone':'(803) 777-5688',
'fax':'(803) 777-4972',
'email':'amills@mailbox.sc.edu',
'page':'http://www.cas.sc.edu/geog/FacStaff/mills.html'
},
'_227' : {
'room_type' : 'office',
'owner':'Jean Ellis, PhD',
'staff_or_fac':'Faculty',
'title':'Assistant Professor',
'photo_path':'images/facstaff/ellis.jpg',
'phone':'(803) 777-1593',
'fax':'(803) 777-4972',
'email':'jtellis@mailbox.sc.edu',
'page':'http://www.cas.sc.edu/geog/FacStaff/ellis.html'
},
'_228' : {
'room_type':'Conference Room'
},
'_229' : {
'room_type' : 'office',
'owner':'Edward Carr, PhD',
'staff_or_fac':'Faculty',
'photo_path':'images/facstaff/carr.jpg',
'title':'Assistant Professor',
'phone':'(803) 777-1854',
'fax':'(803) 777-4972',
'email':'carr@sc.edu',
'page':'http://www.cas.sc.edu/geog/FacStaff/carr.html'
},
'_230' : {
'room_type':'utility',
'util_type':'Storage'
},
'_231' : {
'room_type':'utility',
'util_type':'Mechanical'
},
'_232' : {
'room_type':'Break-out Room'
},
// THIRD FLOOR
//=================================================================================================
'_301' : {
'room_type':'lab',
'room_name':'Computer Lab'
},
'_302' : {
'room_type':'lab',
'room_name':'Computer Lab Training Facility'
},
'_303' : {
'room_type':'lab',
'room_name':'Hazards Research Lab'
},
'_304' : {
'room_type':'lab',
'room_name':'Hazards Research Lab',
'owner':'Eric Tate / Jennifer Webb',
'staff_or_fac':'Graduate Students'
},
'_304A' : {
'room_type':'lab',
'room_name':'Hazards Research Lab'
},
'_304B' : {
'room_type':'lab',
'room_name':'Hazards Research Lab'
},
'_305' : {
'room_type' : 'office',
'owner':'Diansheng Guo, PhD',
'staff_or_fac':'Faculty',
'photo_path':'images/facstaff/guo.jpg',
'title':'Assistant Professor',
'phone':'(803) 777-2989',
'fax':'(803) 777-4972',
'email':'guod@sc.edu',
'page':'http://www.cas.sc.edu/geog/FacStaff/guo.html'
},
'_306' : {
'room_type' : 'office',
'owner':'Christina Griffin / Ginni Melton / Joanne Stevenson',
'staff_or_fac':'Graduate Students'
},
'_307' : {
'room_type':'office',
'owner':'Ke Liao / Chris VanDyke',
'staff_or_fac':'Graduate Students'
},
'_308' : {
'room_type':'office',
'owner':'Christopher Burton / Caglar Koylu',
'staff_or_fac':'Graduate Students'
},
'_309' : {
'room_type':'office',
'owner':'Dan Morath / Casey Zuzak',
'staff_or_fac':'Graduate Students'
},
'_310' : {
'room_type' : 'office',
'owner':'Chris Upchurch, PhD',
'staff_or_fac':'Faculty',
'photo_path':'images/facstaff/upchurch.jpg',
'title':'Assistant Professor',
'phone':'(803) 777-5867',
'fax':'(803) 777-4972',
'email':'upchurc2@mailbox.sc.edu',
'page':'http://www.cas.sc.edu/geog/FacStaff/upchurch.html'
},
'_311' : {
'room_type':'lab',
'room_name':'Environmentl Annex'
},
'_311A' : {
'room_type':'lab',
'room_name':'Environmentl Annex'
},
'_311B' : {
'room_type':'lab',
'room_name':'Environmentl Annex'
},
'_311C' : {
'room_type' : 'office',
'owner':'Charlie Faucette',
'staff_or_fac':'Staff',
'photo_path':'images/facstaff/faucette.jpg',
'title':'Administrative Assistant for the Hazards and Vulnerability Research Institute ',
'phone':'(803) 777-2388',
'fax':'(803) 777-4972',
'email':'faucette@mailbox.sc.edu ',
'page':'http://www.cas.sc.edu/geog/people/staff.html'
},
'_311D' : {
'room_type':'lab',
'room_name':'Hazards and Vulnerability Research Insitute'
},
'_312' : {
'room_type' : 'office',
'owner':'Susan Cutter, PhD',
'staff_or_fac':'Faculty',
'photo_path':'images/facstaff/cutter.jpg',
'title':'Director, Hazards & Vulnerability Research Institute',
'phone':'(803) 777-1590',
'fax':'(803) 777-4972',
'email':'scutter@sc.edu',
'page':'http://www.cas.sc.edu/geog/FacStaff/cutter.html'
},
'_313' : {
'room_type':'Conference'
},
'_314' : {
'room_type':'restroom',
'sex':'u'
},
'_314A' : {
'room_type':'restroom',
'sex':'u'
},
'_315' : {
'room_type':'utility',
'util_type':'Custodial'
},
'_316' : {
'room_type':'restroom',
'sex':'m'
},
'_317' : {
'room_type':'restroom',
'sex':'f'
},
'_318' : {
'room_type':'lab',
'room_name':'Remote Sensing Research Lab'
},
'_319' : {
'room_type':'lab',
'room_name':'GIS Research Lab',
'owner':'Ian Kramer',
'staff_or_fac':'Graduate Student'
},
'_320' : {
'room_type' : 'office',
'owner':'Wm. Lynn Shirley',
'staff_or_fac':'Staff',
'photo_path':'images/facstaff/shirley.jpg',
'title':'GIS Manager',
'phone':'(803) 777-4590',
'fax':'(803) 777-4972',
'email':'wmlynn@sc.edu ',
'page':'http://www.cas.sc.edu/geog/FacStaff/shirley.html'
},
'_321' : {
'room_type' : 'office',
'owner':'Kevin Remington',
'staff_or_fac':'Staff',
'photo_path':'images/facstaff/remington.jpg',
'title':'Campus GIS Coordinator',
'phone':'(803) 777-0957',
'fax':'(803) 777-4972',
'email':'kcr@sc.edu',
'page':'http://www.cas.sc.edu/geog/people/staff.html'
},
'_322' : {
'room_type':'office',
'owner':'David J. Cowen, PhD',
'staff_or_fac':'Faculty',
'photo_path':'images/facstaff/cowen.jpg',
'title':'Carolina Distinguished Professor Emeritus',
'phone':'(803) 777-5236',
'fax':'(803) 777-4972',
'email':'cowend@sc.edu',
'page':'http://www.cas.sc.edu/geog/FacStaff/cowen.html'
},
'_323' : {
'room_type':'office',
'owner':'Chang Yi',
'staff_or_fac':'Graduate Student'
},
'_324' : {
'room_type' : 'office',
'owner':'Shufan Liu / Ben Sigrist',
'title':'
Shufan Liu
Ben Sigrist',
'staff_or_fac':'Graduate Students',
'photo_path':'images/facstaff/liusigrist.jpg'
},
'_325' : {
'room_type' : 'office',
'owner':'Sarah Battersby, PhD',
'staff_or_fac':'Faculty',
'photo_path':'images/facstaff/battersby.jpg',
'title':'Assistant Professor',
'phone':'(803) 777-5729',
'fax':'(803) 777-4972',
'email':'battersby@sc.edu',
'page':'http://www.cas.sc.edu/geog/FacStaff/battersby.html'
},
'_326' : {
'room_type' : 'office',
'owner':'Michael E. Hodgson, PhD',
'staff_or_fac':'Faculty',
'photo_path':'images/facstaff/hodgson.jpg',
'title':'Professor',
'phone':'(803) 777-8976 ',
'fax':'(803) 777-4972',
'email':'hodgsonm@sc.edu',
'page':'http://www.cas.sc.edu/geog/FacStaff/hodgson.html'
},
'_327' : {
'room_type' : 'office',
'owner':'John Jenson, PhD',
'staff_or_fac':'Faculty',
'photo_path':'images/facstaff/jenson.jpg',
'title':'Carolina Distinguished Professor',
'page':'http://www.cas.sc.edu/geog/FacStaff/jensen.html',
'phone':'(803) 777-5790',
'fax':'(803) 777-4972',
'email':'jrjensen@sc.edu'
},
'_327A' : {
'room_type':'lab'
},
'_327B' : {
'room_type':'lab'
},
'_328' : {
'room_type':'GIS and Remote Sensing Resources'
},
'_329' : {
'room_type':'utility',
'util_type':'Mechanical'
},
'_330' : {
'room_type':'lounge'
},
// FOR SPRITES ONLY, DISREGARD
//=================================================================================================
'_999' : {
'room_type':'Chris Cummings',
'owner':'Chris Cummings',
'staff_or_fac':'Gentleman Adventurer, American Hero and GIS Undergrad',
'photo_path':'images/facstaff/cummings.jpg',
'page':'http://chriscummings.net/',
'details':'I made this. =)'
},
'_998' : {
'room_type':'Karen Ellett',
'owner':'Karen Ellett',
'staff_or_fac':'Graduate Student',
'photo_path':'images/facstaff/ellett.jpg',
'details':'