{
    "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":["Free","History","Library"],
        "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
    }    }
