{
    "150691-21909918":
    {
        "datetime_modified":"20260821T105645",
        "datetime_start":"20260918T100000",
        "datetime_end":"20260918T110000",
        "has_end_time":1,
        "date_start":"2026-09-18",
        "date_end":"2026-09-18",
        "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-21909918@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":["Europe","Spanish","Spain","Social","Romance Languages And Literatures","Networking","Latin America","Language","International","Games","Free","Food","European","Engaged Learning","Culture","Community Engagement","Community","Coffee","Central America","Study Abroad","Undergraduate","Undergraduate Students"],
        "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
    }    ,    "151572-21911779":
    {
        "datetime_modified":"20260904T121124",
        "datetime_start":"20260918T100000",
        "datetime_end":"20260918T110000",
        "has_end_time":1,
        "date_start":"2026-09-18",
        "date_end":"2026-09-18",
        "time_start":"10:00:00",
        "time_end":"11:00:00",
        "time_zone":"America\/Detroit",
        "event_title":"MonarchAttention: Zero-Shot Conversion to Fast Structured Attention",
        "occurrence_title":"",
        "combined_title":"MonarchAttention: Zero-Shot Conversion to Fast Structured Attention: Laura Balzano, Professor of Electrical and Computer Engineering & Statistics",
        "event_subtitle":"Laura Balzano, Professor of Electrical and Computer Engineering & Statistics",
        "event_type":"Workshop \/ Seminar",
        "event_type_id":"21",
        "description":"Transformers have achieved state-of-the-art performance across various tasks, but suffer from a notable quadratic complexity in sequence length due to the attention mechanism. In this talk, I will share our work on MonarchAttention \u2013 a novel approach to sub-quadratic attention approximation via Monarch matrices, an expressive class of structured matrices. \nBased on the variational form of softmax, we describe an efficient optimization-based algorithm to compute an approximate projection of softmax attention onto the class of Monarch matrices with \u0398(N \u221aN d) computational complexity and \u0398(N d) memory and IO complexity. We show with experiments that unlike previous approaches, MonarchAttention is both (1) transferable, yielding minimal performance loss with no additional training, even when replacing every attention layer of the transformer, and (2) hardware-efficient, utilizing the highest-throughput tensor core units on modern GPUs. With optimized kernels, MonarchAttention achieves substantial speed-ups in wall clock time over FlashAttention-2: 1.4\u00d7 for shorter sequences (N = 256) and 8.2\u00d7 for longer sequences (N = 16K). \nWe demonstrate the quality of MonarchAttention on diverse tasks and architectures in vision and language problems, showing that it flexibly and accurately approximates softmax attention in a variety of contexts. This work is with Can Yaras, Alec Xu, Pierre Abillama, and Changwoo Lee. Our code is available at https:\/\/github.com\/cjyaras\/monarch-attention.",
        "occurrence_notes":null,
                "guid":"151572-21911779@events.umich.edu",
        "permalink":"http:\/\/events.umich.edu\/event\/151572",
        "building_id":"1000167",
        "building_name":"West Hall",
        "campus_maps_id":"163",
        "room":"340",
        "location_name":"West Hall",
        "has_livestream":0,
        "cost":"",
        "tags":["Talk","seminar","Statistics"],
        "website":"",
        "sponsors":[
             {
                "group_name":"Department of Statistics",
                "group_id":"3473",
                "website":""                }                    ],
        "image_url":"https:\/\/events.umich.edu\/media\/attachments\/2026\/09\/event_151572_original-1.jpg",
        "styled_images":{
                                        "event_thumb":"https:\/\/events.umich.edu\/media\/cache\/resolve\/event_thumb\/media\/attachments\/2026\/09\/event_151572_original-1.jpg",
                                            "event_large":"https:\/\/events.umich.edu\/media\/cache\/event_large\/media\/attachments\/2026\/09\/event_151572_original-1.jpg",
                                            "event_large_2x":"https:\/\/events.umich.edu\/media\/cache\/event_large_2x\/media\/attachments\/2026\/09\/event_151572_original-1.jpg",
                                            "event_large_lightbox":"https:\/\/events.umich.edu\/media\/cache\/event_large_lightbox\/media\/attachments\/2026\/09\/event_151572_original-1.jpg",
                                            "group_thumb":"https:\/\/events.umich.edu\/media\/cache\/resolve\/group_thumb\/media\/attachments\/2026\/09\/event_151572_original-1.jpg",
                                            "group_thumb_square":"https:\/\/events.umich.edu\/media\/cache\/resolve\/group_thumb_square\/media\/attachments\/2026\/09\/event_151572_original-1.jpg",
                                            "group_large":"https:\/\/events.umich.edu\/media\/cache\/resolve\/group_large\/media\/attachments\/2026\/09\/event_151572_original-1.jpg",
                                            "group_large_lightbox":"https:\/\/events.umich.edu\/media\/cache\/resolve\/group_large_lightbox\/media\/attachments\/2026\/09\/event_151572_original-1.jpg",
                                            "event_large_crop":"https:\/\/events.umich.edu\/media\/cache\/resolve\/event_large_crop\/media\/attachments\/2026\/09\/event_151572_original-1.jpg",
                                            "event_list":"https:\/\/events.umich.edu\/media\/cache\/resolve\/event_list\/media\/attachments\/2026\/09\/event_151572_original-1.jpg",
                                            "event_list_2x":"https:\/\/events.umich.edu\/media\/cache\/event_list_2x\/media\/attachments\/2026\/09\/event_151572_original-1.jpg",
                                            "event_grid":"https:\/\/events.umich.edu\/media\/cache\/event_grid\/media\/attachments\/2026\/09\/event_151572_original-1.jpg",
                                            "event_grid_2x":"https:\/\/events.umich.edu\/media\/cache\/resolve\/event_grid_2x\/media\/attachments\/2026\/09\/event_151572_original-1.jpg",
                                            "event_feature_large":"https:\/\/events.umich.edu\/media\/cache\/resolve\/event_feature_large\/media\/attachments\/2026\/09\/event_151572_original-1.jpg",
                                            "event_feature_thumb":"https:\/\/events.umich.edu\/media\/cache\/event_feature_thumb\/media\/attachments\/2026\/09\/event_151572_original-1.jpg"                    },
        "occurrence_count":1,
        "first_occurrence":21911779
    }    ,    "149990-21907790":
    {
        "datetime_modified":"20260807T113218",
        "datetime_start":"20260918T103000",
        "datetime_end":"20260918T120000",
        "has_end_time":1,
        "date_start":"2026-09-18",
        "date_end":"2026-09-18",
        "time_start":"10:30:00",
        "time_end":"12:00:00",
        "time_zone":"America\/Detroit",
        "event_title":"Comparative Literature PhD Admissions Information Session",
        "occurrence_title":"",
        "combined_title":"Comparative Literature PhD Admissions Information Session",
        "event_subtitle":"",
        "event_type":"Presentation",
        "event_type_id":"16",
        "description":"Join us for a virtual information session to learn more about our PhD program, degree requirements, and the admissions process.\n\nVirtual via Zoom (link provided upon Registration)\n\nTo learn more about the program, visit our department website or reach out to our Student Services Coordinator at complit.student.services@umich.edu.\n\nCan't make it? This session will be recorded and posted directly to our department website after the event. No registration will be required to view the recording.",
        "occurrence_notes":null,
                "guid":"149990-21907790@events.umich.edu",
        "permalink":"http:\/\/events.umich.edu\/event\/149990",
        "building_id":"null",
        "building_name":"Off Campus Location",
        "campus_maps_id":"1",
        "room":"",
        "location_name":"Virtual",
        "has_livestream":0,
        "cost":"",
        "tags":["Prospective Graduate Students","Graduate School","Comparative Literature","Admissions"],
        "website":"https:\/\/myumi.ch\/8JrDP",
        "sponsors":[
             {
                "group_name":"Comparative Literature",
                "group_id":"1103",
                "website":""                }                    ],
        "image_url":"https:\/\/events.umich.edu\/media\/attachments\/2026\/08\/event_149990_original-1.png",
        "styled_images":{
                                        "event_thumb":"https:\/\/events.umich.edu\/media\/cache\/event_thumb\/media\/attachments\/2026\/08\/event_149990_original-1.png",
                                            "event_large":"https:\/\/events.umich.edu\/media\/cache\/event_large\/media\/attachments\/2026\/08\/event_149990_original-1.png",
                                            "event_large_2x":"https:\/\/events.umich.edu\/media\/cache\/event_large_2x\/media\/attachments\/2026\/08\/event_149990_original-1.png",
                                            "event_large_lightbox":"https:\/\/events.umich.edu\/media\/cache\/event_large_lightbox\/media\/attachments\/2026\/08\/event_149990_original-1.png",
                                            "group_thumb":"https:\/\/events.umich.edu\/media\/cache\/resolve\/group_thumb\/media\/attachments\/2026\/08\/event_149990_original-1.png",
                                            "group_thumb_square":"https:\/\/events.umich.edu\/media\/cache\/resolve\/group_thumb_square\/media\/attachments\/2026\/08\/event_149990_original-1.png",
                                            "group_large":"https:\/\/events.umich.edu\/media\/cache\/resolve\/group_large\/media\/attachments\/2026\/08\/event_149990_original-1.png",
                                            "group_large_lightbox":"https:\/\/events.umich.edu\/media\/cache\/resolve\/group_large_lightbox\/media\/attachments\/2026\/08\/event_149990_original-1.png",
                                            "event_large_crop":"https:\/\/events.umich.edu\/media\/cache\/resolve\/event_large_crop\/media\/attachments\/2026\/08\/event_149990_original-1.png",
                                            "event_list":"https:\/\/events.umich.edu\/media\/cache\/resolve\/event_list\/media\/attachments\/2026\/08\/event_149990_original-1.png",
                                            "event_list_2x":"https:\/\/events.umich.edu\/media\/cache\/event_list_2x\/media\/attachments\/2026\/08\/event_149990_original-1.png",
                                            "event_grid":"https:\/\/events.umich.edu\/media\/cache\/resolve\/event_grid\/media\/attachments\/2026\/08\/event_149990_original-1.png",
                                            "event_grid_2x":"https:\/\/events.umich.edu\/media\/cache\/resolve\/event_grid_2x\/media\/attachments\/2026\/08\/event_149990_original-1.png",
                                            "event_feature_large":"https:\/\/events.umich.edu\/media\/cache\/resolve\/event_feature_large\/media\/attachments\/2026\/08\/event_149990_original-1.png",
                                            "event_feature_thumb":"https:\/\/events.umich.edu\/media\/cache\/event_feature_thumb\/media\/attachments\/2026\/08\/event_149990_original-1.png"                    },
        "occurrence_count":1,
        "first_occurrence":21907790
    }    ,    "149968-21907453":
    {
        "datetime_modified":"20260910T052129",
        "datetime_start":"20260918T103000",
        "datetime_end":"20260918T120000",
        "has_end_time":1,
        "date_start":"2026-09-18",
        "date_end":"2026-09-18",
        "time_start":"10:30:00",
        "time_end":"12:00:00",
        "time_zone":"America\/Detroit",
        "event_title":"UM Comparative Literature PhD Admissions Information Session (2026)",
        "occurrence_title":"U-M Comparative Literature PhD Application Information Session (Fall 2026)",
        "combined_title":"UM Comparative Literature PhD Admissions Information Session (2026): UM Comparative Literature PhD Application Information Session (2026): U-M Comparative Literature PhD Application Information Session (Fall 2026)",
        "event_subtitle":"UM Comparative Literature PhD Application Information Session (2026)",
        "event_type":"Workshop \/ Seminar",
        "event_type_id":"21",
        "description":"Join us for a virtual information session to learn more about our PhD program and the application process.\u00a0\u00a0\n\nFind more about the program and our admissions process on our website or contact our Student Services Coordinator (complit.student.services@umich.edu).\u00a0\u00a0Note: this session will be recorded and posted to the department's website following the event.\u00a0",
        "occurrence_notes":null,
                "guid":"149968-21907453@events.umich.edu",
        "permalink":"http:\/\/events.umich.edu\/event\/149968",
        "building_id":"",
        "building_name":"",
        "campus_maps_id":"",
        "room":"",
        "location_name":"",
        "has_livestream":0,
        "cost":"",
        "tags":["Sessions"],
        "website":"https:\/\/sessions.studentlife.umich.edu\/p\/track\/17571",
        "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":21907453
    }    ,    "138033-21881331":
    {
        "datetime_modified":"20260820T181520",
        "datetime_start":"20260918T110000",
        "datetime_end":"20260918T170000",
        "has_end_time":1,
        "date_start":"2026-09-18",
        "date_end":"2026-09-18",
        "time_start":"11:00:00",
        "time_end":"17:00:00",
        "time_zone":"America\/Detroit",
        "event_title":"Fore-Site (Phase 3): The Stamps Gallery Pillar Project",
        "occurrence_title":"",
        "combined_title":"Fore-Site (Phase 3): The Stamps Gallery Pillar Project",
        "event_subtitle":"",
        "event_type":"Exhibition",
        "event_type_id":"7",
        "description":"\n\nFrom September 2025 through December 2026, Stamps Gallery is partnering in a curatorial collaboration with two Southeast Michigan-based, artist-run project spaces led by Stamps alumni: C.Y.N.K. Studios, directed by Sally Clegg (Lecturer III and Student Exhibition Coordinator, MFA \u201920) and Abhishek Narula (MFA \u201920); and Sometimes Space, directed by Nathan Byrne (Lecturer I, MFA \u201921). Each space hosts dozens of artists annually for exhibitions, performances, and events, fostering experimental work and building community. For this project, Byrne, Clegg, and Narula have been commissioned to reimagine the pillars on Division Street that flank the gallery. In response, they\u2019ve curated six artists to create new work for the pillars over three cycles:\n\nPhase 1 (September 12 - December 12) artists: Amelia Burns (Cranbrook MFA \u201923) and Erin McKenna (MFA \u201920)\nPhase 2 (January 12 - August 12) artists: Sally Clegg (MFA \u201920) and Kim Karlsrud (MFA \u201920)\nPhase 3 (September 11 - December 11) artists: Abhishek Narula (MFA \u201920) and Nathan Byrne (MFA \u201921)\nPhase 3 \n\nCurated by Sometimes Space: Abhishek Narula (entry pillar)\nCurated by CYNK Studios: Nathan Byrne (courtyard pillar)\n\nArtist Statements\/Bios\n\nAbhishek Narula, Compressions \nCompressions is an installation comprised of 416 industrial-grade zip ties, cinched around the entry pillar of the Stamps Gallery. The pillar measures roughly 110 inches in circumference, requiring two ties per row to wrap around it, resulting in 208 rows. The humble zip tie, typically used to hang and bind other material, is relegated to its functional properties rendering it unprepossessing and easily dismissed. The zip tie in this installation, instead serves as an object of aesthetic possibility, pulling it out of its usual background role to become the work itself. The resulting composition is a proposal to dwell, to slow down, and to simply see the pillar.\n\nAbhishek Narula is an artist, designer, and educator who works across sculpture, installation, sound, and video. His practice takes the form of interventions, working with what is already present. He reorients and disrupts objects and sites in order to open up formal possibilities and poetic experiences within the familiar. He is influenced by physical and digital infrastructural systems that sustain modern life and culture. His work treats this ambience itself as raw material for aesthetic inquiry, exploring themes of labor, precarity, temporality and the sublime. Narula earned his MFA in Studio Art from the University of Michigan Stamps School of Art & Design and his MS\/BS in Electrical Engineering from the Georgia Institute of Technology. His work has been exhibited at national and international venues such as the Ammerman Center for Arts and Technology, Science Gallery Detroit, Speculum Artium Media Festival in Slovenia, New Media Caucus (NMC), WaveFarm, The Boulder Public Library, The Hyde Park Art Center, Sector 2337 Art Gallery & Printing Press, Tangible Embedded Interaction (TEI), International Symposium of Electronic Arts (ISEA), among others. He is a Robotics Systems Designer and Lecturer in the Robotics Department at the University of Michigan. Website \/ Instagram\n\nNathan Byrne, Equally To Be Loved\nEqually To Be Loved is an image \/ object scaled to and installed upon the courtyard pillar of Stamps Gallery. The image is of a spontaneous sculpture made in 2017 during the first day of an artist residency at the Recology San Francisco A.I.R. Program. The sculpture was constructed in a storage container studio using 14 discrete objects that were in his studio upon entry. For Byrne, this work embodies the energy and spirit of a studio at the start of a particularly fecund period of making. This work speaks to the artist\u2019s interest in embodied experience of space, archival and site responsiveness, as well as his ongoing engagement with found materials. Byrne considers this project to be a far-flung sequel to his MFA thesis exhibition Equally Empty, which was shown at Stamps Gallery in 2021. Equally To Be Loved is the second line of the Buddhist mantra from which both titles are derived.\n\nNathan Byrne is an artist \/ educator \/ curator currently based in Detroit, MI. Through spatial and archive responsive projects, he reimagines, and explores within frameworks such as language, the passage of time, and contemplation. Intrigued by the potential of conveying phenomenal, transformative, and emotive states through materiality, process, and placement, he negotiates the pliability of the viewer\u2019s encounters with objects and environments. Byrne holds an MFA in Art from the University of Michigan Stamps School of Art & Design and a BA in Studio Art and Art History from San Francisco State University. He has been a Lecturer at Stamps School of Art & Design since the Fall of 2022. His work is exhibited widely nationally and he is a recipient of the VSC Fellowship at Vermont Studio Center. He has been awarded numerous artist residencies including Anderson Ranch Arts Center, I-Park, KHN Center for the Arts, Prairie Ronde, Recology San Francisco A.I.R. Program, and Rockland Woods. Website \/ Instagram",
        "occurrence_notes":null,
                "guid":"138033-21881331@events.umich.edu",
        "permalink":"http:\/\/events.umich.edu\/event\/138033",
        "building_id":"null",
        "building_name":"Off Campus Location",
        "campus_maps_id":"1",
        "room":"",
        "location_name":"Stamps Gallery, 201 South Division Street Ann Arbor, Michigan 48104",
        "has_livestream":0,
        "cost":"",
        "tags":["Art"],
        "website":"https:\/\/stamps.umich.edu\/events\/the-stamps-gallery-pillar-project-fore-site-phase-three",
        "sponsors":[
             {
                "group_name":"Penny W Stamps School of Art & Design",
                "group_id":"3157",
                "website":"http:\/\/stamps.umich.edu\/"                }                    ],
        "image_url":"https:\/\/events.umich.edu\/media\/attachments\/2026\/08\/event_138033_original-3.jpg",
        "styled_images":{
                                        "event_thumb":"https:\/\/events.umich.edu\/media\/cache\/resolve\/event_thumb\/media\/attachments\/2026\/08\/event_138033_original-3.jpg",
                                            "event_large":"https:\/\/events.umich.edu\/media\/cache\/event_large\/media\/attachments\/2026\/08\/event_138033_original-3.jpg",
                                            "event_large_2x":"https:\/\/events.umich.edu\/media\/cache\/resolve\/event_large_2x\/media\/attachments\/2026\/08\/event_138033_original-3.jpg",
                                            "event_large_lightbox":"https:\/\/events.umich.edu\/media\/cache\/event_large_lightbox\/media\/attachments\/2026\/08\/event_138033_original-3.jpg",
                                            "group_thumb":"https:\/\/events.umich.edu\/media\/cache\/resolve\/group_thumb\/media\/attachments\/2026\/08\/event_138033_original-3.jpg",
                                            "group_thumb_square":"https:\/\/events.umich.edu\/media\/cache\/resolve\/group_thumb_square\/media\/attachments\/2026\/08\/event_138033_original-3.jpg",
                                            "group_large":"https:\/\/events.umich.edu\/media\/cache\/resolve\/group_large\/media\/attachments\/2026\/08\/event_138033_original-3.jpg",
                                            "group_large_lightbox":"https:\/\/events.umich.edu\/media\/cache\/resolve\/group_large_lightbox\/media\/attachments\/2026\/08\/event_138033_original-3.jpg",
                                            "event_large_crop":"https:\/\/events.umich.edu\/media\/cache\/resolve\/event_large_crop\/media\/attachments\/2026\/08\/event_138033_original-3.jpg",
                                            "event_list":"https:\/\/events.umich.edu\/media\/cache\/resolve\/event_list\/media\/attachments\/2026\/08\/event_138033_original-3.jpg",
                                            "event_list_2x":"https:\/\/events.umich.edu\/media\/cache\/event_list_2x\/media\/attachments\/2026\/08\/event_138033_original-3.jpg",
                                            "event_grid":"https:\/\/events.umich.edu\/media\/cache\/resolve\/event_grid\/media\/attachments\/2026\/08\/event_138033_original-3.jpg",
                                            "event_grid_2x":"https:\/\/events.umich.edu\/media\/cache\/resolve\/event_grid_2x\/media\/attachments\/2026\/08\/event_138033_original-3.jpg",
                                            "event_feature_large":"https:\/\/events.umich.edu\/media\/cache\/resolve\/event_feature_large\/media\/attachments\/2026\/08\/event_138033_original-3.jpg",
                                            "event_feature_thumb":"https:\/\/events.umich.edu\/media\/cache\/resolve\/event_feature_thumb\/media\/attachments\/2026\/08\/event_138033_original-3.jpg"                    },
        "occurrence_count":53,
        "first_occurrence":21881327
    }    ,    "151184-21911043":
    {
        "datetime_modified":"20260910T000251",
        "datetime_start":"20260918T110000",
        "datetime_end":"20260918T123000",
        "has_end_time":1,
        "date_start":"2026-09-18",
        "date_end":"2026-09-18",
        "time_start":"11:00:00",
        "time_end":"12:30:00",
        "time_zone":"America\/Detroit",
        "event_title":"Michigan Marketing: Education Session #2",
        "occurrence_title":"",
        "combined_title":"Michigan Marketing: Education Session #2",
        "event_subtitle":"",
        "event_type":"Other",
        "event_type_id":"22",
        "description":"Coffee Chat Round Robin and Odysseys: Join the MMC for Ed Session 2, where we'll practice coffee chats and introduce odysseys and elevator intros.",
        "occurrence_notes":null,
                "guid":"151184-21911043@events.umich.edu",
        "permalink":"http:\/\/events.umich.edu\/event\/151184",
        "building_id":"",
        "building_name":"",
        "campus_maps_id":"",
        "room":"",
        "location_name":"R2210",
        "has_livestream":0,
        "cost":"",
        "tags":[],
        "website":"https:\/\/maizepages.umich.edu\/event\/12662416",
        "sponsors":[
             {
                "group_name":"Maize Pages Student Organizations",
                "group_id":"2390",
                "website":""                }                    ],
        "image_url":"https:\/\/events.umich.edu\/media\/attachments\/2026\/09\/event_151184_original-41.png",
        "styled_images":{
                                        "event_thumb":"https:\/\/events.umich.edu\/media\/cache\/resolve\/event_thumb\/media\/attachments\/2026\/09\/event_151184_original-41.png",
                                            "event_large":"https:\/\/events.umich.edu\/media\/cache\/resolve\/event_large\/media\/attachments\/2026\/09\/event_151184_original-41.png",
                                            "event_large_2x":"https:\/\/events.umich.edu\/media\/cache\/resolve\/event_large_2x\/media\/attachments\/2026\/09\/event_151184_original-41.png",
                                            "event_large_lightbox":"https:\/\/events.umich.edu\/media\/cache\/resolve\/event_large_lightbox\/media\/attachments\/2026\/09\/event_151184_original-41.png",
                                            "group_thumb":"https:\/\/events.umich.edu\/media\/cache\/resolve\/group_thumb\/media\/attachments\/2026\/09\/event_151184_original-41.png",
                                            "group_thumb_square":"https:\/\/events.umich.edu\/media\/cache\/resolve\/group_thumb_square\/media\/attachments\/2026\/09\/event_151184_original-41.png",
                                            "group_large":"https:\/\/events.umich.edu\/media\/cache\/resolve\/group_large\/media\/attachments\/2026\/09\/event_151184_original-41.png",
                                            "group_large_lightbox":"https:\/\/events.umich.edu\/media\/cache\/resolve\/group_large_lightbox\/media\/attachments\/2026\/09\/event_151184_original-41.png",
                                            "event_large_crop":"https:\/\/events.umich.edu\/media\/cache\/resolve\/event_large_crop\/media\/attachments\/2026\/09\/event_151184_original-41.png",
                                            "event_list":"https:\/\/events.umich.edu\/media\/cache\/resolve\/event_list\/media\/attachments\/2026\/09\/event_151184_original-41.png",
                                            "event_list_2x":"https:\/\/events.umich.edu\/media\/cache\/event_list_2x\/media\/attachments\/2026\/09\/event_151184_original-41.png",
                                            "event_grid":"https:\/\/events.umich.edu\/media\/cache\/resolve\/event_grid\/media\/attachments\/2026\/09\/event_151184_original-41.png",
                                            "event_grid_2x":"https:\/\/events.umich.edu\/media\/cache\/resolve\/event_grid_2x\/media\/attachments\/2026\/09\/event_151184_original-41.png",
                                            "event_feature_large":"https:\/\/events.umich.edu\/media\/cache\/resolve\/event_feature_large\/media\/attachments\/2026\/09\/event_151184_original-41.png",
                                            "event_feature_thumb":"https:\/\/events.umich.edu\/media\/cache\/resolve\/event_feature_thumb\/media\/attachments\/2026\/09\/event_151184_original-41.png"                    },
        "occurrence_count":1,
        "first_occurrence":21911043
    }    ,    "151134-21910910":
    {
        "datetime_modified":"20260903T122333",
        "datetime_start":"20260918T113000",
        "datetime_end":"20260918T130000",
        "has_end_time":1,
        "date_start":"2026-09-18",
        "date_end":"2026-09-18",
        "time_start":"11:30:00",
        "time_end":"13:00:00",
        "time_zone":"America\/Detroit",
        "event_title":"Ginsberg Reads Book Club",
        "occurrence_title":"",
        "combined_title":"Ginsberg Reads Book Club: w\/ Jess Letaw, our Community Leader in Residence",
        "event_subtitle":"w\/ Jess Letaw, our Community Leader in Residence",
        "event_type":"Workshop \/ Seminar",
        "event_type_id":"21",
        "description":"Come cultivate your creativity with the 2nd installation of Ginsberg Reads Book Club, hosted by Jessica A.S. Letaw, our Community Leader in Residence! \n\nLast year, we focused on imagination, and we know working for a better world requires creativity, too. We will gather to reflect, imagine and dream together in an expansive conversation about what it takes to make room for creativity in a culture of busyness and scarcity.  September book: Pleasure Activism\n\nOpen to all, with special focus on U-M staff.\nBring your own lunch: light snacks & drinks will be provided.",
        "occurrence_notes":"Register for Location Information",
                "guid":"151134-21910910@events.umich.edu",
        "permalink":"http:\/\/events.umich.edu\/event\/151134",
        "building_id":"1000186",
        "building_name":"Ginsberg Center for Community Service and Learning",
        "campus_maps_id":"92",
        "room":"",
        "location_name":"Ginsberg Center for Community Service and Learning",
        "has_livestream":0,
        "cost":"",
        "tags":["Discussion","Faculty And Staff","Free","In Person"],
        "website":"https:\/\/sessions.studentlife.umich.edu\/track\/event\/23032",
        "sponsors":[
             {
                "group_name":"Ginsberg Center",
                "group_id":"1146",
                "website":"http:\/\/ginsberg.umich.edu\/"                }                    ],
        "image_url":"https:\/\/events.umich.edu\/media\/attachments\/2026\/08\/event_151134_original-1.png",
        "styled_images":{
                                        "event_thumb":"https:\/\/events.umich.edu\/media\/cache\/resolve\/event_thumb\/media\/attachments\/2026\/08\/event_151134_original-1.png",
                                            "event_large":"https:\/\/events.umich.edu\/media\/cache\/event_large\/media\/attachments\/2026\/08\/event_151134_original-1.png",
                                            "event_large_2x":"https:\/\/events.umich.edu\/media\/cache\/resolve\/event_large_2x\/media\/attachments\/2026\/08\/event_151134_original-1.png",
                                            "event_large_lightbox":"https:\/\/events.umich.edu\/media\/cache\/event_large_lightbox\/media\/attachments\/2026\/08\/event_151134_original-1.png",
                                            "group_thumb":"https:\/\/events.umich.edu\/media\/cache\/resolve\/group_thumb\/media\/attachments\/2026\/08\/event_151134_original-1.png",
                                            "group_thumb_square":"https:\/\/events.umich.edu\/media\/cache\/resolve\/group_thumb_square\/media\/attachments\/2026\/08\/event_151134_original-1.png",
                                            "group_large":"https:\/\/events.umich.edu\/media\/cache\/resolve\/group_large\/media\/attachments\/2026\/08\/event_151134_original-1.png",
                                            "group_large_lightbox":"https:\/\/events.umich.edu\/media\/cache\/resolve\/group_large_lightbox\/media\/attachments\/2026\/08\/event_151134_original-1.png",
                                            "event_large_crop":"https:\/\/events.umich.edu\/media\/cache\/resolve\/event_large_crop\/media\/attachments\/2026\/08\/event_151134_original-1.png",
                                            "event_list":"https:\/\/events.umich.edu\/media\/cache\/resolve\/event_list\/media\/attachments\/2026\/08\/event_151134_original-1.png",
                                            "event_list_2x":"https:\/\/events.umich.edu\/media\/cache\/event_list_2x\/media\/attachments\/2026\/08\/event_151134_original-1.png",
                                            "event_grid":"https:\/\/events.umich.edu\/media\/cache\/event_grid\/media\/attachments\/2026\/08\/event_151134_original-1.png",
                                            "event_grid_2x":"https:\/\/events.umich.edu\/media\/cache\/resolve\/event_grid_2x\/media\/attachments\/2026\/08\/event_151134_original-1.png",
                                            "event_feature_large":"https:\/\/events.umich.edu\/media\/cache\/resolve\/event_feature_large\/media\/attachments\/2026\/08\/event_151134_original-1.png",
                                            "event_feature_thumb":"https:\/\/events.umich.edu\/media\/cache\/event_feature_thumb\/media\/attachments\/2026\/08\/event_151134_original-1.png"                    },
        "occurrence_count":4,
        "first_occurrence":21910910
    }    }
