{
    "147925-21902530":
    {
        "datetime_modified":"20260508T155502",
        "datetime_start":"20260904T090000",
        "datetime_end":"20260904T200000",
        "has_end_time":1,
        "date_start":"2026-09-04",
        "date_end":"2026-09-04",
        "time_start":"09:00:00",
        "time_end":"20:00:00",
        "time_zone":"America\/Detroit",
        "event_title":"The People\u2019s Bicentennial",
        "occurrence_title":"",
        "combined_title":"The People\u2019s Bicentennial",
        "event_subtitle":"",
        "event_type":"Exhibition",
        "event_type_id":"7",
        "description":"This selection of original artifacts documents the work of the Peoples Bicentennial Commission (PBC), which challenged the official, corporate-sponsored commemoration of the 1976 bicentennial. This year we celebrate the 250th anniversary of the signing of the Declaration of Independence.\n\nItems on display are from the Joseph A. Labadie Collection, which documents social protest movements and radical history.\n\nHOURS\nSunday 2-8pm\nMonday-Thursday 9am-8pm\nFriday 9am-4pm\nSaturday 11am-5pm",
        "occurrence_notes":null,
                "guid":"147925-21902530@events.umich.edu",
        "permalink":"http:\/\/events.umich.edu\/event\/147925",
        "building_id":"1000181",
        "building_name":"Hatcher Graduate Library",
        "campus_maps_id":"65",
        "room":"Hatcher Gallery Exhibit Room (1st floor)",
        "location_name":"Hatcher Graduate Library",
        "has_livestream":0,
        "cost":"",
        "tags":["History","Library","Free"],
        "website":"https:\/\/www.lib.umich.edu\/events",
        "sponsors":[
             {
                "group_name":"University Library",
                "group_id":"1186",
                "website":"https:\/\/www.facebook.com\/UMichLibrary\/"                }                    ],
        "image_url":"https:\/\/events.umich.edu\/media\/attachments\/2026\/04\/event_147925_original-2.jpg",
        "styled_images":{
                                        "event_thumb":"https:\/\/events.umich.edu\/media\/cache\/event_thumb\/media\/attachments\/2026\/04\/event_147925_original-2.jpg",
                                            "event_large":"https:\/\/events.umich.edu\/media\/cache\/event_large\/media\/attachments\/2026\/04\/event_147925_original-2.jpg",
                                            "event_large_2x":"https:\/\/events.umich.edu\/media\/cache\/event_large_2x\/media\/attachments\/2026\/04\/event_147925_original-2.jpg",
                                            "event_large_lightbox":"https:\/\/events.umich.edu\/media\/cache\/event_large_lightbox\/media\/attachments\/2026\/04\/event_147925_original-2.jpg",
                                            "group_thumb":"https:\/\/events.umich.edu\/media\/cache\/group_thumb\/media\/attachments\/2026\/04\/event_147925_original-2.jpg",
                                            "group_thumb_square":"https:\/\/events.umich.edu\/media\/cache\/group_thumb_square\/media\/attachments\/2026\/04\/event_147925_original-2.jpg",
                                            "group_large":"https:\/\/events.umich.edu\/media\/cache\/group_large\/media\/attachments\/2026\/04\/event_147925_original-2.jpg",
                                            "group_large_lightbox":"https:\/\/events.umich.edu\/media\/cache\/group_large_lightbox\/media\/attachments\/2026\/04\/event_147925_original-2.jpg",
                                            "event_large_crop":"https:\/\/events.umich.edu\/media\/cache\/event_large_crop\/media\/attachments\/2026\/04\/event_147925_original-2.jpg",
                                            "event_list":"https:\/\/events.umich.edu\/media\/cache\/event_list\/media\/attachments\/2026\/04\/event_147925_original-2.jpg",
                                            "event_list_2x":"https:\/\/events.umich.edu\/media\/cache\/event_list_2x\/media\/attachments\/2026\/04\/event_147925_original-2.jpg",
                                            "event_grid":"https:\/\/events.umich.edu\/media\/cache\/event_grid\/media\/attachments\/2026\/04\/event_147925_original-2.jpg",
                                            "event_grid_2x":"https:\/\/events.umich.edu\/media\/cache\/event_grid_2x\/media\/attachments\/2026\/04\/event_147925_original-2.jpg",
                                            "event_feature_large":"https:\/\/events.umich.edu\/media\/cache\/event_feature_large\/media\/attachments\/2026\/04\/event_147925_original-2.jpg",
                                            "event_feature_thumb":"https:\/\/events.umich.edu\/media\/cache\/event_feature_thumb\/media\/attachments\/2026\/04\/event_147925_original-2.jpg"                    },
        "occurrence_count":132,
        "first_occurrence":21902411
    }    ,    "151367-21911415":
    {
        "datetime_modified":"20260902T080735",
        "datetime_start":"20260904T090000",
        "datetime_end":"19700101T000000",
        "has_end_time":1,
        "date_start":"2026-09-04",
        "date_end":"1970-01-01",
        "time_start":"09:00:00",
        "time_end":"00:00:00",
        "time_zone":"America\/Detroit",
        "event_title":"Verifying Robotics With Synchronous Refinement Types and Quantitative Semantics",
        "occurrence_title":"",
        "combined_title":"Verifying Robotics With Synchronous Refinement Types and Quantitative Semantics: Robotics PhD Defense, Jiawei Chen",
        "event_subtitle":"Robotics PhD Defense, Jiawei Chen",
        "event_type":"Presentation",
        "event_type_id":"16",
        "description":"Chair: Jean-Baptiste Jeannin\n\nAbstract:\nCyber-Physical Systems contain software components that interact with the physical world. Consequently, they are often found in aircraft, robots, or industrial processes where software failures have real, immediate, and potentially catastrophic consequences. These very interactions with the physical world also make them challenging to design safely because testing at runtime is often either impractical or incomplete. Alternatively, formal verification can statically derive rigorous safety guarantees, but the language in which CPS software is written determines both the ease of verification and its trustworthiness.\n\nThe first part of the dissertation presents a programming language addressing the trust gap that often exists between verification and execution. Formal verification requires accurately and reliably predicting program behavior through its semantics, but commonly used CPS languages typically have complex or imprecise semantics that make this difficult. However, languages and theories favoring verification are often not expressive enough to produce executable programs. Consequently, the software that is verified is often different from the software that executes. We present MARVeLus, a programming language and runtime that combines the expressive yet precise semantics of synchronous programming with efficient, modular verification via refinement type checking, to enable formally-verifiable, executable programs. We characterize the semantics of the underlying synchronous language, develop typing rules, and formally prove that verified specifications are maintained by the semantics. We then demonstrate real-time execution of verified programs on a robotics platform.\n\nThe second part details our generalization of quantitative semantics, which enables optimization-driven verification techniques to efficiently locate potentially unsafe behaviors or configurations of cyber-physical systems. Although many different quantitative semantics exist in the literature, they are often isolated in their own solver interfaces making them difficult to methodically compare with one another or verify for safety. We present the first generalized framework for quantitative semantics that is capable of instantiating and verifying the soundness of both existing and novel semantics. We formally prove the correctness of the generalization and use it to experimentally compare the performance of semantics.\n\nBoth MARVeLus and the quantitative semantics generalization strive to make formal verification more versatile, accessible, and dependable.",
        "occurrence_notes":"and on Zoom",
                "guid":"151367-21911415@events.umich.edu",
        "permalink":"http:\/\/events.umich.edu\/event\/151367",
        "building_id":"1005418",
        "building_name":"Ford Robotics Building",
        "campus_maps_id":"647",
        "room":"4000",
        "location_name":"Ford Robotics Building",
        "has_livestream":0,
        "cost":"",
        "tags":["Robotics"],
        "website":"https:\/\/umich.zoom.us\/my\/chenjw",
        "sponsors":[
             {
                "group_name":"Michigan Robotics",
                "group_id":"3998",
                "website":""                }                    ],
        "image_url":"https:\/\/events.umich.edu\/media\/attachments\/2026\/09\/event_151367_original-1.png",
        "styled_images":{
                                        "event_thumb":"https:\/\/events.umich.edu\/media\/cache\/resolve\/event_thumb\/media\/attachments\/2026\/09\/event_151367_original-1.png",
                                            "event_large":"https:\/\/events.umich.edu\/media\/cache\/event_large\/media\/attachments\/2026\/09\/event_151367_original-1.png",
                                            "event_large_2x":"https:\/\/events.umich.edu\/media\/cache\/resolve\/event_large_2x\/media\/attachments\/2026\/09\/event_151367_original-1.png",
                                            "event_large_lightbox":"https:\/\/events.umich.edu\/media\/cache\/event_large_lightbox\/media\/attachments\/2026\/09\/event_151367_original-1.png",
                                            "group_thumb":"https:\/\/events.umich.edu\/media\/cache\/resolve\/group_thumb\/media\/attachments\/2026\/09\/event_151367_original-1.png",
                                            "group_thumb_square":"https:\/\/events.umich.edu\/media\/cache\/resolve\/group_thumb_square\/media\/attachments\/2026\/09\/event_151367_original-1.png",
                                            "group_large":"https:\/\/events.umich.edu\/media\/cache\/resolve\/group_large\/media\/attachments\/2026\/09\/event_151367_original-1.png",
                                            "group_large_lightbox":"https:\/\/events.umich.edu\/media\/cache\/resolve\/group_large_lightbox\/media\/attachments\/2026\/09\/event_151367_original-1.png",
                                            "event_large_crop":"https:\/\/events.umich.edu\/media\/cache\/resolve\/event_large_crop\/media\/attachments\/2026\/09\/event_151367_original-1.png",
                                            "event_list":"https:\/\/events.umich.edu\/media\/cache\/resolve\/event_list\/media\/attachments\/2026\/09\/event_151367_original-1.png",
                                            "event_list_2x":"https:\/\/events.umich.edu\/media\/cache\/event_list_2x\/media\/attachments\/2026\/09\/event_151367_original-1.png",
                                            "event_grid":"https:\/\/events.umich.edu\/media\/cache\/event_grid\/media\/attachments\/2026\/09\/event_151367_original-1.png",
                                            "event_grid_2x":"https:\/\/events.umich.edu\/media\/cache\/resolve\/event_grid_2x\/media\/attachments\/2026\/09\/event_151367_original-1.png",
                                            "event_feature_large":"https:\/\/events.umich.edu\/media\/cache\/event_feature_large\/media\/attachments\/2026\/09\/event_151367_original-1.png",
                                            "event_feature_thumb":"https:\/\/events.umich.edu\/media\/cache\/event_feature_thumb\/media\/attachments\/2026\/09\/event_151367_original-1.png"                    },
        "occurrence_count":1,
        "first_occurrence":21911415
    }    ,    "149497-21906524":
    {
        "datetime_modified":"20260721T131934",
        "datetime_start":"20260904T100000",
        "datetime_end":"20260904T140000",
        "has_end_time":1,
        "date_start":"2026-09-04",
        "date_end":"2026-09-04",
        "time_start":"10:00:00",
        "time_end":"14:00:00",
        "time_zone":"America\/Detroit",
        "event_title":"2026 First-Generation Gateway Open House",
        "occurrence_title":"",
        "combined_title":"2026 First-Generation Gateway Open House",
        "event_subtitle":"",
        "event_type":"Reception \/ Open House",
        "event_type_id":"17",
        "description":"Come visit the First-Gen Gateway in the Office of Academic Multicultural Initiatives on the third floor of the Student Activities Building. The First-Gen Gateway is a physical space that serves as a starting point for getting connected to resources for all first-generation students. This open house is an introduction to the resources available and an opportunity to meet the First-Gen Gateway staff.",
        "occurrence_notes":null,
                "guid":"149497-21906524@events.umich.edu",
        "permalink":"http:\/\/events.umich.edu\/event\/149497",
        "building_id":"1000215",
        "building_name":"Student Activities Building",
        "campus_maps_id":"146",
        "room":"Office of Academic Multicultural Initiatives (3rd Floor)",
        "location_name":"Student Activities Building",
        "has_livestream":0,
        "cost":"",
        "tags":["First-gen","First-generation","First Generation"],
        "website":"https:\/\/myumi.ch\/Pb185",
        "sponsors":[
             {
                "group_name":"First Generation Student Gateway",
                "group_id":"4438",
                "website":""                }                    ],
        "image_url":"https:\/\/events.umich.edu\/media\/attachments\/2026\/07\/event_149497_original-1.jpg",
        "styled_images":{
                                        "event_thumb":"https:\/\/events.umich.edu\/media\/cache\/event_thumb\/media\/attachments\/2026\/07\/event_149497_original-1.jpg",
                                            "event_large":"https:\/\/events.umich.edu\/media\/cache\/event_large\/media\/attachments\/2026\/07\/event_149497_original-1.jpg",
                                            "event_large_2x":"https:\/\/events.umich.edu\/media\/cache\/event_large_2x\/media\/attachments\/2026\/07\/event_149497_original-1.jpg",
                                            "event_large_lightbox":"https:\/\/events.umich.edu\/media\/cache\/event_large_lightbox\/media\/attachments\/2026\/07\/event_149497_original-1.jpg",
                                            "group_thumb":"https:\/\/events.umich.edu\/media\/cache\/group_thumb\/media\/attachments\/2026\/07\/event_149497_original-1.jpg",
                                            "group_thumb_square":"https:\/\/events.umich.edu\/media\/cache\/group_thumb_square\/media\/attachments\/2026\/07\/event_149497_original-1.jpg",
                                            "group_large":"https:\/\/events.umich.edu\/media\/cache\/group_large\/media\/attachments\/2026\/07\/event_149497_original-1.jpg",
                                            "group_large_lightbox":"https:\/\/events.umich.edu\/media\/cache\/group_large_lightbox\/media\/attachments\/2026\/07\/event_149497_original-1.jpg",
                                            "event_large_crop":"https:\/\/events.umich.edu\/media\/cache\/event_large_crop\/media\/attachments\/2026\/07\/event_149497_original-1.jpg",
                                            "event_list":"https:\/\/events.umich.edu\/media\/cache\/event_list\/media\/attachments\/2026\/07\/event_149497_original-1.jpg",
                                            "event_list_2x":"https:\/\/events.umich.edu\/media\/cache\/event_list_2x\/media\/attachments\/2026\/07\/event_149497_original-1.jpg",
                                            "event_grid":"https:\/\/events.umich.edu\/media\/cache\/event_grid\/media\/attachments\/2026\/07\/event_149497_original-1.jpg",
                                            "event_grid_2x":"https:\/\/events.umich.edu\/media\/cache\/event_grid_2x\/media\/attachments\/2026\/07\/event_149497_original-1.jpg",
                                            "event_feature_large":"https:\/\/events.umich.edu\/media\/cache\/event_feature_large\/media\/attachments\/2026\/07\/event_149497_original-1.jpg",
                                            "event_feature_thumb":"https:\/\/events.umich.edu\/media\/cache\/event_feature_thumb\/media\/attachments\/2026\/07\/event_149497_original-1.jpg"                    },
        "occurrence_count":1,
        "first_occurrence":21906524
    }    ,    "149218-21905991":
    {
        "datetime_modified":"20260903T012111",
        "datetime_start":"20260904T100000",
        "datetime_end":"20260904T140000",
        "has_end_time":1,
        "date_start":"2026-09-04",
        "date_end":"2026-09-04",
        "time_start":"10:00:00",
        "time_end":"14:00:00",
        "time_zone":"America\/Detroit",
        "event_title":"2026 First-Generation Gateway Open House",
        "occurrence_title":"",
        "combined_title":"2026 First-Generation Gateway Open House",
        "event_subtitle":"",
        "event_type":"Workshop \/ Seminar",
        "event_type_id":"21",
        "description":"Come and visit the First-Gen Gateway located in the Office of Academic Multicultural Initiatives, located on the third floor of the Student Activities Building. The First-Gen Gateway is a physical space that serves as a starting point for getting connected to resources for all first-generation students. This open house is an introduction to the resources available and an opportunity to meet the First-Gen Gateway staff.\n",
        "occurrence_notes":null,
                "guid":"149218-21905991@events.umich.edu",
        "permalink":"http:\/\/events.umich.edu\/event\/149218",
        "building_id":"",
        "building_name":"",
        "campus_maps_id":"",
        "room":"",
        "location_name":"First-Generation Gateway located in the Office of Academic Multicultural Initiatives (on the 3rd floor of the Student Activities Building)",
        "has_livestream":0,
        "cost":"",
        "tags":["Sessions"],
        "website":"https:\/\/sessions.studentlife.umich.edu\/p\/track\/17355",
        "sponsors":[
             {
                "group_name":"Sessions @ Michigan",
                "group_id":"4791",
                "website":"https:\/\/sessions.studentlife.umich.edu\/"                }                    ],
        "image_url":"",
        "styled_images":{
                                        "event_thumb":"",
                                            "event_large":"",
                                            "event_large_2x":"",
                                            "event_large_lightbox":"",
                                            "group_thumb":"",
                                            "group_thumb_square":"",
                                            "group_large":"",
                                            "group_large_lightbox":"",
                                            "event_large_crop":"",
                                            "event_list":"",
                                            "event_list_2x":"",
                                            "event_grid":"",
                                            "event_grid_2x":"",
                                            "event_feature_large":"",
                                            "event_feature_thumb":""                    },
        "occurrence_count":1,
        "first_occurrence":21905991
    }    ,    "149864-21907281":
    {
        "datetime_modified":"20260811T153533",
        "datetime_start":"20260904T100000",
        "datetime_end":"20260904T100000",
        "has_end_time":1,
        "date_start":"2026-09-04",
        "date_end":"2026-09-04",
        "time_start":"10:00:00",
        "time_end":"10:00:00",
        "time_zone":"America\/Detroit",
        "event_title":"Goosechase: Welcome to Michigan",
        "occurrence_title":"",
        "combined_title":"Goosechase: Welcome to Michigan",
        "event_subtitle":"",
        "event_type":"Recreational \/ Games",
        "event_type_id":"18",
        "description":"Flock In! Join the Welcome to Michigan Goosechase to explore campus, meet new people, and solve missions. Compete with fellow classmates for a top spot on the leaderboard for a chance to win gift cards & other goose goodies. The earlier you start, the sooner you can earn points! The Welcome to Michigan Goosechase runs from August 24th-September 14th, but new Goosechase competitions will continue throughout the year. Flock in now to get started! Click this link here to join, https:\/\/join.goosechase.com\/53332432-9fc7-4ccd-9a36-d16c7b7502c9\n\nCCI Goosechase Page: https:\/\/campusinvolvement.umich.edu\/article\/goosechase-welcome-michigan",
        "occurrence_notes":null,
                "guid":"149864-21907281@events.umich.edu",
        "permalink":"http:\/\/events.umich.edu\/event\/149864",
        "building_id":"null",
        "building_name":"Off Campus Location",
        "campus_maps_id":"1",
        "room":"",
        "location_name":"Goosechase App: Download in the App Store & follow the instructions on CCI's website to join!",
        "has_livestream":0,
        "cost":"",
        "tags":["Anchor2026","Welcome2026","Cci"],
        "website":"https:\/\/join.goosechase.com\/53332432-9fc7-4ccd-9a36-d16c7b7502c9",
        "sponsors":[
             {
                "group_name":"Center for Campus Involvement CCI",
                "group_id":"1023",
                "website":"http:\/\/campusinvolvement.umich.edu"                }                    ],
        "image_url":"https:\/\/events.umich.edu\/media\/attachments\/2026\/08\/event_149864_original-2.png",
        "styled_images":{
                                        "event_thumb":"https:\/\/events.umich.edu\/media\/cache\/event_thumb\/media\/attachments\/2026\/08\/event_149864_original-2.png",
                                            "event_large":"https:\/\/events.umich.edu\/media\/cache\/event_large\/media\/attachments\/2026\/08\/event_149864_original-2.png",
                                            "event_large_2x":"https:\/\/events.umich.edu\/media\/cache\/event_large_2x\/media\/attachments\/2026\/08\/event_149864_original-2.png",
                                            "event_large_lightbox":"https:\/\/events.umich.edu\/media\/cache\/event_large_lightbox\/media\/attachments\/2026\/08\/event_149864_original-2.png",
                                            "group_thumb":"https:\/\/events.umich.edu\/media\/cache\/group_thumb\/media\/attachments\/2026\/08\/event_149864_original-2.png",
                                            "group_thumb_square":"https:\/\/events.umich.edu\/media\/cache\/group_thumb_square\/media\/attachments\/2026\/08\/event_149864_original-2.png",
                                            "group_large":"https:\/\/events.umich.edu\/media\/cache\/group_large\/media\/attachments\/2026\/08\/event_149864_original-2.png",
                                            "group_large_lightbox":"https:\/\/events.umich.edu\/media\/cache\/group_large_lightbox\/media\/attachments\/2026\/08\/event_149864_original-2.png",
                                            "event_large_crop":"https:\/\/events.umich.edu\/media\/cache\/event_large_crop\/media\/attachments\/2026\/08\/event_149864_original-2.png",
                                            "event_list":"https:\/\/events.umich.edu\/media\/cache\/event_list\/media\/attachments\/2026\/08\/event_149864_original-2.png",
                                            "event_list_2x":"https:\/\/events.umich.edu\/media\/cache\/event_list_2x\/media\/attachments\/2026\/08\/event_149864_original-2.png",
                                            "event_grid":"https:\/\/events.umich.edu\/media\/cache\/event_grid\/media\/attachments\/2026\/08\/event_149864_original-2.png",
                                            "event_grid_2x":"https:\/\/events.umich.edu\/media\/cache\/event_grid_2x\/media\/attachments\/2026\/08\/event_149864_original-2.png",
                                            "event_feature_large":"https:\/\/events.umich.edu\/media\/cache\/event_feature_large\/media\/attachments\/2026\/08\/event_149864_original-2.png",
                                            "event_feature_thumb":"https:\/\/events.umich.edu\/media\/cache\/event_feature_thumb\/media\/attachments\/2026\/08\/event_149864_original-2.png"                    },
        "occurrence_count":22,
        "first_occurrence":21907270
    }    ,    "150691-21909916":
    {
        "datetime_modified":"20260821T105645",
        "datetime_start":"20260904T100000",
        "datetime_end":"20260904T110000",
        "has_end_time":1,
        "date_start":"2026-09-04",
        "date_end":"2026-09-04",
        "time_start":"10:00:00",
        "time_end":"11:00:00",
        "time_zone":"America\/Detroit",
        "event_title":"La Tertulia: Spanish Coffee Hour",
        "occurrence_title":"",
        "combined_title":"La Tertulia: Spanish Coffee Hour",
        "event_subtitle":"",
        "event_type":"Social \/ Informal Gathering",
        "event_type_id":"19",
        "description":"Hola! \u00bfC\u00f3mo est\u00e1s?\n\n-Practice your Spanish-speaking skills with peers & instructors in a relaxed environment. All language levels and students are welcome to join the conversation.\n\n-Come & go as you please; stay as little or as long as you would like!\n\n-Free coffee, tea, light snacks, & baked goods.",
        "occurrence_notes":null,
                "guid":"150691-21909916@events.umich.edu",
        "permalink":"http:\/\/events.umich.edu\/event\/150691",
        "building_id":"1000207",
        "building_name":"Modern Languages Building",
        "campus_maps_id":"111",
        "room":"4314 MLB",
        "location_name":"Modern Languages Building",
        "has_livestream":0,
        "cost":"",
        "tags":["International","Undergraduate Students","Undergraduate","Study Abroad","Spanish","Spain","Social","Romance Languages And Literatures","Networking","Latin America","Language","Games","Free","Food","European","Europe","Engaged Learning","Culture","Community Engagement","Community","Coffee","Central America"],
        "website":"",
        "sponsors":[
             {
                "group_name":"Romance Languages & Literatures RLL",
                "group_id":"2963",
                "website":"https:\/\/lsa.umich.edu\/rll"                }                    ],
        "image_url":"https:\/\/events.umich.edu\/media\/attachments\/2026\/08\/event_150691_original-1.jpg",
        "styled_images":{
                                        "event_thumb":"https:\/\/events.umich.edu\/media\/cache\/event_thumb\/media\/attachments\/2026\/08\/event_150691_original-1.jpg",
                                            "event_large":"https:\/\/events.umich.edu\/media\/cache\/event_large\/media\/attachments\/2026\/08\/event_150691_original-1.jpg",
                                            "event_large_2x":"https:\/\/events.umich.edu\/media\/cache\/event_large_2x\/media\/attachments\/2026\/08\/event_150691_original-1.jpg",
                                            "event_large_lightbox":"https:\/\/events.umich.edu\/media\/cache\/event_large_lightbox\/media\/attachments\/2026\/08\/event_150691_original-1.jpg",
                                            "group_thumb":"https:\/\/events.umich.edu\/media\/cache\/group_thumb\/media\/attachments\/2026\/08\/event_150691_original-1.jpg",
                                            "group_thumb_square":"https:\/\/events.umich.edu\/media\/cache\/group_thumb_square\/media\/attachments\/2026\/08\/event_150691_original-1.jpg",
                                            "group_large":"https:\/\/events.umich.edu\/media\/cache\/group_large\/media\/attachments\/2026\/08\/event_150691_original-1.jpg",
                                            "group_large_lightbox":"https:\/\/events.umich.edu\/media\/cache\/group_large_lightbox\/media\/attachments\/2026\/08\/event_150691_original-1.jpg",
                                            "event_large_crop":"https:\/\/events.umich.edu\/media\/cache\/event_large_crop\/media\/attachments\/2026\/08\/event_150691_original-1.jpg",
                                            "event_list":"https:\/\/events.umich.edu\/media\/cache\/event_list\/media\/attachments\/2026\/08\/event_150691_original-1.jpg",
                                            "event_list_2x":"https:\/\/events.umich.edu\/media\/cache\/event_list_2x\/media\/attachments\/2026\/08\/event_150691_original-1.jpg",
                                            "event_grid":"https:\/\/events.umich.edu\/media\/cache\/event_grid\/media\/attachments\/2026\/08\/event_150691_original-1.jpg",
                                            "event_grid_2x":"https:\/\/events.umich.edu\/media\/cache\/event_grid_2x\/media\/attachments\/2026\/08\/event_150691_original-1.jpg",
                                            "event_feature_large":"https:\/\/events.umich.edu\/media\/cache\/event_feature_large\/media\/attachments\/2026\/08\/event_150691_original-1.jpg",
                                            "event_feature_thumb":"https:\/\/events.umich.edu\/media\/cache\/event_feature_thumb\/media\/attachments\/2026\/08\/event_150691_original-1.jpg"                    },
        "occurrence_count":14,
        "first_occurrence":21909916
    }    ,    "150340-21909035":
    {
        "datetime_modified":"20260903T012103",
        "datetime_start":"20260904T110000",
        "datetime_end":"20260904T120000",
        "has_end_time":1,
        "date_start":"2026-09-04",
        "date_end":"2026-09-04",
        "time_start":"11:00:00",
        "time_end":"12:00:00",
        "time_zone":"America\/Detroit",
        "event_title":"Wolverine Village Residence Hall Community Tours",
        "occurrence_title":"Wolverine Village Community Tour",
        "combined_title":"Wolverine Village Residence Hall Community Tours: Wolverine Village Community Tour",
        "event_subtitle":"",
        "event_type":"Workshop \/ Seminar",
        "event_type_id":"21",
        "description":"Michigan Housing is excited to welcome members of the University of Michigan and Ann Arbor community for an opportunity to tour Wolverine Village.This year marks the most students to live on-campus within Michigan Housing in U-M history with the grand opening of Wolverine Village, the university\u2019s newest 2,300 bed and 800+ seat dining hall residential community. Formerly known as the Central Campus Residential Development, Wolverine Village is a new five-building residential community on U-M\u2019s Central Campus and adjacent to the athletic campus.Daily tours will highlight Wolverine Village and its residence halls, gathering spaces, and community art.Wolverine Village tours are open to the public and registration is required. Tour capacity is limited while Wolverine Village residence halls are occupied by the U-M student community. Additional tour dates may be added if demand allows for it.\nFor tour questions, please reach out to the Michigan Housing team at\u00a0wolverinevillagetours@umich.edu.",
        "occurrence_notes":null,
                "guid":"150340-21909035@events.umich.edu",
        "permalink":"http:\/\/events.umich.edu\/event\/150340",
        "building_id":"",
        "building_name":"",
        "campus_maps_id":"",
        "room":"",
        "location_name":"Wolverine Village",
        "has_livestream":0,
        "cost":"",
        "tags":["Sessions"],
        "website":"https:\/\/sessions.studentlife.umich.edu\/p\/track\/17503",
        "sponsors":[
             {
                "group_name":"Sessions @ Michigan",
                "group_id":"4791",
                "website":"https:\/\/sessions.studentlife.umich.edu\/"                }                    ],
        "image_url":"",
        "styled_images":{
                                        "event_thumb":"",
                                            "event_large":"",
                                            "event_large_2x":"",
                                            "event_large_lightbox":"",
                                            "group_thumb":"",
                                            "group_thumb_square":"",
                                            "group_large":"",
                                            "group_large_lightbox":"",
                                            "event_large_crop":"",
                                            "event_list":"",
                                            "event_list_2x":"",
                                            "event_grid":"",
                                            "event_grid_2x":"",
                                            "event_feature_large":"",
                                            "event_feature_thumb":""                    },
        "occurrence_count":16,
        "first_occurrence":21909034
    }    }
