
{"id":4268,"date":"2020-01-08T09:35:01","date_gmt":"2020-01-08T14:35:01","guid":{"rendered":"https:\/\/arts.cah.ucf.edu\/?page_id=4268"},"modified":"2026-01-06T10:49:33","modified_gmt":"2026-01-06T15:49:33","slug":"visual-arts","status":"publish","type":"page","link":"https:\/\/cah.ucf.edu\/events\/visual-arts\/","title":{"rendered":"Visual Arts"},"content":{"rendered":"\t\t\t<div class=\"jumbotron jumbotron-fluid bg-secondary mb-3 py-4\"\n\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\n\t\t\t<div class=\"container\"\n\t\t\t\t\t\t>\n\t\t\t\t\n<p class=\"mt-4\">Expand your perspective while exploring awe-inspiring visual art work that examines cultural and social contexts of contemporary art practices. Visitors can discover visual art from more than 13 disciplines taught in the <a href=\"https:\/\/svad.cah.ucf.edu\/\" target=\"_blank\" rel=\"noopener\">School of Visual Arts and Design<\/a>, like animated short films, mixed media art installations, and pop up photography shows. The <a href=\"https:\/\/gallery.cah.ucf.edu\/\" target=\"_blank\" rel=\"noopener\">UCF Art Gallery<\/a>, offering exhibitions, artist talks and lectures featuring the work of UCF students, faculty and alumni as well as locally, nationally and internationally renowned artists, is open year-round.<\/p>\n<p>&nbsp;<\/p>\n<hr \/>\n<h2 class=\"display-4 text-transform-none\">More Upcoming Events<\/h2>\n<p>\n        <div id=\"app\" class=\"\">\n\n            \n            <div v-if=\"front\">\n                <div class=\"py-5 pl-5 pr-4\"\n                    v-bind:style=\"{\n                        'background-image': 'url(' + frontBgImg + ')',\n                        'background-repeat': 'no-repeat',\n                        'background-size': 'cover',\n                    }\"\n                >\n                    <div class=\"container p-0\">\n                        <h1 class=\"text-inverse mb-4\">Events<\/h1>\n\n                        <div v-show=\"filteredEvents.length > 0\" class=\"d-flex flex-column\">\n                            <div class=\"mx-auto\">\n                                <section class=\"mt-0 col-lg-8 p-0\">\n                                    <ul class=\"list-unstyled\">\n                                        <a class=\"cah-event-item\"\n                                            v-for=\"(event, index) in filteredEvents\"\n                                            v-bind:href=\"event.url\"\n                                            v-show=\"pageShow(index, getIndexRangeForPage)\"\n                                        >\n                                            <li class=\"cah-event-item-dark\">\n                                                <p name=\"date-range\" class=\"h5 text-primary cah-event-item-date font-weight-normal\">\n                                                    {{ printDate(event, hideRecurrence, endDateArray) }}<span v-if=\"printTime(event.starts) !== false\" >, {{ printTime(event.starts) }} &ndash; {{ printTime(event.ends) }}<\/span>\n                                                <\/p>\n                                                <p name=\"title\" class=\"h5 my-3 text-inverse font-weight-normal\">\n                                                    {{ event.title }}\n                                                <\/p>\n\n                                                <p name=\"description\" class=\"mb-0\" style=\"color: #999\" v-html=\"printDescription(event.description)\"><\/p>\n                                            <\/li>\n                                        <\/a>\n                                    <\/ul>\n\n                                <\/section>\n                            <\/div>\n                            \n                            <div v-show=\"filteredEvents.length === 0\" class=\"mb-4\">\n                                <p style=\"color: #d3d6db\" class=\"font-serif font-style-italic\">There are currently no upcoming events.<\/p>\n                            <\/div>\n                        <\/div>\n                        <a href=\"https:\/\/cah.ucf.edu\/events\/\" class=\"btn btn-primary mt-3\">More Event Information<\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div v-else>\n                <div>\n                    <div v-if=\"filterFormat === 'dropdown'\" class=\"dropdown my-4 mx-auto\" style=\"width: 35%;\">\n                        <a v-if=\"currentFilter === ''\" class=\"btn btn-primary dropdown-toggle w-100\" href=\"#\" id=\"dropdownMenuLink\" data-toggle=\"dropdown\" aria-haspopup=\"true\" aria-expanded=\"false\">\n                            {{ getCurrentFilter }}\n                        <\/a>\n                        <a v-else class=\"btn btn-primary dropdown-toggle w-100\" href=\"#\" id=\"dropdownMenuLink\" data-toggle=\"dropdown\" aria-haspopup=\"true\" aria-expanded=\"false\">\n                            {{ currentFilter }}\n                        <\/a>\n\n                        <div class=\"dropdown-menu w-100\" aria-labelledby=\"dropdownMenuLink\">\n                            <button class=\"dropdown-item cah-event-filter-button\"\n                                v-for=\"filter in filters\"\n                                v-bind:disabled=\"isCurrentFilter(currentFilter, givenFilter, filter)\"\n                                v-on:click=\"currentFilter = filter; currentPage = 1\"\n                            >\n                                {{ filter }}\n                            <\/button>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"d-flex flex-column\">\n                        <div v-bind:class=\"[filterFormat === 'list' ? 'row justify-content-between' : '']\">\n                            <div v-if=\"filterFormat === 'list'\" class=\"col-sm-2 my-3\">\n                                <button class=\"list-group-item list-group-item-action cah-event-filter-button\"\n                                    v-for=\"filter in filters\"\n                                    v-bind:class=\"isCurrentFilter(currentFilter, givenFilter, filter) ? 'active' : ''\"\n                                    v-on:click=\"currentFilter = filter; currentPage = 1; indexRange = []; appendToIndexRange = false\"\n                                >\n                                    {{ filter }}\n                                <\/button>\n                            <\/div>\n\n                            <div v-bind:class=\"[filterFormat === 'list' ? 'col-sm-9' : '']\">\n                                <div v-if=\"filteredEvents.length === 0 || false\" class=\"mb-3\">\n                                    <p class=\"font-serif\" style=\"font-style: italic\">There are currently no upcoming events<span v-if=\"givenFilter !== '' && currentFilter === '' && currentFilter !== 'All'\"> for {{ getCurrentFilter }}<\/span><span v-else> for {{ currentFilter }}<\/span>. <\/p>\n                                <\/div>\n                                <ul v-if=\"filteredEvents.length > 0 || false\" class=\"list-unstyled\">\n                                    <a class=\"cah-event-item\"\n                                        v-for=\"(event, index) in filteredEvents\"\n                                        v-bind:href=\"event.url\"\n                                        v-show=\"pageShow(index, getIndexRangeForPage)\"\n                                    >\n                                        <li :class=\"isLight ? 'cah-event-item-light' : 'cah-event-item-dark'\">\n                                            <p name=\"date-range\" class=\"h5 text-primary-darker cah-event-item-date\">\n                                                {{ printDate(event, hideRecurrence, endDateArray) }}<span v-if=\"printTime(event.starts) !== false\" >, {{ printTime(event.starts) }} &ndash; {{ printTime(event.ends) }}<\/span>\n                                            <\/p>\n\n                                            <p name=\"title\" class=\"h5\" :class=\"isLight ? 'text-secondary' : 'text-inverse'\">\n                                                {{ event.title }}\n                                            <\/p>\n\n                                            <p name=\"description\" class=\"mb-0\" :class=\"isLight ? 'text-muted' : 'text-inverse font-weight-light'\" v-html=\"printDescription(event.description)\"><\/p>\n                                        <\/li>\n                                    <\/a>\n                                <\/ul>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n\n            <div v-if=\"showMoreFormat === 'paged' && filteredEvents.length !== 0\" class=\"row my-3 mx-0\">\n                <div class=\"mx-auto\">\n                    <nav aria-label=\"page-navigation\">\n                        <ul class=\"pagination justify-content-center\">\n                            <li class=\"page-item cah-event-filter-button\"\n                                v-bind:class=\"{ disabled: currentPage === 1, 'disabled-hover': currentPage === 1 }\"\n                            >\n                                <span class=\"page-link\" tabindex=\"-1\"\n                                    v-on:click=\"currentPage--; indexRange = []; appendToIndexRange = false\" \n                                >\n                                    \u00ab\n                                <\/span>\n                            <\/li>\n\n                            <li class=\"page-item cah-event-filter-button\"\n                                v-for=\"i in numberOfPages(filteredEvents, eventsPerPage)\"\n                                v-on:click=\"currentPage = i; indexRange = []; appendToIndexRange = false\"\n                                v-bind:class=\"{ active: i === currentPage }\"\n                            >\n                                <span class=\"page-link\">{{ i }}<\/span>\n                            <\/li>\n\n                            <li class=\"page-item cah-event-filter-button\"\n                                v-bind:class=\"{ disabled: currentPage === numberOfPages(filteredEvents, eventsPerPage), 'disabled-hover': currentPage === numberOfPages(filteredEvents, eventsPerPage) }\"\n                            >\n                                <span class=\"page-link\"\n                                    v-on:click=\"currentPage++; indexRange = []; appendToIndexRange = false\" \n                                >\n                                    \u00bb\n                                <\/span>\n                            <\/li>\n                        <\/ul>\n                    <\/nav>\n                <\/div>\n            <\/div>\n\n            <div v-if=\"(showMoreFormat === 'btn' || showMoreFormat === 'button') && filteredEvents.length !== 0\" class=\"row my-3 mx-0\">\n                <div class=\"mx-auto\">\n                    <button class=\"btn btn-primary\"\n                        v-bind:disabled=\"filteredEvents.length - 1 <= indexRange.slice(-1)[0]\"\n                        v-on:click=\"currentPage++; appendToIndexRange = true\"\n                    >\n                        Show More\n                    <\/button>\n                <\/div>\n            <\/div>\n\n            <div v-if=\"(showMoreFormat === 'btn-external' || showMoreFormat === 'button-external')\" class=\"row my-3 mx-0\">\n                <div>\n                    <a class=\"btn btn-primary\" href=\"\/\/events.ucf.edu\/calendar\/3497\/visual-arts-and-design\/upcoming\/\">More Event Information<\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <script src=\"https:\/\/cdn.jsdelivr.net\/npm\/vue@2.6.14\"><\/script>\n        <script>\n            const v = new Vue({\n                el: \"#app\",\n                data: {\n                    json: [{\"event_id\":\"1114668\",\"eventinstance_id\":\"4130074\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4130074\",\"title\":\"Identity: Reflections of Self - The Albin Polasek Museum & Sculpture Gardens\",\"subtitle\":null,\"description\":\"<p>University of Central Florida School of Visual Arts &amp; Design Juried Exhibition<\\\/p>\\n<p>Celebrating the creativity of our community&rsquo;s emerging artists, this juried exhibition features work by graduate and undergraduate students from the University of Central Florida School of Visual Arts &amp; Design.<\\\/p>\\n<p>Through a diverse range of techniques and materials including painting, drawing, sculpture, and mixed media&mdash;the selected works offer personal explorations of identity. These works reflect the memories, experiences, relationships, communities, and values that create one&rsquo;s sense of self.<\\\/p>\\n<p>The Albin Polasek Museum &amp; Sculpture Gardens is honored to partner with UCF SVAD to present this exhibition, continuing the legacy of founder Albin Polasek, whose dedication to arts education influenced generations of artists. In that spirit, the museum remains committed to supporting emerging talent by providing a platform for new voices and creative expression.<\\\/p>\",\"location\":\"633 Osceola Avenue Winter Park, FL 32789\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/Albin+Polasek+Museum+%26+Sculpture+Gardens\\\/@28.596496,-81.343461,15z\\\/data=!4m6!3m5!1s0x88e7701cef474bf9:0x558be3ed9c0f47f2!8m2!3d28.596496!4d-81.343461!16s%2Fm%2F025z2xr?entry=tts\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Sun, 21 Jun 2026 13:00:00 -0400\",\"ends\":\"Sun, 21 Jun 2026 16:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"SVAD Info\",\"contact_phone\":null,\"contact_email\":\"svad@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4130074\\\/identity-reflections-of-self-the-albin-polasek-museum-sculpture-gardens\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111760\",\"eventinstance_id\":\"4118531\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4118531\",\"title\":\"Percussion Summer Institute \\u00b7 UCF Music Summer Camps & Clinics\",\"subtitle\":null,\"description\":\"<p><span>The UCF Percussion Summer Institute offers a unique opportunity to study closely with UCF percussion faculty&nbsp;<\\\/span><strong><span>Thad Anderson<\\\/span><\\\/strong><span>, percussionist, composer, and contemporary-electroacoustic music specialist;&nbsp;<\\\/span><strong><span>Kirk Gay<\\\/span><\\\/strong><span>, world-class timpanist and orchestral musician; and&nbsp;<\\\/span><strong><span>Jeff Moore<\\\/span><\\\/strong><span>, internationally recognized percussion clinician, lecturer, and soloist. We're excited to welcome Guest Artist<strong> Ivan Trevino<\\\/strong> to this year's institute. <\\\/span><span>Additional guest artists and faculty will also be involved throughout the event.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p>This event is intended for<span>&nbsp;<\\\/span><strong>college and advanced high school players<\\\/strong><span>&nbsp;<\\\/span>(typically rising 11th or 12th graders) but may also include younger high school students that have significant experience. Rising 9th graders who will be 15 or older at the time of the event are welcome to submit an application. Acceptance to the Summer Institute is based on experience and ability level. This is assessed through the submission of two contrasting video performances and a statement of experience and interest from the applicant.<\\\/p>\\n<p><span>Housing is available. Food will not be provided.<\\\/span><\\\/p>\",\"location\":\"Performing Arts Center Music\",\"location_url\":\"https:\\\/\\\/map.ucf.edu\\\/locations\\\/m119\\\/performing-arts-center-music-pac\\\/\",\"virtual_url\":null,\"registration_link\":\"https:\\\/\\\/cah.ucf.edu\\\/performingarts\\\/percussion-institute\\\/\",\"registration_info\":\"Deadline to apply is May 15. See registration page for full details, tuition, and application requirements.\",\"starts\":\"Sun, 21 Jun 2026 17:00:00 -0400\",\"ends\":\"Sat, 27 Jun 2026 16:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Workshop\\\/Conference\",\"tags\":[\"Music\",\"ucf music\",\"Summer Camp\",\"summer camps and clinics\"],\"contact_name\":\"UCF Percussion\",\"contact_phone\":null,\"contact_email\":\"percussion@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4118531\\\/percussion-summer-institute-ucf-music-summer-camps-clinics\\\/\",\"filtered_category\":\"music\",\"filtered_categories\":[\"Music\"]},{\"event_id\":\"1111740\",\"eventinstance_id\":\"4118358\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4118358\",\"title\":\"The Art Show - UCF School of Visual Arts and Design MFA Students\",\"subtitle\":null,\"description\":\"<p>The Art Show is an opportunity specifically for the students in the UCF SVAD MFA program to experience what it can be like to participate and put on an exhibition outside of the University in a professional gallery space while garnering recognition from the Central Florida community.<\\\/p>\\n<p>Students must work within the parameters set by the gallery and adapt to changes and challenges that may arise throughout the process. The Art Show is the concept of an exhibition which will require the participants to think beyond their studio practice.<\\\/p>\\n<p>On view through June 26, Monday-Friday, 9 AM-4 PM.<\\\/p>\",\"location\":\"Casselberry Arts Center: 137 Quail Pond Circle Casselberry, FL 32707\",\"location_url\":\"https:\\\/\\\/www.casselberry.org\\\/749\\\/Current-Exhibit\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Mon, 22 Jun 2026 09:00:00 -0400\",\"ends\":\"Mon, 22 Jun 2026 16:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\",\"UCF SVAD MFA\"],\"contact_name\":\"Jason Burrell\",\"contact_phone\":null,\"contact_email\":\"jason.burrell@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4118358\\\/the-art-show-ucf-school-of-visual-arts-and-design-mfa-students\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111691\",\"eventinstance_id\":\"4117931\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4117931\",\"title\":\"Pathways 2026: The Carlos Malamud Prize\",\"subtitle\":null,\"description\":\"<p>The <em>Pathways 2026: The Carlos Malamud Prize<\\\/em> exhibition is a collaborative partnership between the UCF Art Gallery and the <a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Rollins Museum of Art<\\\/a>, celebrating emerging professional artists across Florida. Juried by a panel of three art professionals, this year&rsquo;s exhibition features six artists with diverse practices, spanning a wide range of media, themes, and perspectives.<\\\/p>\\n<p>Works by all six finalists will be shown at both venues, creating opportunities to engage with two major academic communities. One artist will receive a $10,000 prize, a solo exhibition in 2027, and the opportunity to serve as a juror for the next edition, along with additional professional development support.<\\\/p>\\n<p>Pathways is designed to nurture emerging artists and provide a meaningful path forward, reflecting the shared missions of both institutions.<\\\/p>\\n<p><strong>Finalists:<\\\/strong> Alex Awuku, Michael Cannata, Cruz Castillo, Ebenezer Nketsiah Mensah, Luc&iacute;a Morales, Shayla Marshall<br><strong>Jurors:<\\\/strong> Marcus Antonius Jansen, Tenee&rsquo; Hart, Sheldon Scott<\\\/p>\\n<p><a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Learn more about this year&rsquo;s exhibition here.&nbsp;<\\\/a><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Mon, 22 Jun 2026 10:00:00 -0400\",\"ends\":\"Mon, 22 Jun 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"UCF Art Gallert\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4117931\\\/pathways-2026-the-carlos-malamud-prize\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111740\",\"eventinstance_id\":\"4118359\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4118359\",\"title\":\"The Art Show - UCF School of Visual Arts and Design MFA Students\",\"subtitle\":null,\"description\":\"<p>The Art Show is an opportunity specifically for the students in the UCF SVAD MFA program to experience what it can be like to participate and put on an exhibition outside of the University in a professional gallery space while garnering recognition from the Central Florida community.<\\\/p>\\n<p>Students must work within the parameters set by the gallery and adapt to changes and challenges that may arise throughout the process. The Art Show is the concept of an exhibition which will require the participants to think beyond their studio practice.<\\\/p>\\n<p>On view through June 26, Monday-Friday, 9 AM-4 PM.<\\\/p>\",\"location\":\"Casselberry Arts Center: 137 Quail Pond Circle Casselberry, FL 32707\",\"location_url\":\"https:\\\/\\\/www.casselberry.org\\\/749\\\/Current-Exhibit\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Tue, 23 Jun 2026 09:00:00 -0400\",\"ends\":\"Tue, 23 Jun 2026 16:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\",\"UCF SVAD MFA\"],\"contact_name\":\"Jason Burrell\",\"contact_phone\":null,\"contact_email\":\"jason.burrell@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4118359\\\/the-art-show-ucf-school-of-visual-arts-and-design-mfa-students\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111691\",\"eventinstance_id\":\"4117932\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4117932\",\"title\":\"Pathways 2026: The Carlos Malamud Prize\",\"subtitle\":null,\"description\":\"<p>The <em>Pathways 2026: The Carlos Malamud Prize<\\\/em> exhibition is a collaborative partnership between the UCF Art Gallery and the <a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Rollins Museum of Art<\\\/a>, celebrating emerging professional artists across Florida. Juried by a panel of three art professionals, this year&rsquo;s exhibition features six artists with diverse practices, spanning a wide range of media, themes, and perspectives.<\\\/p>\\n<p>Works by all six finalists will be shown at both venues, creating opportunities to engage with two major academic communities. One artist will receive a $10,000 prize, a solo exhibition in 2027, and the opportunity to serve as a juror for the next edition, along with additional professional development support.<\\\/p>\\n<p>Pathways is designed to nurture emerging artists and provide a meaningful path forward, reflecting the shared missions of both institutions.<\\\/p>\\n<p><strong>Finalists:<\\\/strong> Alex Awuku, Michael Cannata, Cruz Castillo, Ebenezer Nketsiah Mensah, Luc&iacute;a Morales, Shayla Marshall<br><strong>Jurors:<\\\/strong> Marcus Antonius Jansen, Tenee&rsquo; Hart, Sheldon Scott<\\\/p>\\n<p><a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Learn more about this year&rsquo;s exhibition here.&nbsp;<\\\/a><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Tue, 23 Jun 2026 10:00:00 -0400\",\"ends\":\"Tue, 23 Jun 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"UCF Art Gallert\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4117932\\\/pathways-2026-the-carlos-malamud-prize\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1114671\",\"eventinstance_id\":\"4130183\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4130183\",\"title\":\"Identity: Reflections of Self - The Albin Polasek Museum & Sculpture Gardens\",\"subtitle\":null,\"description\":\"<p>University of Central Florida School of Visual Arts &amp; Design Juried Exhibition<\\\/p>\\n<p>Celebrating the creativity of our community&rsquo;s emerging artists, this juried exhibition features work by graduate and undergraduate students from the University of Central Florida School of Visual Arts &amp; Design.<\\\/p>\\n<p>Through a diverse range of techniques and materials including painting, drawing, sculpture, and mixed media&mdash;the selected works offer personal explorations of identity. These works reflect the memories, experiences, relationships, communities, and values that create one&rsquo;s sense of self.<\\\/p>\\n<p>The Albin Polasek Museum &amp; Sculpture Gardens is honored to partner with UCF SVAD to present this exhibition, continuing the legacy of founder Albin Polasek, whose dedication to arts education influenced generations of artists. In that spirit, the museum remains committed to supporting emerging talent by providing a platform for new voices and creative expression.<\\\/p>\",\"location\":\"633 Osceola Avenue\\u2028Winter Park, FL 32789\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/Albin+Polasek+Museum+%26+Sculpture+Gardens\\\/@28.596496,-81.343461,3716m\\\/data=!3m1!1e3!4m6!3m5!1s0x88e7701cef474bf9:0x558be3ed9c0f47f2!8m2!3d28.596496!4d-81.343461!16s%2Fm%2F025z2xr?entry=ttu&g_ep=EgoyMDI2MDUwNi4wIKXMDSoASAFQAw%3D%3D\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Tue, 23 Jun 2026 10:00:00 -0400\",\"ends\":\"Tue, 23 Jun 2026 16:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"SVAD Info\",\"contact_phone\":null,\"contact_email\":\"svad@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4130183\\\/identity-reflections-of-self-the-albin-polasek-museum-sculpture-gardens\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111740\",\"eventinstance_id\":\"4118360\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4118360\",\"title\":\"The Art Show - UCF School of Visual Arts and Design MFA Students\",\"subtitle\":null,\"description\":\"<p>The Art Show is an opportunity specifically for the students in the UCF SVAD MFA program to experience what it can be like to participate and put on an exhibition outside of the University in a professional gallery space while garnering recognition from the Central Florida community.<\\\/p>\\n<p>Students must work within the parameters set by the gallery and adapt to changes and challenges that may arise throughout the process. The Art Show is the concept of an exhibition which will require the participants to think beyond their studio practice.<\\\/p>\\n<p>On view through June 26, Monday-Friday, 9 AM-4 PM.<\\\/p>\",\"location\":\"Casselberry Arts Center: 137 Quail Pond Circle Casselberry, FL 32707\",\"location_url\":\"https:\\\/\\\/www.casselberry.org\\\/749\\\/Current-Exhibit\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Wed, 24 Jun 2026 09:00:00 -0400\",\"ends\":\"Wed, 24 Jun 2026 16:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\",\"UCF SVAD MFA\"],\"contact_name\":\"Jason Burrell\",\"contact_phone\":null,\"contact_email\":\"jason.burrell@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4118360\\\/the-art-show-ucf-school-of-visual-arts-and-design-mfa-students\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111691\",\"eventinstance_id\":\"4117933\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4117933\",\"title\":\"Pathways 2026: The Carlos Malamud Prize\",\"subtitle\":null,\"description\":\"<p>The <em>Pathways 2026: The Carlos Malamud Prize<\\\/em> exhibition is a collaborative partnership between the UCF Art Gallery and the <a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Rollins Museum of Art<\\\/a>, celebrating emerging professional artists across Florida. Juried by a panel of three art professionals, this year&rsquo;s exhibition features six artists with diverse practices, spanning a wide range of media, themes, and perspectives.<\\\/p>\\n<p>Works by all six finalists will be shown at both venues, creating opportunities to engage with two major academic communities. One artist will receive a $10,000 prize, a solo exhibition in 2027, and the opportunity to serve as a juror for the next edition, along with additional professional development support.<\\\/p>\\n<p>Pathways is designed to nurture emerging artists and provide a meaningful path forward, reflecting the shared missions of both institutions.<\\\/p>\\n<p><strong>Finalists:<\\\/strong> Alex Awuku, Michael Cannata, Cruz Castillo, Ebenezer Nketsiah Mensah, Luc&iacute;a Morales, Shayla Marshall<br><strong>Jurors:<\\\/strong> Marcus Antonius Jansen, Tenee&rsquo; Hart, Sheldon Scott<\\\/p>\\n<p><a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Learn more about this year&rsquo;s exhibition here.&nbsp;<\\\/a><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Wed, 24 Jun 2026 10:00:00 -0400\",\"ends\":\"Wed, 24 Jun 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"UCF Art Gallert\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4117933\\\/pathways-2026-the-carlos-malamud-prize\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1114671\",\"eventinstance_id\":\"4130184\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4130184\",\"title\":\"Identity: Reflections of Self - The Albin Polasek Museum & Sculpture Gardens\",\"subtitle\":null,\"description\":\"<p>University of Central Florida School of Visual Arts &amp; Design Juried Exhibition<\\\/p>\\n<p>Celebrating the creativity of our community&rsquo;s emerging artists, this juried exhibition features work by graduate and undergraduate students from the University of Central Florida School of Visual Arts &amp; Design.<\\\/p>\\n<p>Through a diverse range of techniques and materials including painting, drawing, sculpture, and mixed media&mdash;the selected works offer personal explorations of identity. These works reflect the memories, experiences, relationships, communities, and values that create one&rsquo;s sense of self.<\\\/p>\\n<p>The Albin Polasek Museum &amp; Sculpture Gardens is honored to partner with UCF SVAD to present this exhibition, continuing the legacy of founder Albin Polasek, whose dedication to arts education influenced generations of artists. In that spirit, the museum remains committed to supporting emerging talent by providing a platform for new voices and creative expression.<\\\/p>\",\"location\":\"633 Osceola Avenue\\u2028Winter Park, FL 32789\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/Albin+Polasek+Museum+%26+Sculpture+Gardens\\\/@28.596496,-81.343461,3716m\\\/data=!3m1!1e3!4m6!3m5!1s0x88e7701cef474bf9:0x558be3ed9c0f47f2!8m2!3d28.596496!4d-81.343461!16s%2Fm%2F025z2xr?entry=ttu&g_ep=EgoyMDI2MDUwNi4wIKXMDSoASAFQAw%3D%3D\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Wed, 24 Jun 2026 10:00:00 -0400\",\"ends\":\"Wed, 24 Jun 2026 16:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"SVAD Info\",\"contact_phone\":null,\"contact_email\":\"svad@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4130184\\\/identity-reflections-of-self-the-albin-polasek-museum-sculpture-gardens\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111740\",\"eventinstance_id\":\"4118361\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4118361\",\"title\":\"The Art Show - UCF School of Visual Arts and Design MFA Students\",\"subtitle\":null,\"description\":\"<p>The Art Show is an opportunity specifically for the students in the UCF SVAD MFA program to experience what it can be like to participate and put on an exhibition outside of the University in a professional gallery space while garnering recognition from the Central Florida community.<\\\/p>\\n<p>Students must work within the parameters set by the gallery and adapt to changes and challenges that may arise throughout the process. The Art Show is the concept of an exhibition which will require the participants to think beyond their studio practice.<\\\/p>\\n<p>On view through June 26, Monday-Friday, 9 AM-4 PM.<\\\/p>\",\"location\":\"Casselberry Arts Center: 137 Quail Pond Circle Casselberry, FL 32707\",\"location_url\":\"https:\\\/\\\/www.casselberry.org\\\/749\\\/Current-Exhibit\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Thu, 25 Jun 2026 09:00:00 -0400\",\"ends\":\"Thu, 25 Jun 2026 16:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\",\"UCF SVAD MFA\"],\"contact_name\":\"Jason Burrell\",\"contact_phone\":null,\"contact_email\":\"jason.burrell@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4118361\\\/the-art-show-ucf-school-of-visual-arts-and-design-mfa-students\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111691\",\"eventinstance_id\":\"4117934\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4117934\",\"title\":\"Pathways 2026: The Carlos Malamud Prize\",\"subtitle\":null,\"description\":\"<p>The <em>Pathways 2026: The Carlos Malamud Prize<\\\/em> exhibition is a collaborative partnership between the UCF Art Gallery and the <a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Rollins Museum of Art<\\\/a>, celebrating emerging professional artists across Florida. Juried by a panel of three art professionals, this year&rsquo;s exhibition features six artists with diverse practices, spanning a wide range of media, themes, and perspectives.<\\\/p>\\n<p>Works by all six finalists will be shown at both venues, creating opportunities to engage with two major academic communities. One artist will receive a $10,000 prize, a solo exhibition in 2027, and the opportunity to serve as a juror for the next edition, along with additional professional development support.<\\\/p>\\n<p>Pathways is designed to nurture emerging artists and provide a meaningful path forward, reflecting the shared missions of both institutions.<\\\/p>\\n<p><strong>Finalists:<\\\/strong> Alex Awuku, Michael Cannata, Cruz Castillo, Ebenezer Nketsiah Mensah, Luc&iacute;a Morales, Shayla Marshall<br><strong>Jurors:<\\\/strong> Marcus Antonius Jansen, Tenee&rsquo; Hart, Sheldon Scott<\\\/p>\\n<p><a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Learn more about this year&rsquo;s exhibition here.&nbsp;<\\\/a><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Thu, 25 Jun 2026 10:00:00 -0400\",\"ends\":\"Thu, 25 Jun 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"UCF Art Gallert\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4117934\\\/pathways-2026-the-carlos-malamud-prize\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1114671\",\"eventinstance_id\":\"4130185\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4130185\",\"title\":\"Identity: Reflections of Self - The Albin Polasek Museum & Sculpture Gardens\",\"subtitle\":null,\"description\":\"<p>University of Central Florida School of Visual Arts &amp; Design Juried Exhibition<\\\/p>\\n<p>Celebrating the creativity of our community&rsquo;s emerging artists, this juried exhibition features work by graduate and undergraduate students from the University of Central Florida School of Visual Arts &amp; Design.<\\\/p>\\n<p>Through a diverse range of techniques and materials including painting, drawing, sculpture, and mixed media&mdash;the selected works offer personal explorations of identity. These works reflect the memories, experiences, relationships, communities, and values that create one&rsquo;s sense of self.<\\\/p>\\n<p>The Albin Polasek Museum &amp; Sculpture Gardens is honored to partner with UCF SVAD to present this exhibition, continuing the legacy of founder Albin Polasek, whose dedication to arts education influenced generations of artists. In that spirit, the museum remains committed to supporting emerging talent by providing a platform for new voices and creative expression.<\\\/p>\",\"location\":\"633 Osceola Avenue\\u2028Winter Park, FL 32789\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/Albin+Polasek+Museum+%26+Sculpture+Gardens\\\/@28.596496,-81.343461,3716m\\\/data=!3m1!1e3!4m6!3m5!1s0x88e7701cef474bf9:0x558be3ed9c0f47f2!8m2!3d28.596496!4d-81.343461!16s%2Fm%2F025z2xr?entry=ttu&g_ep=EgoyMDI2MDUwNi4wIKXMDSoASAFQAw%3D%3D\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Thu, 25 Jun 2026 10:00:00 -0400\",\"ends\":\"Thu, 25 Jun 2026 16:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"SVAD Info\",\"contact_phone\":null,\"contact_email\":\"svad@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4130185\\\/identity-reflections-of-self-the-albin-polasek-museum-sculpture-gardens\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111740\",\"eventinstance_id\":\"4118362\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4118362\",\"title\":\"The Art Show - UCF School of Visual Arts and Design MFA Students\",\"subtitle\":null,\"description\":\"<p>The Art Show is an opportunity specifically for the students in the UCF SVAD MFA program to experience what it can be like to participate and put on an exhibition outside of the University in a professional gallery space while garnering recognition from the Central Florida community.<\\\/p>\\n<p>Students must work within the parameters set by the gallery and adapt to changes and challenges that may arise throughout the process. The Art Show is the concept of an exhibition which will require the participants to think beyond their studio practice.<\\\/p>\\n<p>On view through June 26, Monday-Friday, 9 AM-4 PM.<\\\/p>\",\"location\":\"Casselberry Arts Center: 137 Quail Pond Circle Casselberry, FL 32707\",\"location_url\":\"https:\\\/\\\/www.casselberry.org\\\/749\\\/Current-Exhibit\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Fri, 26 Jun 2026 09:00:00 -0400\",\"ends\":\"Fri, 26 Jun 2026 16:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\",\"UCF SVAD MFA\"],\"contact_name\":\"Jason Burrell\",\"contact_phone\":null,\"contact_email\":\"jason.burrell@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4118362\\\/the-art-show-ucf-school-of-visual-arts-and-design-mfa-students\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111691\",\"eventinstance_id\":\"4117935\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4117935\",\"title\":\"Pathways 2026: The Carlos Malamud Prize\",\"subtitle\":null,\"description\":\"<p>The <em>Pathways 2026: The Carlos Malamud Prize<\\\/em> exhibition is a collaborative partnership between the UCF Art Gallery and the <a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Rollins Museum of Art<\\\/a>, celebrating emerging professional artists across Florida. Juried by a panel of three art professionals, this year&rsquo;s exhibition features six artists with diverse practices, spanning a wide range of media, themes, and perspectives.<\\\/p>\\n<p>Works by all six finalists will be shown at both venues, creating opportunities to engage with two major academic communities. One artist will receive a $10,000 prize, a solo exhibition in 2027, and the opportunity to serve as a juror for the next edition, along with additional professional development support.<\\\/p>\\n<p>Pathways is designed to nurture emerging artists and provide a meaningful path forward, reflecting the shared missions of both institutions.<\\\/p>\\n<p><strong>Finalists:<\\\/strong> Alex Awuku, Michael Cannata, Cruz Castillo, Ebenezer Nketsiah Mensah, Luc&iacute;a Morales, Shayla Marshall<br><strong>Jurors:<\\\/strong> Marcus Antonius Jansen, Tenee&rsquo; Hart, Sheldon Scott<\\\/p>\\n<p><a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Learn more about this year&rsquo;s exhibition here.&nbsp;<\\\/a><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Fri, 26 Jun 2026 10:00:00 -0400\",\"ends\":\"Fri, 26 Jun 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"UCF Art Gallert\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4117935\\\/pathways-2026-the-carlos-malamud-prize\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1114671\",\"eventinstance_id\":\"4130186\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4130186\",\"title\":\"Identity: Reflections of Self - The Albin Polasek Museum & Sculpture Gardens\",\"subtitle\":null,\"description\":\"<p>University of Central Florida School of Visual Arts &amp; Design Juried Exhibition<\\\/p>\\n<p>Celebrating the creativity of our community&rsquo;s emerging artists, this juried exhibition features work by graduate and undergraduate students from the University of Central Florida School of Visual Arts &amp; Design.<\\\/p>\\n<p>Through a diverse range of techniques and materials including painting, drawing, sculpture, and mixed media&mdash;the selected works offer personal explorations of identity. These works reflect the memories, experiences, relationships, communities, and values that create one&rsquo;s sense of self.<\\\/p>\\n<p>The Albin Polasek Museum &amp; Sculpture Gardens is honored to partner with UCF SVAD to present this exhibition, continuing the legacy of founder Albin Polasek, whose dedication to arts education influenced generations of artists. In that spirit, the museum remains committed to supporting emerging talent by providing a platform for new voices and creative expression.<\\\/p>\",\"location\":\"633 Osceola Avenue\\u2028Winter Park, FL 32789\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/Albin+Polasek+Museum+%26+Sculpture+Gardens\\\/@28.596496,-81.343461,3716m\\\/data=!3m1!1e3!4m6!3m5!1s0x88e7701cef474bf9:0x558be3ed9c0f47f2!8m2!3d28.596496!4d-81.343461!16s%2Fm%2F025z2xr?entry=ttu&g_ep=EgoyMDI2MDUwNi4wIKXMDSoASAFQAw%3D%3D\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Fri, 26 Jun 2026 10:00:00 -0400\",\"ends\":\"Fri, 26 Jun 2026 16:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"SVAD Info\",\"contact_phone\":null,\"contact_email\":\"svad@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4130186\\\/identity-reflections-of-self-the-albin-polasek-museum-sculpture-gardens\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1114671\",\"eventinstance_id\":\"4130187\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4130187\",\"title\":\"Identity: Reflections of Self - The Albin Polasek Museum & Sculpture Gardens\",\"subtitle\":null,\"description\":\"<p>University of Central Florida School of Visual Arts &amp; Design Juried Exhibition<\\\/p>\\n<p>Celebrating the creativity of our community&rsquo;s emerging artists, this juried exhibition features work by graduate and undergraduate students from the University of Central Florida School of Visual Arts &amp; Design.<\\\/p>\\n<p>Through a diverse range of techniques and materials including painting, drawing, sculpture, and mixed media&mdash;the selected works offer personal explorations of identity. These works reflect the memories, experiences, relationships, communities, and values that create one&rsquo;s sense of self.<\\\/p>\\n<p>The Albin Polasek Museum &amp; Sculpture Gardens is honored to partner with UCF SVAD to present this exhibition, continuing the legacy of founder Albin Polasek, whose dedication to arts education influenced generations of artists. In that spirit, the museum remains committed to supporting emerging talent by providing a platform for new voices and creative expression.<\\\/p>\",\"location\":\"633 Osceola Avenue\\u2028Winter Park, FL 32789\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/Albin+Polasek+Museum+%26+Sculpture+Gardens\\\/@28.596496,-81.343461,3716m\\\/data=!3m1!1e3!4m6!3m5!1s0x88e7701cef474bf9:0x558be3ed9c0f47f2!8m2!3d28.596496!4d-81.343461!16s%2Fm%2F025z2xr?entry=ttu&g_ep=EgoyMDI2MDUwNi4wIKXMDSoASAFQAw%3D%3D\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Sat, 27 Jun 2026 10:00:00 -0400\",\"ends\":\"Sat, 27 Jun 2026 16:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"SVAD Info\",\"contact_phone\":null,\"contact_email\":\"svad@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4130187\\\/identity-reflections-of-self-the-albin-polasek-museum-sculpture-gardens\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1114671\",\"eventinstance_id\":\"4130188\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4130188\",\"title\":\"Identity: Reflections of Self - The Albin Polasek Museum & Sculpture Gardens\",\"subtitle\":null,\"description\":\"<p>University of Central Florida School of Visual Arts &amp; Design Juried Exhibition<\\\/p>\\n<p>Celebrating the creativity of our community&rsquo;s emerging artists, this juried exhibition features work by graduate and undergraduate students from the University of Central Florida School of Visual Arts &amp; Design.<\\\/p>\\n<p>Through a diverse range of techniques and materials including painting, drawing, sculpture, and mixed media&mdash;the selected works offer personal explorations of identity. These works reflect the memories, experiences, relationships, communities, and values that create one&rsquo;s sense of self.<\\\/p>\\n<p>The Albin Polasek Museum &amp; Sculpture Gardens is honored to partner with UCF SVAD to present this exhibition, continuing the legacy of founder Albin Polasek, whose dedication to arts education influenced generations of artists. In that spirit, the museum remains committed to supporting emerging talent by providing a platform for new voices and creative expression.<\\\/p>\",\"location\":\"633 Osceola Avenue\\u2028Winter Park, FL 32789\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/Albin+Polasek+Museum+%26+Sculpture+Gardens\\\/@28.596496,-81.343461,3716m\\\/data=!3m1!1e3!4m6!3m5!1s0x88e7701cef474bf9:0x558be3ed9c0f47f2!8m2!3d28.596496!4d-81.343461!16s%2Fm%2F025z2xr?entry=ttu&g_ep=EgoyMDI2MDUwNi4wIKXMDSoASAFQAw%3D%3D\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Sun, 28 Jun 2026 13:00:00 -0400\",\"ends\":\"Sun, 28 Jun 2026 16:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"SVAD Info\",\"contact_phone\":null,\"contact_email\":\"svad@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4130188\\\/identity-reflections-of-self-the-albin-polasek-museum-sculpture-gardens\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111762\",\"eventinstance_id\":\"4118533\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4118533\",\"title\":\"High School Brass Camp \\u00b7 UCF Music Summer Camps & Clinics\",\"subtitle\":null,\"description\":\"<p>The UCF Brass Camp will focus on the fundamental principles of brass performance. This will include covering technique, tone production, and the literature for All-State. Students will participate in chamber groups, masterclasses, and instrumental choirs.<\\\/p>\\n<p><em>The UCF High School Brass Camp is a day camp only.<\\\/em><\\\/p>\\n<p>See registration page for full details, fees, and requirements.<\\\/p>\",\"location\":\"Performing Arts Center Music\",\"location_url\":\"https:\\\/\\\/map.ucf.edu\\\/locations\\\/m119\\\/performing-arts-center-music-pac\\\/\",\"virtual_url\":null,\"registration_link\":\"https:\\\/\\\/cah.ucf.edu\\\/performingarts\\\/high-school-brass-camp\\\/\",\"registration_info\":\"Deadline: June 12 \\u00b7 See registration page for full details, fees, and requirements.\",\"starts\":\"Mon, 29 Jun 2026 09:00:00 -0400\",\"ends\":\"Thu, 02 Jul 2026 15:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Workshop\\\/Conference\",\"tags\":[\"Music\",\"Summer Camp\",\"ucf music\",\"summer camps and clinics\"],\"contact_name\":\"Ben Vasko\",\"contact_phone\":null,\"contact_email\":\"benjamin.vasko@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4118533\\\/high-school-brass-camp-ucf-music-summer-camps-clinics\\\/\",\"filtered_category\":\"music\",\"filtered_categories\":[\"Music\"]},{\"event_id\":\"1111691\",\"eventinstance_id\":\"4117936\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4117936\",\"title\":\"Pathways 2026: The Carlos Malamud Prize\",\"subtitle\":null,\"description\":\"<p>The <em>Pathways 2026: The Carlos Malamud Prize<\\\/em> exhibition is a collaborative partnership between the UCF Art Gallery and the <a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Rollins Museum of Art<\\\/a>, celebrating emerging professional artists across Florida. Juried by a panel of three art professionals, this year&rsquo;s exhibition features six artists with diverse practices, spanning a wide range of media, themes, and perspectives.<\\\/p>\\n<p>Works by all six finalists will be shown at both venues, creating opportunities to engage with two major academic communities. One artist will receive a $10,000 prize, a solo exhibition in 2027, and the opportunity to serve as a juror for the next edition, along with additional professional development support.<\\\/p>\\n<p>Pathways is designed to nurture emerging artists and provide a meaningful path forward, reflecting the shared missions of both institutions.<\\\/p>\\n<p><strong>Finalists:<\\\/strong> Alex Awuku, Michael Cannata, Cruz Castillo, Ebenezer Nketsiah Mensah, Luc&iacute;a Morales, Shayla Marshall<br><strong>Jurors:<\\\/strong> Marcus Antonius Jansen, Tenee&rsquo; Hart, Sheldon Scott<\\\/p>\\n<p><a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Learn more about this year&rsquo;s exhibition here.&nbsp;<\\\/a><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Mon, 29 Jun 2026 10:00:00 -0400\",\"ends\":\"Mon, 29 Jun 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"UCF Art Gallert\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4117936\\\/pathways-2026-the-carlos-malamud-prize\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111691\",\"eventinstance_id\":\"4117937\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4117937\",\"title\":\"Pathways 2026: The Carlos Malamud Prize\",\"subtitle\":null,\"description\":\"<p>The <em>Pathways 2026: The Carlos Malamud Prize<\\\/em> exhibition is a collaborative partnership between the UCF Art Gallery and the <a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Rollins Museum of Art<\\\/a>, celebrating emerging professional artists across Florida. Juried by a panel of three art professionals, this year&rsquo;s exhibition features six artists with diverse practices, spanning a wide range of media, themes, and perspectives.<\\\/p>\\n<p>Works by all six finalists will be shown at both venues, creating opportunities to engage with two major academic communities. One artist will receive a $10,000 prize, a solo exhibition in 2027, and the opportunity to serve as a juror for the next edition, along with additional professional development support.<\\\/p>\\n<p>Pathways is designed to nurture emerging artists and provide a meaningful path forward, reflecting the shared missions of both institutions.<\\\/p>\\n<p><strong>Finalists:<\\\/strong> Alex Awuku, Michael Cannata, Cruz Castillo, Ebenezer Nketsiah Mensah, Luc&iacute;a Morales, Shayla Marshall<br><strong>Jurors:<\\\/strong> Marcus Antonius Jansen, Tenee&rsquo; Hart, Sheldon Scott<\\\/p>\\n<p><a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Learn more about this year&rsquo;s exhibition here.&nbsp;<\\\/a><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Tue, 30 Jun 2026 10:00:00 -0400\",\"ends\":\"Tue, 30 Jun 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"UCF Art Gallert\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4117937\\\/pathways-2026-the-carlos-malamud-prize\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1114671\",\"eventinstance_id\":\"4130189\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4130189\",\"title\":\"Identity: Reflections of Self - The Albin Polasek Museum & Sculpture Gardens\",\"subtitle\":null,\"description\":\"<p>University of Central Florida School of Visual Arts &amp; Design Juried Exhibition<\\\/p>\\n<p>Celebrating the creativity of our community&rsquo;s emerging artists, this juried exhibition features work by graduate and undergraduate students from the University of Central Florida School of Visual Arts &amp; Design.<\\\/p>\\n<p>Through a diverse range of techniques and materials including painting, drawing, sculpture, and mixed media&mdash;the selected works offer personal explorations of identity. These works reflect the memories, experiences, relationships, communities, and values that create one&rsquo;s sense of self.<\\\/p>\\n<p>The Albin Polasek Museum &amp; Sculpture Gardens is honored to partner with UCF SVAD to present this exhibition, continuing the legacy of founder Albin Polasek, whose dedication to arts education influenced generations of artists. In that spirit, the museum remains committed to supporting emerging talent by providing a platform for new voices and creative expression.<\\\/p>\",\"location\":\"633 Osceola Avenue Winter Park, FL 32789\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/Albin+Polasek+Museum+%26+Sculpture+Gardens\\\/@28.596496,-81.343461,15z\\\/data=!4m6!3m5!1s0x88e7701cef474bf9:0x558be3ed9c0f47f2!8m2!3d28.596496!4d-81.343461!16s%2Fm%2F025z2xr?entry=tts\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Tue, 30 Jun 2026 10:00:00 -0400\",\"ends\":\"Tue, 30 Jun 2026 16:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"SVAD Info\",\"contact_phone\":null,\"contact_email\":\"svad@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4130189\\\/identity-reflections-of-self-the-albin-polasek-museum-sculpture-gardens\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111691\",\"eventinstance_id\":\"4117938\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4117938\",\"title\":\"Pathways 2026: The Carlos Malamud Prize\",\"subtitle\":null,\"description\":\"<p>The <em>Pathways 2026: The Carlos Malamud Prize<\\\/em> exhibition is a collaborative partnership between the UCF Art Gallery and the <a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Rollins Museum of Art<\\\/a>, celebrating emerging professional artists across Florida. Juried by a panel of three art professionals, this year&rsquo;s exhibition features six artists with diverse practices, spanning a wide range of media, themes, and perspectives.<\\\/p>\\n<p>Works by all six finalists will be shown at both venues, creating opportunities to engage with two major academic communities. One artist will receive a $10,000 prize, a solo exhibition in 2027, and the opportunity to serve as a juror for the next edition, along with additional professional development support.<\\\/p>\\n<p>Pathways is designed to nurture emerging artists and provide a meaningful path forward, reflecting the shared missions of both institutions.<\\\/p>\\n<p><strong>Finalists:<\\\/strong> Alex Awuku, Michael Cannata, Cruz Castillo, Ebenezer Nketsiah Mensah, Luc&iacute;a Morales, Shayla Marshall<br><strong>Jurors:<\\\/strong> Marcus Antonius Jansen, Tenee&rsquo; Hart, Sheldon Scott<\\\/p>\\n<p><a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Learn more about this year&rsquo;s exhibition here.&nbsp;<\\\/a><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Wed, 01 Jul 2026 10:00:00 -0400\",\"ends\":\"Wed, 01 Jul 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"UCF Art Gallert\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4117938\\\/pathways-2026-the-carlos-malamud-prize\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1114671\",\"eventinstance_id\":\"4130190\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4130190\",\"title\":\"Identity: Reflections of Self - The Albin Polasek Museum & Sculpture Gardens\",\"subtitle\":null,\"description\":\"<p>University of Central Florida School of Visual Arts &amp; Design Juried Exhibition<\\\/p>\\n<p>Celebrating the creativity of our community&rsquo;s emerging artists, this juried exhibition features work by graduate and undergraduate students from the University of Central Florida School of Visual Arts &amp; Design.<\\\/p>\\n<p>Through a diverse range of techniques and materials including painting, drawing, sculpture, and mixed media&mdash;the selected works offer personal explorations of identity. These works reflect the memories, experiences, relationships, communities, and values that create one&rsquo;s sense of self.<\\\/p>\\n<p>The Albin Polasek Museum &amp; Sculpture Gardens is honored to partner with UCF SVAD to present this exhibition, continuing the legacy of founder Albin Polasek, whose dedication to arts education influenced generations of artists. In that spirit, the museum remains committed to supporting emerging talent by providing a platform for new voices and creative expression.<\\\/p>\",\"location\":\"633 Osceola Avenue Winter Park, FL 32789\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/Albin+Polasek+Museum+%26+Sculpture+Gardens\\\/@28.596496,-81.343461,15z\\\/data=!4m6!3m5!1s0x88e7701cef474bf9:0x558be3ed9c0f47f2!8m2!3d28.596496!4d-81.343461!16s%2Fm%2F025z2xr?entry=tts\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Wed, 01 Jul 2026 10:00:00 -0400\",\"ends\":\"Wed, 01 Jul 2026 16:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"SVAD Info\",\"contact_phone\":null,\"contact_email\":\"svad@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4130190\\\/identity-reflections-of-self-the-albin-polasek-museum-sculpture-gardens\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111691\",\"eventinstance_id\":\"4117939\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4117939\",\"title\":\"Pathways 2026: The Carlos Malamud Prize\",\"subtitle\":null,\"description\":\"<p>The <em>Pathways 2026: The Carlos Malamud Prize<\\\/em> exhibition is a collaborative partnership between the UCF Art Gallery and the <a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Rollins Museum of Art<\\\/a>, celebrating emerging professional artists across Florida. Juried by a panel of three art professionals, this year&rsquo;s exhibition features six artists with diverse practices, spanning a wide range of media, themes, and perspectives.<\\\/p>\\n<p>Works by all six finalists will be shown at both venues, creating opportunities to engage with two major academic communities. One artist will receive a $10,000 prize, a solo exhibition in 2027, and the opportunity to serve as a juror for the next edition, along with additional professional development support.<\\\/p>\\n<p>Pathways is designed to nurture emerging artists and provide a meaningful path forward, reflecting the shared missions of both institutions.<\\\/p>\\n<p><strong>Finalists:<\\\/strong> Alex Awuku, Michael Cannata, Cruz Castillo, Ebenezer Nketsiah Mensah, Luc&iacute;a Morales, Shayla Marshall<br><strong>Jurors:<\\\/strong> Marcus Antonius Jansen, Tenee&rsquo; Hart, Sheldon Scott<\\\/p>\\n<p><a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Learn more about this year&rsquo;s exhibition here.&nbsp;<\\\/a><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Thu, 02 Jul 2026 10:00:00 -0400\",\"ends\":\"Thu, 02 Jul 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"UCF Art Gallert\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4117939\\\/pathways-2026-the-carlos-malamud-prize\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1114671\",\"eventinstance_id\":\"4130191\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4130191\",\"title\":\"Identity: Reflections of Self - The Albin Polasek Museum & Sculpture Gardens\",\"subtitle\":null,\"description\":\"<p>University of Central Florida School of Visual Arts &amp; Design Juried Exhibition<\\\/p>\\n<p>Celebrating the creativity of our community&rsquo;s emerging artists, this juried exhibition features work by graduate and undergraduate students from the University of Central Florida School of Visual Arts &amp; Design.<\\\/p>\\n<p>Through a diverse range of techniques and materials including painting, drawing, sculpture, and mixed media&mdash;the selected works offer personal explorations of identity. These works reflect the memories, experiences, relationships, communities, and values that create one&rsquo;s sense of self.<\\\/p>\\n<p>The Albin Polasek Museum &amp; Sculpture Gardens is honored to partner with UCF SVAD to present this exhibition, continuing the legacy of founder Albin Polasek, whose dedication to arts education influenced generations of artists. In that spirit, the museum remains committed to supporting emerging talent by providing a platform for new voices and creative expression.<\\\/p>\",\"location\":\"633 Osceola Avenue Winter Park, FL 32789\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/Albin+Polasek+Museum+%26+Sculpture+Gardens\\\/@28.596496,-81.343461,15z\\\/data=!4m6!3m5!1s0x88e7701cef474bf9:0x558be3ed9c0f47f2!8m2!3d28.596496!4d-81.343461!16s%2Fm%2F025z2xr?entry=tts\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Thu, 02 Jul 2026 10:00:00 -0400\",\"ends\":\"Thu, 02 Jul 2026 16:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"SVAD Info\",\"contact_phone\":null,\"contact_email\":\"svad@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4130191\\\/identity-reflections-of-self-the-albin-polasek-museum-sculpture-gardens\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111691\",\"eventinstance_id\":\"4117940\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4117940\",\"title\":\"Pathways 2026: The Carlos Malamud Prize\",\"subtitle\":null,\"description\":\"<p>The <em>Pathways 2026: The Carlos Malamud Prize<\\\/em> exhibition is a collaborative partnership between the UCF Art Gallery and the <a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Rollins Museum of Art<\\\/a>, celebrating emerging professional artists across Florida. Juried by a panel of three art professionals, this year&rsquo;s exhibition features six artists with diverse practices, spanning a wide range of media, themes, and perspectives.<\\\/p>\\n<p>Works by all six finalists will be shown at both venues, creating opportunities to engage with two major academic communities. One artist will receive a $10,000 prize, a solo exhibition in 2027, and the opportunity to serve as a juror for the next edition, along with additional professional development support.<\\\/p>\\n<p>Pathways is designed to nurture emerging artists and provide a meaningful path forward, reflecting the shared missions of both institutions.<\\\/p>\\n<p><strong>Finalists:<\\\/strong> Alex Awuku, Michael Cannata, Cruz Castillo, Ebenezer Nketsiah Mensah, Luc&iacute;a Morales, Shayla Marshall<br><strong>Jurors:<\\\/strong> Marcus Antonius Jansen, Tenee&rsquo; Hart, Sheldon Scott<\\\/p>\\n<p><a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Learn more about this year&rsquo;s exhibition here.&nbsp;<\\\/a><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Fri, 03 Jul 2026 10:00:00 -0400\",\"ends\":\"Fri, 03 Jul 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"UCF Art Gallert\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4117940\\\/pathways-2026-the-carlos-malamud-prize\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1114671\",\"eventinstance_id\":\"4130192\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4130192\",\"title\":\"Identity: Reflections of Self - The Albin Polasek Museum & Sculpture Gardens\",\"subtitle\":null,\"description\":\"<p>University of Central Florida School of Visual Arts &amp; Design Juried Exhibition<\\\/p>\\n<p>Celebrating the creativity of our community&rsquo;s emerging artists, this juried exhibition features work by graduate and undergraduate students from the University of Central Florida School of Visual Arts &amp; Design.<\\\/p>\\n<p>Through a diverse range of techniques and materials including painting, drawing, sculpture, and mixed media&mdash;the selected works offer personal explorations of identity. These works reflect the memories, experiences, relationships, communities, and values that create one&rsquo;s sense of self.<\\\/p>\\n<p>The Albin Polasek Museum &amp; Sculpture Gardens is honored to partner with UCF SVAD to present this exhibition, continuing the legacy of founder Albin Polasek, whose dedication to arts education influenced generations of artists. In that spirit, the museum remains committed to supporting emerging talent by providing a platform for new voices and creative expression.<\\\/p>\",\"location\":\"633 Osceola Avenue Winter Park, FL 32789\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/Albin+Polasek+Museum+%26+Sculpture+Gardens\\\/@28.596496,-81.343461,15z\\\/data=!4m6!3m5!1s0x88e7701cef474bf9:0x558be3ed9c0f47f2!8m2!3d28.596496!4d-81.343461!16s%2Fm%2F025z2xr?entry=tts\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Fri, 03 Jul 2026 10:00:00 -0400\",\"ends\":\"Fri, 03 Jul 2026 16:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"SVAD Info\",\"contact_phone\":null,\"contact_email\":\"svad@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4130192\\\/identity-reflections-of-self-the-albin-polasek-museum-sculpture-gardens\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1114671\",\"eventinstance_id\":\"4130193\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4130193\",\"title\":\"Identity: Reflections of Self - The Albin Polasek Museum & Sculpture Gardens\",\"subtitle\":null,\"description\":\"<p>University of Central Florida School of Visual Arts &amp; Design Juried Exhibition<\\\/p>\\n<p>Celebrating the creativity of our community&rsquo;s emerging artists, this juried exhibition features work by graduate and undergraduate students from the University of Central Florida School of Visual Arts &amp; Design.<\\\/p>\\n<p>Through a diverse range of techniques and materials including painting, drawing, sculpture, and mixed media&mdash;the selected works offer personal explorations of identity. These works reflect the memories, experiences, relationships, communities, and values that create one&rsquo;s sense of self.<\\\/p>\\n<p>The Albin Polasek Museum &amp; Sculpture Gardens is honored to partner with UCF SVAD to present this exhibition, continuing the legacy of founder Albin Polasek, whose dedication to arts education influenced generations of artists. In that spirit, the museum remains committed to supporting emerging talent by providing a platform for new voices and creative expression.<\\\/p>\",\"location\":\"633 Osceola Avenue Winter Park, FL 32789\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/Albin+Polasek+Museum+%26+Sculpture+Gardens\\\/@28.596496,-81.343461,15z\\\/data=!4m6!3m5!1s0x88e7701cef474bf9:0x558be3ed9c0f47f2!8m2!3d28.596496!4d-81.343461!16s%2Fm%2F025z2xr?entry=tts\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Sat, 04 Jul 2026 10:00:00 -0400\",\"ends\":\"Sat, 04 Jul 2026 16:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"SVAD Info\",\"contact_phone\":null,\"contact_email\":\"svad@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4130193\\\/identity-reflections-of-self-the-albin-polasek-museum-sculpture-gardens\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1114671\",\"eventinstance_id\":\"4130194\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4130194\",\"title\":\"Identity: Reflections of Self - The Albin Polasek Museum & Sculpture Gardens\",\"subtitle\":null,\"description\":\"<p>University of Central Florida School of Visual Arts &amp; Design Juried Exhibition<\\\/p>\\n<p>Celebrating the creativity of our community&rsquo;s emerging artists, this juried exhibition features work by graduate and undergraduate students from the University of Central Florida School of Visual Arts &amp; Design.<\\\/p>\\n<p>Through a diverse range of techniques and materials including painting, drawing, sculpture, and mixed media&mdash;the selected works offer personal explorations of identity. These works reflect the memories, experiences, relationships, communities, and values that create one&rsquo;s sense of self.<\\\/p>\\n<p>The Albin Polasek Museum &amp; Sculpture Gardens is honored to partner with UCF SVAD to present this exhibition, continuing the legacy of founder Albin Polasek, whose dedication to arts education influenced generations of artists. In that spirit, the museum remains committed to supporting emerging talent by providing a platform for new voices and creative expression.<\\\/p>\",\"location\":\"633 Osceola Avenue Winter Park, FL 32789\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/Albin+Polasek+Museum+%26+Sculpture+Gardens\\\/@28.596496,-81.343461,15z\\\/data=!4m6!3m5!1s0x88e7701cef474bf9:0x558be3ed9c0f47f2!8m2!3d28.596496!4d-81.343461!16s%2Fm%2F025z2xr?entry=tts\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Sun, 05 Jul 2026 13:00:00 -0400\",\"ends\":\"Sun, 05 Jul 2026 16:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"SVAD Info\",\"contact_phone\":null,\"contact_email\":\"svad@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4130194\\\/identity-reflections-of-self-the-albin-polasek-museum-sculpture-gardens\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111764\",\"eventinstance_id\":\"4118535\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4118535\",\"title\":\"Middle School Brass Camp \\u00b7 UCF Music Summer Camps & Clinics\",\"subtitle\":null,\"description\":\"<p>The UCF Brass Camp will focus on the fundamental principles of brass performance. This will include covering technique, tone production, and the literature for All-State. Students will participate in chamber groups, masterclasses, and instrumental choirs.<\\\/p>\\n<p><em>The UCF Middle School Brass Camp is a day camp only.<\\\/em><\\\/p>\\n<p>Please see registration page for full details, fees, and requirements.<\\\/p>\",\"location\":\"Performing Arts Center Music\",\"location_url\":\"https:\\\/\\\/map.ucf.edu\\\/locations\\\/m119\\\/performing-arts-center-music-pac\\\/\",\"virtual_url\":null,\"registration_link\":\"https:\\\/\\\/cah.ucf.edu\\\/performingarts\\\/middle-school-brass-camp\\\/\",\"registration_info\":\"Deadline June 19 \\u00b7 Please see registration page for full details, fees, and requirements.\",\"starts\":\"Mon, 06 Jul 2026 09:00:00 -0400\",\"ends\":\"Wed, 08 Jul 2026 19:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Workshop\\\/Conference\",\"tags\":[\"Music\",\"ucf music\",\"Summer Camp\",\"summer camps and clinics\"],\"contact_name\":\"Ben Vasko\",\"contact_phone\":null,\"contact_email\":\"benjamin.vasko@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4118535\\\/middle-school-brass-camp-ucf-music-summer-camps-clinics\\\/\",\"filtered_category\":\"music\",\"filtered_categories\":[\"Music\"]},{\"event_id\":\"1111691\",\"eventinstance_id\":\"4117941\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4117941\",\"title\":\"Pathways 2026: The Carlos Malamud Prize\",\"subtitle\":null,\"description\":\"<p>The <em>Pathways 2026: The Carlos Malamud Prize<\\\/em> exhibition is a collaborative partnership between the UCF Art Gallery and the <a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Rollins Museum of Art<\\\/a>, celebrating emerging professional artists across Florida. Juried by a panel of three art professionals, this year&rsquo;s exhibition features six artists with diverse practices, spanning a wide range of media, themes, and perspectives.<\\\/p>\\n<p>Works by all six finalists will be shown at both venues, creating opportunities to engage with two major academic communities. One artist will receive a $10,000 prize, a solo exhibition in 2027, and the opportunity to serve as a juror for the next edition, along with additional professional development support.<\\\/p>\\n<p>Pathways is designed to nurture emerging artists and provide a meaningful path forward, reflecting the shared missions of both institutions.<\\\/p>\\n<p><strong>Finalists:<\\\/strong> Alex Awuku, Michael Cannata, Cruz Castillo, Ebenezer Nketsiah Mensah, Luc&iacute;a Morales, Shayla Marshall<br><strong>Jurors:<\\\/strong> Marcus Antonius Jansen, Tenee&rsquo; Hart, Sheldon Scott<\\\/p>\\n<p><a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Learn more about this year&rsquo;s exhibition here.&nbsp;<\\\/a><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Mon, 06 Jul 2026 10:00:00 -0400\",\"ends\":\"Mon, 06 Jul 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"UCF Art Gallert\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4117941\\\/pathways-2026-the-carlos-malamud-prize\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111691\",\"eventinstance_id\":\"4117942\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4117942\",\"title\":\"Pathways 2026: The Carlos Malamud Prize\",\"subtitle\":null,\"description\":\"<p>The <em>Pathways 2026: The Carlos Malamud Prize<\\\/em> exhibition is a collaborative partnership between the UCF Art Gallery and the <a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Rollins Museum of Art<\\\/a>, celebrating emerging professional artists across Florida. Juried by a panel of three art professionals, this year&rsquo;s exhibition features six artists with diverse practices, spanning a wide range of media, themes, and perspectives.<\\\/p>\\n<p>Works by all six finalists will be shown at both venues, creating opportunities to engage with two major academic communities. One artist will receive a $10,000 prize, a solo exhibition in 2027, and the opportunity to serve as a juror for the next edition, along with additional professional development support.<\\\/p>\\n<p>Pathways is designed to nurture emerging artists and provide a meaningful path forward, reflecting the shared missions of both institutions.<\\\/p>\\n<p><strong>Finalists:<\\\/strong> Alex Awuku, Michael Cannata, Cruz Castillo, Ebenezer Nketsiah Mensah, Luc&iacute;a Morales, Shayla Marshall<br><strong>Jurors:<\\\/strong> Marcus Antonius Jansen, Tenee&rsquo; Hart, Sheldon Scott<\\\/p>\\n<p><a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Learn more about this year&rsquo;s exhibition here.&nbsp;<\\\/a><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Tue, 07 Jul 2026 10:00:00 -0400\",\"ends\":\"Tue, 07 Jul 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"UCF Art Gallert\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4117942\\\/pathways-2026-the-carlos-malamud-prize\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1114671\",\"eventinstance_id\":\"4130195\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4130195\",\"title\":\"Identity: Reflections of Self - The Albin Polasek Museum & Sculpture Gardens\",\"subtitle\":null,\"description\":\"<p>University of Central Florida School of Visual Arts &amp; Design Juried Exhibition<\\\/p>\\n<p>Celebrating the creativity of our community&rsquo;s emerging artists, this juried exhibition features work by graduate and undergraduate students from the University of Central Florida School of Visual Arts &amp; Design.<\\\/p>\\n<p>Through a diverse range of techniques and materials including painting, drawing, sculpture, and mixed media&mdash;the selected works offer personal explorations of identity. These works reflect the memories, experiences, relationships, communities, and values that create one&rsquo;s sense of self.<\\\/p>\\n<p>The Albin Polasek Museum &amp; Sculpture Gardens is honored to partner with UCF SVAD to present this exhibition, continuing the legacy of founder Albin Polasek, whose dedication to arts education influenced generations of artists. In that spirit, the museum remains committed to supporting emerging talent by providing a platform for new voices and creative expression.<\\\/p>\",\"location\":\"633 Osceola Avenue Winter Park, FL 32789\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/Albin+Polasek+Museum+%26+Sculpture+Gardens\\\/@28.596496,-81.343461,15z\\\/data=!4m6!3m5!1s0x88e7701cef474bf9:0x558be3ed9c0f47f2!8m2!3d28.596496!4d-81.343461!16s%2Fm%2F025z2xr?entry=tts\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Tue, 07 Jul 2026 10:00:00 -0400\",\"ends\":\"Tue, 07 Jul 2026 16:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"SVAD Info\",\"contact_phone\":null,\"contact_email\":\"svad@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4130195\\\/identity-reflections-of-self-the-albin-polasek-museum-sculpture-gardens\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111691\",\"eventinstance_id\":\"4117943\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4117943\",\"title\":\"Pathways 2026: The Carlos Malamud Prize\",\"subtitle\":null,\"description\":\"<p>The <em>Pathways 2026: The Carlos Malamud Prize<\\\/em> exhibition is a collaborative partnership between the UCF Art Gallery and the <a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Rollins Museum of Art<\\\/a>, celebrating emerging professional artists across Florida. Juried by a panel of three art professionals, this year&rsquo;s exhibition features six artists with diverse practices, spanning a wide range of media, themes, and perspectives.<\\\/p>\\n<p>Works by all six finalists will be shown at both venues, creating opportunities to engage with two major academic communities. One artist will receive a $10,000 prize, a solo exhibition in 2027, and the opportunity to serve as a juror for the next edition, along with additional professional development support.<\\\/p>\\n<p>Pathways is designed to nurture emerging artists and provide a meaningful path forward, reflecting the shared missions of both institutions.<\\\/p>\\n<p><strong>Finalists:<\\\/strong> Alex Awuku, Michael Cannata, Cruz Castillo, Ebenezer Nketsiah Mensah, Luc&iacute;a Morales, Shayla Marshall<br><strong>Jurors:<\\\/strong> Marcus Antonius Jansen, Tenee&rsquo; Hart, Sheldon Scott<\\\/p>\\n<p><a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Learn more about this year&rsquo;s exhibition here.&nbsp;<\\\/a><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Wed, 08 Jul 2026 10:00:00 -0400\",\"ends\":\"Wed, 08 Jul 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"UCF Art Gallert\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4117943\\\/pathways-2026-the-carlos-malamud-prize\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1114671\",\"eventinstance_id\":\"4130196\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4130196\",\"title\":\"Identity: Reflections of Self - The Albin Polasek Museum & Sculpture Gardens\",\"subtitle\":null,\"description\":\"<p>University of Central Florida School of Visual Arts &amp; Design Juried Exhibition<\\\/p>\\n<p>Celebrating the creativity of our community&rsquo;s emerging artists, this juried exhibition features work by graduate and undergraduate students from the University of Central Florida School of Visual Arts &amp; Design.<\\\/p>\\n<p>Through a diverse range of techniques and materials including painting, drawing, sculpture, and mixed media&mdash;the selected works offer personal explorations of identity. These works reflect the memories, experiences, relationships, communities, and values that create one&rsquo;s sense of self.<\\\/p>\\n<p>The Albin Polasek Museum &amp; Sculpture Gardens is honored to partner with UCF SVAD to present this exhibition, continuing the legacy of founder Albin Polasek, whose dedication to arts education influenced generations of artists. In that spirit, the museum remains committed to supporting emerging talent by providing a platform for new voices and creative expression.<\\\/p>\",\"location\":\"633 Osceola Avenue Winter Park, FL 32789\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/Albin+Polasek+Museum+%26+Sculpture+Gardens\\\/@28.596496,-81.343461,15z\\\/data=!4m6!3m5!1s0x88e7701cef474bf9:0x558be3ed9c0f47f2!8m2!3d28.596496!4d-81.343461!16s%2Fm%2F025z2xr?entry=tts\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Wed, 08 Jul 2026 10:00:00 -0400\",\"ends\":\"Wed, 08 Jul 2026 16:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"SVAD Info\",\"contact_phone\":null,\"contact_email\":\"svad@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4130196\\\/identity-reflections-of-self-the-albin-polasek-museum-sculpture-gardens\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111691\",\"eventinstance_id\":\"4117944\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4117944\",\"title\":\"Pathways 2026: The Carlos Malamud Prize\",\"subtitle\":null,\"description\":\"<p>The <em>Pathways 2026: The Carlos Malamud Prize<\\\/em> exhibition is a collaborative partnership between the UCF Art Gallery and the <a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Rollins Museum of Art<\\\/a>, celebrating emerging professional artists across Florida. Juried by a panel of three art professionals, this year&rsquo;s exhibition features six artists with diverse practices, spanning a wide range of media, themes, and perspectives.<\\\/p>\\n<p>Works by all six finalists will be shown at both venues, creating opportunities to engage with two major academic communities. One artist will receive a $10,000 prize, a solo exhibition in 2027, and the opportunity to serve as a juror for the next edition, along with additional professional development support.<\\\/p>\\n<p>Pathways is designed to nurture emerging artists and provide a meaningful path forward, reflecting the shared missions of both institutions.<\\\/p>\\n<p><strong>Finalists:<\\\/strong> Alex Awuku, Michael Cannata, Cruz Castillo, Ebenezer Nketsiah Mensah, Luc&iacute;a Morales, Shayla Marshall<br><strong>Jurors:<\\\/strong> Marcus Antonius Jansen, Tenee&rsquo; Hart, Sheldon Scott<\\\/p>\\n<p><a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Learn more about this year&rsquo;s exhibition here.&nbsp;<\\\/a><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Thu, 09 Jul 2026 10:00:00 -0400\",\"ends\":\"Thu, 09 Jul 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"UCF Art Gallert\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4117944\\\/pathways-2026-the-carlos-malamud-prize\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1114671\",\"eventinstance_id\":\"4130197\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4130197\",\"title\":\"Identity: Reflections of Self - The Albin Polasek Museum & Sculpture Gardens\",\"subtitle\":null,\"description\":\"<p>University of Central Florida School of Visual Arts &amp; Design Juried Exhibition<\\\/p>\\n<p>Celebrating the creativity of our community&rsquo;s emerging artists, this juried exhibition features work by graduate and undergraduate students from the University of Central Florida School of Visual Arts &amp; Design.<\\\/p>\\n<p>Through a diverse range of techniques and materials including painting, drawing, sculpture, and mixed media&mdash;the selected works offer personal explorations of identity. These works reflect the memories, experiences, relationships, communities, and values that create one&rsquo;s sense of self.<\\\/p>\\n<p>The Albin Polasek Museum &amp; Sculpture Gardens is honored to partner with UCF SVAD to present this exhibition, continuing the legacy of founder Albin Polasek, whose dedication to arts education influenced generations of artists. In that spirit, the museum remains committed to supporting emerging talent by providing a platform for new voices and creative expression.<\\\/p>\",\"location\":\"633 Osceola Avenue Winter Park, FL 32789\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/Albin+Polasek+Museum+%26+Sculpture+Gardens\\\/@28.596496,-81.343461,15z\\\/data=!4m6!3m5!1s0x88e7701cef474bf9:0x558be3ed9c0f47f2!8m2!3d28.596496!4d-81.343461!16s%2Fm%2F025z2xr?entry=tts\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Thu, 09 Jul 2026 10:00:00 -0400\",\"ends\":\"Thu, 09 Jul 2026 16:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"SVAD Info\",\"contact_phone\":null,\"contact_email\":\"svad@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4130197\\\/identity-reflections-of-self-the-albin-polasek-museum-sculpture-gardens\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111691\",\"eventinstance_id\":\"4117945\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4117945\",\"title\":\"Pathways 2026: The Carlos Malamud Prize\",\"subtitle\":null,\"description\":\"<p>The <em>Pathways 2026: The Carlos Malamud Prize<\\\/em> exhibition is a collaborative partnership between the UCF Art Gallery and the <a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Rollins Museum of Art<\\\/a>, celebrating emerging professional artists across Florida. Juried by a panel of three art professionals, this year&rsquo;s exhibition features six artists with diverse practices, spanning a wide range of media, themes, and perspectives.<\\\/p>\\n<p>Works by all six finalists will be shown at both venues, creating opportunities to engage with two major academic communities. One artist will receive a $10,000 prize, a solo exhibition in 2027, and the opportunity to serve as a juror for the next edition, along with additional professional development support.<\\\/p>\\n<p>Pathways is designed to nurture emerging artists and provide a meaningful path forward, reflecting the shared missions of both institutions.<\\\/p>\\n<p><strong>Finalists:<\\\/strong> Alex Awuku, Michael Cannata, Cruz Castillo, Ebenezer Nketsiah Mensah, Luc&iacute;a Morales, Shayla Marshall<br><strong>Jurors:<\\\/strong> Marcus Antonius Jansen, Tenee&rsquo; Hart, Sheldon Scott<\\\/p>\\n<p><a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Learn more about this year&rsquo;s exhibition here.&nbsp;<\\\/a><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Fri, 10 Jul 2026 10:00:00 -0400\",\"ends\":\"Fri, 10 Jul 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"UCF Art Gallert\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4117945\\\/pathways-2026-the-carlos-malamud-prize\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1114671\",\"eventinstance_id\":\"4130198\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4130198\",\"title\":\"Identity: Reflections of Self - The Albin Polasek Museum & Sculpture Gardens\",\"subtitle\":null,\"description\":\"<p>University of Central Florida School of Visual Arts &amp; Design Juried Exhibition<\\\/p>\\n<p>Celebrating the creativity of our community&rsquo;s emerging artists, this juried exhibition features work by graduate and undergraduate students from the University of Central Florida School of Visual Arts &amp; Design.<\\\/p>\\n<p>Through a diverse range of techniques and materials including painting, drawing, sculpture, and mixed media&mdash;the selected works offer personal explorations of identity. These works reflect the memories, experiences, relationships, communities, and values that create one&rsquo;s sense of self.<\\\/p>\\n<p>The Albin Polasek Museum &amp; Sculpture Gardens is honored to partner with UCF SVAD to present this exhibition, continuing the legacy of founder Albin Polasek, whose dedication to arts education influenced generations of artists. In that spirit, the museum remains committed to supporting emerging talent by providing a platform for new voices and creative expression.<\\\/p>\",\"location\":\"633 Osceola Avenue Winter Park, FL 32789\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/Albin+Polasek+Museum+%26+Sculpture+Gardens\\\/@28.596496,-81.343461,15z\\\/data=!4m6!3m5!1s0x88e7701cef474bf9:0x558be3ed9c0f47f2!8m2!3d28.596496!4d-81.343461!16s%2Fm%2F025z2xr?entry=tts\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Fri, 10 Jul 2026 10:00:00 -0400\",\"ends\":\"Fri, 10 Jul 2026 16:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"SVAD Info\",\"contact_phone\":null,\"contact_email\":\"svad@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4130198\\\/identity-reflections-of-self-the-albin-polasek-museum-sculpture-gardens\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1114671\",\"eventinstance_id\":\"4130199\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4130199\",\"title\":\"Identity: Reflections of Self - The Albin Polasek Museum & Sculpture Gardens\",\"subtitle\":null,\"description\":\"<p>University of Central Florida School of Visual Arts &amp; Design Juried Exhibition<\\\/p>\\n<p>Celebrating the creativity of our community&rsquo;s emerging artists, this juried exhibition features work by graduate and undergraduate students from the University of Central Florida School of Visual Arts &amp; Design.<\\\/p>\\n<p>Through a diverse range of techniques and materials including painting, drawing, sculpture, and mixed media&mdash;the selected works offer personal explorations of identity. These works reflect the memories, experiences, relationships, communities, and values that create one&rsquo;s sense of self.<\\\/p>\\n<p>The Albin Polasek Museum &amp; Sculpture Gardens is honored to partner with UCF SVAD to present this exhibition, continuing the legacy of founder Albin Polasek, whose dedication to arts education influenced generations of artists. In that spirit, the museum remains committed to supporting emerging talent by providing a platform for new voices and creative expression.<\\\/p>\",\"location\":\"633 Osceola Avenue Winter Park, FL 32789\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/Albin+Polasek+Museum+%26+Sculpture+Gardens\\\/@28.596496,-81.343461,15z\\\/data=!4m6!3m5!1s0x88e7701cef474bf9:0x558be3ed9c0f47f2!8m2!3d28.596496!4d-81.343461!16s%2Fm%2F025z2xr?entry=tts\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Sat, 11 Jul 2026 10:00:00 -0400\",\"ends\":\"Sat, 11 Jul 2026 16:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"SVAD Info\",\"contact_phone\":null,\"contact_email\":\"svad@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4130199\\\/identity-reflections-of-self-the-albin-polasek-museum-sculpture-gardens\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111767\",\"eventinstance_id\":\"4118544\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4118544\",\"title\":\"CANCELED: Middle School Choral All-State Prep Camp \\u00b7 UCF Music Summer Camps & Clinics\",\"subtitle\":null,\"description\":\"<p>This five-day summer camp offered by the University of Central Florida, is hosted by past Florida, K-12 public school music educators, Dr. Kelly Miller and Dr. Jeffery Redding.<\\\/p>\\n<p>Open to incoming 6th graders through current 8th graders, the camp is designed to prepare students for the Florida Music Educators&rsquo; Association (FMEA) All-State and American Choral Director Association (ACDA) auditions and performances. The experience culminates with a public performance, including a session for parents on &ldquo;How Do I Support My Student Who Wants To Be A Music Major&rdquo;.<\\\/p>\\n<p>Sessions offered include: Sight-Reading\\\/Singing, Aural Training, Music Theory, Vocal Technique, Audition Preparation, Mock All-State Audition Sight-Reading and Written Testing Experience, Piano, Choral Conducting, S&amp;E Solo Voice Preparation, and Leadership\\\/Communication.<\\\/p>\\n<p><em>The Middle School Choral All-State Prep Camp is a day camp only. No overnight accommodations provided.<\\\/em><\\\/p>\",\"location\":\"Performing Arts Center Music\",\"location_url\":\"https:\\\/\\\/map.ucf.edu\\\/locations\\\/m119\\\/performing-arts-center-music-pac\\\/\",\"virtual_url\":null,\"registration_link\":\"https:\\\/\\\/cah.ucf.edu\\\/performingarts\\\/all-state-prep-middle-school\\\/\",\"registration_info\":\"Please see registration page for full details and fees.\",\"starts\":\"Sun, 12 Jul 2026 09:00:00 -0400\",\"ends\":\"Thu, 16 Jul 2026 16:30:00 -0400\",\"ongoing\":\"True\",\"category\":\"Workshop\\\/Conference\",\"tags\":[\"Music\",\"ucf music\",\"Summer Camp\",\"summer camps and clinics\"],\"contact_name\":\"Kelly Miller\",\"contact_phone\":null,\"contact_email\":\"Kelly.Miller@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4118544\\\/middle-school-choral-all-state-prep-camp-ucf-music-summer-camps-clinics\\\/\",\"filtered_category\":\"music\",\"filtered_categories\":[\"Music\"]},{\"event_id\":\"1114671\",\"eventinstance_id\":\"4130200\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4130200\",\"title\":\"Identity: Reflections of Self - The Albin Polasek Museum & Sculpture Gardens\",\"subtitle\":null,\"description\":\"<p>University of Central Florida School of Visual Arts &amp; Design Juried Exhibition<\\\/p>\\n<p>Celebrating the creativity of our community&rsquo;s emerging artists, this juried exhibition features work by graduate and undergraduate students from the University of Central Florida School of Visual Arts &amp; Design.<\\\/p>\\n<p>Through a diverse range of techniques and materials including painting, drawing, sculpture, and mixed media&mdash;the selected works offer personal explorations of identity. These works reflect the memories, experiences, relationships, communities, and values that create one&rsquo;s sense of self.<\\\/p>\\n<p>The Albin Polasek Museum &amp; Sculpture Gardens is honored to partner with UCF SVAD to present this exhibition, continuing the legacy of founder Albin Polasek, whose dedication to arts education influenced generations of artists. In that spirit, the museum remains committed to supporting emerging talent by providing a platform for new voices and creative expression.<\\\/p>\",\"location\":\"633 Osceola Avenue Winter Park, FL 32789\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/Albin+Polasek+Museum+%26+Sculpture+Gardens\\\/@28.596496,-81.343461,15z\\\/data=!4m6!3m5!1s0x88e7701cef474bf9:0x558be3ed9c0f47f2!8m2!3d28.596496!4d-81.343461!16s%2Fm%2F025z2xr?entry=tts\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Sun, 12 Jul 2026 13:00:00 -0400\",\"ends\":\"Sun, 12 Jul 2026 16:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"SVAD Info\",\"contact_phone\":null,\"contact_email\":\"svad@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4130200\\\/identity-reflections-of-self-the-albin-polasek-museum-sculpture-gardens\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111691\",\"eventinstance_id\":\"4117946\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4117946\",\"title\":\"Pathways 2026: The Carlos Malamud Prize\",\"subtitle\":null,\"description\":\"<p>The <em>Pathways 2026: The Carlos Malamud Prize<\\\/em> exhibition is a collaborative partnership between the UCF Art Gallery and the <a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Rollins Museum of Art<\\\/a>, celebrating emerging professional artists across Florida. Juried by a panel of three art professionals, this year&rsquo;s exhibition features six artists with diverse practices, spanning a wide range of media, themes, and perspectives.<\\\/p>\\n<p>Works by all six finalists will be shown at both venues, creating opportunities to engage with two major academic communities. One artist will receive a $10,000 prize, a solo exhibition in 2027, and the opportunity to serve as a juror for the next edition, along with additional professional development support.<\\\/p>\\n<p>Pathways is designed to nurture emerging artists and provide a meaningful path forward, reflecting the shared missions of both institutions.<\\\/p>\\n<p><strong>Finalists:<\\\/strong> Alex Awuku, Michael Cannata, Cruz Castillo, Ebenezer Nketsiah Mensah, Luc&iacute;a Morales, Shayla Marshall<br><strong>Jurors:<\\\/strong> Marcus Antonius Jansen, Tenee&rsquo; Hart, Sheldon Scott<\\\/p>\\n<p><a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Learn more about this year&rsquo;s exhibition here.&nbsp;<\\\/a><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Mon, 13 Jul 2026 10:00:00 -0400\",\"ends\":\"Mon, 13 Jul 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"UCF Art Gallert\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4117946\\\/pathways-2026-the-carlos-malamud-prize\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111691\",\"eventinstance_id\":\"4117947\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4117947\",\"title\":\"Pathways 2026: The Carlos Malamud Prize\",\"subtitle\":null,\"description\":\"<p>The <em>Pathways 2026: The Carlos Malamud Prize<\\\/em> exhibition is a collaborative partnership between the UCF Art Gallery and the <a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Rollins Museum of Art<\\\/a>, celebrating emerging professional artists across Florida. Juried by a panel of three art professionals, this year&rsquo;s exhibition features six artists with diverse practices, spanning a wide range of media, themes, and perspectives.<\\\/p>\\n<p>Works by all six finalists will be shown at both venues, creating opportunities to engage with two major academic communities. One artist will receive a $10,000 prize, a solo exhibition in 2027, and the opportunity to serve as a juror for the next edition, along with additional professional development support.<\\\/p>\\n<p>Pathways is designed to nurture emerging artists and provide a meaningful path forward, reflecting the shared missions of both institutions.<\\\/p>\\n<p><strong>Finalists:<\\\/strong> Alex Awuku, Michael Cannata, Cruz Castillo, Ebenezer Nketsiah Mensah, Luc&iacute;a Morales, Shayla Marshall<br><strong>Jurors:<\\\/strong> Marcus Antonius Jansen, Tenee&rsquo; Hart, Sheldon Scott<\\\/p>\\n<p><a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Learn more about this year&rsquo;s exhibition here.&nbsp;<\\\/a><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Tue, 14 Jul 2026 10:00:00 -0400\",\"ends\":\"Tue, 14 Jul 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"UCF Art Gallert\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4117947\\\/pathways-2026-the-carlos-malamud-prize\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1114671\",\"eventinstance_id\":\"4130201\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4130201\",\"title\":\"Identity: Reflections of Self - The Albin Polasek Museum & Sculpture Gardens\",\"subtitle\":null,\"description\":\"<p>University of Central Florida School of Visual Arts &amp; Design Juried Exhibition<\\\/p>\\n<p>Celebrating the creativity of our community&rsquo;s emerging artists, this juried exhibition features work by graduate and undergraduate students from the University of Central Florida School of Visual Arts &amp; Design.<\\\/p>\\n<p>Through a diverse range of techniques and materials including painting, drawing, sculpture, and mixed media&mdash;the selected works offer personal explorations of identity. These works reflect the memories, experiences, relationships, communities, and values that create one&rsquo;s sense of self.<\\\/p>\\n<p>The Albin Polasek Museum &amp; Sculpture Gardens is honored to partner with UCF SVAD to present this exhibition, continuing the legacy of founder Albin Polasek, whose dedication to arts education influenced generations of artists. In that spirit, the museum remains committed to supporting emerging talent by providing a platform for new voices and creative expression.<\\\/p>\",\"location\":\"633 Osceola Avenue Winter Park, FL 32789\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/Albin+Polasek+Museum+%26+Sculpture+Gardens\\\/@28.596496,-81.343461,15z\\\/data=!4m6!3m5!1s0x88e7701cef474bf9:0x558be3ed9c0f47f2!8m2!3d28.596496!4d-81.343461!16s%2Fm%2F025z2xr?entry=tts\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Tue, 14 Jul 2026 10:00:00 -0400\",\"ends\":\"Tue, 14 Jul 2026 16:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"SVAD Info\",\"contact_phone\":null,\"contact_email\":\"svad@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4130201\\\/identity-reflections-of-self-the-albin-polasek-museum-sculpture-gardens\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111691\",\"eventinstance_id\":\"4117948\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4117948\",\"title\":\"Pathways 2026: The Carlos Malamud Prize\",\"subtitle\":null,\"description\":\"<p>The <em>Pathways 2026: The Carlos Malamud Prize<\\\/em> exhibition is a collaborative partnership between the UCF Art Gallery and the <a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Rollins Museum of Art<\\\/a>, celebrating emerging professional artists across Florida. Juried by a panel of three art professionals, this year&rsquo;s exhibition features six artists with diverse practices, spanning a wide range of media, themes, and perspectives.<\\\/p>\\n<p>Works by all six finalists will be shown at both venues, creating opportunities to engage with two major academic communities. One artist will receive a $10,000 prize, a solo exhibition in 2027, and the opportunity to serve as a juror for the next edition, along with additional professional development support.<\\\/p>\\n<p>Pathways is designed to nurture emerging artists and provide a meaningful path forward, reflecting the shared missions of both institutions.<\\\/p>\\n<p><strong>Finalists:<\\\/strong> Alex Awuku, Michael Cannata, Cruz Castillo, Ebenezer Nketsiah Mensah, Luc&iacute;a Morales, Shayla Marshall<br><strong>Jurors:<\\\/strong> Marcus Antonius Jansen, Tenee&rsquo; Hart, Sheldon Scott<\\\/p>\\n<p><a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Learn more about this year&rsquo;s exhibition here.&nbsp;<\\\/a><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Wed, 15 Jul 2026 10:00:00 -0400\",\"ends\":\"Wed, 15 Jul 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"UCF Art Gallert\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4117948\\\/pathways-2026-the-carlos-malamud-prize\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1114671\",\"eventinstance_id\":\"4130202\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4130202\",\"title\":\"Identity: Reflections of Self - The Albin Polasek Museum & Sculpture Gardens\",\"subtitle\":null,\"description\":\"<p>University of Central Florida School of Visual Arts &amp; Design Juried Exhibition<\\\/p>\\n<p>Celebrating the creativity of our community&rsquo;s emerging artists, this juried exhibition features work by graduate and undergraduate students from the University of Central Florida School of Visual Arts &amp; Design.<\\\/p>\\n<p>Through a diverse range of techniques and materials including painting, drawing, sculpture, and mixed media&mdash;the selected works offer personal explorations of identity. These works reflect the memories, experiences, relationships, communities, and values that create one&rsquo;s sense of self.<\\\/p>\\n<p>The Albin Polasek Museum &amp; Sculpture Gardens is honored to partner with UCF SVAD to present this exhibition, continuing the legacy of founder Albin Polasek, whose dedication to arts education influenced generations of artists. In that spirit, the museum remains committed to supporting emerging talent by providing a platform for new voices and creative expression.<\\\/p>\",\"location\":\"633 Osceola Avenue Winter Park, FL 32789\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/Albin+Polasek+Museum+%26+Sculpture+Gardens\\\/@28.596496,-81.343461,15z\\\/data=!4m6!3m5!1s0x88e7701cef474bf9:0x558be3ed9c0f47f2!8m2!3d28.596496!4d-81.343461!16s%2Fm%2F025z2xr?entry=tts\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Wed, 15 Jul 2026 10:00:00 -0400\",\"ends\":\"Wed, 15 Jul 2026 16:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"SVAD Info\",\"contact_phone\":null,\"contact_email\":\"svad@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4130202\\\/identity-reflections-of-self-the-albin-polasek-museum-sculpture-gardens\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111691\",\"eventinstance_id\":\"4117949\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4117949\",\"title\":\"Pathways 2026: The Carlos Malamud Prize\",\"subtitle\":null,\"description\":\"<p>The <em>Pathways 2026: The Carlos Malamud Prize<\\\/em> exhibition is a collaborative partnership between the UCF Art Gallery and the <a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Rollins Museum of Art<\\\/a>, celebrating emerging professional artists across Florida. Juried by a panel of three art professionals, this year&rsquo;s exhibition features six artists with diverse practices, spanning a wide range of media, themes, and perspectives.<\\\/p>\\n<p>Works by all six finalists will be shown at both venues, creating opportunities to engage with two major academic communities. One artist will receive a $10,000 prize, a solo exhibition in 2027, and the opportunity to serve as a juror for the next edition, along with additional professional development support.<\\\/p>\\n<p>Pathways is designed to nurture emerging artists and provide a meaningful path forward, reflecting the shared missions of both institutions.<\\\/p>\\n<p><strong>Finalists:<\\\/strong> Alex Awuku, Michael Cannata, Cruz Castillo, Ebenezer Nketsiah Mensah, Luc&iacute;a Morales, Shayla Marshall<br><strong>Jurors:<\\\/strong> Marcus Antonius Jansen, Tenee&rsquo; Hart, Sheldon Scott<\\\/p>\\n<p><a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Learn more about this year&rsquo;s exhibition here.&nbsp;<\\\/a><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Thu, 16 Jul 2026 10:00:00 -0400\",\"ends\":\"Thu, 16 Jul 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"UCF Art Gallert\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4117949\\\/pathways-2026-the-carlos-malamud-prize\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1114671\",\"eventinstance_id\":\"4130203\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4130203\",\"title\":\"Identity: Reflections of Self - The Albin Polasek Museum & Sculpture Gardens\",\"subtitle\":null,\"description\":\"<p>University of Central Florida School of Visual Arts &amp; Design Juried Exhibition<\\\/p>\\n<p>Celebrating the creativity of our community&rsquo;s emerging artists, this juried exhibition features work by graduate and undergraduate students from the University of Central Florida School of Visual Arts &amp; Design.<\\\/p>\\n<p>Through a diverse range of techniques and materials including painting, drawing, sculpture, and mixed media&mdash;the selected works offer personal explorations of identity. These works reflect the memories, experiences, relationships, communities, and values that create one&rsquo;s sense of self.<\\\/p>\\n<p>The Albin Polasek Museum &amp; Sculpture Gardens is honored to partner with UCF SVAD to present this exhibition, continuing the legacy of founder Albin Polasek, whose dedication to arts education influenced generations of artists. In that spirit, the museum remains committed to supporting emerging talent by providing a platform for new voices and creative expression.<\\\/p>\",\"location\":\"633 Osceola Avenue Winter Park, FL 32789\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/Albin+Polasek+Museum+%26+Sculpture+Gardens\\\/@28.596496,-81.343461,15z\\\/data=!4m6!3m5!1s0x88e7701cef474bf9:0x558be3ed9c0f47f2!8m2!3d28.596496!4d-81.343461!16s%2Fm%2F025z2xr?entry=tts\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Thu, 16 Jul 2026 10:00:00 -0400\",\"ends\":\"Thu, 16 Jul 2026 16:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"SVAD Info\",\"contact_phone\":null,\"contact_email\":\"svad@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4130203\\\/identity-reflections-of-self-the-albin-polasek-museum-sculpture-gardens\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111691\",\"eventinstance_id\":\"4117950\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4117950\",\"title\":\"Pathways 2026: The Carlos Malamud Prize\",\"subtitle\":null,\"description\":\"<p>The <em>Pathways 2026: The Carlos Malamud Prize<\\\/em> exhibition is a collaborative partnership between the UCF Art Gallery and the <a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Rollins Museum of Art<\\\/a>, celebrating emerging professional artists across Florida. Juried by a panel of three art professionals, this year&rsquo;s exhibition features six artists with diverse practices, spanning a wide range of media, themes, and perspectives.<\\\/p>\\n<p>Works by all six finalists will be shown at both venues, creating opportunities to engage with two major academic communities. One artist will receive a $10,000 prize, a solo exhibition in 2027, and the opportunity to serve as a juror for the next edition, along with additional professional development support.<\\\/p>\\n<p>Pathways is designed to nurture emerging artists and provide a meaningful path forward, reflecting the shared missions of both institutions.<\\\/p>\\n<p><strong>Finalists:<\\\/strong> Alex Awuku, Michael Cannata, Cruz Castillo, Ebenezer Nketsiah Mensah, Luc&iacute;a Morales, Shayla Marshall<br><strong>Jurors:<\\\/strong> Marcus Antonius Jansen, Tenee&rsquo; Hart, Sheldon Scott<\\\/p>\\n<p><a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Learn more about this year&rsquo;s exhibition here.&nbsp;<\\\/a><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Fri, 17 Jul 2026 10:00:00 -0400\",\"ends\":\"Fri, 17 Jul 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"UCF Art Gallert\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4117950\\\/pathways-2026-the-carlos-malamud-prize\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1114671\",\"eventinstance_id\":\"4130204\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4130204\",\"title\":\"Identity: Reflections of Self - The Albin Polasek Museum & Sculpture Gardens\",\"subtitle\":null,\"description\":\"<p>University of Central Florida School of Visual Arts &amp; Design Juried Exhibition<\\\/p>\\n<p>Celebrating the creativity of our community&rsquo;s emerging artists, this juried exhibition features work by graduate and undergraduate students from the University of Central Florida School of Visual Arts &amp; Design.<\\\/p>\\n<p>Through a diverse range of techniques and materials including painting, drawing, sculpture, and mixed media&mdash;the selected works offer personal explorations of identity. These works reflect the memories, experiences, relationships, communities, and values that create one&rsquo;s sense of self.<\\\/p>\\n<p>The Albin Polasek Museum &amp; Sculpture Gardens is honored to partner with UCF SVAD to present this exhibition, continuing the legacy of founder Albin Polasek, whose dedication to arts education influenced generations of artists. In that spirit, the museum remains committed to supporting emerging talent by providing a platform for new voices and creative expression.<\\\/p>\",\"location\":\"633 Osceola Avenue Winter Park, FL 32789\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/Albin+Polasek+Museum+%26+Sculpture+Gardens\\\/@28.596496,-81.343461,15z\\\/data=!4m6!3m5!1s0x88e7701cef474bf9:0x558be3ed9c0f47f2!8m2!3d28.596496!4d-81.343461!16s%2Fm%2F025z2xr?entry=tts\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Fri, 17 Jul 2026 10:00:00 -0400\",\"ends\":\"Fri, 17 Jul 2026 16:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"SVAD Info\",\"contact_phone\":null,\"contact_email\":\"svad@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4130204\\\/identity-reflections-of-self-the-albin-polasek-museum-sculpture-gardens\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1114671\",\"eventinstance_id\":\"4130205\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4130205\",\"title\":\"Identity: Reflections of Self - The Albin Polasek Museum & Sculpture Gardens\",\"subtitle\":null,\"description\":\"<p>University of Central Florida School of Visual Arts &amp; Design Juried Exhibition<\\\/p>\\n<p>Celebrating the creativity of our community&rsquo;s emerging artists, this juried exhibition features work by graduate and undergraduate students from the University of Central Florida School of Visual Arts &amp; Design.<\\\/p>\\n<p>Through a diverse range of techniques and materials including painting, drawing, sculpture, and mixed media&mdash;the selected works offer personal explorations of identity. These works reflect the memories, experiences, relationships, communities, and values that create one&rsquo;s sense of self.<\\\/p>\\n<p>The Albin Polasek Museum &amp; Sculpture Gardens is honored to partner with UCF SVAD to present this exhibition, continuing the legacy of founder Albin Polasek, whose dedication to arts education influenced generations of artists. In that spirit, the museum remains committed to supporting emerging talent by providing a platform for new voices and creative expression.<\\\/p>\",\"location\":\"633 Osceola Avenue Winter Park, FL 32789\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/Albin+Polasek+Museum+%26+Sculpture+Gardens\\\/@28.596496,-81.343461,15z\\\/data=!4m6!3m5!1s0x88e7701cef474bf9:0x558be3ed9c0f47f2!8m2!3d28.596496!4d-81.343461!16s%2Fm%2F025z2xr?entry=tts\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Sat, 18 Jul 2026 10:00:00 -0400\",\"ends\":\"Sat, 18 Jul 2026 16:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"SVAD Info\",\"contact_phone\":null,\"contact_email\":\"svad@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4130205\\\/identity-reflections-of-self-the-albin-polasek-museum-sculpture-gardens\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111769\",\"eventinstance_id\":\"4118546\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4118546\",\"title\":\"CANCELED: High School Choral All-State Prep Camp \\u00b7 UCF Music Summer Camps & Clinics\",\"subtitle\":null,\"description\":\"<p>This five-day summer camp offered by the University of Central Florida is hosted by past Florida, K-12 public school music educators, Dr. Kelly Miller and Dr. Jeffery Redding.<\\\/p>\\n<p>Open to incoming 9th graders through current 12th graders, the camp is designed to prepare students for the Florida Music Educators&rsquo; Association (FMEA) All-State and American Choral Director Association (ACDA) auditions and performances. The experience culminates with a public performance, including a session for parents on &ldquo;How Do I Support My Student Who Wants To Be A Music Major.&rdquo;<\\\/p>\\n<p>Sessions offered include: Sight-Reading\\\/Singing, Aural Training, Music Theory, Vocal Technique, Audition Preparation, Mock All-State Audition Sight-Reading and Written Testing Experience, Piano, Choral Conducting, S&amp;E Solo Voice Preparation, and Leadership\\\/Communication.<\\\/p>\\n<p><em>The High School Choral All-State Prep Camp is a day camp only. No overnight accommodation is provided.<\\\/em><\\\/p>\",\"location\":\"Performing Arts Center Music\",\"location_url\":\"https:\\\/\\\/map.ucf.edu\\\/locations\\\/m119\\\/performing-arts-center-music-pac\\\/\",\"virtual_url\":null,\"registration_link\":\"https:\\\/\\\/cah.ucf.edu\\\/performingarts\\\/all-state-prep-high-school\\\/\",\"registration_info\":\"Please see registration page for full details and fees.\",\"starts\":\"Sun, 19 Jul 2026 09:00:00 -0400\",\"ends\":\"Sun, 19 Jul 2026 16:30:00 -0400\",\"ongoing\":\"False\",\"category\":\"Workshop\\\/Conference\",\"tags\":[\"Music\",\"ucf music\",\"Summer Camp\",\"summer camps and clinics\"],\"contact_name\":\"Kelly Miller\",\"contact_phone\":null,\"contact_email\":\"Kelly.Miller@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4118546\\\/high-school-choral-all-state-prep-camp-ucf-music-summer-camps-clinics\\\/\",\"filtered_category\":\"music\",\"filtered_categories\":[\"Music\"]},{\"event_id\":\"1114671\",\"eventinstance_id\":\"4130206\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4130206\",\"title\":\"Identity: Reflections of Self - The Albin Polasek Museum & Sculpture Gardens\",\"subtitle\":null,\"description\":\"<p>University of Central Florida School of Visual Arts &amp; Design Juried Exhibition<\\\/p>\\n<p>Celebrating the creativity of our community&rsquo;s emerging artists, this juried exhibition features work by graduate and undergraduate students from the University of Central Florida School of Visual Arts &amp; Design.<\\\/p>\\n<p>Through a diverse range of techniques and materials including painting, drawing, sculpture, and mixed media&mdash;the selected works offer personal explorations of identity. These works reflect the memories, experiences, relationships, communities, and values that create one&rsquo;s sense of self.<\\\/p>\\n<p>The Albin Polasek Museum &amp; Sculpture Gardens is honored to partner with UCF SVAD to present this exhibition, continuing the legacy of founder Albin Polasek, whose dedication to arts education influenced generations of artists. In that spirit, the museum remains committed to supporting emerging talent by providing a platform for new voices and creative expression.<\\\/p>\",\"location\":\"633 Osceola Avenue Winter Park, FL 32789\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/Albin+Polasek+Museum+%26+Sculpture+Gardens\\\/@28.596496,-81.343461,15z\\\/data=!4m6!3m5!1s0x88e7701cef474bf9:0x558be3ed9c0f47f2!8m2!3d28.596496!4d-81.343461!16s%2Fm%2F025z2xr?entry=tts\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Sun, 19 Jul 2026 13:00:00 -0400\",\"ends\":\"Sun, 19 Jul 2026 16:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"SVAD Info\",\"contact_phone\":null,\"contact_email\":\"svad@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4130206\\\/identity-reflections-of-self-the-albin-polasek-museum-sculpture-gardens\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111691\",\"eventinstance_id\":\"4117951\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4117951\",\"title\":\"Pathways 2026: The Carlos Malamud Prize\",\"subtitle\":null,\"description\":\"<p>The <em>Pathways 2026: The Carlos Malamud Prize<\\\/em> exhibition is a collaborative partnership between the UCF Art Gallery and the <a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Rollins Museum of Art<\\\/a>, celebrating emerging professional artists across Florida. Juried by a panel of three art professionals, this year&rsquo;s exhibition features six artists with diverse practices, spanning a wide range of media, themes, and perspectives.<\\\/p>\\n<p>Works by all six finalists will be shown at both venues, creating opportunities to engage with two major academic communities. One artist will receive a $10,000 prize, a solo exhibition in 2027, and the opportunity to serve as a juror for the next edition, along with additional professional development support.<\\\/p>\\n<p>Pathways is designed to nurture emerging artists and provide a meaningful path forward, reflecting the shared missions of both institutions.<\\\/p>\\n<p><strong>Finalists:<\\\/strong> Alex Awuku, Michael Cannata, Cruz Castillo, Ebenezer Nketsiah Mensah, Luc&iacute;a Morales, Shayla Marshall<br><strong>Jurors:<\\\/strong> Marcus Antonius Jansen, Tenee&rsquo; Hart, Sheldon Scott<\\\/p>\\n<p><a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Learn more about this year&rsquo;s exhibition here.&nbsp;<\\\/a><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Mon, 20 Jul 2026 10:00:00 -0400\",\"ends\":\"Mon, 20 Jul 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"UCF Art Gallert\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4117951\\\/pathways-2026-the-carlos-malamud-prize\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111691\",\"eventinstance_id\":\"4117952\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4117952\",\"title\":\"Pathways 2026: The Carlos Malamud Prize\",\"subtitle\":null,\"description\":\"<p>The <em>Pathways 2026: The Carlos Malamud Prize<\\\/em> exhibition is a collaborative partnership between the UCF Art Gallery and the <a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Rollins Museum of Art<\\\/a>, celebrating emerging professional artists across Florida. Juried by a panel of three art professionals, this year&rsquo;s exhibition features six artists with diverse practices, spanning a wide range of media, themes, and perspectives.<\\\/p>\\n<p>Works by all six finalists will be shown at both venues, creating opportunities to engage with two major academic communities. One artist will receive a $10,000 prize, a solo exhibition in 2027, and the opportunity to serve as a juror for the next edition, along with additional professional development support.<\\\/p>\\n<p>Pathways is designed to nurture emerging artists and provide a meaningful path forward, reflecting the shared missions of both institutions.<\\\/p>\\n<p><strong>Finalists:<\\\/strong> Alex Awuku, Michael Cannata, Cruz Castillo, Ebenezer Nketsiah Mensah, Luc&iacute;a Morales, Shayla Marshall<br><strong>Jurors:<\\\/strong> Marcus Antonius Jansen, Tenee&rsquo; Hart, Sheldon Scott<\\\/p>\\n<p><a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Learn more about this year&rsquo;s exhibition here.&nbsp;<\\\/a><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Tue, 21 Jul 2026 10:00:00 -0400\",\"ends\":\"Tue, 21 Jul 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"UCF Art Gallert\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4117952\\\/pathways-2026-the-carlos-malamud-prize\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1114671\",\"eventinstance_id\":\"4130207\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4130207\",\"title\":\"Identity: Reflections of Self - The Albin Polasek Museum & Sculpture Gardens\",\"subtitle\":null,\"description\":\"<p>University of Central Florida School of Visual Arts &amp; Design Juried Exhibition<\\\/p>\\n<p>Celebrating the creativity of our community&rsquo;s emerging artists, this juried exhibition features work by graduate and undergraduate students from the University of Central Florida School of Visual Arts &amp; Design.<\\\/p>\\n<p>Through a diverse range of techniques and materials including painting, drawing, sculpture, and mixed media&mdash;the selected works offer personal explorations of identity. These works reflect the memories, experiences, relationships, communities, and values that create one&rsquo;s sense of self.<\\\/p>\\n<p>The Albin Polasek Museum &amp; Sculpture Gardens is honored to partner with UCF SVAD to present this exhibition, continuing the legacy of founder Albin Polasek, whose dedication to arts education influenced generations of artists. In that spirit, the museum remains committed to supporting emerging talent by providing a platform for new voices and creative expression.<\\\/p>\",\"location\":\"633 Osceola Avenue Winter Park, FL 32789\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/Albin+Polasek+Museum+%26+Sculpture+Gardens\\\/@28.596496,-81.343461,15z\\\/data=!4m6!3m5!1s0x88e7701cef474bf9:0x558be3ed9c0f47f2!8m2!3d28.596496!4d-81.343461!16s%2Fm%2F025z2xr?entry=tts\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Tue, 21 Jul 2026 10:00:00 -0400\",\"ends\":\"Tue, 21 Jul 2026 16:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"SVAD Info\",\"contact_phone\":null,\"contact_email\":\"svad@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4130207\\\/identity-reflections-of-self-the-albin-polasek-museum-sculpture-gardens\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111691\",\"eventinstance_id\":\"4117953\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4117953\",\"title\":\"Pathways 2026: The Carlos Malamud Prize\",\"subtitle\":null,\"description\":\"<p>The <em>Pathways 2026: The Carlos Malamud Prize<\\\/em> exhibition is a collaborative partnership between the UCF Art Gallery and the <a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Rollins Museum of Art<\\\/a>, celebrating emerging professional artists across Florida. Juried by a panel of three art professionals, this year&rsquo;s exhibition features six artists with diverse practices, spanning a wide range of media, themes, and perspectives.<\\\/p>\\n<p>Works by all six finalists will be shown at both venues, creating opportunities to engage with two major academic communities. One artist will receive a $10,000 prize, a solo exhibition in 2027, and the opportunity to serve as a juror for the next edition, along with additional professional development support.<\\\/p>\\n<p>Pathways is designed to nurture emerging artists and provide a meaningful path forward, reflecting the shared missions of both institutions.<\\\/p>\\n<p><strong>Finalists:<\\\/strong> Alex Awuku, Michael Cannata, Cruz Castillo, Ebenezer Nketsiah Mensah, Luc&iacute;a Morales, Shayla Marshall<br><strong>Jurors:<\\\/strong> Marcus Antonius Jansen, Tenee&rsquo; Hart, Sheldon Scott<\\\/p>\\n<p><a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Learn more about this year&rsquo;s exhibition here.&nbsp;<\\\/a><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Wed, 22 Jul 2026 10:00:00 -0400\",\"ends\":\"Wed, 22 Jul 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"UCF Art Gallert\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4117953\\\/pathways-2026-the-carlos-malamud-prize\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1114671\",\"eventinstance_id\":\"4130208\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4130208\",\"title\":\"Identity: Reflections of Self - The Albin Polasek Museum & Sculpture Gardens\",\"subtitle\":null,\"description\":\"<p>University of Central Florida School of Visual Arts &amp; Design Juried Exhibition<\\\/p>\\n<p>Celebrating the creativity of our community&rsquo;s emerging artists, this juried exhibition features work by graduate and undergraduate students from the University of Central Florida School of Visual Arts &amp; Design.<\\\/p>\\n<p>Through a diverse range of techniques and materials including painting, drawing, sculpture, and mixed media&mdash;the selected works offer personal explorations of identity. These works reflect the memories, experiences, relationships, communities, and values that create one&rsquo;s sense of self.<\\\/p>\\n<p>The Albin Polasek Museum &amp; Sculpture Gardens is honored to partner with UCF SVAD to present this exhibition, continuing the legacy of founder Albin Polasek, whose dedication to arts education influenced generations of artists. In that spirit, the museum remains committed to supporting emerging talent by providing a platform for new voices and creative expression.<\\\/p>\",\"location\":\"633 Osceola Avenue Winter Park, FL 32789\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/Albin+Polasek+Museum+%26+Sculpture+Gardens\\\/@28.596496,-81.343461,15z\\\/data=!4m6!3m5!1s0x88e7701cef474bf9:0x558be3ed9c0f47f2!8m2!3d28.596496!4d-81.343461!16s%2Fm%2F025z2xr?entry=tts\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Wed, 22 Jul 2026 10:00:00 -0400\",\"ends\":\"Wed, 22 Jul 2026 16:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"SVAD Info\",\"contact_phone\":null,\"contact_email\":\"svad@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4130208\\\/identity-reflections-of-self-the-albin-polasek-museum-sculpture-gardens\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111691\",\"eventinstance_id\":\"4117954\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4117954\",\"title\":\"Pathways 2026: The Carlos Malamud Prize\",\"subtitle\":null,\"description\":\"<p>The <em>Pathways 2026: The Carlos Malamud Prize<\\\/em> exhibition is a collaborative partnership between the UCF Art Gallery and the <a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Rollins Museum of Art<\\\/a>, celebrating emerging professional artists across Florida. Juried by a panel of three art professionals, this year&rsquo;s exhibition features six artists with diverse practices, spanning a wide range of media, themes, and perspectives.<\\\/p>\\n<p>Works by all six finalists will be shown at both venues, creating opportunities to engage with two major academic communities. One artist will receive a $10,000 prize, a solo exhibition in 2027, and the opportunity to serve as a juror for the next edition, along with additional professional development support.<\\\/p>\\n<p>Pathways is designed to nurture emerging artists and provide a meaningful path forward, reflecting the shared missions of both institutions.<\\\/p>\\n<p><strong>Finalists:<\\\/strong> Alex Awuku, Michael Cannata, Cruz Castillo, Ebenezer Nketsiah Mensah, Luc&iacute;a Morales, Shayla Marshall<br><strong>Jurors:<\\\/strong> Marcus Antonius Jansen, Tenee&rsquo; Hart, Sheldon Scott<\\\/p>\\n<p><a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Learn more about this year&rsquo;s exhibition here.&nbsp;<\\\/a><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Thu, 23 Jul 2026 10:00:00 -0400\",\"ends\":\"Thu, 23 Jul 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"UCF Art Gallert\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4117954\\\/pathways-2026-the-carlos-malamud-prize\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1114671\",\"eventinstance_id\":\"4130209\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4130209\",\"title\":\"Identity: Reflections of Self - The Albin Polasek Museum & Sculpture Gardens\",\"subtitle\":null,\"description\":\"<p>University of Central Florida School of Visual Arts &amp; Design Juried Exhibition<\\\/p>\\n<p>Celebrating the creativity of our community&rsquo;s emerging artists, this juried exhibition features work by graduate and undergraduate students from the University of Central Florida School of Visual Arts &amp; Design.<\\\/p>\\n<p>Through a diverse range of techniques and materials including painting, drawing, sculpture, and mixed media&mdash;the selected works offer personal explorations of identity. These works reflect the memories, experiences, relationships, communities, and values that create one&rsquo;s sense of self.<\\\/p>\\n<p>The Albin Polasek Museum &amp; Sculpture Gardens is honored to partner with UCF SVAD to present this exhibition, continuing the legacy of founder Albin Polasek, whose dedication to arts education influenced generations of artists. In that spirit, the museum remains committed to supporting emerging talent by providing a platform for new voices and creative expression.<\\\/p>\",\"location\":\"633 Osceola Avenue Winter Park, FL 32789\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/Albin+Polasek+Museum+%26+Sculpture+Gardens\\\/@28.596496,-81.343461,15z\\\/data=!4m6!3m5!1s0x88e7701cef474bf9:0x558be3ed9c0f47f2!8m2!3d28.596496!4d-81.343461!16s%2Fm%2F025z2xr?entry=tts\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Thu, 23 Jul 2026 10:00:00 -0400\",\"ends\":\"Thu, 23 Jul 2026 16:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"SVAD Info\",\"contact_phone\":null,\"contact_email\":\"svad@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4130209\\\/identity-reflections-of-self-the-albin-polasek-museum-sculpture-gardens\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111691\",\"eventinstance_id\":\"4117955\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4117955\",\"title\":\"Pathways 2026: The Carlos Malamud Prize\",\"subtitle\":null,\"description\":\"<p>The <em>Pathways 2026: The Carlos Malamud Prize<\\\/em> exhibition is a collaborative partnership between the UCF Art Gallery and the <a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Rollins Museum of Art<\\\/a>, celebrating emerging professional artists across Florida. Juried by a panel of three art professionals, this year&rsquo;s exhibition features six artists with diverse practices, spanning a wide range of media, themes, and perspectives.<\\\/p>\\n<p>Works by all six finalists will be shown at both venues, creating opportunities to engage with two major academic communities. One artist will receive a $10,000 prize, a solo exhibition in 2027, and the opportunity to serve as a juror for the next edition, along with additional professional development support.<\\\/p>\\n<p>Pathways is designed to nurture emerging artists and provide a meaningful path forward, reflecting the shared missions of both institutions.<\\\/p>\\n<p><strong>Finalists:<\\\/strong> Alex Awuku, Michael Cannata, Cruz Castillo, Ebenezer Nketsiah Mensah, Luc&iacute;a Morales, Shayla Marshall<br><strong>Jurors:<\\\/strong> Marcus Antonius Jansen, Tenee&rsquo; Hart, Sheldon Scott<\\\/p>\\n<p><a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Learn more about this year&rsquo;s exhibition here.&nbsp;<\\\/a><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Fri, 24 Jul 2026 10:00:00 -0400\",\"ends\":\"Fri, 24 Jul 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"UCF Art Gallert\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4117955\\\/pathways-2026-the-carlos-malamud-prize\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1114671\",\"eventinstance_id\":\"4130210\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4130210\",\"title\":\"Identity: Reflections of Self - The Albin Polasek Museum & Sculpture Gardens\",\"subtitle\":null,\"description\":\"<p>University of Central Florida School of Visual Arts &amp; Design Juried Exhibition<\\\/p>\\n<p>Celebrating the creativity of our community&rsquo;s emerging artists, this juried exhibition features work by graduate and undergraduate students from the University of Central Florida School of Visual Arts &amp; Design.<\\\/p>\\n<p>Through a diverse range of techniques and materials including painting, drawing, sculpture, and mixed media&mdash;the selected works offer personal explorations of identity. These works reflect the memories, experiences, relationships, communities, and values that create one&rsquo;s sense of self.<\\\/p>\\n<p>The Albin Polasek Museum &amp; Sculpture Gardens is honored to partner with UCF SVAD to present this exhibition, continuing the legacy of founder Albin Polasek, whose dedication to arts education influenced generations of artists. In that spirit, the museum remains committed to supporting emerging talent by providing a platform for new voices and creative expression.<\\\/p>\",\"location\":\"633 Osceola Avenue Winter Park, FL 32789\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/Albin+Polasek+Museum+%26+Sculpture+Gardens\\\/@28.596496,-81.343461,15z\\\/data=!4m6!3m5!1s0x88e7701cef474bf9:0x558be3ed9c0f47f2!8m2!3d28.596496!4d-81.343461!16s%2Fm%2F025z2xr?entry=tts\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Fri, 24 Jul 2026 10:00:00 -0400\",\"ends\":\"Fri, 24 Jul 2026 16:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"SVAD Info\",\"contact_phone\":null,\"contact_email\":\"svad@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4130210\\\/identity-reflections-of-self-the-albin-polasek-museum-sculpture-gardens\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1114671\",\"eventinstance_id\":\"4130211\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4130211\",\"title\":\"Identity: Reflections of Self - The Albin Polasek Museum & Sculpture Gardens\",\"subtitle\":null,\"description\":\"<p>University of Central Florida School of Visual Arts &amp; Design Juried Exhibition<\\\/p>\\n<p>Celebrating the creativity of our community&rsquo;s emerging artists, this juried exhibition features work by graduate and undergraduate students from the University of Central Florida School of Visual Arts &amp; Design.<\\\/p>\\n<p>Through a diverse range of techniques and materials including painting, drawing, sculpture, and mixed media&mdash;the selected works offer personal explorations of identity. These works reflect the memories, experiences, relationships, communities, and values that create one&rsquo;s sense of self.<\\\/p>\\n<p>The Albin Polasek Museum &amp; Sculpture Gardens is honored to partner with UCF SVAD to present this exhibition, continuing the legacy of founder Albin Polasek, whose dedication to arts education influenced generations of artists. In that spirit, the museum remains committed to supporting emerging talent by providing a platform for new voices and creative expression.<\\\/p>\",\"location\":\"633 Osceola Avenue Winter Park, FL 32789\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/Albin+Polasek+Museum+%26+Sculpture+Gardens\\\/@28.596496,-81.343461,15z\\\/data=!4m6!3m5!1s0x88e7701cef474bf9:0x558be3ed9c0f47f2!8m2!3d28.596496!4d-81.343461!16s%2Fm%2F025z2xr?entry=tts\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Sat, 25 Jul 2026 10:00:00 -0400\",\"ends\":\"Sat, 25 Jul 2026 16:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"SVAD Info\",\"contact_phone\":null,\"contact_email\":\"svad@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4130211\\\/identity-reflections-of-self-the-albin-polasek-museum-sculpture-gardens\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1114671\",\"eventinstance_id\":\"4130212\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4130212\",\"title\":\"Identity: Reflections of Self - The Albin Polasek Museum & Sculpture Gardens\",\"subtitle\":null,\"description\":\"<p>University of Central Florida School of Visual Arts &amp; Design Juried Exhibition<\\\/p>\\n<p>Celebrating the creativity of our community&rsquo;s emerging artists, this juried exhibition features work by graduate and undergraduate students from the University of Central Florida School of Visual Arts &amp; Design.<\\\/p>\\n<p>Through a diverse range of techniques and materials including painting, drawing, sculpture, and mixed media&mdash;the selected works offer personal explorations of identity. These works reflect the memories, experiences, relationships, communities, and values that create one&rsquo;s sense of self.<\\\/p>\\n<p>The Albin Polasek Museum &amp; Sculpture Gardens is honored to partner with UCF SVAD to present this exhibition, continuing the legacy of founder Albin Polasek, whose dedication to arts education influenced generations of artists. In that spirit, the museum remains committed to supporting emerging talent by providing a platform for new voices and creative expression.<\\\/p>\",\"location\":\"633 Osceola Avenue Winter Park, FL 32789\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/Albin+Polasek+Museum+%26+Sculpture+Gardens\\\/@28.596496,-81.343461,15z\\\/data=!4m6!3m5!1s0x88e7701cef474bf9:0x558be3ed9c0f47f2!8m2!3d28.596496!4d-81.343461!16s%2Fm%2F025z2xr?entry=tts\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Sun, 26 Jul 2026 13:00:00 -0400\",\"ends\":\"Sun, 26 Jul 2026 16:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"SVAD Info\",\"contact_phone\":null,\"contact_email\":\"svad@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4130212\\\/identity-reflections-of-self-the-albin-polasek-museum-sculpture-gardens\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111691\",\"eventinstance_id\":\"4117956\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4117956\",\"title\":\"Pathways 2026: The Carlos Malamud Prize\",\"subtitle\":null,\"description\":\"<p>The <em>Pathways 2026: The Carlos Malamud Prize<\\\/em> exhibition is a collaborative partnership between the UCF Art Gallery and the <a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Rollins Museum of Art<\\\/a>, celebrating emerging professional artists across Florida. Juried by a panel of three art professionals, this year&rsquo;s exhibition features six artists with diverse practices, spanning a wide range of media, themes, and perspectives.<\\\/p>\\n<p>Works by all six finalists will be shown at both venues, creating opportunities to engage with two major academic communities. One artist will receive a $10,000 prize, a solo exhibition in 2027, and the opportunity to serve as a juror for the next edition, along with additional professional development support.<\\\/p>\\n<p>Pathways is designed to nurture emerging artists and provide a meaningful path forward, reflecting the shared missions of both institutions.<\\\/p>\\n<p><strong>Finalists:<\\\/strong> Alex Awuku, Michael Cannata, Cruz Castillo, Ebenezer Nketsiah Mensah, Luc&iacute;a Morales, Shayla Marshall<br><strong>Jurors:<\\\/strong> Marcus Antonius Jansen, Tenee&rsquo; Hart, Sheldon Scott<\\\/p>\\n<p><a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Learn more about this year&rsquo;s exhibition here.&nbsp;<\\\/a><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Mon, 27 Jul 2026 10:00:00 -0400\",\"ends\":\"Mon, 27 Jul 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"UCF Art Gallert\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4117956\\\/pathways-2026-the-carlos-malamud-prize\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111691\",\"eventinstance_id\":\"4117957\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4117957\",\"title\":\"Pathways 2026: The Carlos Malamud Prize\",\"subtitle\":null,\"description\":\"<p>The <em>Pathways 2026: The Carlos Malamud Prize<\\\/em> exhibition is a collaborative partnership between the UCF Art Gallery and the <a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Rollins Museum of Art<\\\/a>, celebrating emerging professional artists across Florida. Juried by a panel of three art professionals, this year&rsquo;s exhibition features six artists with diverse practices, spanning a wide range of media, themes, and perspectives.<\\\/p>\\n<p>Works by all six finalists will be shown at both venues, creating opportunities to engage with two major academic communities. One artist will receive a $10,000 prize, a solo exhibition in 2027, and the opportunity to serve as a juror for the next edition, along with additional professional development support.<\\\/p>\\n<p>Pathways is designed to nurture emerging artists and provide a meaningful path forward, reflecting the shared missions of both institutions.<\\\/p>\\n<p><strong>Finalists:<\\\/strong> Alex Awuku, Michael Cannata, Cruz Castillo, Ebenezer Nketsiah Mensah, Luc&iacute;a Morales, Shayla Marshall<br><strong>Jurors:<\\\/strong> Marcus Antonius Jansen, Tenee&rsquo; Hart, Sheldon Scott<\\\/p>\\n<p><a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Learn more about this year&rsquo;s exhibition here.&nbsp;<\\\/a><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Tue, 28 Jul 2026 10:00:00 -0400\",\"ends\":\"Tue, 28 Jul 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"UCF Art Gallert\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4117957\\\/pathways-2026-the-carlos-malamud-prize\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1114671\",\"eventinstance_id\":\"4130213\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4130213\",\"title\":\"Identity: Reflections of Self - The Albin Polasek Museum & Sculpture Gardens\",\"subtitle\":null,\"description\":\"<p>University of Central Florida School of Visual Arts &amp; Design Juried Exhibition<\\\/p>\\n<p>Celebrating the creativity of our community&rsquo;s emerging artists, this juried exhibition features work by graduate and undergraduate students from the University of Central Florida School of Visual Arts &amp; Design.<\\\/p>\\n<p>Through a diverse range of techniques and materials including painting, drawing, sculpture, and mixed media&mdash;the selected works offer personal explorations of identity. These works reflect the memories, experiences, relationships, communities, and values that create one&rsquo;s sense of self.<\\\/p>\\n<p>The Albin Polasek Museum &amp; Sculpture Gardens is honored to partner with UCF SVAD to present this exhibition, continuing the legacy of founder Albin Polasek, whose dedication to arts education influenced generations of artists. In that spirit, the museum remains committed to supporting emerging talent by providing a platform for new voices and creative expression.<\\\/p>\",\"location\":\"633 Osceola Avenue Winter Park, FL 32789\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/Albin+Polasek+Museum+%26+Sculpture+Gardens\\\/@28.596496,-81.343461,15z\\\/data=!4m6!3m5!1s0x88e7701cef474bf9:0x558be3ed9c0f47f2!8m2!3d28.596496!4d-81.343461!16s%2Fm%2F025z2xr?entry=tts\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Tue, 28 Jul 2026 10:00:00 -0400\",\"ends\":\"Tue, 28 Jul 2026 16:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"SVAD Info\",\"contact_phone\":null,\"contact_email\":\"svad@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4130213\\\/identity-reflections-of-self-the-albin-polasek-museum-sculpture-gardens\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111691\",\"eventinstance_id\":\"4117958\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4117958\",\"title\":\"Pathways 2026: The Carlos Malamud Prize\",\"subtitle\":null,\"description\":\"<p>The <em>Pathways 2026: The Carlos Malamud Prize<\\\/em> exhibition is a collaborative partnership between the UCF Art Gallery and the <a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Rollins Museum of Art<\\\/a>, celebrating emerging professional artists across Florida. Juried by a panel of three art professionals, this year&rsquo;s exhibition features six artists with diverse practices, spanning a wide range of media, themes, and perspectives.<\\\/p>\\n<p>Works by all six finalists will be shown at both venues, creating opportunities to engage with two major academic communities. One artist will receive a $10,000 prize, a solo exhibition in 2027, and the opportunity to serve as a juror for the next edition, along with additional professional development support.<\\\/p>\\n<p>Pathways is designed to nurture emerging artists and provide a meaningful path forward, reflecting the shared missions of both institutions.<\\\/p>\\n<p><strong>Finalists:<\\\/strong> Alex Awuku, Michael Cannata, Cruz Castillo, Ebenezer Nketsiah Mensah, Luc&iacute;a Morales, Shayla Marshall<br><strong>Jurors:<\\\/strong> Marcus Antonius Jansen, Tenee&rsquo; Hart, Sheldon Scott<\\\/p>\\n<p><a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Learn more about this year&rsquo;s exhibition here.&nbsp;<\\\/a><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Wed, 29 Jul 2026 10:00:00 -0400\",\"ends\":\"Wed, 29 Jul 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"UCF Art Gallert\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4117958\\\/pathways-2026-the-carlos-malamud-prize\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1114671\",\"eventinstance_id\":\"4130214\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4130214\",\"title\":\"Identity: Reflections of Self - The Albin Polasek Museum & Sculpture Gardens\",\"subtitle\":null,\"description\":\"<p>University of Central Florida School of Visual Arts &amp; Design Juried Exhibition<\\\/p>\\n<p>Celebrating the creativity of our community&rsquo;s emerging artists, this juried exhibition features work by graduate and undergraduate students from the University of Central Florida School of Visual Arts &amp; Design.<\\\/p>\\n<p>Through a diverse range of techniques and materials including painting, drawing, sculpture, and mixed media&mdash;the selected works offer personal explorations of identity. These works reflect the memories, experiences, relationships, communities, and values that create one&rsquo;s sense of self.<\\\/p>\\n<p>The Albin Polasek Museum &amp; Sculpture Gardens is honored to partner with UCF SVAD to present this exhibition, continuing the legacy of founder Albin Polasek, whose dedication to arts education influenced generations of artists. In that spirit, the museum remains committed to supporting emerging talent by providing a platform for new voices and creative expression.<\\\/p>\",\"location\":\"633 Osceola Avenue Winter Park, FL 32789\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/Albin+Polasek+Museum+%26+Sculpture+Gardens\\\/@28.596496,-81.343461,15z\\\/data=!4m6!3m5!1s0x88e7701cef474bf9:0x558be3ed9c0f47f2!8m2!3d28.596496!4d-81.343461!16s%2Fm%2F025z2xr?entry=tts\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Wed, 29 Jul 2026 10:00:00 -0400\",\"ends\":\"Wed, 29 Jul 2026 16:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"SVAD Info\",\"contact_phone\":null,\"contact_email\":\"svad@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4130214\\\/identity-reflections-of-self-the-albin-polasek-museum-sculpture-gardens\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111691\",\"eventinstance_id\":\"4117959\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4117959\",\"title\":\"Pathways 2026: The Carlos Malamud Prize\",\"subtitle\":null,\"description\":\"<p>The <em>Pathways 2026: The Carlos Malamud Prize<\\\/em> exhibition is a collaborative partnership between the UCF Art Gallery and the <a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Rollins Museum of Art<\\\/a>, celebrating emerging professional artists across Florida. Juried by a panel of three art professionals, this year&rsquo;s exhibition features six artists with diverse practices, spanning a wide range of media, themes, and perspectives.<\\\/p>\\n<p>Works by all six finalists will be shown at both venues, creating opportunities to engage with two major academic communities. One artist will receive a $10,000 prize, a solo exhibition in 2027, and the opportunity to serve as a juror for the next edition, along with additional professional development support.<\\\/p>\\n<p>Pathways is designed to nurture emerging artists and provide a meaningful path forward, reflecting the shared missions of both institutions.<\\\/p>\\n<p><strong>Finalists:<\\\/strong> Alex Awuku, Michael Cannata, Cruz Castillo, Ebenezer Nketsiah Mensah, Luc&iacute;a Morales, Shayla Marshall<br><strong>Jurors:<\\\/strong> Marcus Antonius Jansen, Tenee&rsquo; Hart, Sheldon Scott<\\\/p>\\n<p><a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Learn more about this year&rsquo;s exhibition here.&nbsp;<\\\/a><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Thu, 30 Jul 2026 10:00:00 -0400\",\"ends\":\"Thu, 30 Jul 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"UCF Art Gallert\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4117959\\\/pathways-2026-the-carlos-malamud-prize\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1114671\",\"eventinstance_id\":\"4130215\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4130215\",\"title\":\"Identity: Reflections of Self - The Albin Polasek Museum & Sculpture Gardens\",\"subtitle\":null,\"description\":\"<p>University of Central Florida School of Visual Arts &amp; Design Juried Exhibition<\\\/p>\\n<p>Celebrating the creativity of our community&rsquo;s emerging artists, this juried exhibition features work by graduate and undergraduate students from the University of Central Florida School of Visual Arts &amp; Design.<\\\/p>\\n<p>Through a diverse range of techniques and materials including painting, drawing, sculpture, and mixed media&mdash;the selected works offer personal explorations of identity. These works reflect the memories, experiences, relationships, communities, and values that create one&rsquo;s sense of self.<\\\/p>\\n<p>The Albin Polasek Museum &amp; Sculpture Gardens is honored to partner with UCF SVAD to present this exhibition, continuing the legacy of founder Albin Polasek, whose dedication to arts education influenced generations of artists. In that spirit, the museum remains committed to supporting emerging talent by providing a platform for new voices and creative expression.<\\\/p>\",\"location\":\"633 Osceola Avenue Winter Park, FL 32789\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/Albin+Polasek+Museum+%26+Sculpture+Gardens\\\/@28.596496,-81.343461,15z\\\/data=!4m6!3m5!1s0x88e7701cef474bf9:0x558be3ed9c0f47f2!8m2!3d28.596496!4d-81.343461!16s%2Fm%2F025z2xr?entry=tts\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Thu, 30 Jul 2026 10:00:00 -0400\",\"ends\":\"Thu, 30 Jul 2026 16:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"SVAD Info\",\"contact_phone\":null,\"contact_email\":\"svad@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4130215\\\/identity-reflections-of-self-the-albin-polasek-museum-sculpture-gardens\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111691\",\"eventinstance_id\":\"4117960\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4117960\",\"title\":\"Pathways 2026: The Carlos Malamud Prize\",\"subtitle\":null,\"description\":\"<p>The <em>Pathways 2026: The Carlos Malamud Prize<\\\/em> exhibition is a collaborative partnership between the UCF Art Gallery and the <a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Rollins Museum of Art<\\\/a>, celebrating emerging professional artists across Florida. Juried by a panel of three art professionals, this year&rsquo;s exhibition features six artists with diverse practices, spanning a wide range of media, themes, and perspectives.<\\\/p>\\n<p>Works by all six finalists will be shown at both venues, creating opportunities to engage with two major academic communities. One artist will receive a $10,000 prize, a solo exhibition in 2027, and the opportunity to serve as a juror for the next edition, along with additional professional development support.<\\\/p>\\n<p>Pathways is designed to nurture emerging artists and provide a meaningful path forward, reflecting the shared missions of both institutions.<\\\/p>\\n<p><strong>Finalists:<\\\/strong> Alex Awuku, Michael Cannata, Cruz Castillo, Ebenezer Nketsiah Mensah, Luc&iacute;a Morales, Shayla Marshall<br><strong>Jurors:<\\\/strong> Marcus Antonius Jansen, Tenee&rsquo; Hart, Sheldon Scott<\\\/p>\\n<p><a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Learn more about this year&rsquo;s exhibition here.&nbsp;<\\\/a><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Fri, 31 Jul 2026 10:00:00 -0400\",\"ends\":\"Fri, 31 Jul 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"UCF Art Gallert\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4117960\\\/pathways-2026-the-carlos-malamud-prize\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1114671\",\"eventinstance_id\":\"4130216\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4130216\",\"title\":\"Identity: Reflections of Self - The Albin Polasek Museum & Sculpture Gardens\",\"subtitle\":null,\"description\":\"<p>University of Central Florida School of Visual Arts &amp; Design Juried Exhibition<\\\/p>\\n<p>Celebrating the creativity of our community&rsquo;s emerging artists, this juried exhibition features work by graduate and undergraduate students from the University of Central Florida School of Visual Arts &amp; Design.<\\\/p>\\n<p>Through a diverse range of techniques and materials including painting, drawing, sculpture, and mixed media&mdash;the selected works offer personal explorations of identity. These works reflect the memories, experiences, relationships, communities, and values that create one&rsquo;s sense of self.<\\\/p>\\n<p>The Albin Polasek Museum &amp; Sculpture Gardens is honored to partner with UCF SVAD to present this exhibition, continuing the legacy of founder Albin Polasek, whose dedication to arts education influenced generations of artists. In that spirit, the museum remains committed to supporting emerging talent by providing a platform for new voices and creative expression.<\\\/p>\",\"location\":\"633 Osceola Avenue Winter Park, FL 32789\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/Albin+Polasek+Museum+%26+Sculpture+Gardens\\\/@28.596496,-81.343461,15z\\\/data=!4m6!3m5!1s0x88e7701cef474bf9:0x558be3ed9c0f47f2!8m2!3d28.596496!4d-81.343461!16s%2Fm%2F025z2xr?entry=tts\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Fri, 31 Jul 2026 10:00:00 -0400\",\"ends\":\"Fri, 31 Jul 2026 16:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"SVAD Info\",\"contact_phone\":null,\"contact_email\":\"svad@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4130216\\\/identity-reflections-of-self-the-albin-polasek-museum-sculpture-gardens\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1114671\",\"eventinstance_id\":\"4130217\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4130217\",\"title\":\"Identity: Reflections of Self - The Albin Polasek Museum & Sculpture Gardens\",\"subtitle\":null,\"description\":\"<p>University of Central Florida School of Visual Arts &amp; Design Juried Exhibition<\\\/p>\\n<p>Celebrating the creativity of our community&rsquo;s emerging artists, this juried exhibition features work by graduate and undergraduate students from the University of Central Florida School of Visual Arts &amp; Design.<\\\/p>\\n<p>Through a diverse range of techniques and materials including painting, drawing, sculpture, and mixed media&mdash;the selected works offer personal explorations of identity. These works reflect the memories, experiences, relationships, communities, and values that create one&rsquo;s sense of self.<\\\/p>\\n<p>The Albin Polasek Museum &amp; Sculpture Gardens is honored to partner with UCF SVAD to present this exhibition, continuing the legacy of founder Albin Polasek, whose dedication to arts education influenced generations of artists. In that spirit, the museum remains committed to supporting emerging talent by providing a platform for new voices and creative expression.<\\\/p>\",\"location\":\"633 Osceola Avenue Winter Park, FL 32789\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/Albin+Polasek+Museum+%26+Sculpture+Gardens\\\/@28.596496,-81.343461,15z\\\/data=!4m6!3m5!1s0x88e7701cef474bf9:0x558be3ed9c0f47f2!8m2!3d28.596496!4d-81.343461!16s%2Fm%2F025z2xr?entry=tts\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Sat, 01 Aug 2026 10:00:00 -0400\",\"ends\":\"Sat, 01 Aug 2026 16:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"SVAD Info\",\"contact_phone\":null,\"contact_email\":\"svad@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4130217\\\/identity-reflections-of-self-the-albin-polasek-museum-sculpture-gardens\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1114671\",\"eventinstance_id\":\"4130218\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4130218\",\"title\":\"Identity: Reflections of Self - The Albin Polasek Museum & Sculpture Gardens\",\"subtitle\":null,\"description\":\"<p>University of Central Florida School of Visual Arts &amp; Design Juried Exhibition<\\\/p>\\n<p>Celebrating the creativity of our community&rsquo;s emerging artists, this juried exhibition features work by graduate and undergraduate students from the University of Central Florida School of Visual Arts &amp; Design.<\\\/p>\\n<p>Through a diverse range of techniques and materials including painting, drawing, sculpture, and mixed media&mdash;the selected works offer personal explorations of identity. These works reflect the memories, experiences, relationships, communities, and values that create one&rsquo;s sense of self.<\\\/p>\\n<p>The Albin Polasek Museum &amp; Sculpture Gardens is honored to partner with UCF SVAD to present this exhibition, continuing the legacy of founder Albin Polasek, whose dedication to arts education influenced generations of artists. In that spirit, the museum remains committed to supporting emerging talent by providing a platform for new voices and creative expression.<\\\/p>\",\"location\":\"633 Osceola Avenue Winter Park, FL 32789\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/Albin+Polasek+Museum+%26+Sculpture+Gardens\\\/@28.596496,-81.343461,15z\\\/data=!4m6!3m5!1s0x88e7701cef474bf9:0x558be3ed9c0f47f2!8m2!3d28.596496!4d-81.343461!16s%2Fm%2F025z2xr?entry=tts\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Sun, 02 Aug 2026 13:00:00 -0400\",\"ends\":\"Sun, 02 Aug 2026 16:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"SVAD Info\",\"contact_phone\":null,\"contact_email\":\"svad@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4130218\\\/identity-reflections-of-self-the-albin-polasek-museum-sculpture-gardens\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111691\",\"eventinstance_id\":\"4117961\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4117961\",\"title\":\"Pathways 2026: The Carlos Malamud Prize\",\"subtitle\":null,\"description\":\"<p>The <em>Pathways 2026: The Carlos Malamud Prize<\\\/em> exhibition is a collaborative partnership between the UCF Art Gallery and the <a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Rollins Museum of Art<\\\/a>, celebrating emerging professional artists across Florida. Juried by a panel of three art professionals, this year&rsquo;s exhibition features six artists with diverse practices, spanning a wide range of media, themes, and perspectives.<\\\/p>\\n<p>Works by all six finalists will be shown at both venues, creating opportunities to engage with two major academic communities. One artist will receive a $10,000 prize, a solo exhibition in 2027, and the opportunity to serve as a juror for the next edition, along with additional professional development support.<\\\/p>\\n<p>Pathways is designed to nurture emerging artists and provide a meaningful path forward, reflecting the shared missions of both institutions.<\\\/p>\\n<p><strong>Finalists:<\\\/strong> Alex Awuku, Michael Cannata, Cruz Castillo, Ebenezer Nketsiah Mensah, Luc&iacute;a Morales, Shayla Marshall<br><strong>Jurors:<\\\/strong> Marcus Antonius Jansen, Tenee&rsquo; Hart, Sheldon Scott<\\\/p>\\n<p><a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Learn more about this year&rsquo;s exhibition here.&nbsp;<\\\/a><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Mon, 03 Aug 2026 10:00:00 -0400\",\"ends\":\"Mon, 03 Aug 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"UCF Art Gallert\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4117961\\\/pathways-2026-the-carlos-malamud-prize\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111691\",\"eventinstance_id\":\"4117962\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4117962\",\"title\":\"Pathways 2026: The Carlos Malamud Prize\",\"subtitle\":null,\"description\":\"<p>The <em>Pathways 2026: The Carlos Malamud Prize<\\\/em> exhibition is a collaborative partnership between the UCF Art Gallery and the <a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Rollins Museum of Art<\\\/a>, celebrating emerging professional artists across Florida. Juried by a panel of three art professionals, this year&rsquo;s exhibition features six artists with diverse practices, spanning a wide range of media, themes, and perspectives.<\\\/p>\\n<p>Works by all six finalists will be shown at both venues, creating opportunities to engage with two major academic communities. One artist will receive a $10,000 prize, a solo exhibition in 2027, and the opportunity to serve as a juror for the next edition, along with additional professional development support.<\\\/p>\\n<p>Pathways is designed to nurture emerging artists and provide a meaningful path forward, reflecting the shared missions of both institutions.<\\\/p>\\n<p><strong>Finalists:<\\\/strong> Alex Awuku, Michael Cannata, Cruz Castillo, Ebenezer Nketsiah Mensah, Luc&iacute;a Morales, Shayla Marshall<br><strong>Jurors:<\\\/strong> Marcus Antonius Jansen, Tenee&rsquo; Hart, Sheldon Scott<\\\/p>\\n<p><a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Learn more about this year&rsquo;s exhibition here.&nbsp;<\\\/a><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Tue, 04 Aug 2026 10:00:00 -0400\",\"ends\":\"Tue, 04 Aug 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"UCF Art Gallert\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4117962\\\/pathways-2026-the-carlos-malamud-prize\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1114674\",\"eventinstance_id\":\"4130327\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4130327\",\"title\":\"Identity: Reflections of Self - The Albin Polasek Museum & Sculpture Gardens\",\"subtitle\":null,\"description\":\"<p>University of Central Florida School of Visual Arts &amp; Design Juried Exhibition<\\\/p>\\n<p>Celebrating the creativity of our community&rsquo;s emerging artists, this juried exhibition features work by graduate and undergraduate students from the University of Central Florida School of Visual Arts &amp; Design.<\\\/p>\\n<p>Through a diverse range of techniques and materials including painting, drawing, sculpture, and mixed media&mdash;the selected works offer personal explorations of identity. These works reflect the memories, experiences, relationships, communities, and values that create one&rsquo;s sense of self.<\\\/p>\\n<p>The Albin Polasek Museum &amp; Sculpture Gardens is honored to partner with UCF SVAD to present this exhibition, continuing the legacy of founder Albin Polasek, whose dedication to arts education influenced generations of artists. In that spirit, the museum remains committed to supporting emerging talent by providing a platform for new voices and creative expression.<\\\/p>\",\"location\":\"633 Osceola Avenue Winter Park, FL 32789\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/Albin+Polasek+Museum+%26+Sculpture+Gardens\\\/@28.596496,-81.343461,15z\\\/data=!4m6!3m5!1s0x88e7701cef474bf9:0x558be3ed9c0f47f2!8m2!3d28.596496!4d-81.343461!16s%2Fm%2F025z2xr?entry=tts\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Tue, 04 Aug 2026 10:00:00 -0400\",\"ends\":\"Tue, 04 Aug 2026 16:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"SVAD Info\",\"contact_phone\":null,\"contact_email\":\"svad@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4130327\\\/identity-reflections-of-self-the-albin-polasek-museum-sculpture-gardens\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111691\",\"eventinstance_id\":\"4117963\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4117963\",\"title\":\"Pathways 2026: The Carlos Malamud Prize\",\"subtitle\":null,\"description\":\"<p>The <em>Pathways 2026: The Carlos Malamud Prize<\\\/em> exhibition is a collaborative partnership between the UCF Art Gallery and the <a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Rollins Museum of Art<\\\/a>, celebrating emerging professional artists across Florida. Juried by a panel of three art professionals, this year&rsquo;s exhibition features six artists with diverse practices, spanning a wide range of media, themes, and perspectives.<\\\/p>\\n<p>Works by all six finalists will be shown at both venues, creating opportunities to engage with two major academic communities. One artist will receive a $10,000 prize, a solo exhibition in 2027, and the opportunity to serve as a juror for the next edition, along with additional professional development support.<\\\/p>\\n<p>Pathways is designed to nurture emerging artists and provide a meaningful path forward, reflecting the shared missions of both institutions.<\\\/p>\\n<p><strong>Finalists:<\\\/strong> Alex Awuku, Michael Cannata, Cruz Castillo, Ebenezer Nketsiah Mensah, Luc&iacute;a Morales, Shayla Marshall<br><strong>Jurors:<\\\/strong> Marcus Antonius Jansen, Tenee&rsquo; Hart, Sheldon Scott<\\\/p>\\n<p><a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Learn more about this year&rsquo;s exhibition here.&nbsp;<\\\/a><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Wed, 05 Aug 2026 10:00:00 -0400\",\"ends\":\"Wed, 05 Aug 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"UCF Art Gallert\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4117963\\\/pathways-2026-the-carlos-malamud-prize\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1114674\",\"eventinstance_id\":\"4130328\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4130328\",\"title\":\"Identity: Reflections of Self - The Albin Polasek Museum & Sculpture Gardens\",\"subtitle\":null,\"description\":\"<p>University of Central Florida School of Visual Arts &amp; Design Juried Exhibition<\\\/p>\\n<p>Celebrating the creativity of our community&rsquo;s emerging artists, this juried exhibition features work by graduate and undergraduate students from the University of Central Florida School of Visual Arts &amp; Design.<\\\/p>\\n<p>Through a diverse range of techniques and materials including painting, drawing, sculpture, and mixed media&mdash;the selected works offer personal explorations of identity. These works reflect the memories, experiences, relationships, communities, and values that create one&rsquo;s sense of self.<\\\/p>\\n<p>The Albin Polasek Museum &amp; Sculpture Gardens is honored to partner with UCF SVAD to present this exhibition, continuing the legacy of founder Albin Polasek, whose dedication to arts education influenced generations of artists. In that spirit, the museum remains committed to supporting emerging talent by providing a platform for new voices and creative expression.<\\\/p>\",\"location\":\"633 Osceola Avenue Winter Park, FL 32789\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/Albin+Polasek+Museum+%26+Sculpture+Gardens\\\/@28.596496,-81.343461,15z\\\/data=!4m6!3m5!1s0x88e7701cef474bf9:0x558be3ed9c0f47f2!8m2!3d28.596496!4d-81.343461!16s%2Fm%2F025z2xr?entry=tts\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Wed, 05 Aug 2026 10:00:00 -0400\",\"ends\":\"Wed, 05 Aug 2026 16:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"SVAD Info\",\"contact_phone\":null,\"contact_email\":\"svad@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4130328\\\/identity-reflections-of-self-the-albin-polasek-museum-sculpture-gardens\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111691\",\"eventinstance_id\":\"4117964\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4117964\",\"title\":\"Pathways 2026: The Carlos Malamud Prize\",\"subtitle\":null,\"description\":\"<p>The <em>Pathways 2026: The Carlos Malamud Prize<\\\/em> exhibition is a collaborative partnership between the UCF Art Gallery and the <a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Rollins Museum of Art<\\\/a>, celebrating emerging professional artists across Florida. Juried by a panel of three art professionals, this year&rsquo;s exhibition features six artists with diverse practices, spanning a wide range of media, themes, and perspectives.<\\\/p>\\n<p>Works by all six finalists will be shown at both venues, creating opportunities to engage with two major academic communities. One artist will receive a $10,000 prize, a solo exhibition in 2027, and the opportunity to serve as a juror for the next edition, along with additional professional development support.<\\\/p>\\n<p>Pathways is designed to nurture emerging artists and provide a meaningful path forward, reflecting the shared missions of both institutions.<\\\/p>\\n<p><strong>Finalists:<\\\/strong> Alex Awuku, Michael Cannata, Cruz Castillo, Ebenezer Nketsiah Mensah, Luc&iacute;a Morales, Shayla Marshall<br><strong>Jurors:<\\\/strong> Marcus Antonius Jansen, Tenee&rsquo; Hart, Sheldon Scott<\\\/p>\\n<p><a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Learn more about this year&rsquo;s exhibition here.&nbsp;<\\\/a><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Thu, 06 Aug 2026 10:00:00 -0400\",\"ends\":\"Thu, 06 Aug 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"UCF Art Gallert\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4117964\\\/pathways-2026-the-carlos-malamud-prize\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1114674\",\"eventinstance_id\":\"4130329\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4130329\",\"title\":\"Identity: Reflections of Self - The Albin Polasek Museum & Sculpture Gardens\",\"subtitle\":null,\"description\":\"<p>University of Central Florida School of Visual Arts &amp; Design Juried Exhibition<\\\/p>\\n<p>Celebrating the creativity of our community&rsquo;s emerging artists, this juried exhibition features work by graduate and undergraduate students from the University of Central Florida School of Visual Arts &amp; Design.<\\\/p>\\n<p>Through a diverse range of techniques and materials including painting, drawing, sculpture, and mixed media&mdash;the selected works offer personal explorations of identity. These works reflect the memories, experiences, relationships, communities, and values that create one&rsquo;s sense of self.<\\\/p>\\n<p>The Albin Polasek Museum &amp; Sculpture Gardens is honored to partner with UCF SVAD to present this exhibition, continuing the legacy of founder Albin Polasek, whose dedication to arts education influenced generations of artists. In that spirit, the museum remains committed to supporting emerging talent by providing a platform for new voices and creative expression.<\\\/p>\",\"location\":\"633 Osceola Avenue Winter Park, FL 32789\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/Albin+Polasek+Museum+%26+Sculpture+Gardens\\\/@28.596496,-81.343461,15z\\\/data=!4m6!3m5!1s0x88e7701cef474bf9:0x558be3ed9c0f47f2!8m2!3d28.596496!4d-81.343461!16s%2Fm%2F025z2xr?entry=tts\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Thu, 06 Aug 2026 10:00:00 -0400\",\"ends\":\"Thu, 06 Aug 2026 16:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"SVAD Info\",\"contact_phone\":null,\"contact_email\":\"svad@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4130329\\\/identity-reflections-of-self-the-albin-polasek-museum-sculpture-gardens\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111691\",\"eventinstance_id\":\"4117965\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4117965\",\"title\":\"Pathways 2026: The Carlos Malamud Prize\",\"subtitle\":null,\"description\":\"<p>The <em>Pathways 2026: The Carlos Malamud Prize<\\\/em> exhibition is a collaborative partnership between the UCF Art Gallery and the <a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Rollins Museum of Art<\\\/a>, celebrating emerging professional artists across Florida. Juried by a panel of three art professionals, this year&rsquo;s exhibition features six artists with diverse practices, spanning a wide range of media, themes, and perspectives.<\\\/p>\\n<p>Works by all six finalists will be shown at both venues, creating opportunities to engage with two major academic communities. One artist will receive a $10,000 prize, a solo exhibition in 2027, and the opportunity to serve as a juror for the next edition, along with additional professional development support.<\\\/p>\\n<p>Pathways is designed to nurture emerging artists and provide a meaningful path forward, reflecting the shared missions of both institutions.<\\\/p>\\n<p><strong>Finalists:<\\\/strong> Alex Awuku, Michael Cannata, Cruz Castillo, Ebenezer Nketsiah Mensah, Luc&iacute;a Morales, Shayla Marshall<br><strong>Jurors:<\\\/strong> Marcus Antonius Jansen, Tenee&rsquo; Hart, Sheldon Scott<\\\/p>\\n<p><a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Learn more about this year&rsquo;s exhibition here.&nbsp;<\\\/a><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Fri, 07 Aug 2026 10:00:00 -0400\",\"ends\":\"Fri, 07 Aug 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"UCF Art Gallert\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4117965\\\/pathways-2026-the-carlos-malamud-prize\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1114674\",\"eventinstance_id\":\"4130330\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4130330\",\"title\":\"Identity: Reflections of Self - The Albin Polasek Museum & Sculpture Gardens\",\"subtitle\":null,\"description\":\"<p>University of Central Florida School of Visual Arts &amp; Design Juried Exhibition<\\\/p>\\n<p>Celebrating the creativity of our community&rsquo;s emerging artists, this juried exhibition features work by graduate and undergraduate students from the University of Central Florida School of Visual Arts &amp; Design.<\\\/p>\\n<p>Through a diverse range of techniques and materials including painting, drawing, sculpture, and mixed media&mdash;the selected works offer personal explorations of identity. These works reflect the memories, experiences, relationships, communities, and values that create one&rsquo;s sense of self.<\\\/p>\\n<p>The Albin Polasek Museum &amp; Sculpture Gardens is honored to partner with UCF SVAD to present this exhibition, continuing the legacy of founder Albin Polasek, whose dedication to arts education influenced generations of artists. In that spirit, the museum remains committed to supporting emerging talent by providing a platform for new voices and creative expression.<\\\/p>\",\"location\":\"633 Osceola Avenue Winter Park, FL 32789\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/Albin+Polasek+Museum+%26+Sculpture+Gardens\\\/@28.596496,-81.343461,15z\\\/data=!4m6!3m5!1s0x88e7701cef474bf9:0x558be3ed9c0f47f2!8m2!3d28.596496!4d-81.343461!16s%2Fm%2F025z2xr?entry=tts\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Fri, 07 Aug 2026 10:00:00 -0400\",\"ends\":\"Fri, 07 Aug 2026 16:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"SVAD Info\",\"contact_phone\":null,\"contact_email\":\"svad@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4130330\\\/identity-reflections-of-self-the-albin-polasek-museum-sculpture-gardens\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1114674\",\"eventinstance_id\":\"4130331\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4130331\",\"title\":\"Identity: Reflections of Self - The Albin Polasek Museum & Sculpture Gardens\",\"subtitle\":null,\"description\":\"<p>University of Central Florida School of Visual Arts &amp; Design Juried Exhibition<\\\/p>\\n<p>Celebrating the creativity of our community&rsquo;s emerging artists, this juried exhibition features work by graduate and undergraduate students from the University of Central Florida School of Visual Arts &amp; Design.<\\\/p>\\n<p>Through a diverse range of techniques and materials including painting, drawing, sculpture, and mixed media&mdash;the selected works offer personal explorations of identity. These works reflect the memories, experiences, relationships, communities, and values that create one&rsquo;s sense of self.<\\\/p>\\n<p>The Albin Polasek Museum &amp; Sculpture Gardens is honored to partner with UCF SVAD to present this exhibition, continuing the legacy of founder Albin Polasek, whose dedication to arts education influenced generations of artists. In that spirit, the museum remains committed to supporting emerging talent by providing a platform for new voices and creative expression.<\\\/p>\",\"location\":\"633 Osceola Avenue Winter Park, FL 32789\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/Albin+Polasek+Museum+%26+Sculpture+Gardens\\\/@28.596496,-81.343461,15z\\\/data=!4m6!3m5!1s0x88e7701cef474bf9:0x558be3ed9c0f47f2!8m2!3d28.596496!4d-81.343461!16s%2Fm%2F025z2xr?entry=tts\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Sat, 08 Aug 2026 10:00:00 -0400\",\"ends\":\"Sat, 08 Aug 2026 16:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"SVAD Info\",\"contact_phone\":null,\"contact_email\":\"svad@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4130331\\\/identity-reflections-of-self-the-albin-polasek-museum-sculpture-gardens\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1114674\",\"eventinstance_id\":\"4130332\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4130332\",\"title\":\"Identity: Reflections of Self - The Albin Polasek Museum & Sculpture Gardens\",\"subtitle\":null,\"description\":\"<p>University of Central Florida School of Visual Arts &amp; Design Juried Exhibition<\\\/p>\\n<p>Celebrating the creativity of our community&rsquo;s emerging artists, this juried exhibition features work by graduate and undergraduate students from the University of Central Florida School of Visual Arts &amp; Design.<\\\/p>\\n<p>Through a diverse range of techniques and materials including painting, drawing, sculpture, and mixed media&mdash;the selected works offer personal explorations of identity. These works reflect the memories, experiences, relationships, communities, and values that create one&rsquo;s sense of self.<\\\/p>\\n<p>The Albin Polasek Museum &amp; Sculpture Gardens is honored to partner with UCF SVAD to present this exhibition, continuing the legacy of founder Albin Polasek, whose dedication to arts education influenced generations of artists. In that spirit, the museum remains committed to supporting emerging talent by providing a platform for new voices and creative expression.<\\\/p>\",\"location\":\"633 Osceola Avenue Winter Park, FL 32789\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/Albin+Polasek+Museum+%26+Sculpture+Gardens\\\/@28.596496,-81.343461,15z\\\/data=!4m6!3m5!1s0x88e7701cef474bf9:0x558be3ed9c0f47f2!8m2!3d28.596496!4d-81.343461!16s%2Fm%2F025z2xr?entry=tts\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Sun, 09 Aug 2026 13:00:00 -0400\",\"ends\":\"Sun, 09 Aug 2026 16:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"SVAD Info\",\"contact_phone\":null,\"contact_email\":\"svad@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4130332\\\/identity-reflections-of-self-the-albin-polasek-museum-sculpture-gardens\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111694\",\"eventinstance_id\":\"4118070\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4118070\",\"title\":\"Pathways 2026: The Carlos Malamud Prize\",\"subtitle\":null,\"description\":\"<p>The <em>Pathways 2026: The Carlos Malamud Prize<\\\/em> exhibition is a collaborative partnership between the UCF Art Gallery and the <a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Rollins Museum of Art<\\\/a>, celebrating emerging professional artists across Florida. Juried by a panel of three art professionals, this year&rsquo;s exhibition features six artists with diverse practices, spanning a wide range of media, themes, and perspectives.<\\\/p>\\n<p>Works by all six finalists will be shown at both venues, creating opportunities to engage with two major academic communities. One artist will receive a $10,000 prize, a solo exhibition in 2027, and the opportunity to serve as a juror for the next edition, along with additional professional development support.<\\\/p>\\n<p>Pathways is designed to nurture emerging artists and provide a meaningful path forward, reflecting the shared missions of both institutions.<\\\/p>\\n<p><strong>Finalists:<\\\/strong> Alex Awuku, Michael Cannata, Cruz Castillo, Ebenezer Nketsiah Mensah, Luc&iacute;a Morales, Shayla Marshall<br><strong>Jurors:<\\\/strong> Marcus Antonius Jansen, Tenee&rsquo; Hart, Sheldon Scott<\\\/p>\\n<p><a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Learn more about this year&rsquo;s exhibition here.&nbsp;<\\\/a><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Mon, 10 Aug 2026 10:00:00 -0400\",\"ends\":\"Mon, 10 Aug 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4118070\\\/pathways-2026-the-carlos-malamud-prize\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111694\",\"eventinstance_id\":\"4118071\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4118071\",\"title\":\"Pathways 2026: The Carlos Malamud Prize\",\"subtitle\":null,\"description\":\"<p>The <em>Pathways 2026: The Carlos Malamud Prize<\\\/em> exhibition is a collaborative partnership between the UCF Art Gallery and the <a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Rollins Museum of Art<\\\/a>, celebrating emerging professional artists across Florida. Juried by a panel of three art professionals, this year&rsquo;s exhibition features six artists with diverse practices, spanning a wide range of media, themes, and perspectives.<\\\/p>\\n<p>Works by all six finalists will be shown at both venues, creating opportunities to engage with two major academic communities. One artist will receive a $10,000 prize, a solo exhibition in 2027, and the opportunity to serve as a juror for the next edition, along with additional professional development support.<\\\/p>\\n<p>Pathways is designed to nurture emerging artists and provide a meaningful path forward, reflecting the shared missions of both institutions.<\\\/p>\\n<p><strong>Finalists:<\\\/strong> Alex Awuku, Michael Cannata, Cruz Castillo, Ebenezer Nketsiah Mensah, Luc&iacute;a Morales, Shayla Marshall<br><strong>Jurors:<\\\/strong> Marcus Antonius Jansen, Tenee&rsquo; Hart, Sheldon Scott<\\\/p>\\n<p><a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Learn more about this year&rsquo;s exhibition here.&nbsp;<\\\/a><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Tue, 11 Aug 2026 10:00:00 -0400\",\"ends\":\"Tue, 11 Aug 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4118071\\\/pathways-2026-the-carlos-malamud-prize\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111694\",\"eventinstance_id\":\"4118072\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4118072\",\"title\":\"Pathways 2026: The Carlos Malamud Prize\",\"subtitle\":null,\"description\":\"<p>The <em>Pathways 2026: The Carlos Malamud Prize<\\\/em> exhibition is a collaborative partnership between the UCF Art Gallery and the <a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Rollins Museum of Art<\\\/a>, celebrating emerging professional artists across Florida. Juried by a panel of three art professionals, this year&rsquo;s exhibition features six artists with diverse practices, spanning a wide range of media, themes, and perspectives.<\\\/p>\\n<p>Works by all six finalists will be shown at both venues, creating opportunities to engage with two major academic communities. One artist will receive a $10,000 prize, a solo exhibition in 2027, and the opportunity to serve as a juror for the next edition, along with additional professional development support.<\\\/p>\\n<p>Pathways is designed to nurture emerging artists and provide a meaningful path forward, reflecting the shared missions of both institutions.<\\\/p>\\n<p><strong>Finalists:<\\\/strong> Alex Awuku, Michael Cannata, Cruz Castillo, Ebenezer Nketsiah Mensah, Luc&iacute;a Morales, Shayla Marshall<br><strong>Jurors:<\\\/strong> Marcus Antonius Jansen, Tenee&rsquo; Hart, Sheldon Scott<\\\/p>\\n<p><a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Learn more about this year&rsquo;s exhibition here.&nbsp;<\\\/a><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Wed, 12 Aug 2026 10:00:00 -0400\",\"ends\":\"Wed, 12 Aug 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4118072\\\/pathways-2026-the-carlos-malamud-prize\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111694\",\"eventinstance_id\":\"4118073\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4118073\",\"title\":\"Pathways 2026: The Carlos Malamud Prize\",\"subtitle\":null,\"description\":\"<p>The <em>Pathways 2026: The Carlos Malamud Prize<\\\/em> exhibition is a collaborative partnership between the UCF Art Gallery and the <a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Rollins Museum of Art<\\\/a>, celebrating emerging professional artists across Florida. Juried by a panel of three art professionals, this year&rsquo;s exhibition features six artists with diverse practices, spanning a wide range of media, themes, and perspectives.<\\\/p>\\n<p>Works by all six finalists will be shown at both venues, creating opportunities to engage with two major academic communities. One artist will receive a $10,000 prize, a solo exhibition in 2027, and the opportunity to serve as a juror for the next edition, along with additional professional development support.<\\\/p>\\n<p>Pathways is designed to nurture emerging artists and provide a meaningful path forward, reflecting the shared missions of both institutions.<\\\/p>\\n<p><strong>Finalists:<\\\/strong> Alex Awuku, Michael Cannata, Cruz Castillo, Ebenezer Nketsiah Mensah, Luc&iacute;a Morales, Shayla Marshall<br><strong>Jurors:<\\\/strong> Marcus Antonius Jansen, Tenee&rsquo; Hart, Sheldon Scott<\\\/p>\\n<p><a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Learn more about this year&rsquo;s exhibition here.&nbsp;<\\\/a><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Thu, 13 Aug 2026 10:00:00 -0400\",\"ends\":\"Thu, 13 Aug 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4118073\\\/pathways-2026-the-carlos-malamud-prize\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111694\",\"eventinstance_id\":\"4118074\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4118074\",\"title\":\"Pathways 2026: The Carlos Malamud Prize\",\"subtitle\":null,\"description\":\"<p>The <em>Pathways 2026: The Carlos Malamud Prize<\\\/em> exhibition is a collaborative partnership between the UCF Art Gallery and the <a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Rollins Museum of Art<\\\/a>, celebrating emerging professional artists across Florida. Juried by a panel of three art professionals, this year&rsquo;s exhibition features six artists with diverse practices, spanning a wide range of media, themes, and perspectives.<\\\/p>\\n<p>Works by all six finalists will be shown at both venues, creating opportunities to engage with two major academic communities. One artist will receive a $10,000 prize, a solo exhibition in 2027, and the opportunity to serve as a juror for the next edition, along with additional professional development support.<\\\/p>\\n<p>Pathways is designed to nurture emerging artists and provide a meaningful path forward, reflecting the shared missions of both institutions.<\\\/p>\\n<p><strong>Finalists:<\\\/strong> Alex Awuku, Michael Cannata, Cruz Castillo, Ebenezer Nketsiah Mensah, Luc&iacute;a Morales, Shayla Marshall<br><strong>Jurors:<\\\/strong> Marcus Antonius Jansen, Tenee&rsquo; Hart, Sheldon Scott<\\\/p>\\n<p><a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Learn more about this year&rsquo;s exhibition here.&nbsp;<\\\/a><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Fri, 14 Aug 2026 10:00:00 -0400\",\"ends\":\"Fri, 14 Aug 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4118074\\\/pathways-2026-the-carlos-malamud-prize\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111694\",\"eventinstance_id\":\"4118075\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4118075\",\"title\":\"Pathways 2026: The Carlos Malamud Prize\",\"subtitle\":null,\"description\":\"<p>The <em>Pathways 2026: The Carlos Malamud Prize<\\\/em> exhibition is a collaborative partnership between the UCF Art Gallery and the <a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Rollins Museum of Art<\\\/a>, celebrating emerging professional artists across Florida. Juried by a panel of three art professionals, this year&rsquo;s exhibition features six artists with diverse practices, spanning a wide range of media, themes, and perspectives.<\\\/p>\\n<p>Works by all six finalists will be shown at both venues, creating opportunities to engage with two major academic communities. One artist will receive a $10,000 prize, a solo exhibition in 2027, and the opportunity to serve as a juror for the next edition, along with additional professional development support.<\\\/p>\\n<p>Pathways is designed to nurture emerging artists and provide a meaningful path forward, reflecting the shared missions of both institutions.<\\\/p>\\n<p><strong>Finalists:<\\\/strong> Alex Awuku, Michael Cannata, Cruz Castillo, Ebenezer Nketsiah Mensah, Luc&iacute;a Morales, Shayla Marshall<br><strong>Jurors:<\\\/strong> Marcus Antonius Jansen, Tenee&rsquo; Hart, Sheldon Scott<\\\/p>\\n<p><a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Learn more about this year&rsquo;s exhibition here.&nbsp;<\\\/a><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Mon, 17 Aug 2026 10:00:00 -0400\",\"ends\":\"Mon, 17 Aug 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4118075\\\/pathways-2026-the-carlos-malamud-prize\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111694\",\"eventinstance_id\":\"4118076\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4118076\",\"title\":\"Pathways 2026: The Carlos Malamud Prize\",\"subtitle\":null,\"description\":\"<p>The <em>Pathways 2026: The Carlos Malamud Prize<\\\/em> exhibition is a collaborative partnership between the UCF Art Gallery and the <a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Rollins Museum of Art<\\\/a>, celebrating emerging professional artists across Florida. Juried by a panel of three art professionals, this year&rsquo;s exhibition features six artists with diverse practices, spanning a wide range of media, themes, and perspectives.<\\\/p>\\n<p>Works by all six finalists will be shown at both venues, creating opportunities to engage with two major academic communities. One artist will receive a $10,000 prize, a solo exhibition in 2027, and the opportunity to serve as a juror for the next edition, along with additional professional development support.<\\\/p>\\n<p>Pathways is designed to nurture emerging artists and provide a meaningful path forward, reflecting the shared missions of both institutions.<\\\/p>\\n<p><strong>Finalists:<\\\/strong> Alex Awuku, Michael Cannata, Cruz Castillo, Ebenezer Nketsiah Mensah, Luc&iacute;a Morales, Shayla Marshall<br><strong>Jurors:<\\\/strong> Marcus Antonius Jansen, Tenee&rsquo; Hart, Sheldon Scott<\\\/p>\\n<p><a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Learn more about this year&rsquo;s exhibition here.&nbsp;<\\\/a><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Tue, 18 Aug 2026 10:00:00 -0400\",\"ends\":\"Tue, 18 Aug 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4118076\\\/pathways-2026-the-carlos-malamud-prize\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111694\",\"eventinstance_id\":\"4118077\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4118077\",\"title\":\"Pathways 2026: The Carlos Malamud Prize\",\"subtitle\":null,\"description\":\"<p>The <em>Pathways 2026: The Carlos Malamud Prize<\\\/em> exhibition is a collaborative partnership between the UCF Art Gallery and the <a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Rollins Museum of Art<\\\/a>, celebrating emerging professional artists across Florida. Juried by a panel of three art professionals, this year&rsquo;s exhibition features six artists with diverse practices, spanning a wide range of media, themes, and perspectives.<\\\/p>\\n<p>Works by all six finalists will be shown at both venues, creating opportunities to engage with two major academic communities. One artist will receive a $10,000 prize, a solo exhibition in 2027, and the opportunity to serve as a juror for the next edition, along with additional professional development support.<\\\/p>\\n<p>Pathways is designed to nurture emerging artists and provide a meaningful path forward, reflecting the shared missions of both institutions.<\\\/p>\\n<p><strong>Finalists:<\\\/strong> Alex Awuku, Michael Cannata, Cruz Castillo, Ebenezer Nketsiah Mensah, Luc&iacute;a Morales, Shayla Marshall<br><strong>Jurors:<\\\/strong> Marcus Antonius Jansen, Tenee&rsquo; Hart, Sheldon Scott<\\\/p>\\n<p><a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Learn more about this year&rsquo;s exhibition here.&nbsp;<\\\/a><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Wed, 19 Aug 2026 10:00:00 -0400\",\"ends\":\"Wed, 19 Aug 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4118077\\\/pathways-2026-the-carlos-malamud-prize\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111694\",\"eventinstance_id\":\"4118078\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4118078\",\"title\":\"Pathways 2026: The Carlos Malamud Prize\",\"subtitle\":null,\"description\":\"<p>The <em>Pathways 2026: The Carlos Malamud Prize<\\\/em> exhibition is a collaborative partnership between the UCF Art Gallery and the <a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Rollins Museum of Art<\\\/a>, celebrating emerging professional artists across Florida. Juried by a panel of three art professionals, this year&rsquo;s exhibition features six artists with diverse practices, spanning a wide range of media, themes, and perspectives.<\\\/p>\\n<p>Works by all six finalists will be shown at both venues, creating opportunities to engage with two major academic communities. One artist will receive a $10,000 prize, a solo exhibition in 2027, and the opportunity to serve as a juror for the next edition, along with additional professional development support.<\\\/p>\\n<p>Pathways is designed to nurture emerging artists and provide a meaningful path forward, reflecting the shared missions of both institutions.<\\\/p>\\n<p><strong>Finalists:<\\\/strong> Alex Awuku, Michael Cannata, Cruz Castillo, Ebenezer Nketsiah Mensah, Luc&iacute;a Morales, Shayla Marshall<br><strong>Jurors:<\\\/strong> Marcus Antonius Jansen, Tenee&rsquo; Hart, Sheldon Scott<\\\/p>\\n<p><a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Learn more about this year&rsquo;s exhibition here.&nbsp;<\\\/a><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Thu, 20 Aug 2026 10:00:00 -0400\",\"ends\":\"Thu, 20 Aug 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4118078\\\/pathways-2026-the-carlos-malamud-prize\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111694\",\"eventinstance_id\":\"4118079\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4118079\",\"title\":\"Pathways 2026: The Carlos Malamud Prize\",\"subtitle\":null,\"description\":\"<p>The <em>Pathways 2026: The Carlos Malamud Prize<\\\/em> exhibition is a collaborative partnership between the UCF Art Gallery and the <a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Rollins Museum of Art<\\\/a>, celebrating emerging professional artists across Florida. Juried by a panel of three art professionals, this year&rsquo;s exhibition features six artists with diverse practices, spanning a wide range of media, themes, and perspectives.<\\\/p>\\n<p>Works by all six finalists will be shown at both venues, creating opportunities to engage with two major academic communities. One artist will receive a $10,000 prize, a solo exhibition in 2027, and the opportunity to serve as a juror for the next edition, along with additional professional development support.<\\\/p>\\n<p>Pathways is designed to nurture emerging artists and provide a meaningful path forward, reflecting the shared missions of both institutions.<\\\/p>\\n<p><strong>Finalists:<\\\/strong> Alex Awuku, Michael Cannata, Cruz Castillo, Ebenezer Nketsiah Mensah, Luc&iacute;a Morales, Shayla Marshall<br><strong>Jurors:<\\\/strong> Marcus Antonius Jansen, Tenee&rsquo; Hart, Sheldon Scott<\\\/p>\\n<p><a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Learn more about this year&rsquo;s exhibition here.&nbsp;<\\\/a><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Fri, 21 Aug 2026 10:00:00 -0400\",\"ends\":\"Fri, 21 Aug 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4118079\\\/pathways-2026-the-carlos-malamud-prize\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111694\",\"eventinstance_id\":\"4118080\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4118080\",\"title\":\"Pathways 2026: The Carlos Malamud Prize\",\"subtitle\":null,\"description\":\"<p>The <em>Pathways 2026: The Carlos Malamud Prize<\\\/em> exhibition is a collaborative partnership between the UCF Art Gallery and the <a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Rollins Museum of Art<\\\/a>, celebrating emerging professional artists across Florida. Juried by a panel of three art professionals, this year&rsquo;s exhibition features six artists with diverse practices, spanning a wide range of media, themes, and perspectives.<\\\/p>\\n<p>Works by all six finalists will be shown at both venues, creating opportunities to engage with two major academic communities. One artist will receive a $10,000 prize, a solo exhibition in 2027, and the opportunity to serve as a juror for the next edition, along with additional professional development support.<\\\/p>\\n<p>Pathways is designed to nurture emerging artists and provide a meaningful path forward, reflecting the shared missions of both institutions.<\\\/p>\\n<p><strong>Finalists:<\\\/strong> Alex Awuku, Michael Cannata, Cruz Castillo, Ebenezer Nketsiah Mensah, Luc&iacute;a Morales, Shayla Marshall<br><strong>Jurors:<\\\/strong> Marcus Antonius Jansen, Tenee&rsquo; Hart, Sheldon Scott<\\\/p>\\n<p><a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Learn more about this year&rsquo;s exhibition here.&nbsp;<\\\/a><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Mon, 24 Aug 2026 10:00:00 -0400\",\"ends\":\"Mon, 24 Aug 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4118080\\\/pathways-2026-the-carlos-malamud-prize\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111694\",\"eventinstance_id\":\"4118081\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4118081\",\"title\":\"Pathways 2026: The Carlos Malamud Prize\",\"subtitle\":null,\"description\":\"<p>The <em>Pathways 2026: The Carlos Malamud Prize<\\\/em> exhibition is a collaborative partnership between the UCF Art Gallery and the <a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Rollins Museum of Art<\\\/a>, celebrating emerging professional artists across Florida. Juried by a panel of three art professionals, this year&rsquo;s exhibition features six artists with diverse practices, spanning a wide range of media, themes, and perspectives.<\\\/p>\\n<p>Works by all six finalists will be shown at both venues, creating opportunities to engage with two major academic communities. One artist will receive a $10,000 prize, a solo exhibition in 2027, and the opportunity to serve as a juror for the next edition, along with additional professional development support.<\\\/p>\\n<p>Pathways is designed to nurture emerging artists and provide a meaningful path forward, reflecting the shared missions of both institutions.<\\\/p>\\n<p><strong>Finalists:<\\\/strong> Alex Awuku, Michael Cannata, Cruz Castillo, Ebenezer Nketsiah Mensah, Luc&iacute;a Morales, Shayla Marshall<br><strong>Jurors:<\\\/strong> Marcus Antonius Jansen, Tenee&rsquo; Hart, Sheldon Scott<\\\/p>\\n<p><a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Learn more about this year&rsquo;s exhibition here.&nbsp;<\\\/a><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Tue, 25 Aug 2026 10:00:00 -0400\",\"ends\":\"Tue, 25 Aug 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4118081\\\/pathways-2026-the-carlos-malamud-prize\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111694\",\"eventinstance_id\":\"4118082\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4118082\",\"title\":\"Pathways 2026: The Carlos Malamud Prize\",\"subtitle\":null,\"description\":\"<p>The <em>Pathways 2026: The Carlos Malamud Prize<\\\/em> exhibition is a collaborative partnership between the UCF Art Gallery and the <a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Rollins Museum of Art<\\\/a>, celebrating emerging professional artists across Florida. Juried by a panel of three art professionals, this year&rsquo;s exhibition features six artists with diverse practices, spanning a wide range of media, themes, and perspectives.<\\\/p>\\n<p>Works by all six finalists will be shown at both venues, creating opportunities to engage with two major academic communities. One artist will receive a $10,000 prize, a solo exhibition in 2027, and the opportunity to serve as a juror for the next edition, along with additional professional development support.<\\\/p>\\n<p>Pathways is designed to nurture emerging artists and provide a meaningful path forward, reflecting the shared missions of both institutions.<\\\/p>\\n<p><strong>Finalists:<\\\/strong> Alex Awuku, Michael Cannata, Cruz Castillo, Ebenezer Nketsiah Mensah, Luc&iacute;a Morales, Shayla Marshall<br><strong>Jurors:<\\\/strong> Marcus Antonius Jansen, Tenee&rsquo; Hart, Sheldon Scott<\\\/p>\\n<p><a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Learn more about this year&rsquo;s exhibition here.&nbsp;<\\\/a><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Wed, 26 Aug 2026 10:00:00 -0400\",\"ends\":\"Wed, 26 Aug 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4118082\\\/pathways-2026-the-carlos-malamud-prize\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111694\",\"eventinstance_id\":\"4118083\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4118083\",\"title\":\"Pathways 2026: The Carlos Malamud Prize\",\"subtitle\":null,\"description\":\"<p>The <em>Pathways 2026: The Carlos Malamud Prize<\\\/em> exhibition is a collaborative partnership between the UCF Art Gallery and the <a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Rollins Museum of Art<\\\/a>, celebrating emerging professional artists across Florida. Juried by a panel of three art professionals, this year&rsquo;s exhibition features six artists with diverse practices, spanning a wide range of media, themes, and perspectives.<\\\/p>\\n<p>Works by all six finalists will be shown at both venues, creating opportunities to engage with two major academic communities. One artist will receive a $10,000 prize, a solo exhibition in 2027, and the opportunity to serve as a juror for the next edition, along with additional professional development support.<\\\/p>\\n<p>Pathways is designed to nurture emerging artists and provide a meaningful path forward, reflecting the shared missions of both institutions.<\\\/p>\\n<p><strong>Finalists:<\\\/strong> Alex Awuku, Michael Cannata, Cruz Castillo, Ebenezer Nketsiah Mensah, Luc&iacute;a Morales, Shayla Marshall<br><strong>Jurors:<\\\/strong> Marcus Antonius Jansen, Tenee&rsquo; Hart, Sheldon Scott<\\\/p>\\n<p><a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Learn more about this year&rsquo;s exhibition here.&nbsp;<\\\/a><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Thu, 27 Aug 2026 10:00:00 -0400\",\"ends\":\"Thu, 27 Aug 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4118083\\\/pathways-2026-the-carlos-malamud-prize\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111694\",\"eventinstance_id\":\"4118084\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4118084\",\"title\":\"Pathways 2026: The Carlos Malamud Prize\",\"subtitle\":null,\"description\":\"<p>The <em>Pathways 2026: The Carlos Malamud Prize<\\\/em> exhibition is a collaborative partnership between the UCF Art Gallery and the <a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Rollins Museum of Art<\\\/a>, celebrating emerging professional artists across Florida. Juried by a panel of three art professionals, this year&rsquo;s exhibition features six artists with diverse practices, spanning a wide range of media, themes, and perspectives.<\\\/p>\\n<p>Works by all six finalists will be shown at both venues, creating opportunities to engage with two major academic communities. One artist will receive a $10,000 prize, a solo exhibition in 2027, and the opportunity to serve as a juror for the next edition, along with additional professional development support.<\\\/p>\\n<p>Pathways is designed to nurture emerging artists and provide a meaningful path forward, reflecting the shared missions of both institutions.<\\\/p>\\n<p><strong>Finalists:<\\\/strong> Alex Awuku, Michael Cannata, Cruz Castillo, Ebenezer Nketsiah Mensah, Luc&iacute;a Morales, Shayla Marshall<br><strong>Jurors:<\\\/strong> Marcus Antonius Jansen, Tenee&rsquo; Hart, Sheldon Scott<\\\/p>\\n<p><a href=\\\"https:\\\/\\\/www.rollins.edu\\\/rma\\\/exhibitions\\\/pathways-carlos-malamud-prize\\\/\\\" target=\\\"_blank\\\">Learn more about this year&rsquo;s exhibition here.&nbsp;<\\\/a><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Fri, 28 Aug 2026 10:00:00 -0400\",\"ends\":\"Fri, 28 Aug 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4118084\\\/pathways-2026-the-carlos-malamud-prize\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1125896\",\"eventinstance_id\":\"4150561\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4150561\",\"title\":\"All-State Preparation Clinic | UCF Music\",\"subtitle\":null,\"description\":\"<p><span>UCF&rsquo;s All-State Preparation Clinic offers in-person sessions designed to help prepare for the&nbsp;<\\\/span><strong>Florida Music Educators&rsquo; Association 2026-27 All-State Band, Orchestra, and Jazz Band<\\\/strong><span>&nbsp;auditions.<\\\/span><\\\/p>\\n<ul>\\n<li>The goal of our All-State Prep Clinic is to help middle and high school students prepare for a successful All-State audition.<\\\/li>\\n<li>UCF applied music faculty and guest instrumentalist will offer clinics on FBA and FOA All-State Band and Orchestra audition requirements for 7&ndash;8, 9&ndash;10, and 11&ndash;12 grades as well as FBA Jazz Band auditions requirements for 9&ndash;12 grades.<\\\/li>\\n<li>Emphasis will be placed on All-State exercise preparation, tone production, technique development, scales, sight-reading strategies and audition readiness.<br><br><em><strong>Registration is required. This event is free.&nbsp;<\\\/strong><br><br><\\\/em>Questions may be directed to <strong>allstate@ucf.edu.&nbsp;<\\\/strong><\\\/li>\\n<\\\/ul>\",\"location\":\"VAB: Conference Room\",\"location_url\":\"https:\\\/\\\/map.ucf.edu\\\/locations\\\/51\\\/visual-arts-building\\\/\",\"virtual_url\":null,\"registration_link\":\"https:\\\/\\\/cah.ucf.edu\\\/performingarts\\\/all-state\\\/\",\"registration_info\":\"Click the \\\"Register Now\\\" button and fill out the form to secure your spot. Pre-registration is available until 5pm ET on Friday, August 28. Walk-in registration will be available day-of.\",\"starts\":\"Sat, 29 Aug 2026 08:45:00 -0400\",\"ends\":\"Sat, 29 Aug 2026 15:30:00 -0400\",\"ongoing\":\"False\",\"category\":\"Workshop\\\/Conference\",\"tags\":[\"Music\",\"ucf music\"],\"contact_name\":\"All State Committee\",\"contact_phone\":\"NA\",\"contact_email\":\"allstate@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4150561\\\/all-state-preparation-clinic-ucf-music\\\/\",\"filtered_category\":\"music\",\"filtered_categories\":[\"Music\"]},{\"event_id\":\"1126600\",\"eventinstance_id\":\"4151934\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4151934\",\"title\":\"Opening Reception & Artist Talk | Connective Tissue by Hanna Washburn\",\"subtitle\":null,\"description\":\"<p><span>Celebrate the opening of <\\\/span><em><span>Connective Tissue<\\\/span><\\\/em><span> by Hanna Washburn at the UCF Art Gallery on Thursday, September 10, from 5&ndash;7 p.m. Enjoy an opening reception and artist talk with Washburn as she discusses her work and creative practice. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Hanna Washburn constructs sculptures from repurposed textiles, furniture, household items, and other utilitarian materials.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Sewing by hand and working intuitively, Washburn allows her forms to evolve into complex aggregates of color, pattern, and texture that gesture, emote, and hold space. With a background in traditional sewing, Washburn honors and experiments with her inherited process, employing and complicating textile techniques like quilting, embroidery, and upholstery. The use of recycled textiles and household objects spark moments of recognition, as materials once used to cover and comfort take on their own autonomy. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Washburn&rsquo;s sculptures are visually and thematically pieced together; a jumble of memories, feelings, and associations that blend, clash, and overlap. In <\\\/span><em><span>Connective Tissue<\\\/span><\\\/em><span>, anthropomorphic forms are caught in the process of growing and changing: curvy figures are elongating and gesticulating, reaching towards each other and animating the space. Her sculptures use posture and pattern to show how much we carry in our bodies at once: joy, silliness, softness, passion, strain, and longing. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><em><span>Connective Tissue<\\\/span><\\\/em><span> also includes a selection of works on paper and small objects that comprise another aspect of Washburn&rsquo;s practice. These small works are comprised of recycled paper, cardboard packaging, and other materials that are frequently discarded. All Washburn&rsquo;s work is united by her form of mark-making: bright, visible hand-stitching. This visual and functional element underlines the physical, anatomical aspect of sewing and visualizes the patchwork of identity-forming.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":\"https:\\\/\\\/www.ticketsource.com\\\/ucf-art-gallery\\\/opening-reception-artist-talk-connective-tissue-by-hanna-washburn\\\/2026-09-10\\\/17:00\\\/t-yzepjor\",\"registration_info\":null,\"starts\":\"Thu, 10 Sep 2026 17:00:00 -0400\",\"ends\":\"Thu, 10 Sep 2026 19:00:00 -0400\",\"ongoing\":\"False\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4151934\\\/opening-reception-artist-talk-connective-tissue-by-hanna-washburn\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1126586\",\"eventinstance_id\":\"4151835\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4151835\",\"title\":\"Connective Tissue by Hanna Washburn\",\"subtitle\":null,\"description\":\"<p><span>Hanna Washburn constructs sculptures from repurposed textiles, furniture, household items, and other utilitarian materials.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Sewing by hand and working intuitively, Washburn allows her forms to evolve into complex aggregates of color, pattern, and texture that gesture, emote, and hold space. With a background in traditional sewing, Washburn honors and experiments with her inherited process, employing and complicating textile techniques like quilting, embroidery, and upholstery. The use of recycled textiles and household objects spark moments of recognition, as materials once used to cover and comfort take on their own autonomy. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Washburn&rsquo;s sculptures are visually and thematically pieced together; a jumble of memories, feelings, and associations that blend, clash, and overlap. In <\\\/span><em><span>Connective Tissue<\\\/span><\\\/em><span>, anthropomorphic forms are caught in the process of growing and changing: curvy figures are elongating and gesticulating, reaching towards each other and animating the space. Her sculptures use posture and pattern to show how much we carry in our bodies at once: joy, silliness, softness, passion, strain, and longing. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><em><span>Connective Tissue<\\\/span><\\\/em><span> also includes a selection of works on paper and small objects that comprise another aspect of Washburn&rsquo;s practice. These small works are comprised of recycled paper, cardboard packaging, and other materials that are frequently discarded. All Washburn&rsquo;s work is united by her form of mark-making: bright, visible hand-stitching. This visual and functional element underlines the physical, anatomical aspect of sewing and visualizes the patchwork of identity-forming.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Fri, 11 Sep 2026 10:00:00 -0400\",\"ends\":\"Fri, 11 Sep 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4151835\\\/connective-tissue-by-hanna-washburn\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1126586\",\"eventinstance_id\":\"4151836\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4151836\",\"title\":\"Connective Tissue by Hanna Washburn\",\"subtitle\":null,\"description\":\"<p><span>Hanna Washburn constructs sculptures from repurposed textiles, furniture, household items, and other utilitarian materials.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Sewing by hand and working intuitively, Washburn allows her forms to evolve into complex aggregates of color, pattern, and texture that gesture, emote, and hold space. With a background in traditional sewing, Washburn honors and experiments with her inherited process, employing and complicating textile techniques like quilting, embroidery, and upholstery. The use of recycled textiles and household objects spark moments of recognition, as materials once used to cover and comfort take on their own autonomy. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Washburn&rsquo;s sculptures are visually and thematically pieced together; a jumble of memories, feelings, and associations that blend, clash, and overlap. In <\\\/span><em><span>Connective Tissue<\\\/span><\\\/em><span>, anthropomorphic forms are caught in the process of growing and changing: curvy figures are elongating and gesticulating, reaching towards each other and animating the space. Her sculptures use posture and pattern to show how much we carry in our bodies at once: joy, silliness, softness, passion, strain, and longing. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><em><span>Connective Tissue<\\\/span><\\\/em><span> also includes a selection of works on paper and small objects that comprise another aspect of Washburn&rsquo;s practice. These small works are comprised of recycled paper, cardboard packaging, and other materials that are frequently discarded. All Washburn&rsquo;s work is united by her form of mark-making: bright, visible hand-stitching. This visual and functional element underlines the physical, anatomical aspect of sewing and visualizes the patchwork of identity-forming.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Mon, 14 Sep 2026 10:00:00 -0400\",\"ends\":\"Mon, 14 Sep 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4151836\\\/connective-tissue-by-hanna-washburn\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1126586\",\"eventinstance_id\":\"4151837\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4151837\",\"title\":\"Connective Tissue by Hanna Washburn\",\"subtitle\":null,\"description\":\"<p><span>Hanna Washburn constructs sculptures from repurposed textiles, furniture, household items, and other utilitarian materials.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Sewing by hand and working intuitively, Washburn allows her forms to evolve into complex aggregates of color, pattern, and texture that gesture, emote, and hold space. With a background in traditional sewing, Washburn honors and experiments with her inherited process, employing and complicating textile techniques like quilting, embroidery, and upholstery. The use of recycled textiles and household objects spark moments of recognition, as materials once used to cover and comfort take on their own autonomy. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Washburn&rsquo;s sculptures are visually and thematically pieced together; a jumble of memories, feelings, and associations that blend, clash, and overlap. In <\\\/span><em><span>Connective Tissue<\\\/span><\\\/em><span>, anthropomorphic forms are caught in the process of growing and changing: curvy figures are elongating and gesticulating, reaching towards each other and animating the space. Her sculptures use posture and pattern to show how much we carry in our bodies at once: joy, silliness, softness, passion, strain, and longing. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><em><span>Connective Tissue<\\\/span><\\\/em><span> also includes a selection of works on paper and small objects that comprise another aspect of Washburn&rsquo;s practice. These small works are comprised of recycled paper, cardboard packaging, and other materials that are frequently discarded. All Washburn&rsquo;s work is united by her form of mark-making: bright, visible hand-stitching. This visual and functional element underlines the physical, anatomical aspect of sewing and visualizes the patchwork of identity-forming.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Tue, 15 Sep 2026 10:00:00 -0400\",\"ends\":\"Tue, 15 Sep 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4151837\\\/connective-tissue-by-hanna-washburn\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1126589\",\"eventinstance_id\":\"4151919\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4151919\",\"title\":\"Jazz Chamber Concert\",\"subtitle\":null,\"description\":\"<p>UCF's two Jazz Chamber groups will perform an intimate repertoire combining musicianship and improvisation. These musicians, led by Jeff Rupert, frequently perform around Central Florida.<\\\/p>\\n<p><strong>Free event. No registration is required.&nbsp;<\\\/strong><\\\/p>\",\"location\":\"Rehearsal Hall: Auditorium\",\"location_url\":\"http:\\\/\\\/map.ucf.edu\\\/?show=19\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Tue, 15 Sep 2026 20:00:00 -0400\",\"ends\":\"Tue, 15 Sep 2026 21:30:00 -0400\",\"ongoing\":\"False\",\"category\":\"Concert\\\/Performance\",\"tags\":[\"Music\",\"ucf music\"],\"contact_name\":\"Per Danielsson\",\"contact_phone\":null,\"contact_email\":\"perdanielsson@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4151919\\\/jazz-chamber-concert\\\/\",\"filtered_category\":\"music\",\"filtered_categories\":[\"Music\"]},{\"event_id\":\"1126586\",\"eventinstance_id\":\"4151838\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4151838\",\"title\":\"Connective Tissue by Hanna Washburn\",\"subtitle\":null,\"description\":\"<p><span>Hanna Washburn constructs sculptures from repurposed textiles, furniture, household items, and other utilitarian materials.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Sewing by hand and working intuitively, Washburn allows her forms to evolve into complex aggregates of color, pattern, and texture that gesture, emote, and hold space. With a background in traditional sewing, Washburn honors and experiments with her inherited process, employing and complicating textile techniques like quilting, embroidery, and upholstery. The use of recycled textiles and household objects spark moments of recognition, as materials once used to cover and comfort take on their own autonomy. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Washburn&rsquo;s sculptures are visually and thematically pieced together; a jumble of memories, feelings, and associations that blend, clash, and overlap. In <\\\/span><em><span>Connective Tissue<\\\/span><\\\/em><span>, anthropomorphic forms are caught in the process of growing and changing: curvy figures are elongating and gesticulating, reaching towards each other and animating the space. Her sculptures use posture and pattern to show how much we carry in our bodies at once: joy, silliness, softness, passion, strain, and longing. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><em><span>Connective Tissue<\\\/span><\\\/em><span> also includes a selection of works on paper and small objects that comprise another aspect of Washburn&rsquo;s practice. These small works are comprised of recycled paper, cardboard packaging, and other materials that are frequently discarded. All Washburn&rsquo;s work is united by her form of mark-making: bright, visible hand-stitching. This visual and functional element underlines the physical, anatomical aspect of sewing and visualizes the patchwork of identity-forming.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Wed, 16 Sep 2026 10:00:00 -0400\",\"ends\":\"Wed, 16 Sep 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4151838\\\/connective-tissue-by-hanna-washburn\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1126586\",\"eventinstance_id\":\"4151839\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4151839\",\"title\":\"Connective Tissue by Hanna Washburn\",\"subtitle\":null,\"description\":\"<p><span>Hanna Washburn constructs sculptures from repurposed textiles, furniture, household items, and other utilitarian materials.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Sewing by hand and working intuitively, Washburn allows her forms to evolve into complex aggregates of color, pattern, and texture that gesture, emote, and hold space. With a background in traditional sewing, Washburn honors and experiments with her inherited process, employing and complicating textile techniques like quilting, embroidery, and upholstery. The use of recycled textiles and household objects spark moments of recognition, as materials once used to cover and comfort take on their own autonomy. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Washburn&rsquo;s sculptures are visually and thematically pieced together; a jumble of memories, feelings, and associations that blend, clash, and overlap. In <\\\/span><em><span>Connective Tissue<\\\/span><\\\/em><span>, anthropomorphic forms are caught in the process of growing and changing: curvy figures are elongating and gesticulating, reaching towards each other and animating the space. Her sculptures use posture and pattern to show how much we carry in our bodies at once: joy, silliness, softness, passion, strain, and longing. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><em><span>Connective Tissue<\\\/span><\\\/em><span> also includes a selection of works on paper and small objects that comprise another aspect of Washburn&rsquo;s practice. These small works are comprised of recycled paper, cardboard packaging, and other materials that are frequently discarded. All Washburn&rsquo;s work is united by her form of mark-making: bright, visible hand-stitching. This visual and functional element underlines the physical, anatomical aspect of sewing and visualizes the patchwork of identity-forming.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Thu, 17 Sep 2026 10:00:00 -0400\",\"ends\":\"Thu, 17 Sep 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4151839\\\/connective-tissue-by-hanna-washburn\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1126586\",\"eventinstance_id\":\"4151840\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4151840\",\"title\":\"Connective Tissue by Hanna Washburn\",\"subtitle\":null,\"description\":\"<p><span>Hanna Washburn constructs sculptures from repurposed textiles, furniture, household items, and other utilitarian materials.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Sewing by hand and working intuitively, Washburn allows her forms to evolve into complex aggregates of color, pattern, and texture that gesture, emote, and hold space. With a background in traditional sewing, Washburn honors and experiments with her inherited process, employing and complicating textile techniques like quilting, embroidery, and upholstery. The use of recycled textiles and household objects spark moments of recognition, as materials once used to cover and comfort take on their own autonomy. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Washburn&rsquo;s sculptures are visually and thematically pieced together; a jumble of memories, feelings, and associations that blend, clash, and overlap. In <\\\/span><em><span>Connective Tissue<\\\/span><\\\/em><span>, anthropomorphic forms are caught in the process of growing and changing: curvy figures are elongating and gesticulating, reaching towards each other and animating the space. Her sculptures use posture and pattern to show how much we carry in our bodies at once: joy, silliness, softness, passion, strain, and longing. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><em><span>Connective Tissue<\\\/span><\\\/em><span> also includes a selection of works on paper and small objects that comprise another aspect of Washburn&rsquo;s practice. These small works are comprised of recycled paper, cardboard packaging, and other materials that are frequently discarded. All Washburn&rsquo;s work is united by her form of mark-making: bright, visible hand-stitching. This visual and functional element underlines the physical, anatomical aspect of sewing and visualizes the patchwork of identity-forming.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Fri, 18 Sep 2026 10:00:00 -0400\",\"ends\":\"Fri, 18 Sep 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4151840\\\/connective-tissue-by-hanna-washburn\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1126586\",\"eventinstance_id\":\"4151841\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4151841\",\"title\":\"Connective Tissue by Hanna Washburn\",\"subtitle\":null,\"description\":\"<p><span>Hanna Washburn constructs sculptures from repurposed textiles, furniture, household items, and other utilitarian materials.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Sewing by hand and working intuitively, Washburn allows her forms to evolve into complex aggregates of color, pattern, and texture that gesture, emote, and hold space. With a background in traditional sewing, Washburn honors and experiments with her inherited process, employing and complicating textile techniques like quilting, embroidery, and upholstery. The use of recycled textiles and household objects spark moments of recognition, as materials once used to cover and comfort take on their own autonomy. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Washburn&rsquo;s sculptures are visually and thematically pieced together; a jumble of memories, feelings, and associations that blend, clash, and overlap. In <\\\/span><em><span>Connective Tissue<\\\/span><\\\/em><span>, anthropomorphic forms are caught in the process of growing and changing: curvy figures are elongating and gesticulating, reaching towards each other and animating the space. Her sculptures use posture and pattern to show how much we carry in our bodies at once: joy, silliness, softness, passion, strain, and longing. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><em><span>Connective Tissue<\\\/span><\\\/em><span> also includes a selection of works on paper and small objects that comprise another aspect of Washburn&rsquo;s practice. These small works are comprised of recycled paper, cardboard packaging, and other materials that are frequently discarded. All Washburn&rsquo;s work is united by her form of mark-making: bright, visible hand-stitching. This visual and functional element underlines the physical, anatomical aspect of sewing and visualizes the patchwork of identity-forming.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Mon, 21 Sep 2026 10:00:00 -0400\",\"ends\":\"Mon, 21 Sep 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4151841\\\/connective-tissue-by-hanna-washburn\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1126586\",\"eventinstance_id\":\"4151842\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4151842\",\"title\":\"Connective Tissue by Hanna Washburn\",\"subtitle\":null,\"description\":\"<p><span>Hanna Washburn constructs sculptures from repurposed textiles, furniture, household items, and other utilitarian materials.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Sewing by hand and working intuitively, Washburn allows her forms to evolve into complex aggregates of color, pattern, and texture that gesture, emote, and hold space. With a background in traditional sewing, Washburn honors and experiments with her inherited process, employing and complicating textile techniques like quilting, embroidery, and upholstery. The use of recycled textiles and household objects spark moments of recognition, as materials once used to cover and comfort take on their own autonomy. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Washburn&rsquo;s sculptures are visually and thematically pieced together; a jumble of memories, feelings, and associations that blend, clash, and overlap. In <\\\/span><em><span>Connective Tissue<\\\/span><\\\/em><span>, anthropomorphic forms are caught in the process of growing and changing: curvy figures are elongating and gesticulating, reaching towards each other and animating the space. Her sculptures use posture and pattern to show how much we carry in our bodies at once: joy, silliness, softness, passion, strain, and longing. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><em><span>Connective Tissue<\\\/span><\\\/em><span> also includes a selection of works on paper and small objects that comprise another aspect of Washburn&rsquo;s practice. These small works are comprised of recycled paper, cardboard packaging, and other materials that are frequently discarded. All Washburn&rsquo;s work is united by her form of mark-making: bright, visible hand-stitching. This visual and functional element underlines the physical, anatomical aspect of sewing and visualizes the patchwork of identity-forming.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Tue, 22 Sep 2026 10:00:00 -0400\",\"ends\":\"Tue, 22 Sep 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4151842\\\/connective-tissue-by-hanna-washburn\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1126586\",\"eventinstance_id\":\"4151843\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4151843\",\"title\":\"Connective Tissue by Hanna Washburn\",\"subtitle\":null,\"description\":\"<p><span>Hanna Washburn constructs sculptures from repurposed textiles, furniture, household items, and other utilitarian materials.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Sewing by hand and working intuitively, Washburn allows her forms to evolve into complex aggregates of color, pattern, and texture that gesture, emote, and hold space. With a background in traditional sewing, Washburn honors and experiments with her inherited process, employing and complicating textile techniques like quilting, embroidery, and upholstery. The use of recycled textiles and household objects spark moments of recognition, as materials once used to cover and comfort take on their own autonomy. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Washburn&rsquo;s sculptures are visually and thematically pieced together; a jumble of memories, feelings, and associations that blend, clash, and overlap. In <\\\/span><em><span>Connective Tissue<\\\/span><\\\/em><span>, anthropomorphic forms are caught in the process of growing and changing: curvy figures are elongating and gesticulating, reaching towards each other and animating the space. Her sculptures use posture and pattern to show how much we carry in our bodies at once: joy, silliness, softness, passion, strain, and longing. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><em><span>Connective Tissue<\\\/span><\\\/em><span> also includes a selection of works on paper and small objects that comprise another aspect of Washburn&rsquo;s practice. These small works are comprised of recycled paper, cardboard packaging, and other materials that are frequently discarded. All Washburn&rsquo;s work is united by her form of mark-making: bright, visible hand-stitching. This visual and functional element underlines the physical, anatomical aspect of sewing and visualizes the patchwork of identity-forming.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Wed, 23 Sep 2026 10:00:00 -0400\",\"ends\":\"Wed, 23 Sep 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4151843\\\/connective-tissue-by-hanna-washburn\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1126586\",\"eventinstance_id\":\"4151844\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4151844\",\"title\":\"Connective Tissue by Hanna Washburn\",\"subtitle\":null,\"description\":\"<p><span>Hanna Washburn constructs sculptures from repurposed textiles, furniture, household items, and other utilitarian materials.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Sewing by hand and working intuitively, Washburn allows her forms to evolve into complex aggregates of color, pattern, and texture that gesture, emote, and hold space. With a background in traditional sewing, Washburn honors and experiments with her inherited process, employing and complicating textile techniques like quilting, embroidery, and upholstery. The use of recycled textiles and household objects spark moments of recognition, as materials once used to cover and comfort take on their own autonomy. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Washburn&rsquo;s sculptures are visually and thematically pieced together; a jumble of memories, feelings, and associations that blend, clash, and overlap. In <\\\/span><em><span>Connective Tissue<\\\/span><\\\/em><span>, anthropomorphic forms are caught in the process of growing and changing: curvy figures are elongating and gesticulating, reaching towards each other and animating the space. Her sculptures use posture and pattern to show how much we carry in our bodies at once: joy, silliness, softness, passion, strain, and longing. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><em><span>Connective Tissue<\\\/span><\\\/em><span> also includes a selection of works on paper and small objects that comprise another aspect of Washburn&rsquo;s practice. These small works are comprised of recycled paper, cardboard packaging, and other materials that are frequently discarded. All Washburn&rsquo;s work is united by her form of mark-making: bright, visible hand-stitching. This visual and functional element underlines the physical, anatomical aspect of sewing and visualizes the patchwork of identity-forming.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Thu, 24 Sep 2026 10:00:00 -0400\",\"ends\":\"Thu, 24 Sep 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4151844\\\/connective-tissue-by-hanna-washburn\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1115479\",\"eventinstance_id\":\"4131167\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4131167\",\"title\":\"The Hatmaker's Wife | Theatre UCF\",\"subtitle\":null,\"description\":\"<p>Explore a magical redefining of family and true love in Theatre UCF's production of Lauren Yee&rsquo;s delightful play.<\\\/p>\\n<p>A young woman moves in with her boyfriend, full of hope for a fairytale existence. Talking walls soon reveal the lives of a previous couple who once called the apartment home.&nbsp;<\\\/p>\",\"location\":\"Theatre UCF: Black Box: TH 6\",\"location_url\":\"http:\\\/\\\/map.ucf.edu\\\/?show=6\",\"virtual_url\":null,\"registration_link\":\"https:\\\/\\\/cah.ucf.edu\\\/events\\\/detail\\\/hatmakers-wife\\\/\",\"registration_info\":\"Tickets: $25, $10 with UCF or student ID\",\"starts\":\"Thu, 24 Sep 2026 19:30:00 -0400\",\"ends\":\"Thu, 24 Sep 2026 21:30:00 -0400\",\"ongoing\":\"True\",\"category\":\"Concert\\\/Performance\",\"tags\":[\"Theatre UCF\",\"theatre\"],\"contact_name\":\"UCF School of Performing Arts Box Office\",\"contact_phone\":null,\"contact_email\":\"boxoffice@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4131167\\\/the-hatmakers-wife-theatre-ucf\\\/\",\"filtered_category\":\"theatre\",\"filtered_categories\":[\"Theatre\"]},{\"event_id\":\"1126653\",\"eventinstance_id\":\"4152232\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4152232\",\"title\":\"Faculty Recital: Ayako Yonetani, violin\",\"subtitle\":null,\"description\":\"<p>A recital by Ayako Yonetani, acclaimed violinist and professor of violin at University of Central Florida.<\\\/p>\\n<p><strong>Free event. No registration required.&nbsp;<\\\/strong><\\\/p>\",\"location\":\"Rehearsal Hall: Auditorium\",\"location_url\":\"http:\\\/\\\/map.ucf.edu\\\/?show=19\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Thu, 24 Sep 2026 19:30:00 -0400\",\"ends\":\"Thu, 24 Sep 2026 21:00:00 -0400\",\"ongoing\":\"False\",\"category\":\"Concert\\\/Performance\",\"tags\":[\"Music\",\"ucf music\"],\"contact_name\":\"Ayako Yonetani\",\"contact_phone\":null,\"contact_email\":\"ayako.yonetani@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4152232\\\/faculty-recital-ayako-yonetani-violin\\\/\",\"filtered_category\":\"music\",\"filtered_categories\":[\"Music\"]},{\"event_id\":\"1126586\",\"eventinstance_id\":\"4151845\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4151845\",\"title\":\"Connective Tissue by Hanna Washburn\",\"subtitle\":null,\"description\":\"<p><span>Hanna Washburn constructs sculptures from repurposed textiles, furniture, household items, and other utilitarian materials.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Sewing by hand and working intuitively, Washburn allows her forms to evolve into complex aggregates of color, pattern, and texture that gesture, emote, and hold space. With a background in traditional sewing, Washburn honors and experiments with her inherited process, employing and complicating textile techniques like quilting, embroidery, and upholstery. The use of recycled textiles and household objects spark moments of recognition, as materials once used to cover and comfort take on their own autonomy. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Washburn&rsquo;s sculptures are visually and thematically pieced together; a jumble of memories, feelings, and associations that blend, clash, and overlap. In <\\\/span><em><span>Connective Tissue<\\\/span><\\\/em><span>, anthropomorphic forms are caught in the process of growing and changing: curvy figures are elongating and gesticulating, reaching towards each other and animating the space. Her sculptures use posture and pattern to show how much we carry in our bodies at once: joy, silliness, softness, passion, strain, and longing. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><em><span>Connective Tissue<\\\/span><\\\/em><span> also includes a selection of works on paper and small objects that comprise another aspect of Washburn&rsquo;s practice. These small works are comprised of recycled paper, cardboard packaging, and other materials that are frequently discarded. All Washburn&rsquo;s work is united by her form of mark-making: bright, visible hand-stitching. This visual and functional element underlines the physical, anatomical aspect of sewing and visualizes the patchwork of identity-forming.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Fri, 25 Sep 2026 10:00:00 -0400\",\"ends\":\"Fri, 25 Sep 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4151845\\\/connective-tissue-by-hanna-washburn\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1115479\",\"eventinstance_id\":\"4131168\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4131168\",\"title\":\"The Hatmaker's Wife | Theatre UCF\",\"subtitle\":null,\"description\":\"<p>Explore a magical redefining of family and true love in Theatre UCF's production of Lauren Yee&rsquo;s delightful play.<\\\/p>\\n<p>A young woman moves in with her boyfriend, full of hope for a fairytale existence. Talking walls soon reveal the lives of a previous couple who once called the apartment home.&nbsp;<\\\/p>\",\"location\":\"Theatre UCF: Black Box: TH 6\",\"location_url\":\"http:\\\/\\\/map.ucf.edu\\\/?show=6\",\"virtual_url\":null,\"registration_link\":\"https:\\\/\\\/cah.ucf.edu\\\/events\\\/detail\\\/hatmakers-wife\\\/\",\"registration_info\":\"Tickets: $25, $10 with UCF or student ID\",\"starts\":\"Fri, 25 Sep 2026 19:30:00 -0400\",\"ends\":\"Fri, 25 Sep 2026 21:30:00 -0400\",\"ongoing\":\"True\",\"category\":\"Concert\\\/Performance\",\"tags\":[\"Theatre UCF\",\"theatre\"],\"contact_name\":\"UCF School of Performing Arts Box Office\",\"contact_phone\":null,\"contact_email\":\"boxoffice@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4131168\\\/the-hatmakers-wife-theatre-ucf\\\/\",\"filtered_category\":\"theatre\",\"filtered_categories\":[\"Theatre\"]},{\"event_id\":\"1126666\",\"eventinstance_id\":\"4152251\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4152251\",\"title\":\"Flying Horse Big Band Concert\",\"subtitle\":null,\"description\":\"<p>Under the direction of Jeff Rupert, the Flying Horse Big Band is UCF's premier jazz ensemble. Comprised of students in UCF's jazz studies program, this chart-topping group has performed globally, with two of their albums reaching the #1 spot on the national (professional) jazz charts. In 2026, the Flying Horse Big band was one of 10 university jazz bands in the country invited by Wynton Marsalis to participate in the National Collegiate Jazz Competition, held at the prestigious Lincoln Center.<\\\/p>\",\"location\":\"Nicholson Auditorium: NSCM 101\",\"location_url\":\"https:\\\/\\\/map.ucf.edu\\\/?show=75\",\"virtual_url\":null,\"registration_link\":\"https:\\\/\\\/www.purplepass.com\\\/events\\\/378531-flying-horse-big-band-concert-sep-25th-2026\",\"registration_info\":\"Standard tickets: $20; All students and UCF faculty\\\/staff: Free\",\"starts\":\"Fri, 25 Sep 2026 20:00:00 -0400\",\"ends\":\"Fri, 25 Sep 2026 22:00:00 -0400\",\"ongoing\":\"False\",\"category\":\"Concert\\\/Performance\",\"tags\":[\"Music\",\"ucf music\"],\"contact_name\":\"UCF School of Performing Arts Box Office\",\"contact_phone\":\"4078231500\",\"contact_email\":\"boxoffice@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4152251\\\/flying-horse-big-band-concert\\\/\",\"filtered_category\":\"music\",\"filtered_categories\":[\"Music\"]},{\"event_id\":\"1115479\",\"eventinstance_id\":\"4131169\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4131169\",\"title\":\"The Hatmaker's Wife | Theatre UCF\",\"subtitle\":null,\"description\":\"<p>Explore a magical redefining of family and true love in Theatre UCF's production of Lauren Yee&rsquo;s delightful play.<\\\/p>\\n<p>A young woman moves in with her boyfriend, full of hope for a fairytale existence. Talking walls soon reveal the lives of a previous couple who once called the apartment home.&nbsp;<\\\/p>\",\"location\":\"Theatre UCF: Black Box: TH 6\",\"location_url\":\"http:\\\/\\\/map.ucf.edu\\\/?show=6\",\"virtual_url\":null,\"registration_link\":\"https:\\\/\\\/cah.ucf.edu\\\/events\\\/detail\\\/hatmakers-wife\\\/\",\"registration_info\":\"Tickets: $25, $10 with UCF or student ID\",\"starts\":\"Sat, 26 Sep 2026 19:30:00 -0400\",\"ends\":\"Sat, 26 Sep 2026 21:30:00 -0400\",\"ongoing\":\"True\",\"category\":\"Concert\\\/Performance\",\"tags\":[\"Theatre UCF\",\"theatre\"],\"contact_name\":\"UCF School of Performing Arts Box Office\",\"contact_phone\":null,\"contact_email\":\"boxoffice@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4131169\\\/the-hatmakers-wife-theatre-ucf\\\/\",\"filtered_category\":\"theatre\",\"filtered_categories\":[\"Theatre\"]},{\"event_id\":\"1115479\",\"eventinstance_id\":\"4131170\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4131170\",\"title\":\"The Hatmaker's Wife | Theatre UCF\",\"subtitle\":null,\"description\":\"<p>Explore a magical redefining of family and true love in Theatre UCF's production of Lauren Yee&rsquo;s delightful play.<\\\/p>\\n<p>A young woman moves in with her boyfriend, full of hope for a fairytale existence. Talking walls soon reveal the lives of a previous couple who once called the apartment home.&nbsp;<\\\/p>\",\"location\":\"Theatre UCF: Black Box: TH 6\",\"location_url\":\"http:\\\/\\\/map.ucf.edu\\\/?show=6\",\"virtual_url\":null,\"registration_link\":\"https:\\\/\\\/cah.ucf.edu\\\/events\\\/detail\\\/hatmakers-wife\\\/\",\"registration_info\":\"Tickets: $25, $10 with UCF or student ID\",\"starts\":\"Sun, 27 Sep 2026 14:00:00 -0400\",\"ends\":\"Sun, 27 Sep 2026 16:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Concert\\\/Performance\",\"tags\":[\"Theatre UCF\",\"theatre\"],\"contact_name\":\"UCF School of Performing Arts Box Office\",\"contact_phone\":null,\"contact_email\":\"boxoffice@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4131170\\\/the-hatmakers-wife-theatre-ucf\\\/\",\"filtered_category\":\"theatre\",\"filtered_categories\":[\"Theatre\"]},{\"event_id\":\"1126586\",\"eventinstance_id\":\"4151846\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4151846\",\"title\":\"Connective Tissue by Hanna Washburn\",\"subtitle\":null,\"description\":\"<p><span>Hanna Washburn constructs sculptures from repurposed textiles, furniture, household items, and other utilitarian materials.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Sewing by hand and working intuitively, Washburn allows her forms to evolve into complex aggregates of color, pattern, and texture that gesture, emote, and hold space. With a background in traditional sewing, Washburn honors and experiments with her inherited process, employing and complicating textile techniques like quilting, embroidery, and upholstery. The use of recycled textiles and household objects spark moments of recognition, as materials once used to cover and comfort take on their own autonomy. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Washburn&rsquo;s sculptures are visually and thematically pieced together; a jumble of memories, feelings, and associations that blend, clash, and overlap. In <\\\/span><em><span>Connective Tissue<\\\/span><\\\/em><span>, anthropomorphic forms are caught in the process of growing and changing: curvy figures are elongating and gesticulating, reaching towards each other and animating the space. Her sculptures use posture and pattern to show how much we carry in our bodies at once: joy, silliness, softness, passion, strain, and longing. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><em><span>Connective Tissue<\\\/span><\\\/em><span> also includes a selection of works on paper and small objects that comprise another aspect of Washburn&rsquo;s practice. These small works are comprised of recycled paper, cardboard packaging, and other materials that are frequently discarded. All Washburn&rsquo;s work is united by her form of mark-making: bright, visible hand-stitching. This visual and functional element underlines the physical, anatomical aspect of sewing and visualizes the patchwork of identity-forming.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Mon, 28 Sep 2026 10:00:00 -0400\",\"ends\":\"Mon, 28 Sep 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4151846\\\/connective-tissue-by-hanna-washburn\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1126586\",\"eventinstance_id\":\"4151847\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4151847\",\"title\":\"Connective Tissue by Hanna Washburn\",\"subtitle\":null,\"description\":\"<p><span>Hanna Washburn constructs sculptures from repurposed textiles, furniture, household items, and other utilitarian materials.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Sewing by hand and working intuitively, Washburn allows her forms to evolve into complex aggregates of color, pattern, and texture that gesture, emote, and hold space. With a background in traditional sewing, Washburn honors and experiments with her inherited process, employing and complicating textile techniques like quilting, embroidery, and upholstery. The use of recycled textiles and household objects spark moments of recognition, as materials once used to cover and comfort take on their own autonomy. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Washburn&rsquo;s sculptures are visually and thematically pieced together; a jumble of memories, feelings, and associations that blend, clash, and overlap. In <\\\/span><em><span>Connective Tissue<\\\/span><\\\/em><span>, anthropomorphic forms are caught in the process of growing and changing: curvy figures are elongating and gesticulating, reaching towards each other and animating the space. Her sculptures use posture and pattern to show how much we carry in our bodies at once: joy, silliness, softness, passion, strain, and longing. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><em><span>Connective Tissue<\\\/span><\\\/em><span> also includes a selection of works on paper and small objects that comprise another aspect of Washburn&rsquo;s practice. These small works are comprised of recycled paper, cardboard packaging, and other materials that are frequently discarded. All Washburn&rsquo;s work is united by her form of mark-making: bright, visible hand-stitching. This visual and functional element underlines the physical, anatomical aspect of sewing and visualizes the patchwork of identity-forming.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Tue, 29 Sep 2026 10:00:00 -0400\",\"ends\":\"Tue, 29 Sep 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4151847\\\/connective-tissue-by-hanna-washburn\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1126682\",\"eventinstance_id\":\"4152269\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4152269\",\"title\":\"Jazz Chamber Concert\",\"subtitle\":null,\"description\":\"<p>&nbsp;UCF's two Jazz Chamber groups will perform an intimate repertoire combining musicianship and improvisation. These musicians, led by Jeff Rupert, frequently perform around Central Florida.<\\\/p>\\n<p><strong>Free event. No registration required.<\\\/strong>&nbsp;<\\\/p>\",\"location\":\"Rehearsal Hall: Auditorium\",\"location_url\":\"http:\\\/\\\/map.ucf.edu\\\/?show=19\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Tue, 29 Sep 2026 20:00:00 -0400\",\"ends\":\"Tue, 29 Sep 2026 21:30:00 -0400\",\"ongoing\":\"False\",\"category\":\"Concert\\\/Performance\",\"tags\":[\"Music\",\"ucf music\"],\"contact_name\":\"Per Danielsson\",\"contact_phone\":null,\"contact_email\":\"perdanielsson@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4152269\\\/jazz-chamber-concert\\\/\",\"filtered_category\":\"music\",\"filtered_categories\":[\"Music\"]},{\"event_id\":\"1126586\",\"eventinstance_id\":\"4151848\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4151848\",\"title\":\"Connective Tissue by Hanna Washburn\",\"subtitle\":null,\"description\":\"<p><span>Hanna Washburn constructs sculptures from repurposed textiles, furniture, household items, and other utilitarian materials.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Sewing by hand and working intuitively, Washburn allows her forms to evolve into complex aggregates of color, pattern, and texture that gesture, emote, and hold space. With a background in traditional sewing, Washburn honors and experiments with her inherited process, employing and complicating textile techniques like quilting, embroidery, and upholstery. The use of recycled textiles and household objects spark moments of recognition, as materials once used to cover and comfort take on their own autonomy. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Washburn&rsquo;s sculptures are visually and thematically pieced together; a jumble of memories, feelings, and associations that blend, clash, and overlap. In <\\\/span><em><span>Connective Tissue<\\\/span><\\\/em><span>, anthropomorphic forms are caught in the process of growing and changing: curvy figures are elongating and gesticulating, reaching towards each other and animating the space. Her sculptures use posture and pattern to show how much we carry in our bodies at once: joy, silliness, softness, passion, strain, and longing. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><em><span>Connective Tissue<\\\/span><\\\/em><span> also includes a selection of works on paper and small objects that comprise another aspect of Washburn&rsquo;s practice. These small works are comprised of recycled paper, cardboard packaging, and other materials that are frequently discarded. All Washburn&rsquo;s work is united by her form of mark-making: bright, visible hand-stitching. This visual and functional element underlines the physical, anatomical aspect of sewing and visualizes the patchwork of identity-forming.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Wed, 30 Sep 2026 10:00:00 -0400\",\"ends\":\"Wed, 30 Sep 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4151848\\\/connective-tissue-by-hanna-washburn\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1115479\",\"eventinstance_id\":\"4131171\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4131171\",\"title\":\"The Hatmaker's Wife | Theatre UCF\",\"subtitle\":null,\"description\":\"<p>Explore a magical redefining of family and true love in Theatre UCF's production of Lauren Yee&rsquo;s delightful play.<\\\/p>\\n<p>A young woman moves in with her boyfriend, full of hope for a fairytale existence. Talking walls soon reveal the lives of a previous couple who once called the apartment home.&nbsp;<\\\/p>\",\"location\":\"Theatre UCF: Black Box: TH 6\",\"location_url\":\"http:\\\/\\\/map.ucf.edu\\\/?show=6\",\"virtual_url\":null,\"registration_link\":\"https:\\\/\\\/cah.ucf.edu\\\/events\\\/detail\\\/hatmakers-wife\\\/\",\"registration_info\":\"Tickets: $25, $10 with UCF or student ID\",\"starts\":\"Wed, 30 Sep 2026 19:30:00 -0400\",\"ends\":\"Wed, 30 Sep 2026 21:30:00 -0400\",\"ongoing\":\"True\",\"category\":\"Concert\\\/Performance\",\"tags\":[\"Theatre UCF\",\"theatre\"],\"contact_name\":\"UCF School of Performing Arts Box Office\",\"contact_phone\":null,\"contact_email\":\"boxoffice@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4131171\\\/the-hatmakers-wife-theatre-ucf\\\/\",\"filtered_category\":\"theatre\",\"filtered_categories\":[\"Theatre\"]},{\"event_id\":\"1126586\",\"eventinstance_id\":\"4151849\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4151849\",\"title\":\"Connective Tissue by Hanna Washburn\",\"subtitle\":null,\"description\":\"<p><span>Hanna Washburn constructs sculptures from repurposed textiles, furniture, household items, and other utilitarian materials.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Sewing by hand and working intuitively, Washburn allows her forms to evolve into complex aggregates of color, pattern, and texture that gesture, emote, and hold space. With a background in traditional sewing, Washburn honors and experiments with her inherited process, employing and complicating textile techniques like quilting, embroidery, and upholstery. The use of recycled textiles and household objects spark moments of recognition, as materials once used to cover and comfort take on their own autonomy. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Washburn&rsquo;s sculptures are visually and thematically pieced together; a jumble of memories, feelings, and associations that blend, clash, and overlap. In <\\\/span><em><span>Connective Tissue<\\\/span><\\\/em><span>, anthropomorphic forms are caught in the process of growing and changing: curvy figures are elongating and gesticulating, reaching towards each other and animating the space. Her sculptures use posture and pattern to show how much we carry in our bodies at once: joy, silliness, softness, passion, strain, and longing. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><em><span>Connective Tissue<\\\/span><\\\/em><span> also includes a selection of works on paper and small objects that comprise another aspect of Washburn&rsquo;s practice. These small works are comprised of recycled paper, cardboard packaging, and other materials that are frequently discarded. All Washburn&rsquo;s work is united by her form of mark-making: bright, visible hand-stitching. This visual and functional element underlines the physical, anatomical aspect of sewing and visualizes the patchwork of identity-forming.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Thu, 01 Oct 2026 10:00:00 -0400\",\"ends\":\"Thu, 01 Oct 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4151849\\\/connective-tissue-by-hanna-washburn\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1115479\",\"eventinstance_id\":\"4131172\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4131172\",\"title\":\"The Hatmaker's Wife | Theatre UCF\",\"subtitle\":null,\"description\":\"<p>Explore a magical redefining of family and true love in Theatre UCF's production of Lauren Yee&rsquo;s delightful play.<\\\/p>\\n<p>A young woman moves in with her boyfriend, full of hope for a fairytale existence. Talking walls soon reveal the lives of a previous couple who once called the apartment home.&nbsp;<\\\/p>\",\"location\":\"Theatre UCF: Black Box: TH 6\",\"location_url\":\"http:\\\/\\\/map.ucf.edu\\\/?show=6\",\"virtual_url\":null,\"registration_link\":\"https:\\\/\\\/cah.ucf.edu\\\/events\\\/detail\\\/hatmakers-wife\\\/\",\"registration_info\":\"Tickets: $25, $10 with UCF or student ID\",\"starts\":\"Thu, 01 Oct 2026 19:30:00 -0400\",\"ends\":\"Thu, 01 Oct 2026 21:30:00 -0400\",\"ongoing\":\"True\",\"category\":\"Concert\\\/Performance\",\"tags\":[\"Theatre UCF\",\"theatre\"],\"contact_name\":\"UCF School of Performing Arts Box Office\",\"contact_phone\":null,\"contact_email\":\"boxoffice@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4131172\\\/the-hatmakers-wife-theatre-ucf\\\/\",\"filtered_category\":\"theatre\",\"filtered_categories\":[\"Theatre\"]},{\"event_id\":\"1126586\",\"eventinstance_id\":\"4151850\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4151850\",\"title\":\"Connective Tissue by Hanna Washburn\",\"subtitle\":null,\"description\":\"<p><span>Hanna Washburn constructs sculptures from repurposed textiles, furniture, household items, and other utilitarian materials.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Sewing by hand and working intuitively, Washburn allows her forms to evolve into complex aggregates of color, pattern, and texture that gesture, emote, and hold space. With a background in traditional sewing, Washburn honors and experiments with her inherited process, employing and complicating textile techniques like quilting, embroidery, and upholstery. The use of recycled textiles and household objects spark moments of recognition, as materials once used to cover and comfort take on their own autonomy. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Washburn&rsquo;s sculptures are visually and thematically pieced together; a jumble of memories, feelings, and associations that blend, clash, and overlap. In <\\\/span><em><span>Connective Tissue<\\\/span><\\\/em><span>, anthropomorphic forms are caught in the process of growing and changing: curvy figures are elongating and gesticulating, reaching towards each other and animating the space. Her sculptures use posture and pattern to show how much we carry in our bodies at once: joy, silliness, softness, passion, strain, and longing. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><em><span>Connective Tissue<\\\/span><\\\/em><span> also includes a selection of works on paper and small objects that comprise another aspect of Washburn&rsquo;s practice. These small works are comprised of recycled paper, cardboard packaging, and other materials that are frequently discarded. All Washburn&rsquo;s work is united by her form of mark-making: bright, visible hand-stitching. This visual and functional element underlines the physical, anatomical aspect of sewing and visualizes the patchwork of identity-forming.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Fri, 02 Oct 2026 10:00:00 -0400\",\"ends\":\"Fri, 02 Oct 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4151850\\\/connective-tissue-by-hanna-washburn\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1115479\",\"eventinstance_id\":\"4131173\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4131173\",\"title\":\"The Hatmaker's Wife | Theatre UCF\",\"subtitle\":null,\"description\":\"<p>Explore a magical redefining of family and true love in Theatre UCF's production of Lauren Yee&rsquo;s delightful play.<\\\/p>\\n<p>A young woman moves in with her boyfriend, full of hope for a fairytale existence. Talking walls soon reveal the lives of a previous couple who once called the apartment home.&nbsp;<\\\/p>\",\"location\":\"Theatre UCF: Black Box: TH 6\",\"location_url\":\"http:\\\/\\\/map.ucf.edu\\\/?show=6\",\"virtual_url\":null,\"registration_link\":\"https:\\\/\\\/cah.ucf.edu\\\/events\\\/detail\\\/hatmakers-wife\\\/\",\"registration_info\":\"Tickets: $25, $10 with UCF or student ID\",\"starts\":\"Fri, 02 Oct 2026 19:30:00 -0400\",\"ends\":\"Fri, 02 Oct 2026 21:30:00 -0400\",\"ongoing\":\"True\",\"category\":\"Concert\\\/Performance\",\"tags\":[\"Theatre UCF\",\"theatre\"],\"contact_name\":\"UCF School of Performing Arts Box Office\",\"contact_phone\":null,\"contact_email\":\"boxoffice@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4131173\\\/the-hatmakers-wife-theatre-ucf\\\/\",\"filtered_category\":\"theatre\",\"filtered_categories\":[\"Theatre\"]},{\"event_id\":\"1115479\",\"eventinstance_id\":\"4131174\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4131174\",\"title\":\"The Hatmaker's Wife | Theatre UCF\",\"subtitle\":null,\"description\":\"<p>Explore a magical redefining of family and true love in Theatre UCF's production of Lauren Yee&rsquo;s delightful play.<\\\/p>\\n<p>A young woman moves in with her boyfriend, full of hope for a fairytale existence. Talking walls soon reveal the lives of a previous couple who once called the apartment home.&nbsp;<\\\/p>\",\"location\":\"Theatre UCF: Black Box: TH 6\",\"location_url\":\"http:\\\/\\\/map.ucf.edu\\\/?show=6\",\"virtual_url\":null,\"registration_link\":\"https:\\\/\\\/cah.ucf.edu\\\/events\\\/detail\\\/hatmakers-wife\\\/\",\"registration_info\":\"Tickets: $25, $10 with UCF or student ID\",\"starts\":\"Sat, 03 Oct 2026 19:30:00 -0400\",\"ends\":\"Sat, 03 Oct 2026 21:30:00 -0400\",\"ongoing\":\"True\",\"category\":\"Concert\\\/Performance\",\"tags\":[\"Theatre UCF\",\"theatre\"],\"contact_name\":\"UCF School of Performing Arts Box Office\",\"contact_phone\":null,\"contact_email\":\"boxoffice@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4131174\\\/the-hatmakers-wife-theatre-ucf\\\/\",\"filtered_category\":\"theatre\",\"filtered_categories\":[\"Theatre\"]},{\"event_id\":\"1115479\",\"eventinstance_id\":\"4131175\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4131175\",\"title\":\"The Hatmaker's Wife | Theatre UCF\",\"subtitle\":null,\"description\":\"<p>Explore a magical redefining of family and true love in Theatre UCF's production of Lauren Yee&rsquo;s delightful play.<\\\/p>\\n<p>A young woman moves in with her boyfriend, full of hope for a fairytale existence. Talking walls soon reveal the lives of a previous couple who once called the apartment home.&nbsp;<\\\/p>\",\"location\":\"Theatre UCF: Black Box: TH 6\",\"location_url\":\"http:\\\/\\\/map.ucf.edu\\\/?show=6\",\"virtual_url\":null,\"registration_link\":\"https:\\\/\\\/cah.ucf.edu\\\/events\\\/detail\\\/hatmakers-wife\\\/\",\"registration_info\":\"Tickets: $25, $10 with UCF or student ID\",\"starts\":\"Sun, 04 Oct 2026 14:00:00 -0400\",\"ends\":\"Sun, 04 Oct 2026 16:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Concert\\\/Performance\",\"tags\":[\"Theatre UCF\",\"theatre\"],\"contact_name\":\"UCF School of Performing Arts Box Office\",\"contact_phone\":null,\"contact_email\":\"boxoffice@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4131175\\\/the-hatmakers-wife-theatre-ucf\\\/\",\"filtered_category\":\"theatre\",\"filtered_categories\":[\"Theatre\"]},{\"event_id\":\"1126586\",\"eventinstance_id\":\"4151851\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4151851\",\"title\":\"Connective Tissue by Hanna Washburn\",\"subtitle\":null,\"description\":\"<p><span>Hanna Washburn constructs sculptures from repurposed textiles, furniture, household items, and other utilitarian materials.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Sewing by hand and working intuitively, Washburn allows her forms to evolve into complex aggregates of color, pattern, and texture that gesture, emote, and hold space. With a background in traditional sewing, Washburn honors and experiments with her inherited process, employing and complicating textile techniques like quilting, embroidery, and upholstery. The use of recycled textiles and household objects spark moments of recognition, as materials once used to cover and comfort take on their own autonomy. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Washburn&rsquo;s sculptures are visually and thematically pieced together; a jumble of memories, feelings, and associations that blend, clash, and overlap. In <\\\/span><em><span>Connective Tissue<\\\/span><\\\/em><span>, anthropomorphic forms are caught in the process of growing and changing: curvy figures are elongating and gesticulating, reaching towards each other and animating the space. Her sculptures use posture and pattern to show how much we carry in our bodies at once: joy, silliness, softness, passion, strain, and longing. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><em><span>Connective Tissue<\\\/span><\\\/em><span> also includes a selection of works on paper and small objects that comprise another aspect of Washburn&rsquo;s practice. These small works are comprised of recycled paper, cardboard packaging, and other materials that are frequently discarded. All Washburn&rsquo;s work is united by her form of mark-making: bright, visible hand-stitching. This visual and functional element underlines the physical, anatomical aspect of sewing and visualizes the patchwork of identity-forming.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Mon, 05 Oct 2026 10:00:00 -0400\",\"ends\":\"Mon, 05 Oct 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4151851\\\/connective-tissue-by-hanna-washburn\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1126586\",\"eventinstance_id\":\"4151852\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4151852\",\"title\":\"Connective Tissue by Hanna Washburn\",\"subtitle\":null,\"description\":\"<p><span>Hanna Washburn constructs sculptures from repurposed textiles, furniture, household items, and other utilitarian materials.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Sewing by hand and working intuitively, Washburn allows her forms to evolve into complex aggregates of color, pattern, and texture that gesture, emote, and hold space. With a background in traditional sewing, Washburn honors and experiments with her inherited process, employing and complicating textile techniques like quilting, embroidery, and upholstery. The use of recycled textiles and household objects spark moments of recognition, as materials once used to cover and comfort take on their own autonomy. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Washburn&rsquo;s sculptures are visually and thematically pieced together; a jumble of memories, feelings, and associations that blend, clash, and overlap. In <\\\/span><em><span>Connective Tissue<\\\/span><\\\/em><span>, anthropomorphic forms are caught in the process of growing and changing: curvy figures are elongating and gesticulating, reaching towards each other and animating the space. Her sculptures use posture and pattern to show how much we carry in our bodies at once: joy, silliness, softness, passion, strain, and longing. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><em><span>Connective Tissue<\\\/span><\\\/em><span> also includes a selection of works on paper and small objects that comprise another aspect of Washburn&rsquo;s practice. These small works are comprised of recycled paper, cardboard packaging, and other materials that are frequently discarded. All Washburn&rsquo;s work is united by her form of mark-making: bright, visible hand-stitching. This visual and functional element underlines the physical, anatomical aspect of sewing and visualizes the patchwork of identity-forming.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Tue, 06 Oct 2026 10:00:00 -0400\",\"ends\":\"Tue, 06 Oct 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4151852\\\/connective-tissue-by-hanna-washburn\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1126586\",\"eventinstance_id\":\"4151853\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4151853\",\"title\":\"Connective Tissue by Hanna Washburn\",\"subtitle\":null,\"description\":\"<p><span>Hanna Washburn constructs sculptures from repurposed textiles, furniture, household items, and other utilitarian materials.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Sewing by hand and working intuitively, Washburn allows her forms to evolve into complex aggregates of color, pattern, and texture that gesture, emote, and hold space. With a background in traditional sewing, Washburn honors and experiments with her inherited process, employing and complicating textile techniques like quilting, embroidery, and upholstery. The use of recycled textiles and household objects spark moments of recognition, as materials once used to cover and comfort take on their own autonomy. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Washburn&rsquo;s sculptures are visually and thematically pieced together; a jumble of memories, feelings, and associations that blend, clash, and overlap. In <\\\/span><em><span>Connective Tissue<\\\/span><\\\/em><span>, anthropomorphic forms are caught in the process of growing and changing: curvy figures are elongating and gesticulating, reaching towards each other and animating the space. Her sculptures use posture and pattern to show how much we carry in our bodies at once: joy, silliness, softness, passion, strain, and longing. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><em><span>Connective Tissue<\\\/span><\\\/em><span> also includes a selection of works on paper and small objects that comprise another aspect of Washburn&rsquo;s practice. These small works are comprised of recycled paper, cardboard packaging, and other materials that are frequently discarded. All Washburn&rsquo;s work is united by her form of mark-making: bright, visible hand-stitching. This visual and functional element underlines the physical, anatomical aspect of sewing and visualizes the patchwork of identity-forming.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Wed, 07 Oct 2026 10:00:00 -0400\",\"ends\":\"Wed, 07 Oct 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4151853\\\/connective-tissue-by-hanna-washburn\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1126586\",\"eventinstance_id\":\"4151854\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4151854\",\"title\":\"Connective Tissue by Hanna Washburn\",\"subtitle\":null,\"description\":\"<p><span>Hanna Washburn constructs sculptures from repurposed textiles, furniture, household items, and other utilitarian materials.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Sewing by hand and working intuitively, Washburn allows her forms to evolve into complex aggregates of color, pattern, and texture that gesture, emote, and hold space. With a background in traditional sewing, Washburn honors and experiments with her inherited process, employing and complicating textile techniques like quilting, embroidery, and upholstery. The use of recycled textiles and household objects spark moments of recognition, as materials once used to cover and comfort take on their own autonomy. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Washburn&rsquo;s sculptures are visually and thematically pieced together; a jumble of memories, feelings, and associations that blend, clash, and overlap. In <\\\/span><em><span>Connective Tissue<\\\/span><\\\/em><span>, anthropomorphic forms are caught in the process of growing and changing: curvy figures are elongating and gesticulating, reaching towards each other and animating the space. Her sculptures use posture and pattern to show how much we carry in our bodies at once: joy, silliness, softness, passion, strain, and longing. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><em><span>Connective Tissue<\\\/span><\\\/em><span> also includes a selection of works on paper and small objects that comprise another aspect of Washburn&rsquo;s practice. These small works are comprised of recycled paper, cardboard packaging, and other materials that are frequently discarded. All Washburn&rsquo;s work is united by her form of mark-making: bright, visible hand-stitching. This visual and functional element underlines the physical, anatomical aspect of sewing and visualizes the patchwork of identity-forming.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Thu, 08 Oct 2026 10:00:00 -0400\",\"ends\":\"Thu, 08 Oct 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4151854\\\/connective-tissue-by-hanna-washburn\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1126586\",\"eventinstance_id\":\"4151855\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4151855\",\"title\":\"Connective Tissue by Hanna Washburn\",\"subtitle\":null,\"description\":\"<p><span>Hanna Washburn constructs sculptures from repurposed textiles, furniture, household items, and other utilitarian materials.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Sewing by hand and working intuitively, Washburn allows her forms to evolve into complex aggregates of color, pattern, and texture that gesture, emote, and hold space. With a background in traditional sewing, Washburn honors and experiments with her inherited process, employing and complicating textile techniques like quilting, embroidery, and upholstery. The use of recycled textiles and household objects spark moments of recognition, as materials once used to cover and comfort take on their own autonomy. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Washburn&rsquo;s sculptures are visually and thematically pieced together; a jumble of memories, feelings, and associations that blend, clash, and overlap. In <\\\/span><em><span>Connective Tissue<\\\/span><\\\/em><span>, anthropomorphic forms are caught in the process of growing and changing: curvy figures are elongating and gesticulating, reaching towards each other and animating the space. Her sculptures use posture and pattern to show how much we carry in our bodies at once: joy, silliness, softness, passion, strain, and longing. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><em><span>Connective Tissue<\\\/span><\\\/em><span> also includes a selection of works on paper and small objects that comprise another aspect of Washburn&rsquo;s practice. These small works are comprised of recycled paper, cardboard packaging, and other materials that are frequently discarded. All Washburn&rsquo;s work is united by her form of mark-making: bright, visible hand-stitching. This visual and functional element underlines the physical, anatomical aspect of sewing and visualizes the patchwork of identity-forming.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Fri, 09 Oct 2026 10:00:00 -0400\",\"ends\":\"Fri, 09 Oct 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4151855\\\/connective-tissue-by-hanna-washburn\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1126313\",\"eventinstance_id\":\"4150979\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4150979\",\"title\":\"Godspell | Theatre UCF\",\"subtitle\":null,\"description\":\"<p>Stephen Schwartz and John-Michael Tebelak's Broadway hit musical <em>Godspell&nbsp;<\\\/em><span>has moved audiences for over 45 years! Experience its timeless messages, based on the Gospel According to St. Matthew, through beloved hits like, &ldquo;Day by Day,&rdquo; &ldquo;All Good Gifts,&rdquo; and &ldquo;By My Side.&rdquo;<\\\/span><\\\/p>\",\"location\":\"Theatre UCF: Main Stage: TH 6\",\"location_url\":\"http:\\\/\\\/map.ucf.edu\\\/?show=6\",\"virtual_url\":null,\"registration_link\":\"https:\\\/\\\/cah.ucf.edu\\\/events\\\/detail\\\/godspell\\\/\",\"registration_info\":\"Tickets: $25, $10 with UCF or student ID\",\"starts\":\"Thu, 15 Oct 2026 19:30:00 -0400\",\"ends\":\"Thu, 15 Oct 2026 22:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Concert\\\/Performance\",\"tags\":[\"theatre\",\"Theatre UCF\"],\"contact_name\":\"UCF School of Performing Arts Box Office\",\"contact_phone\":\"4078231500\",\"contact_email\":\"boxoffice@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4150979\\\/godspell-theatre-ucf\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"Theatre\"]},{\"event_id\":\"1126313\",\"eventinstance_id\":\"4150980\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4150980\",\"title\":\"Godspell | Theatre UCF\",\"subtitle\":null,\"description\":\"<p>Stephen Schwartz and John-Michael Tebelak's Broadway hit musical <em>Godspell&nbsp;<\\\/em><span>has moved audiences for over 45 years! Experience its timeless messages, based on the Gospel According to St. Matthew, through beloved hits like, &ldquo;Day by Day,&rdquo; &ldquo;All Good Gifts,&rdquo; and &ldquo;By My Side.&rdquo;<\\\/span><\\\/p>\",\"location\":\"Theatre UCF: Main Stage: TH 6\",\"location_url\":\"http:\\\/\\\/map.ucf.edu\\\/?show=6\",\"virtual_url\":null,\"registration_link\":\"https:\\\/\\\/cah.ucf.edu\\\/events\\\/detail\\\/godspell\\\/\",\"registration_info\":\"Tickets: $25, $10 with UCF or student ID\",\"starts\":\"Fri, 16 Oct 2026 19:30:00 -0400\",\"ends\":\"Fri, 16 Oct 2026 22:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Concert\\\/Performance\",\"tags\":[\"theatre\",\"Theatre UCF\"],\"contact_name\":\"UCF School of Performing Arts Box Office\",\"contact_phone\":\"4078231500\",\"contact_email\":\"boxoffice@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4150980\\\/godspell-theatre-ucf\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"Theatre\"]},{\"event_id\":\"1126313\",\"eventinstance_id\":\"4150981\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4150981\",\"title\":\"Godspell | Theatre UCF\",\"subtitle\":null,\"description\":\"<p>Stephen Schwartz and John-Michael Tebelak's Broadway hit musical <em>Godspell&nbsp;<\\\/em><span>has moved audiences for over 45 years! Experience its timeless messages, based on the Gospel According to St. Matthew, through beloved hits like, &ldquo;Day by Day,&rdquo; &ldquo;All Good Gifts,&rdquo; and &ldquo;By My Side.&rdquo;<\\\/span><\\\/p>\",\"location\":\"Theatre UCF: Main Stage: TH 6\",\"location_url\":\"http:\\\/\\\/map.ucf.edu\\\/?show=6\",\"virtual_url\":null,\"registration_link\":\"https:\\\/\\\/cah.ucf.edu\\\/events\\\/detail\\\/godspell\\\/\",\"registration_info\":\"Tickets: $25, $10 with UCF or student ID\",\"starts\":\"Sat, 17 Oct 2026 19:30:00 -0400\",\"ends\":\"Sat, 17 Oct 2026 22:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Concert\\\/Performance\",\"tags\":[\"theatre\",\"Theatre UCF\"],\"contact_name\":\"UCF School of Performing Arts Box Office\",\"contact_phone\":\"4078231500\",\"contact_email\":\"boxoffice@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4150981\\\/godspell-theatre-ucf\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"Theatre\"]},{\"event_id\":\"1126313\",\"eventinstance_id\":\"4150991\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4150991\",\"title\":\"Godspell | Theatre UCF\",\"subtitle\":null,\"description\":\"<p>Stephen Schwartz and John-Michael Tebelak's Broadway hit musical <em>Godspell&nbsp;<\\\/em><span>has moved audiences for over 45 years! Experience its timeless messages, based on the Gospel According to St. Matthew, through beloved hits like, &ldquo;Day by Day,&rdquo; &ldquo;All Good Gifts,&rdquo; and &ldquo;By My Side.&rdquo;<\\\/span><\\\/p>\",\"location\":\"Theatre UCF: Main Stage: TH 6\",\"location_url\":\"http:\\\/\\\/map.ucf.edu\\\/?show=6\",\"virtual_url\":null,\"registration_link\":\"https:\\\/\\\/cah.ucf.edu\\\/events\\\/detail\\\/godspell\\\/\",\"registration_info\":\"Tickets: $25, $10 with UCF or student ID\",\"starts\":\"Sun, 18 Oct 2026 14:00:00 -0400\",\"ends\":\"Sun, 18 Oct 2026 16:30:00 -0400\",\"ongoing\":\"True\",\"category\":\"Concert\\\/Performance\",\"tags\":[\"theatre\",\"Theatre UCF\"],\"contact_name\":\"UCF School of Performing Arts Box Office\",\"contact_phone\":\"4078231500\",\"contact_email\":\"boxoffice@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4150991\\\/godspell-theatre-ucf\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"Theatre\"]},{\"event_id\":\"1126607\",\"eventinstance_id\":\"4151942\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4151942\",\"title\":\"Fall 2026 SVAD Faculty Exhibition\",\"subtitle\":null,\"description\":\"<p><span>The UCF Art Gallery is proud to present a dynamic exhibition of artworks by the faculty of the UCF School of Visual Arts and Design. These professional artists have received both national and international recognition for their engaging and thought-provoking works. The exhibition showcases a wide range of traditional and contemporary media and processes including drawing, digital art, mixed media, painting, photography, printmaking, and sculpture.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>This event coincides with <\\\/span><em><span>Art Knight!<\\\/span><\\\/em><span> 2026.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Link to learn more: <\\\/span><a href=\\\"https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/fall-2026-svad-faculty-exhibition\\\/\\\" target=\\\"_blank\\\"><span>https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/fall-2026-svad-faculty-exhibition\\\/<\\\/span><\\\/a><span><\\\/span><span>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Thu, 22 Oct 2026 10:00:00 -0400\",\"ends\":\"Thu, 22 Oct 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4151942\\\/fall-2026-svad-faculty-exhibition\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1126313\",\"eventinstance_id\":\"4150992\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4150992\",\"title\":\"Godspell | Theatre UCF\",\"subtitle\":null,\"description\":\"<p>Stephen Schwartz and John-Michael Tebelak's Broadway hit musical <em>Godspell&nbsp;<\\\/em><span>has moved audiences for over 45 years! Experience its timeless messages, based on the Gospel According to St. Matthew, through beloved hits like, &ldquo;Day by Day,&rdquo; &ldquo;All Good Gifts,&rdquo; and &ldquo;By My Side.&rdquo;<\\\/span><\\\/p>\",\"location\":\"Theatre UCF: Main Stage: TH 6\",\"location_url\":\"http:\\\/\\\/map.ucf.edu\\\/?show=6\",\"virtual_url\":null,\"registration_link\":\"https:\\\/\\\/cah.ucf.edu\\\/events\\\/detail\\\/godspell\\\/\",\"registration_info\":\"Tickets: $25, $10 with UCF or student ID\",\"starts\":\"Thu, 22 Oct 2026 19:30:00 -0400\",\"ends\":\"Thu, 22 Oct 2026 22:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Concert\\\/Performance\",\"tags\":[\"theatre\",\"Theatre UCF\"],\"contact_name\":\"UCF School of Performing Arts Box Office\",\"contact_phone\":\"4078231500\",\"contact_email\":\"boxoffice@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4150992\\\/godspell-theatre-ucf\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"Theatre\"]},{\"event_id\":\"1126607\",\"eventinstance_id\":\"4151943\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4151943\",\"title\":\"Fall 2026 SVAD Faculty Exhibition\",\"subtitle\":null,\"description\":\"<p><span>The UCF Art Gallery is proud to present a dynamic exhibition of artworks by the faculty of the UCF School of Visual Arts and Design. These professional artists have received both national and international recognition for their engaging and thought-provoking works. The exhibition showcases a wide range of traditional and contemporary media and processes including drawing, digital art, mixed media, painting, photography, printmaking, and sculpture.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>This event coincides with <\\\/span><em><span>Art Knight!<\\\/span><\\\/em><span> 2026.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Link to learn more: <\\\/span><a href=\\\"https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/fall-2026-svad-faculty-exhibition\\\/\\\" target=\\\"_blank\\\"><span>https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/fall-2026-svad-faculty-exhibition\\\/<\\\/span><\\\/a><span><\\\/span><span>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Fri, 23 Oct 2026 10:00:00 -0400\",\"ends\":\"Fri, 23 Oct 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4151943\\\/fall-2026-svad-faculty-exhibition\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1126313\",\"eventinstance_id\":\"4150993\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4150993\",\"title\":\"Godspell | Theatre UCF\",\"subtitle\":null,\"description\":\"<p>Stephen Schwartz and John-Michael Tebelak's Broadway hit musical <em>Godspell&nbsp;<\\\/em><span>has moved audiences for over 45 years! Experience its timeless messages, based on the Gospel According to St. Matthew, through beloved hits like, &ldquo;Day by Day,&rdquo; &ldquo;All Good Gifts,&rdquo; and &ldquo;By My Side.&rdquo;<\\\/span><\\\/p>\",\"location\":\"Theatre UCF: Main Stage: TH 6\",\"location_url\":\"http:\\\/\\\/map.ucf.edu\\\/?show=6\",\"virtual_url\":null,\"registration_link\":\"https:\\\/\\\/cah.ucf.edu\\\/events\\\/detail\\\/godspell\\\/\",\"registration_info\":\"Tickets: $25, $10 with UCF or student ID\",\"starts\":\"Fri, 23 Oct 2026 19:30:00 -0400\",\"ends\":\"Fri, 23 Oct 2026 22:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Concert\\\/Performance\",\"tags\":[\"theatre\",\"Theatre UCF\"],\"contact_name\":\"UCF School of Performing Arts Box Office\",\"contact_phone\":\"4078231500\",\"contact_email\":\"boxoffice@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4150993\\\/godspell-theatre-ucf\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"Theatre\"]},{\"event_id\":\"1126313\",\"eventinstance_id\":\"4150994\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4150994\",\"title\":\"Godspell | Theatre UCF\",\"subtitle\":null,\"description\":\"<p>Stephen Schwartz and John-Michael Tebelak's Broadway hit musical <em>Godspell&nbsp;<\\\/em><span>has moved audiences for over 45 years! Experience its timeless messages, based on the Gospel According to St. Matthew, through beloved hits like, &ldquo;Day by Day,&rdquo; &ldquo;All Good Gifts,&rdquo; and &ldquo;By My Side.&rdquo;<\\\/span><\\\/p>\",\"location\":\"Theatre UCF: Main Stage: TH 6\",\"location_url\":\"http:\\\/\\\/map.ucf.edu\\\/?show=6\",\"virtual_url\":null,\"registration_link\":\"https:\\\/\\\/cah.ucf.edu\\\/events\\\/detail\\\/godspell\\\/\",\"registration_info\":\"Tickets: $25, $10 with UCF or student ID\",\"starts\":\"Sat, 24 Oct 2026 19:30:00 -0400\",\"ends\":\"Sat, 24 Oct 2026 22:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Concert\\\/Performance\",\"tags\":[\"theatre\",\"Theatre UCF\"],\"contact_name\":\"UCF School of Performing Arts Box Office\",\"contact_phone\":\"4078231500\",\"contact_email\":\"boxoffice@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4150994\\\/godspell-theatre-ucf\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"Theatre\"]},{\"event_id\":\"1126313\",\"eventinstance_id\":\"4150995\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4150995\",\"title\":\"Godspell | Theatre UCF\",\"subtitle\":null,\"description\":\"<p>Stephen Schwartz and John-Michael Tebelak's Broadway hit musical <em>Godspell&nbsp;<\\\/em><span>has moved audiences for over 45 years! Experience its timeless messages, based on the Gospel According to St. Matthew, through beloved hits like, &ldquo;Day by Day,&rdquo; &ldquo;All Good Gifts,&rdquo; and &ldquo;By My Side.&rdquo;<\\\/span><\\\/p>\",\"location\":\"Theatre UCF: Main Stage: TH 6\",\"location_url\":\"http:\\\/\\\/map.ucf.edu\\\/?show=6\",\"virtual_url\":null,\"registration_link\":\"https:\\\/\\\/cah.ucf.edu\\\/events\\\/detail\\\/godspell\\\/\",\"registration_info\":\"Tickets: $25, $10 with UCF or student ID\",\"starts\":\"Sun, 25 Oct 2026 14:00:00 -0400\",\"ends\":\"Sun, 25 Oct 2026 16:30:00 -0400\",\"ongoing\":\"True\",\"category\":\"Concert\\\/Performance\",\"tags\":[\"theatre\",\"Theatre UCF\"],\"contact_name\":\"UCF School of Performing Arts Box Office\",\"contact_phone\":\"4078231500\",\"contact_email\":\"boxoffice@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4150995\\\/godspell-theatre-ucf\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"Theatre\"]},{\"event_id\":\"1126607\",\"eventinstance_id\":\"4151944\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4151944\",\"title\":\"Fall 2026 SVAD Faculty Exhibition\",\"subtitle\":null,\"description\":\"<p><span>The UCF Art Gallery is proud to present a dynamic exhibition of artworks by the faculty of the UCF School of Visual Arts and Design. These professional artists have received both national and international recognition for their engaging and thought-provoking works. The exhibition showcases a wide range of traditional and contemporary media and processes including drawing, digital art, mixed media, painting, photography, printmaking, and sculpture.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>This event coincides with <\\\/span><em><span>Art Knight!<\\\/span><\\\/em><span> 2026.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Link to learn more: <\\\/span><a href=\\\"https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/fall-2026-svad-faculty-exhibition\\\/\\\" target=\\\"_blank\\\"><span>https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/fall-2026-svad-faculty-exhibition\\\/<\\\/span><\\\/a><span><\\\/span><span>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Mon, 26 Oct 2026 10:00:00 -0400\",\"ends\":\"Mon, 26 Oct 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4151944\\\/fall-2026-svad-faculty-exhibition\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1126607\",\"eventinstance_id\":\"4151945\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4151945\",\"title\":\"Fall 2026 SVAD Faculty Exhibition\",\"subtitle\":null,\"description\":\"<p><span>The UCF Art Gallery is proud to present a dynamic exhibition of artworks by the faculty of the UCF School of Visual Arts and Design. These professional artists have received both national and international recognition for their engaging and thought-provoking works. The exhibition showcases a wide range of traditional and contemporary media and processes including drawing, digital art, mixed media, painting, photography, printmaking, and sculpture.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>This event coincides with <\\\/span><em><span>Art Knight!<\\\/span><\\\/em><span> 2026.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Link to learn more: <\\\/span><a href=\\\"https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/fall-2026-svad-faculty-exhibition\\\/\\\" target=\\\"_blank\\\"><span>https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/fall-2026-svad-faculty-exhibition\\\/<\\\/span><\\\/a><span><\\\/span><span>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Tue, 27 Oct 2026 10:00:00 -0400\",\"ends\":\"Tue, 27 Oct 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4151945\\\/fall-2026-svad-faculty-exhibition\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1126607\",\"eventinstance_id\":\"4151946\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4151946\",\"title\":\"Fall 2026 SVAD Faculty Exhibition\",\"subtitle\":null,\"description\":\"<p><span>The UCF Art Gallery is proud to present a dynamic exhibition of artworks by the faculty of the UCF School of Visual Arts and Design. These professional artists have received both national and international recognition for their engaging and thought-provoking works. The exhibition showcases a wide range of traditional and contemporary media and processes including drawing, digital art, mixed media, painting, photography, printmaking, and sculpture.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>This event coincides with <\\\/span><em><span>Art Knight!<\\\/span><\\\/em><span> 2026.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Link to learn more: <\\\/span><a href=\\\"https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/fall-2026-svad-faculty-exhibition\\\/\\\" target=\\\"_blank\\\"><span>https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/fall-2026-svad-faculty-exhibition\\\/<\\\/span><\\\/a><span><\\\/span><span>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Wed, 28 Oct 2026 10:00:00 -0400\",\"ends\":\"Wed, 28 Oct 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4151946\\\/fall-2026-svad-faculty-exhibition\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1126607\",\"eventinstance_id\":\"4151947\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4151947\",\"title\":\"Fall 2026 SVAD Faculty Exhibition\",\"subtitle\":null,\"description\":\"<p><span>The UCF Art Gallery is proud to present a dynamic exhibition of artworks by the faculty of the UCF School of Visual Arts and Design. These professional artists have received both national and international recognition for their engaging and thought-provoking works. The exhibition showcases a wide range of traditional and contemporary media and processes including drawing, digital art, mixed media, painting, photography, printmaking, and sculpture.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>This event coincides with <\\\/span><em><span>Art Knight!<\\\/span><\\\/em><span> 2026.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Link to learn more: <\\\/span><a href=\\\"https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/fall-2026-svad-faculty-exhibition\\\/\\\" target=\\\"_blank\\\"><span>https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/fall-2026-svad-faculty-exhibition\\\/<\\\/span><\\\/a><span><\\\/span><span>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Thu, 29 Oct 2026 10:00:00 -0400\",\"ends\":\"Thu, 29 Oct 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4151947\\\/fall-2026-svad-faculty-exhibition\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1126607\",\"eventinstance_id\":\"4151948\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4151948\",\"title\":\"Fall 2026 SVAD Faculty Exhibition\",\"subtitle\":null,\"description\":\"<p><span>The UCF Art Gallery is proud to present a dynamic exhibition of artworks by the faculty of the UCF School of Visual Arts and Design. These professional artists have received both national and international recognition for their engaging and thought-provoking works. The exhibition showcases a wide range of traditional and contemporary media and processes including drawing, digital art, mixed media, painting, photography, printmaking, and sculpture.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>This event coincides with <\\\/span><em><span>Art Knight!<\\\/span><\\\/em><span> 2026.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Link to learn more: <\\\/span><a href=\\\"https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/fall-2026-svad-faculty-exhibition\\\/\\\" target=\\\"_blank\\\"><span>https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/fall-2026-svad-faculty-exhibition\\\/<\\\/span><\\\/a><span><\\\/span><span>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Fri, 30 Oct 2026 10:00:00 -0400\",\"ends\":\"Fri, 30 Oct 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4151948\\\/fall-2026-svad-faculty-exhibition\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1126607\",\"eventinstance_id\":\"4151949\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4151949\",\"title\":\"Fall 2026 SVAD Faculty Exhibition\",\"subtitle\":null,\"description\":\"<p><span>The UCF Art Gallery is proud to present a dynamic exhibition of artworks by the faculty of the UCF School of Visual Arts and Design. These professional artists have received both national and international recognition for their engaging and thought-provoking works. The exhibition showcases a wide range of traditional and contemporary media and processes including drawing, digital art, mixed media, painting, photography, printmaking, and sculpture.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>This event coincides with <\\\/span><em><span>Art Knight!<\\\/span><\\\/em><span> 2026.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Link to learn more: <\\\/span><a href=\\\"https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/fall-2026-svad-faculty-exhibition\\\/\\\" target=\\\"_blank\\\"><span>https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/fall-2026-svad-faculty-exhibition\\\/<\\\/span><\\\/a><span><\\\/span><span>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Mon, 02 Nov 2026 10:00:00 -0500\",\"ends\":\"Mon, 02 Nov 2026 17:00:00 -0500\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4151949\\\/fall-2026-svad-faculty-exhibition\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1126607\",\"eventinstance_id\":\"4151950\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4151950\",\"title\":\"Fall 2026 SVAD Faculty Exhibition\",\"subtitle\":null,\"description\":\"<p><span>The UCF Art Gallery is proud to present a dynamic exhibition of artworks by the faculty of the UCF School of Visual Arts and Design. These professional artists have received both national and international recognition for their engaging and thought-provoking works. The exhibition showcases a wide range of traditional and contemporary media and processes including drawing, digital art, mixed media, painting, photography, printmaking, and sculpture.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>This event coincides with <\\\/span><em><span>Art Knight!<\\\/span><\\\/em><span> 2026.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Link to learn more: <\\\/span><a href=\\\"https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/fall-2026-svad-faculty-exhibition\\\/\\\" target=\\\"_blank\\\"><span>https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/fall-2026-svad-faculty-exhibition\\\/<\\\/span><\\\/a><span><\\\/span><span>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Tue, 03 Nov 2026 10:00:00 -0500\",\"ends\":\"Tue, 03 Nov 2026 17:00:00 -0500\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4151950\\\/fall-2026-svad-faculty-exhibition\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1126607\",\"eventinstance_id\":\"4151951\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4151951\",\"title\":\"Fall 2026 SVAD Faculty Exhibition\",\"subtitle\":null,\"description\":\"<p><span>The UCF Art Gallery is proud to present a dynamic exhibition of artworks by the faculty of the UCF School of Visual Arts and Design. These professional artists have received both national and international recognition for their engaging and thought-provoking works. The exhibition showcases a wide range of traditional and contemporary media and processes including drawing, digital art, mixed media, painting, photography, printmaking, and sculpture.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>This event coincides with <\\\/span><em><span>Art Knight!<\\\/span><\\\/em><span> 2026.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Link to learn more: <\\\/span><a href=\\\"https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/fall-2026-svad-faculty-exhibition\\\/\\\" target=\\\"_blank\\\"><span>https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/fall-2026-svad-faculty-exhibition\\\/<\\\/span><\\\/a><span><\\\/span><span>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Wed, 04 Nov 2026 10:00:00 -0500\",\"ends\":\"Wed, 04 Nov 2026 17:00:00 -0500\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4151951\\\/fall-2026-svad-faculty-exhibition\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1126607\",\"eventinstance_id\":\"4151952\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4151952\",\"title\":\"Fall 2026 SVAD Faculty Exhibition\",\"subtitle\":null,\"description\":\"<p><span>The UCF Art Gallery is proud to present a dynamic exhibition of artworks by the faculty of the UCF School of Visual Arts and Design. These professional artists have received both national and international recognition for their engaging and thought-provoking works. The exhibition showcases a wide range of traditional and contemporary media and processes including drawing, digital art, mixed media, painting, photography, printmaking, and sculpture.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>This event coincides with <\\\/span><em><span>Art Knight!<\\\/span><\\\/em><span> 2026.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Link to learn more: <\\\/span><a href=\\\"https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/fall-2026-svad-faculty-exhibition\\\/\\\" target=\\\"_blank\\\"><span>https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/fall-2026-svad-faculty-exhibition\\\/<\\\/span><\\\/a><span><\\\/span><span>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Thu, 05 Nov 2026 10:00:00 -0500\",\"ends\":\"Thu, 05 Nov 2026 17:00:00 -0500\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4151952\\\/fall-2026-svad-faculty-exhibition\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1126610\",\"eventinstance_id\":\"4151986\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4151986\",\"title\":\"Closing Reception | Fall 2026 SVAD Faculty Exhibition\",\"subtitle\":null,\"description\":\"<p><span>The UCF Art Gallery is proud to present a dynamic exhibition of artworks by the faculty of the UCF School of Visual Arts and Design. These professional artists have received both national and international recognition for their engaging and thought-provoking works. The exhibition showcases a wide range of traditional and contemporary media and processes including drawing, digital art, mixed media, painting, photography, printmaking, and sculpture.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>This event coincides with <\\\/span><em><span>Art Knight!<\\\/span><\\\/em><span> 2026.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":\"https:\\\/\\\/www.ticketsource.com\\\/ucf-art-gallery\\\/art-knight-2026-closing-reception-fall-2026-svad-faculty-exhibition\\\/2026-11-06\\\/18:00\\\/t-njmvakv\",\"registration_info\":null,\"starts\":\"Fri, 06 Nov 2026 18:00:00 -0500\",\"ends\":\"Fri, 06 Nov 2026 21:00:00 -0500\",\"ongoing\":\"False\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4151986\\\/closing-reception-fall-2026-svad-faculty-exhibition\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1126579\",\"eventinstance_id\":\"4151789\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4151789\",\"title\":\"Blues for an Alabama Sky | Theatre UCF\",\"subtitle\":null,\"description\":\"<p><span>Against the backdrop of African American culture in 1930s Harlem, playwright Pearl Cleage weaves iconic history and social movements into the everyday lives of five characters. Follow their aspirations and hardships, one summer in Harlem.<\\\/span><\\\/p>\",\"location\":\"Theatre UCF: Black Box: TH 6\",\"location_url\":\"http:\\\/\\\/map.ucf.edu\\\/?show=6\",\"virtual_url\":null,\"registration_link\":\"https:\\\/\\\/cah.ucf.edu\\\/events\\\/detail\\\/alabama-sky\\\/\",\"registration_info\":\"Tickets: $25 standard, $10 students w\\\/UCF or student ID.\",\"starts\":\"Thu, 12 Nov 2026 19:30:00 -0500\",\"ends\":\"Thu, 12 Nov 2026 22:00:00 -0500\",\"ongoing\":\"True\",\"category\":\"Concert\\\/Performance\",\"tags\":[\"theatre\",\"Theatre UCF\"],\"contact_name\":\"UCF School of Performing Arts Box Office\",\"contact_phone\":\"4078231500\",\"contact_email\":\"boxoffice@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4151789\\\/blues-for-an-alabama-sky-theatre-ucf\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"Theatre\"]},{\"event_id\":\"1126579\",\"eventinstance_id\":\"4151790\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4151790\",\"title\":\"Blues for an Alabama Sky | Theatre UCF\",\"subtitle\":null,\"description\":\"<p><span>Against the backdrop of African American culture in 1930s Harlem, playwright Pearl Cleage weaves iconic history and social movements into the everyday lives of five characters. Follow their aspirations and hardships, one summer in Harlem.<\\\/span><\\\/p>\",\"location\":\"Theatre UCF: Black Box: TH 6\",\"location_url\":\"http:\\\/\\\/map.ucf.edu\\\/?show=6\",\"virtual_url\":null,\"registration_link\":\"https:\\\/\\\/cah.ucf.edu\\\/events\\\/detail\\\/alabama-sky\\\/\",\"registration_info\":\"Tickets: $25 standard, $10 students w\\\/UCF or student ID.\",\"starts\":\"Fri, 13 Nov 2026 19:30:00 -0500\",\"ends\":\"Fri, 13 Nov 2026 22:00:00 -0500\",\"ongoing\":\"True\",\"category\":\"Concert\\\/Performance\",\"tags\":[\"theatre\",\"Theatre UCF\"],\"contact_name\":\"UCF School of Performing Arts Box Office\",\"contact_phone\":\"4078231500\",\"contact_email\":\"boxoffice@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4151790\\\/blues-for-an-alabama-sky-theatre-ucf\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"Theatre\"]},{\"event_id\":\"1126579\",\"eventinstance_id\":\"4151806\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4151806\",\"title\":\"Blues for an Alabama Sky | Theatre UCF\",\"subtitle\":null,\"description\":\"<p><span>Against the backdrop of African American culture in 1930s Harlem, playwright Pearl Cleage weaves iconic history and social movements into the everyday lives of five characters. Follow their aspirations and hardships, one summer in Harlem.<\\\/span><\\\/p>\",\"location\":\"Theatre UCF: Black Box: TH 6\",\"location_url\":\"http:\\\/\\\/map.ucf.edu\\\/?show=6\",\"virtual_url\":null,\"registration_link\":\"https:\\\/\\\/cah.ucf.edu\\\/events\\\/detail\\\/alabama-sky\\\/\",\"registration_info\":\"Tickets: $25 standard, $10 students w\\\/UCF or student ID.\",\"starts\":\"Sat, 14 Nov 2026 19:30:00 -0500\",\"ends\":\"Sat, 14 Nov 2026 22:00:00 -0500\",\"ongoing\":\"True\",\"category\":\"Concert\\\/Performance\",\"tags\":[\"theatre\",\"Theatre UCF\"],\"contact_name\":\"UCF School of Performing Arts Box Office\",\"contact_phone\":\"4078231500\",\"contact_email\":\"boxoffice@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4151806\\\/blues-for-an-alabama-sky-theatre-ucf\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"Theatre\"]},{\"event_id\":\"1126579\",\"eventinstance_id\":\"4151807\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4151807\",\"title\":\"Blues for an Alabama Sky | Theatre UCF\",\"subtitle\":null,\"description\":\"<p><span>Against the backdrop of African American culture in 1930s Harlem, playwright Pearl Cleage weaves iconic history and social movements into the everyday lives of five characters. Follow their aspirations and hardships, one summer in Harlem.<\\\/span><\\\/p>\",\"location\":\"Theatre UCF: Black Box: TH 6\",\"location_url\":\"http:\\\/\\\/map.ucf.edu\\\/?show=6\",\"virtual_url\":null,\"registration_link\":\"https:\\\/\\\/cah.ucf.edu\\\/events\\\/detail\\\/alabama-sky\\\/\",\"registration_info\":\"Tickets: $25 standard, $10 students w\\\/UCF or student ID.\",\"starts\":\"Sun, 15 Nov 2026 14:00:00 -0500\",\"ends\":\"Sun, 15 Nov 2026 16:30:00 -0500\",\"ongoing\":\"True\",\"category\":\"Concert\\\/Performance\",\"tags\":[\"theatre\",\"Theatre UCF\"],\"contact_name\":\"UCF School of Performing Arts Box Office\",\"contact_phone\":\"4078231500\",\"contact_email\":\"boxoffice@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4151807\\\/blues-for-an-alabama-sky-theatre-ucf\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"Theatre\"]},{\"event_id\":\"1126579\",\"eventinstance_id\":\"4151808\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4151808\",\"title\":\"Blues for an Alabama Sky | Theatre UCF\",\"subtitle\":null,\"description\":\"<p><span>Against the backdrop of African American culture in 1930s Harlem, playwright Pearl Cleage weaves iconic history and social movements into the everyday lives of five characters. Follow their aspirations and hardships, one summer in Harlem.<\\\/span><\\\/p>\",\"location\":\"Theatre UCF: Black Box: TH 6\",\"location_url\":\"http:\\\/\\\/map.ucf.edu\\\/?show=6\",\"virtual_url\":null,\"registration_link\":\"https:\\\/\\\/cah.ucf.edu\\\/events\\\/detail\\\/alabama-sky\\\/\",\"registration_info\":\"Tickets: $25 standard, $10 students w\\\/UCF or student ID.\",\"starts\":\"Wed, 18 Nov 2026 19:30:00 -0500\",\"ends\":\"Wed, 18 Nov 2026 22:00:00 -0500\",\"ongoing\":\"True\",\"category\":\"Concert\\\/Performance\",\"tags\":[\"theatre\",\"Theatre UCF\"],\"contact_name\":\"UCF School of Performing Arts Box Office\",\"contact_phone\":\"4078231500\",\"contact_email\":\"boxoffice@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4151808\\\/blues-for-an-alabama-sky-theatre-ucf\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"Theatre\"]},{\"event_id\":\"1126613\",\"eventinstance_id\":\"4151990\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4151990\",\"title\":\"Opening Reception | Fall 2026 BFA Exhibition\",\"subtitle\":null,\"description\":\"<p><span>Celebrate the opening of the Fall 2026 BFA Exhibition at the UCF Art Gallery on Thursday, November 19, from 6&ndash;9 p.m. The Fall 2026 BFA Exhibition provides the opportunity for senior undergraduate students specializing in book arts, ceramics, drawing, animation, illustration, painting, photography, printmaking, and sculpture to share their research and artistic practice.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":\"https:\\\/\\\/www.ticketsource.com\\\/ucf-art-gallery\\\/opening-reception-fall-2026-bfa-exhibition\\\/2026-11-19\\\/18:00\\\/t-qmaylvl\",\"registration_info\":null,\"starts\":\"Thu, 19 Nov 2026 18:00:00 -0500\",\"ends\":\"Thu, 19 Nov 2026 21:00:00 -0500\",\"ongoing\":\"False\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4151990\\\/opening-reception-fall-2026-bfa-exhibition\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1126579\",\"eventinstance_id\":\"4151809\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4151809\",\"title\":\"Blues for an Alabama Sky | Theatre UCF\",\"subtitle\":null,\"description\":\"<p><span>Against the backdrop of African American culture in 1930s Harlem, playwright Pearl Cleage weaves iconic history and social movements into the everyday lives of five characters. Follow their aspirations and hardships, one summer in Harlem.<\\\/span><\\\/p>\",\"location\":\"Theatre UCF: Black Box: TH 6\",\"location_url\":\"http:\\\/\\\/map.ucf.edu\\\/?show=6\",\"virtual_url\":null,\"registration_link\":\"https:\\\/\\\/cah.ucf.edu\\\/events\\\/detail\\\/alabama-sky\\\/\",\"registration_info\":\"Tickets: $25 standard, $10 students w\\\/UCF or student ID.\",\"starts\":\"Thu, 19 Nov 2026 19:30:00 -0500\",\"ends\":\"Thu, 19 Nov 2026 22:00:00 -0500\",\"ongoing\":\"True\",\"category\":\"Concert\\\/Performance\",\"tags\":[\"theatre\",\"Theatre UCF\"],\"contact_name\":\"UCF School of Performing Arts Box Office\",\"contact_phone\":\"4078231500\",\"contact_email\":\"boxoffice@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4151809\\\/blues-for-an-alabama-sky-theatre-ucf\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"Theatre\"]},{\"event_id\":\"1126616\",\"eventinstance_id\":\"4151994\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4151994\",\"title\":\"Fall 2026 BFA Exhibition\",\"subtitle\":null,\"description\":\"<p><span>The Fall 2026 BFA Exhibition provides the opportunity for senior undergraduate students specializing in book arts, ceramics, drawing, animation, illustration, painting, photography, printmaking, and sculpture to share their research and artistic practice.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Link to learn more: <a href=\\\"https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/fall-2026-bfa-exhibition\\\/\\\" target=\\\"_blank\\\">https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/fall-2026-bfa-exhibition\\\/<\\\/a>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Fri, 20 Nov 2026 10:00:00 -0500\",\"ends\":\"Fri, 20 Nov 2026 17:00:00 -0500\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4151994\\\/fall-2026-bfa-exhibition\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1126579\",\"eventinstance_id\":\"4151810\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4151810\",\"title\":\"Blues for an Alabama Sky | Theatre UCF\",\"subtitle\":null,\"description\":\"<p><span>Against the backdrop of African American culture in 1930s Harlem, playwright Pearl Cleage weaves iconic history and social movements into the everyday lives of five characters. Follow their aspirations and hardships, one summer in Harlem.<\\\/span><\\\/p>\",\"location\":\"Theatre UCF: Black Box: TH 6\",\"location_url\":\"http:\\\/\\\/map.ucf.edu\\\/?show=6\",\"virtual_url\":null,\"registration_link\":\"https:\\\/\\\/cah.ucf.edu\\\/events\\\/detail\\\/alabama-sky\\\/\",\"registration_info\":\"Tickets: $25 standard, $10 students w\\\/UCF or student ID.\",\"starts\":\"Fri, 20 Nov 2026 19:30:00 -0500\",\"ends\":\"Fri, 20 Nov 2026 22:00:00 -0500\",\"ongoing\":\"True\",\"category\":\"Concert\\\/Performance\",\"tags\":[\"theatre\",\"Theatre UCF\"],\"contact_name\":\"UCF School of Performing Arts Box Office\",\"contact_phone\":\"4078231500\",\"contact_email\":\"boxoffice@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4151810\\\/blues-for-an-alabama-sky-theatre-ucf\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"Theatre\"]},{\"event_id\":\"1126579\",\"eventinstance_id\":\"4151811\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4151811\",\"title\":\"Blues for an Alabama Sky | Theatre UCF\",\"subtitle\":null,\"description\":\"<p><span>Against the backdrop of African American culture in 1930s Harlem, playwright Pearl Cleage weaves iconic history and social movements into the everyday lives of five characters. Follow their aspirations and hardships, one summer in Harlem.<\\\/span><\\\/p>\",\"location\":\"Theatre UCF: Black Box: TH 6\",\"location_url\":\"http:\\\/\\\/map.ucf.edu\\\/?show=6\",\"virtual_url\":null,\"registration_link\":\"https:\\\/\\\/cah.ucf.edu\\\/events\\\/detail\\\/alabama-sky\\\/\",\"registration_info\":\"Tickets: $25 standard, $10 students w\\\/UCF or student ID.\",\"starts\":\"Sat, 21 Nov 2026 19:30:00 -0500\",\"ends\":\"Sat, 21 Nov 2026 22:00:00 -0500\",\"ongoing\":\"True\",\"category\":\"Concert\\\/Performance\",\"tags\":[\"theatre\",\"Theatre UCF\"],\"contact_name\":\"UCF School of Performing Arts Box Office\",\"contact_phone\":\"4078231500\",\"contact_email\":\"boxoffice@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4151811\\\/blues-for-an-alabama-sky-theatre-ucf\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"Theatre\"]},{\"event_id\":\"1126579\",\"eventinstance_id\":\"4151812\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4151812\",\"title\":\"Blues for an Alabama Sky | Theatre UCF\",\"subtitle\":null,\"description\":\"<p><span>Against the backdrop of African American culture in 1930s Harlem, playwright Pearl Cleage weaves iconic history and social movements into the everyday lives of five characters. Follow their aspirations and hardships, one summer in Harlem.<\\\/span><\\\/p>\",\"location\":\"Theatre UCF: Black Box: TH 6\",\"location_url\":\"http:\\\/\\\/map.ucf.edu\\\/?show=6\",\"virtual_url\":null,\"registration_link\":\"https:\\\/\\\/cah.ucf.edu\\\/events\\\/detail\\\/alabama-sky\\\/\",\"registration_info\":\"Tickets: $25 standard, $10 students w\\\/UCF or student ID.\",\"starts\":\"Sun, 22 Nov 2026 14:00:00 -0500\",\"ends\":\"Sun, 22 Nov 2026 16:30:00 -0500\",\"ongoing\":\"True\",\"category\":\"Concert\\\/Performance\",\"tags\":[\"theatre\",\"Theatre UCF\"],\"contact_name\":\"UCF School of Performing Arts Box Office\",\"contact_phone\":\"4078231500\",\"contact_email\":\"boxoffice@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4151812\\\/blues-for-an-alabama-sky-theatre-ucf\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"Theatre\"]},{\"event_id\":\"1126616\",\"eventinstance_id\":\"4151995\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4151995\",\"title\":\"Fall 2026 BFA Exhibition\",\"subtitle\":null,\"description\":\"<p><span>The Fall 2026 BFA Exhibition provides the opportunity for senior undergraduate students specializing in book arts, ceramics, drawing, animation, illustration, painting, photography, printmaking, and sculpture to share their research and artistic practice.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Link to learn more: <a href=\\\"https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/fall-2026-bfa-exhibition\\\/\\\" target=\\\"_blank\\\">https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/fall-2026-bfa-exhibition\\\/<\\\/a>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Mon, 23 Nov 2026 10:00:00 -0500\",\"ends\":\"Mon, 23 Nov 2026 17:00:00 -0500\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4151995\\\/fall-2026-bfa-exhibition\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1126616\",\"eventinstance_id\":\"4151996\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4151996\",\"title\":\"Fall 2026 BFA Exhibition\",\"subtitle\":null,\"description\":\"<p><span>The Fall 2026 BFA Exhibition provides the opportunity for senior undergraduate students specializing in book arts, ceramics, drawing, animation, illustration, painting, photography, printmaking, and sculpture to share their research and artistic practice.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Link to learn more: <a href=\\\"https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/fall-2026-bfa-exhibition\\\/\\\" target=\\\"_blank\\\">https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/fall-2026-bfa-exhibition\\\/<\\\/a>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Tue, 24 Nov 2026 10:00:00 -0500\",\"ends\":\"Tue, 24 Nov 2026 17:00:00 -0500\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4151996\\\/fall-2026-bfa-exhibition\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1126616\",\"eventinstance_id\":\"4151997\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4151997\",\"title\":\"Fall 2026 BFA Exhibition\",\"subtitle\":null,\"description\":\"<p><span>The Fall 2026 BFA Exhibition provides the opportunity for senior undergraduate students specializing in book arts, ceramics, drawing, animation, illustration, painting, photography, printmaking, and sculpture to share their research and artistic practice.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Link to learn more: <a href=\\\"https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/fall-2026-bfa-exhibition\\\/\\\" target=\\\"_blank\\\">https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/fall-2026-bfa-exhibition\\\/<\\\/a>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Mon, 30 Nov 2026 10:00:00 -0500\",\"ends\":\"Mon, 30 Nov 2026 17:00:00 -0500\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4151997\\\/fall-2026-bfa-exhibition\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1126616\",\"eventinstance_id\":\"4151998\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4151998\",\"title\":\"Fall 2026 BFA Exhibition\",\"subtitle\":null,\"description\":\"<p><span>The Fall 2026 BFA Exhibition provides the opportunity for senior undergraduate students specializing in book arts, ceramics, drawing, animation, illustration, painting, photography, printmaking, and sculpture to share their research and artistic practice.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Link to learn more: <a href=\\\"https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/fall-2026-bfa-exhibition\\\/\\\" target=\\\"_blank\\\">https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/fall-2026-bfa-exhibition\\\/<\\\/a>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Tue, 01 Dec 2026 10:00:00 -0500\",\"ends\":\"Tue, 01 Dec 2026 17:00:00 -0500\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4151998\\\/fall-2026-bfa-exhibition\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1126616\",\"eventinstance_id\":\"4151999\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4151999\",\"title\":\"Fall 2026 BFA Exhibition\",\"subtitle\":null,\"description\":\"<p><span>The Fall 2026 BFA Exhibition provides the opportunity for senior undergraduate students specializing in book arts, ceramics, drawing, animation, illustration, painting, photography, printmaking, and sculpture to share their research and artistic practice.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Link to learn more: <a href=\\\"https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/fall-2026-bfa-exhibition\\\/\\\" target=\\\"_blank\\\">https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/fall-2026-bfa-exhibition\\\/<\\\/a>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Wed, 02 Dec 2026 10:00:00 -0500\",\"ends\":\"Wed, 02 Dec 2026 17:00:00 -0500\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4151999\\\/fall-2026-bfa-exhibition\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1126616\",\"eventinstance_id\":\"4152000\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4152000\",\"title\":\"Fall 2026 BFA Exhibition\",\"subtitle\":null,\"description\":\"<p><span>The Fall 2026 BFA Exhibition provides the opportunity for senior undergraduate students specializing in book arts, ceramics, drawing, animation, illustration, painting, photography, printmaking, and sculpture to share their research and artistic practice.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Link to learn more: <a href=\\\"https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/fall-2026-bfa-exhibition\\\/\\\" target=\\\"_blank\\\">https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/fall-2026-bfa-exhibition\\\/<\\\/a>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Thu, 03 Dec 2026 10:00:00 -0500\",\"ends\":\"Thu, 03 Dec 2026 17:00:00 -0500\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4152000\\\/fall-2026-bfa-exhibition\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1126619\",\"eventinstance_id\":\"4152022\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4152022\",\"title\":\"Polyvinyl Dreams by Tim Gonchorff\",\"subtitle\":null,\"description\":\"<p><em><span>Polyvinyl Dreams<\\\/span><\\\/em><span> presents a thought-provoking exploration of consumerism, environmental responsibility, and the power of creative transformation. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Gonchoroff&rsquo;s work is centered on the transformation of discarded materials, a theme that speaks directly to the challenges of sustainability and environmental degradation in our contemporary world. This exhibition features a collection of works created from discarded advertising banners made of Polyvinyl Chloride (PVC), once ubiquitous along highways and commercial spaces and transforms them through a variety of processes. These banners, originally designed for fleeting attention, are meticulously cut, woven, and reshaped on a floor loom, using patterns rooted in traditional textile-making. The resulting pieces, such as woven garments cut from sewing patterns, serve as a symbolic critique of the fast fashion industry. The fragmented garments are displayed across the gallery walls, inviting viewers to reconstruct their meaning and imagine new compositions. In contrast, the collages, made from leftover vinyl from the weavings, depict urban and industrial landscapes that reflect the remnants of consumer-driven society. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Each work in this exhibition invites viewers to consider the unseen lifecycle of materials in the products we use daily&mdash;moving from production, to advertisement, and finally to waste. Through this transformation, the works in Polyvinyl Dreams reclaims these discarded materials, asking viewers to reflect on the permanence of what we often deem ephemeral.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Fri, 15 Jan 2027 10:00:00 -0500\",\"ends\":\"Fri, 15 Jan 2027 17:00:00 -0500\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4152022\\\/polyvinyl-dreams-by-tim-gonchorff\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1126619\",\"eventinstance_id\":\"4152023\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4152023\",\"title\":\"Polyvinyl Dreams by Tim Gonchorff\",\"subtitle\":null,\"description\":\"<p><em><span>Polyvinyl Dreams<\\\/span><\\\/em><span> presents a thought-provoking exploration of consumerism, environmental responsibility, and the power of creative transformation. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Gonchoroff&rsquo;s work is centered on the transformation of discarded materials, a theme that speaks directly to the challenges of sustainability and environmental degradation in our contemporary world. This exhibition features a collection of works created from discarded advertising banners made of Polyvinyl Chloride (PVC), once ubiquitous along highways and commercial spaces and transforms them through a variety of processes. These banners, originally designed for fleeting attention, are meticulously cut, woven, and reshaped on a floor loom, using patterns rooted in traditional textile-making. The resulting pieces, such as woven garments cut from sewing patterns, serve as a symbolic critique of the fast fashion industry. The fragmented garments are displayed across the gallery walls, inviting viewers to reconstruct their meaning and imagine new compositions. In contrast, the collages, made from leftover vinyl from the weavings, depict urban and industrial landscapes that reflect the remnants of consumer-driven society. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Each work in this exhibition invites viewers to consider the unseen lifecycle of materials in the products we use daily&mdash;moving from production, to advertisement, and finally to waste. Through this transformation, the works in Polyvinyl Dreams reclaims these discarded materials, asking viewers to reflect on the permanence of what we often deem ephemeral.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Mon, 18 Jan 2027 10:00:00 -0500\",\"ends\":\"Mon, 18 Jan 2027 17:00:00 -0500\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4152023\\\/polyvinyl-dreams-by-tim-gonchorff\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1126619\",\"eventinstance_id\":\"4152024\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4152024\",\"title\":\"Polyvinyl Dreams by Tim Gonchorff\",\"subtitle\":null,\"description\":\"<p><em><span>Polyvinyl Dreams<\\\/span><\\\/em><span> presents a thought-provoking exploration of consumerism, environmental responsibility, and the power of creative transformation. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Gonchoroff&rsquo;s work is centered on the transformation of discarded materials, a theme that speaks directly to the challenges of sustainability and environmental degradation in our contemporary world. This exhibition features a collection of works created from discarded advertising banners made of Polyvinyl Chloride (PVC), once ubiquitous along highways and commercial spaces and transforms them through a variety of processes. These banners, originally designed for fleeting attention, are meticulously cut, woven, and reshaped on a floor loom, using patterns rooted in traditional textile-making. The resulting pieces, such as woven garments cut from sewing patterns, serve as a symbolic critique of the fast fashion industry. The fragmented garments are displayed across the gallery walls, inviting viewers to reconstruct their meaning and imagine new compositions. In contrast, the collages, made from leftover vinyl from the weavings, depict urban and industrial landscapes that reflect the remnants of consumer-driven society. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Each work in this exhibition invites viewers to consider the unseen lifecycle of materials in the products we use daily&mdash;moving from production, to advertisement, and finally to waste. Through this transformation, the works in Polyvinyl Dreams reclaims these discarded materials, asking viewers to reflect on the permanence of what we often deem ephemeral.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Tue, 19 Jan 2027 10:00:00 -0500\",\"ends\":\"Tue, 19 Jan 2027 17:00:00 -0500\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4152024\\\/polyvinyl-dreams-by-tim-gonchorff\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1126619\",\"eventinstance_id\":\"4152025\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4152025\",\"title\":\"Polyvinyl Dreams by Tim Gonchorff\",\"subtitle\":null,\"description\":\"<p><em><span>Polyvinyl Dreams<\\\/span><\\\/em><span> presents a thought-provoking exploration of consumerism, environmental responsibility, and the power of creative transformation. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Gonchoroff&rsquo;s work is centered on the transformation of discarded materials, a theme that speaks directly to the challenges of sustainability and environmental degradation in our contemporary world. This exhibition features a collection of works created from discarded advertising banners made of Polyvinyl Chloride (PVC), once ubiquitous along highways and commercial spaces and transforms them through a variety of processes. These banners, originally designed for fleeting attention, are meticulously cut, woven, and reshaped on a floor loom, using patterns rooted in traditional textile-making. The resulting pieces, such as woven garments cut from sewing patterns, serve as a symbolic critique of the fast fashion industry. The fragmented garments are displayed across the gallery walls, inviting viewers to reconstruct their meaning and imagine new compositions. In contrast, the collages, made from leftover vinyl from the weavings, depict urban and industrial landscapes that reflect the remnants of consumer-driven society. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Each work in this exhibition invites viewers to consider the unseen lifecycle of materials in the products we use daily&mdash;moving from production, to advertisement, and finally to waste. Through this transformation, the works in Polyvinyl Dreams reclaims these discarded materials, asking viewers to reflect on the permanence of what we often deem ephemeral.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Wed, 20 Jan 2027 10:00:00 -0500\",\"ends\":\"Wed, 20 Jan 2027 17:00:00 -0500\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4152025\\\/polyvinyl-dreams-by-tim-gonchorff\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1126619\",\"eventinstance_id\":\"4152026\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4152026\",\"title\":\"Polyvinyl Dreams by Tim Gonchorff\",\"subtitle\":null,\"description\":\"<p><em><span>Polyvinyl Dreams<\\\/span><\\\/em><span> presents a thought-provoking exploration of consumerism, environmental responsibility, and the power of creative transformation. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Gonchoroff&rsquo;s work is centered on the transformation of discarded materials, a theme that speaks directly to the challenges of sustainability and environmental degradation in our contemporary world. This exhibition features a collection of works created from discarded advertising banners made of Polyvinyl Chloride (PVC), once ubiquitous along highways and commercial spaces and transforms them through a variety of processes. These banners, originally designed for fleeting attention, are meticulously cut, woven, and reshaped on a floor loom, using patterns rooted in traditional textile-making. The resulting pieces, such as woven garments cut from sewing patterns, serve as a symbolic critique of the fast fashion industry. The fragmented garments are displayed across the gallery walls, inviting viewers to reconstruct their meaning and imagine new compositions. In contrast, the collages, made from leftover vinyl from the weavings, depict urban and industrial landscapes that reflect the remnants of consumer-driven society. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Each work in this exhibition invites viewers to consider the unseen lifecycle of materials in the products we use daily&mdash;moving from production, to advertisement, and finally to waste. Through this transformation, the works in Polyvinyl Dreams reclaims these discarded materials, asking viewers to reflect on the permanence of what we often deem ephemeral.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Thu, 21 Jan 2027 10:00:00 -0500\",\"ends\":\"Thu, 21 Jan 2027 17:00:00 -0500\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4152026\\\/polyvinyl-dreams-by-tim-gonchorff\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1126619\",\"eventinstance_id\":\"4152027\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4152027\",\"title\":\"Polyvinyl Dreams by Tim Gonchorff\",\"subtitle\":null,\"description\":\"<p><em><span>Polyvinyl Dreams<\\\/span><\\\/em><span> presents a thought-provoking exploration of consumerism, environmental responsibility, and the power of creative transformation. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Gonchoroff&rsquo;s work is centered on the transformation of discarded materials, a theme that speaks directly to the challenges of sustainability and environmental degradation in our contemporary world. This exhibition features a collection of works created from discarded advertising banners made of Polyvinyl Chloride (PVC), once ubiquitous along highways and commercial spaces and transforms them through a variety of processes. These banners, originally designed for fleeting attention, are meticulously cut, woven, and reshaped on a floor loom, using patterns rooted in traditional textile-making. The resulting pieces, such as woven garments cut from sewing patterns, serve as a symbolic critique of the fast fashion industry. The fragmented garments are displayed across the gallery walls, inviting viewers to reconstruct their meaning and imagine new compositions. In contrast, the collages, made from leftover vinyl from the weavings, depict urban and industrial landscapes that reflect the remnants of consumer-driven society. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Each work in this exhibition invites viewers to consider the unseen lifecycle of materials in the products we use daily&mdash;moving from production, to advertisement, and finally to waste. Through this transformation, the works in Polyvinyl Dreams reclaims these discarded materials, asking viewers to reflect on the permanence of what we often deem ephemeral.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Fri, 22 Jan 2027 10:00:00 -0500\",\"ends\":\"Fri, 22 Jan 2027 17:00:00 -0500\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4152027\\\/polyvinyl-dreams-by-tim-gonchorff\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1126619\",\"eventinstance_id\":\"4152028\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4152028\",\"title\":\"Polyvinyl Dreams by Tim Gonchorff\",\"subtitle\":null,\"description\":\"<p><em><span>Polyvinyl Dreams<\\\/span><\\\/em><span> presents a thought-provoking exploration of consumerism, environmental responsibility, and the power of creative transformation. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Gonchoroff&rsquo;s work is centered on the transformation of discarded materials, a theme that speaks directly to the challenges of sustainability and environmental degradation in our contemporary world. This exhibition features a collection of works created from discarded advertising banners made of Polyvinyl Chloride (PVC), once ubiquitous along highways and commercial spaces and transforms them through a variety of processes. These banners, originally designed for fleeting attention, are meticulously cut, woven, and reshaped on a floor loom, using patterns rooted in traditional textile-making. The resulting pieces, such as woven garments cut from sewing patterns, serve as a symbolic critique of the fast fashion industry. The fragmented garments are displayed across the gallery walls, inviting viewers to reconstruct their meaning and imagine new compositions. In contrast, the collages, made from leftover vinyl from the weavings, depict urban and industrial landscapes that reflect the remnants of consumer-driven society. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Each work in this exhibition invites viewers to consider the unseen lifecycle of materials in the products we use daily&mdash;moving from production, to advertisement, and finally to waste. Through this transformation, the works in Polyvinyl Dreams reclaims these discarded materials, asking viewers to reflect on the permanence of what we often deem ephemeral.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Mon, 25 Jan 2027 10:00:00 -0500\",\"ends\":\"Mon, 25 Jan 2027 17:00:00 -0500\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4152028\\\/polyvinyl-dreams-by-tim-gonchorff\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1126619\",\"eventinstance_id\":\"4152029\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4152029\",\"title\":\"Polyvinyl Dreams by Tim Gonchorff\",\"subtitle\":null,\"description\":\"<p><em><span>Polyvinyl Dreams<\\\/span><\\\/em><span> presents a thought-provoking exploration of consumerism, environmental responsibility, and the power of creative transformation. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Gonchoroff&rsquo;s work is centered on the transformation of discarded materials, a theme that speaks directly to the challenges of sustainability and environmental degradation in our contemporary world. This exhibition features a collection of works created from discarded advertising banners made of Polyvinyl Chloride (PVC), once ubiquitous along highways and commercial spaces and transforms them through a variety of processes. These banners, originally designed for fleeting attention, are meticulously cut, woven, and reshaped on a floor loom, using patterns rooted in traditional textile-making. The resulting pieces, such as woven garments cut from sewing patterns, serve as a symbolic critique of the fast fashion industry. The fragmented garments are displayed across the gallery walls, inviting viewers to reconstruct their meaning and imagine new compositions. In contrast, the collages, made from leftover vinyl from the weavings, depict urban and industrial landscapes that reflect the remnants of consumer-driven society. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Each work in this exhibition invites viewers to consider the unseen lifecycle of materials in the products we use daily&mdash;moving from production, to advertisement, and finally to waste. Through this transformation, the works in Polyvinyl Dreams reclaims these discarded materials, asking viewers to reflect on the permanence of what we often deem ephemeral.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Tue, 26 Jan 2027 10:00:00 -0500\",\"ends\":\"Tue, 26 Jan 2027 17:00:00 -0500\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4152029\\\/polyvinyl-dreams-by-tim-gonchorff\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1126619\",\"eventinstance_id\":\"4152030\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4152030\",\"title\":\"Polyvinyl Dreams by Tim Gonchorff\",\"subtitle\":null,\"description\":\"<p><em><span>Polyvinyl Dreams<\\\/span><\\\/em><span> presents a thought-provoking exploration of consumerism, environmental responsibility, and the power of creative transformation. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Gonchoroff&rsquo;s work is centered on the transformation of discarded materials, a theme that speaks directly to the challenges of sustainability and environmental degradation in our contemporary world. This exhibition features a collection of works created from discarded advertising banners made of Polyvinyl Chloride (PVC), once ubiquitous along highways and commercial spaces and transforms them through a variety of processes. These banners, originally designed for fleeting attention, are meticulously cut, woven, and reshaped on a floor loom, using patterns rooted in traditional textile-making. The resulting pieces, such as woven garments cut from sewing patterns, serve as a symbolic critique of the fast fashion industry. The fragmented garments are displayed across the gallery walls, inviting viewers to reconstruct their meaning and imagine new compositions. In contrast, the collages, made from leftover vinyl from the weavings, depict urban and industrial landscapes that reflect the remnants of consumer-driven society. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Each work in this exhibition invites viewers to consider the unseen lifecycle of materials in the products we use daily&mdash;moving from production, to advertisement, and finally to waste. Through this transformation, the works in Polyvinyl Dreams reclaims these discarded materials, asking viewers to reflect on the permanence of what we often deem ephemeral.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Wed, 27 Jan 2027 10:00:00 -0500\",\"ends\":\"Wed, 27 Jan 2027 17:00:00 -0500\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4152030\\\/polyvinyl-dreams-by-tim-gonchorff\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1126619\",\"eventinstance_id\":\"4152031\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4152031\",\"title\":\"Polyvinyl Dreams by Tim Gonchorff\",\"subtitle\":null,\"description\":\"<p><em><span>Polyvinyl Dreams<\\\/span><\\\/em><span> presents a thought-provoking exploration of consumerism, environmental responsibility, and the power of creative transformation. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Gonchoroff&rsquo;s work is centered on the transformation of discarded materials, a theme that speaks directly to the challenges of sustainability and environmental degradation in our contemporary world. This exhibition features a collection of works created from discarded advertising banners made of Polyvinyl Chloride (PVC), once ubiquitous along highways and commercial spaces and transforms them through a variety of processes. These banners, originally designed for fleeting attention, are meticulously cut, woven, and reshaped on a floor loom, using patterns rooted in traditional textile-making. The resulting pieces, such as woven garments cut from sewing patterns, serve as a symbolic critique of the fast fashion industry. The fragmented garments are displayed across the gallery walls, inviting viewers to reconstruct their meaning and imagine new compositions. In contrast, the collages, made from leftover vinyl from the weavings, depict urban and industrial landscapes that reflect the remnants of consumer-driven society. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Each work in this exhibition invites viewers to consider the unseen lifecycle of materials in the products we use daily&mdash;moving from production, to advertisement, and finally to waste. Through this transformation, the works in Polyvinyl Dreams reclaims these discarded materials, asking viewers to reflect on the permanence of what we often deem ephemeral.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Thu, 28 Jan 2027 10:00:00 -0500\",\"ends\":\"Thu, 28 Jan 2027 17:00:00 -0500\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4152031\\\/polyvinyl-dreams-by-tim-gonchorff\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1126619\",\"eventinstance_id\":\"4152032\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4152032\",\"title\":\"Polyvinyl Dreams by Tim Gonchorff\",\"subtitle\":null,\"description\":\"<p><em><span>Polyvinyl Dreams<\\\/span><\\\/em><span> presents a thought-provoking exploration of consumerism, environmental responsibility, and the power of creative transformation. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Gonchoroff&rsquo;s work is centered on the transformation of discarded materials, a theme that speaks directly to the challenges of sustainability and environmental degradation in our contemporary world. This exhibition features a collection of works created from discarded advertising banners made of Polyvinyl Chloride (PVC), once ubiquitous along highways and commercial spaces and transforms them through a variety of processes. These banners, originally designed for fleeting attention, are meticulously cut, woven, and reshaped on a floor loom, using patterns rooted in traditional textile-making. The resulting pieces, such as woven garments cut from sewing patterns, serve as a symbolic critique of the fast fashion industry. The fragmented garments are displayed across the gallery walls, inviting viewers to reconstruct their meaning and imagine new compositions. In contrast, the collages, made from leftover vinyl from the weavings, depict urban and industrial landscapes that reflect the remnants of consumer-driven society. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Each work in this exhibition invites viewers to consider the unseen lifecycle of materials in the products we use daily&mdash;moving from production, to advertisement, and finally to waste. Through this transformation, the works in Polyvinyl Dreams reclaims these discarded materials, asking viewers to reflect on the permanence of what we often deem ephemeral.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Fri, 29 Jan 2027 10:00:00 -0500\",\"ends\":\"Fri, 29 Jan 2027 17:00:00 -0500\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4152032\\\/polyvinyl-dreams-by-tim-gonchorff\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1126619\",\"eventinstance_id\":\"4152033\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4152033\",\"title\":\"Polyvinyl Dreams by Tim Gonchorff\",\"subtitle\":null,\"description\":\"<p><em><span>Polyvinyl Dreams<\\\/span><\\\/em><span> presents a thought-provoking exploration of consumerism, environmental responsibility, and the power of creative transformation. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Gonchoroff&rsquo;s work is centered on the transformation of discarded materials, a theme that speaks directly to the challenges of sustainability and environmental degradation in our contemporary world. This exhibition features a collection of works created from discarded advertising banners made of Polyvinyl Chloride (PVC), once ubiquitous along highways and commercial spaces and transforms them through a variety of processes. These banners, originally designed for fleeting attention, are meticulously cut, woven, and reshaped on a floor loom, using patterns rooted in traditional textile-making. The resulting pieces, such as woven garments cut from sewing patterns, serve as a symbolic critique of the fast fashion industry. The fragmented garments are displayed across the gallery walls, inviting viewers to reconstruct their meaning and imagine new compositions. In contrast, the collages, made from leftover vinyl from the weavings, depict urban and industrial landscapes that reflect the remnants of consumer-driven society. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Each work in this exhibition invites viewers to consider the unseen lifecycle of materials in the products we use daily&mdash;moving from production, to advertisement, and finally to waste. Through this transformation, the works in Polyvinyl Dreams reclaims these discarded materials, asking viewers to reflect on the permanence of what we often deem ephemeral.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Mon, 01 Feb 2027 10:00:00 -0500\",\"ends\":\"Mon, 01 Feb 2027 17:00:00 -0500\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4152033\\\/polyvinyl-dreams-by-tim-gonchorff\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1126619\",\"eventinstance_id\":\"4152034\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4152034\",\"title\":\"Polyvinyl Dreams by Tim Gonchorff\",\"subtitle\":null,\"description\":\"<p><em><span>Polyvinyl Dreams<\\\/span><\\\/em><span> presents a thought-provoking exploration of consumerism, environmental responsibility, and the power of creative transformation. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Gonchoroff&rsquo;s work is centered on the transformation of discarded materials, a theme that speaks directly to the challenges of sustainability and environmental degradation in our contemporary world. This exhibition features a collection of works created from discarded advertising banners made of Polyvinyl Chloride (PVC), once ubiquitous along highways and commercial spaces and transforms them through a variety of processes. These banners, originally designed for fleeting attention, are meticulously cut, woven, and reshaped on a floor loom, using patterns rooted in traditional textile-making. The resulting pieces, such as woven garments cut from sewing patterns, serve as a symbolic critique of the fast fashion industry. The fragmented garments are displayed across the gallery walls, inviting viewers to reconstruct their meaning and imagine new compositions. In contrast, the collages, made from leftover vinyl from the weavings, depict urban and industrial landscapes that reflect the remnants of consumer-driven society. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Each work in this exhibition invites viewers to consider the unseen lifecycle of materials in the products we use daily&mdash;moving from production, to advertisement, and finally to waste. Through this transformation, the works in Polyvinyl Dreams reclaims these discarded materials, asking viewers to reflect on the permanence of what we often deem ephemeral.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Tue, 02 Feb 2027 10:00:00 -0500\",\"ends\":\"Tue, 02 Feb 2027 17:00:00 -0500\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4152034\\\/polyvinyl-dreams-by-tim-gonchorff\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1126619\",\"eventinstance_id\":\"4152035\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4152035\",\"title\":\"Polyvinyl Dreams by Tim Gonchorff\",\"subtitle\":null,\"description\":\"<p><em><span>Polyvinyl Dreams<\\\/span><\\\/em><span> presents a thought-provoking exploration of consumerism, environmental responsibility, and the power of creative transformation. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Gonchoroff&rsquo;s work is centered on the transformation of discarded materials, a theme that speaks directly to the challenges of sustainability and environmental degradation in our contemporary world. This exhibition features a collection of works created from discarded advertising banners made of Polyvinyl Chloride (PVC), once ubiquitous along highways and commercial spaces and transforms them through a variety of processes. These banners, originally designed for fleeting attention, are meticulously cut, woven, and reshaped on a floor loom, using patterns rooted in traditional textile-making. The resulting pieces, such as woven garments cut from sewing patterns, serve as a symbolic critique of the fast fashion industry. The fragmented garments are displayed across the gallery walls, inviting viewers to reconstruct their meaning and imagine new compositions. In contrast, the collages, made from leftover vinyl from the weavings, depict urban and industrial landscapes that reflect the remnants of consumer-driven society. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Each work in this exhibition invites viewers to consider the unseen lifecycle of materials in the products we use daily&mdash;moving from production, to advertisement, and finally to waste. Through this transformation, the works in Polyvinyl Dreams reclaims these discarded materials, asking viewers to reflect on the permanence of what we often deem ephemeral.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Wed, 03 Feb 2027 10:00:00 -0500\",\"ends\":\"Wed, 03 Feb 2027 17:00:00 -0500\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4152035\\\/polyvinyl-dreams-by-tim-gonchorff\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1126619\",\"eventinstance_id\":\"4152036\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4152036\",\"title\":\"Polyvinyl Dreams by Tim Gonchorff\",\"subtitle\":null,\"description\":\"<p><em><span>Polyvinyl Dreams<\\\/span><\\\/em><span> presents a thought-provoking exploration of consumerism, environmental responsibility, and the power of creative transformation. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Gonchoroff&rsquo;s work is centered on the transformation of discarded materials, a theme that speaks directly to the challenges of sustainability and environmental degradation in our contemporary world. This exhibition features a collection of works created from discarded advertising banners made of Polyvinyl Chloride (PVC), once ubiquitous along highways and commercial spaces and transforms them through a variety of processes. These banners, originally designed for fleeting attention, are meticulously cut, woven, and reshaped on a floor loom, using patterns rooted in traditional textile-making. The resulting pieces, such as woven garments cut from sewing patterns, serve as a symbolic critique of the fast fashion industry. The fragmented garments are displayed across the gallery walls, inviting viewers to reconstruct their meaning and imagine new compositions. In contrast, the collages, made from leftover vinyl from the weavings, depict urban and industrial landscapes that reflect the remnants of consumer-driven society. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Each work in this exhibition invites viewers to consider the unseen lifecycle of materials in the products we use daily&mdash;moving from production, to advertisement, and finally to waste. Through this transformation, the works in Polyvinyl Dreams reclaims these discarded materials, asking viewers to reflect on the permanence of what we often deem ephemeral.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Thu, 04 Feb 2027 10:00:00 -0500\",\"ends\":\"Thu, 04 Feb 2027 17:00:00 -0500\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4152036\\\/polyvinyl-dreams-by-tim-gonchorff\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1126619\",\"eventinstance_id\":\"4152037\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4152037\",\"title\":\"Polyvinyl Dreams by Tim Gonchorff\",\"subtitle\":null,\"description\":\"<p><em><span>Polyvinyl Dreams<\\\/span><\\\/em><span> presents a thought-provoking exploration of consumerism, environmental responsibility, and the power of creative transformation. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Gonchoroff&rsquo;s work is centered on the transformation of discarded materials, a theme that speaks directly to the challenges of sustainability and environmental degradation in our contemporary world. This exhibition features a collection of works created from discarded advertising banners made of Polyvinyl Chloride (PVC), once ubiquitous along highways and commercial spaces and transforms them through a variety of processes. These banners, originally designed for fleeting attention, are meticulously cut, woven, and reshaped on a floor loom, using patterns rooted in traditional textile-making. The resulting pieces, such as woven garments cut from sewing patterns, serve as a symbolic critique of the fast fashion industry. The fragmented garments are displayed across the gallery walls, inviting viewers to reconstruct their meaning and imagine new compositions. In contrast, the collages, made from leftover vinyl from the weavings, depict urban and industrial landscapes that reflect the remnants of consumer-driven society. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Each work in this exhibition invites viewers to consider the unseen lifecycle of materials in the products we use daily&mdash;moving from production, to advertisement, and finally to waste. Through this transformation, the works in Polyvinyl Dreams reclaims these discarded materials, asking viewers to reflect on the permanence of what we often deem ephemeral.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Fri, 05 Feb 2027 10:00:00 -0500\",\"ends\":\"Fri, 05 Feb 2027 17:00:00 -0500\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4152037\\\/polyvinyl-dreams-by-tim-gonchorff\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1126619\",\"eventinstance_id\":\"4152038\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4152038\",\"title\":\"Polyvinyl Dreams by Tim Gonchorff\",\"subtitle\":null,\"description\":\"<p><em><span>Polyvinyl Dreams<\\\/span><\\\/em><span> presents a thought-provoking exploration of consumerism, environmental responsibility, and the power of creative transformation. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Gonchoroff&rsquo;s work is centered on the transformation of discarded materials, a theme that speaks directly to the challenges of sustainability and environmental degradation in our contemporary world. This exhibition features a collection of works created from discarded advertising banners made of Polyvinyl Chloride (PVC), once ubiquitous along highways and commercial spaces and transforms them through a variety of processes. These banners, originally designed for fleeting attention, are meticulously cut, woven, and reshaped on a floor loom, using patterns rooted in traditional textile-making. The resulting pieces, such as woven garments cut from sewing patterns, serve as a symbolic critique of the fast fashion industry. The fragmented garments are displayed across the gallery walls, inviting viewers to reconstruct their meaning and imagine new compositions. In contrast, the collages, made from leftover vinyl from the weavings, depict urban and industrial landscapes that reflect the remnants of consumer-driven society. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Each work in this exhibition invites viewers to consider the unseen lifecycle of materials in the products we use daily&mdash;moving from production, to advertisement, and finally to waste. Through this transformation, the works in Polyvinyl Dreams reclaims these discarded materials, asking viewers to reflect on the permanence of what we often deem ephemeral.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Mon, 08 Feb 2027 10:00:00 -0500\",\"ends\":\"Mon, 08 Feb 2027 17:00:00 -0500\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4152038\\\/polyvinyl-dreams-by-tim-gonchorff\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1126619\",\"eventinstance_id\":\"4152039\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4152039\",\"title\":\"Polyvinyl Dreams by Tim Gonchorff\",\"subtitle\":null,\"description\":\"<p><em><span>Polyvinyl Dreams<\\\/span><\\\/em><span> presents a thought-provoking exploration of consumerism, environmental responsibility, and the power of creative transformation. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Gonchoroff&rsquo;s work is centered on the transformation of discarded materials, a theme that speaks directly to the challenges of sustainability and environmental degradation in our contemporary world. This exhibition features a collection of works created from discarded advertising banners made of Polyvinyl Chloride (PVC), once ubiquitous along highways and commercial spaces and transforms them through a variety of processes. These banners, originally designed for fleeting attention, are meticulously cut, woven, and reshaped on a floor loom, using patterns rooted in traditional textile-making. The resulting pieces, such as woven garments cut from sewing patterns, serve as a symbolic critique of the fast fashion industry. The fragmented garments are displayed across the gallery walls, inviting viewers to reconstruct their meaning and imagine new compositions. In contrast, the collages, made from leftover vinyl from the weavings, depict urban and industrial landscapes that reflect the remnants of consumer-driven society. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Each work in this exhibition invites viewers to consider the unseen lifecycle of materials in the products we use daily&mdash;moving from production, to advertisement, and finally to waste. Through this transformation, the works in Polyvinyl Dreams reclaims these discarded materials, asking viewers to reflect on the permanence of what we often deem ephemeral.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Tue, 09 Feb 2027 10:00:00 -0500\",\"ends\":\"Tue, 09 Feb 2027 17:00:00 -0500\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4152039\\\/polyvinyl-dreams-by-tim-gonchorff\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1126619\",\"eventinstance_id\":\"4152040\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4152040\",\"title\":\"Polyvinyl Dreams by Tim Gonchorff\",\"subtitle\":null,\"description\":\"<p><em><span>Polyvinyl Dreams<\\\/span><\\\/em><span> presents a thought-provoking exploration of consumerism, environmental responsibility, and the power of creative transformation. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Gonchoroff&rsquo;s work is centered on the transformation of discarded materials, a theme that speaks directly to the challenges of sustainability and environmental degradation in our contemporary world. This exhibition features a collection of works created from discarded advertising banners made of Polyvinyl Chloride (PVC), once ubiquitous along highways and commercial spaces and transforms them through a variety of processes. These banners, originally designed for fleeting attention, are meticulously cut, woven, and reshaped on a floor loom, using patterns rooted in traditional textile-making. The resulting pieces, such as woven garments cut from sewing patterns, serve as a symbolic critique of the fast fashion industry. The fragmented garments are displayed across the gallery walls, inviting viewers to reconstruct their meaning and imagine new compositions. In contrast, the collages, made from leftover vinyl from the weavings, depict urban and industrial landscapes that reflect the remnants of consumer-driven society. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Each work in this exhibition invites viewers to consider the unseen lifecycle of materials in the products we use daily&mdash;moving from production, to advertisement, and finally to waste. Through this transformation, the works in Polyvinyl Dreams reclaims these discarded materials, asking viewers to reflect on the permanence of what we often deem ephemeral.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Wed, 10 Feb 2027 10:00:00 -0500\",\"ends\":\"Wed, 10 Feb 2027 17:00:00 -0500\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4152040\\\/polyvinyl-dreams-by-tim-gonchorff\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1126619\",\"eventinstance_id\":\"4152041\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4152041\",\"title\":\"Polyvinyl Dreams by Tim Gonchorff\",\"subtitle\":null,\"description\":\"<p><em><span>Polyvinyl Dreams<\\\/span><\\\/em><span> presents a thought-provoking exploration of consumerism, environmental responsibility, and the power of creative transformation. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Gonchoroff&rsquo;s work is centered on the transformation of discarded materials, a theme that speaks directly to the challenges of sustainability and environmental degradation in our contemporary world. This exhibition features a collection of works created from discarded advertising banners made of Polyvinyl Chloride (PVC), once ubiquitous along highways and commercial spaces and transforms them through a variety of processes. These banners, originally designed for fleeting attention, are meticulously cut, woven, and reshaped on a floor loom, using patterns rooted in traditional textile-making. The resulting pieces, such as woven garments cut from sewing patterns, serve as a symbolic critique of the fast fashion industry. The fragmented garments are displayed across the gallery walls, inviting viewers to reconstruct their meaning and imagine new compositions. In contrast, the collages, made from leftover vinyl from the weavings, depict urban and industrial landscapes that reflect the remnants of consumer-driven society. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Each work in this exhibition invites viewers to consider the unseen lifecycle of materials in the products we use daily&mdash;moving from production, to advertisement, and finally to waste. Through this transformation, the works in Polyvinyl Dreams reclaims these discarded materials, asking viewers to reflect on the permanence of what we often deem ephemeral.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Thu, 11 Feb 2027 10:00:00 -0500\",\"ends\":\"Thu, 11 Feb 2027 17:00:00 -0500\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4152041\\\/polyvinyl-dreams-by-tim-gonchorff\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1126619\",\"eventinstance_id\":\"4152042\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4152042\",\"title\":\"Polyvinyl Dreams by Tim Gonchorff\",\"subtitle\":null,\"description\":\"<p><em><span>Polyvinyl Dreams<\\\/span><\\\/em><span> presents a thought-provoking exploration of consumerism, environmental responsibility, and the power of creative transformation. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Gonchoroff&rsquo;s work is centered on the transformation of discarded materials, a theme that speaks directly to the challenges of sustainability and environmental degradation in our contemporary world. This exhibition features a collection of works created from discarded advertising banners made of Polyvinyl Chloride (PVC), once ubiquitous along highways and commercial spaces and transforms them through a variety of processes. These banners, originally designed for fleeting attention, are meticulously cut, woven, and reshaped on a floor loom, using patterns rooted in traditional textile-making. The resulting pieces, such as woven garments cut from sewing patterns, serve as a symbolic critique of the fast fashion industry. The fragmented garments are displayed across the gallery walls, inviting viewers to reconstruct their meaning and imagine new compositions. In contrast, the collages, made from leftover vinyl from the weavings, depict urban and industrial landscapes that reflect the remnants of consumer-driven society. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Each work in this exhibition invites viewers to consider the unseen lifecycle of materials in the products we use daily&mdash;moving from production, to advertisement, and finally to waste. Through this transformation, the works in Polyvinyl Dreams reclaims these discarded materials, asking viewers to reflect on the permanence of what we often deem ephemeral.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Fri, 12 Feb 2027 10:00:00 -0500\",\"ends\":\"Fri, 12 Feb 2027 17:00:00 -0500\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4152042\\\/polyvinyl-dreams-by-tim-gonchorff\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1126622\",\"eventinstance_id\":\"4152106\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4152106\",\"title\":\"Opening Reception | 2027 MFA Exhibition\",\"subtitle\":null,\"description\":\"<p><span>Celebrate the opening of&nbsp;<\\\/span><span>the 2027 MFA Exhibition a<\\\/span><span>t the UCF Art Gallery on Thursday, February 25 from 6&ndash;8 p.m. The 2027 MFA Exhibition showcases the thesis work of MFA Studio Art &amp; Design candidates at the UCF School of Visual Arts and Design. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":\"https:\\\/\\\/www.ticketsource.com\\\/ucf-art-gallery\\\/2027-mfa-exhibition\\\/2027-02-25\\\/18:00\\\/t-xdazemj\",\"registration_info\":null,\"starts\":\"Thu, 25 Feb 2027 18:00:00 -0500\",\"ends\":\"Thu, 25 Feb 2027 20:00:00 -0500\",\"ongoing\":\"False\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4152106\\\/opening-reception-2027-mfa-exhibition\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1126625\",\"eventinstance_id\":\"4152110\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4152110\",\"title\":\"2027 MFA Exhibition\",\"subtitle\":null,\"description\":\"<p><span>The 2027 MFA Exhibition showcases the thesis work of MFA Studio Art &amp; Design candidates at the UCF School of Visual Arts and Design.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Link to learn more: <a href=\\\"https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/2027-mfa-exhibition\\\/\\\" target=\\\"_blank\\\">https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/2027-mfa-exhibition\\\/<\\\/a>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Fri, 26 Feb 2027 10:00:00 -0500\",\"ends\":\"Fri, 26 Feb 2027 17:00:00 -0500\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4152110\\\/2027-mfa-exhibition\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1126625\",\"eventinstance_id\":\"4152111\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4152111\",\"title\":\"2027 MFA Exhibition\",\"subtitle\":null,\"description\":\"<p><span>The 2027 MFA Exhibition showcases the thesis work of MFA Studio Art &amp; Design candidates at the UCF School of Visual Arts and Design.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Link to learn more: <a href=\\\"https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/2027-mfa-exhibition\\\/\\\" target=\\\"_blank\\\">https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/2027-mfa-exhibition\\\/<\\\/a>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Mon, 01 Mar 2027 10:00:00 -0500\",\"ends\":\"Mon, 01 Mar 2027 17:00:00 -0500\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4152111\\\/2027-mfa-exhibition\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1126625\",\"eventinstance_id\":\"4152112\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4152112\",\"title\":\"2027 MFA Exhibition\",\"subtitle\":null,\"description\":\"<p><span>The 2027 MFA Exhibition showcases the thesis work of MFA Studio Art &amp; Design candidates at the UCF School of Visual Arts and Design.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Link to learn more: <a href=\\\"https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/2027-mfa-exhibition\\\/\\\" target=\\\"_blank\\\">https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/2027-mfa-exhibition\\\/<\\\/a>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Tue, 02 Mar 2027 10:00:00 -0500\",\"ends\":\"Tue, 02 Mar 2027 17:00:00 -0500\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4152112\\\/2027-mfa-exhibition\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1126625\",\"eventinstance_id\":\"4152113\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4152113\",\"title\":\"2027 MFA Exhibition\",\"subtitle\":null,\"description\":\"<p><span>The 2027 MFA Exhibition showcases the thesis work of MFA Studio Art &amp; Design candidates at the UCF School of Visual Arts and Design.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Link to learn more: <a href=\\\"https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/2027-mfa-exhibition\\\/\\\" target=\\\"_blank\\\">https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/2027-mfa-exhibition\\\/<\\\/a>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Wed, 03 Mar 2027 10:00:00 -0500\",\"ends\":\"Wed, 03 Mar 2027 17:00:00 -0500\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4152113\\\/2027-mfa-exhibition\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1126625\",\"eventinstance_id\":\"4152114\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4152114\",\"title\":\"2027 MFA Exhibition\",\"subtitle\":null,\"description\":\"<p><span>The 2027 MFA Exhibition showcases the thesis work of MFA Studio Art &amp; Design candidates at the UCF School of Visual Arts and Design.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Link to learn more: <a href=\\\"https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/2027-mfa-exhibition\\\/\\\" target=\\\"_blank\\\">https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/2027-mfa-exhibition\\\/<\\\/a>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Thu, 04 Mar 2027 10:00:00 -0500\",\"ends\":\"Thu, 04 Mar 2027 17:00:00 -0500\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4152114\\\/2027-mfa-exhibition\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1126625\",\"eventinstance_id\":\"4152115\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4152115\",\"title\":\"2027 MFA Exhibition\",\"subtitle\":null,\"description\":\"<p><span>The 2027 MFA Exhibition showcases the thesis work of MFA Studio Art &amp; Design candidates at the UCF School of Visual Arts and Design.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Link to learn more: <a href=\\\"https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/2027-mfa-exhibition\\\/\\\" target=\\\"_blank\\\">https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/2027-mfa-exhibition\\\/<\\\/a>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Fri, 05 Mar 2027 10:00:00 -0500\",\"ends\":\"Fri, 05 Mar 2027 17:00:00 -0500\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4152115\\\/2027-mfa-exhibition\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1126625\",\"eventinstance_id\":\"4152116\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4152116\",\"title\":\"2027 MFA Exhibition\",\"subtitle\":null,\"description\":\"<p><span>The 2027 MFA Exhibition showcases the thesis work of MFA Studio Art &amp; Design candidates at the UCF School of Visual Arts and Design.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Link to learn more: <a href=\\\"https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/2027-mfa-exhibition\\\/\\\" target=\\\"_blank\\\">https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/2027-mfa-exhibition\\\/<\\\/a>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Mon, 08 Mar 2027 10:00:00 -0500\",\"ends\":\"Mon, 08 Mar 2027 17:00:00 -0500\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4152116\\\/2027-mfa-exhibition\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1126625\",\"eventinstance_id\":\"4152117\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4152117\",\"title\":\"2027 MFA Exhibition\",\"subtitle\":null,\"description\":\"<p><span>The 2027 MFA Exhibition showcases the thesis work of MFA Studio Art &amp; Design candidates at the UCF School of Visual Arts and Design.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Link to learn more: <a href=\\\"https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/2027-mfa-exhibition\\\/\\\" target=\\\"_blank\\\">https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/2027-mfa-exhibition\\\/<\\\/a>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Tue, 09 Mar 2027 10:00:00 -0500\",\"ends\":\"Tue, 09 Mar 2027 17:00:00 -0500\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4152117\\\/2027-mfa-exhibition\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1126625\",\"eventinstance_id\":\"4152118\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4152118\",\"title\":\"2027 MFA Exhibition\",\"subtitle\":null,\"description\":\"<p><span>The 2027 MFA Exhibition showcases the thesis work of MFA Studio Art &amp; Design candidates at the UCF School of Visual Arts and Design.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Link to learn more: <a href=\\\"https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/2027-mfa-exhibition\\\/\\\" target=\\\"_blank\\\">https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/2027-mfa-exhibition\\\/<\\\/a>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Wed, 10 Mar 2027 10:00:00 -0500\",\"ends\":\"Wed, 10 Mar 2027 17:00:00 -0500\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4152118\\\/2027-mfa-exhibition\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1126625\",\"eventinstance_id\":\"4152119\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4152119\",\"title\":\"2027 MFA Exhibition\",\"subtitle\":null,\"description\":\"<p><span>The 2027 MFA Exhibition showcases the thesis work of MFA Studio Art &amp; Design candidates at the UCF School of Visual Arts and Design.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Link to learn more: <a href=\\\"https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/2027-mfa-exhibition\\\/\\\" target=\\\"_blank\\\">https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/2027-mfa-exhibition\\\/<\\\/a>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Thu, 11 Mar 2027 10:00:00 -0500\",\"ends\":\"Thu, 11 Mar 2027 17:00:00 -0500\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4152119\\\/2027-mfa-exhibition\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1126625\",\"eventinstance_id\":\"4152120\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4152120\",\"title\":\"2027 MFA Exhibition\",\"subtitle\":null,\"description\":\"<p><span>The 2027 MFA Exhibition showcases the thesis work of MFA Studio Art &amp; Design candidates at the UCF School of Visual Arts and Design.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Link to learn more: <a href=\\\"https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/2027-mfa-exhibition\\\/\\\" target=\\\"_blank\\\">https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/2027-mfa-exhibition\\\/<\\\/a>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Fri, 12 Mar 2027 10:00:00 -0500\",\"ends\":\"Fri, 12 Mar 2027 17:00:00 -0500\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4152120\\\/2027-mfa-exhibition\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1126628\",\"eventinstance_id\":\"4152154\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4152154\",\"title\":\"Opening Reception | Spring 2027 BFA I Exhibition\",\"subtitle\":null,\"description\":\"<p><span>Celebrate the opening of&nbsp;the <\\\/span><span>Spring 2027 BFA I Exhibition&nbsp;<\\\/span><span>at the UCF Art Gallery on Thursday, April 1 from 5&ndash;7 p.m. The Spring 2027 BFA I Exhibition provides the opportunity for senior undergraduate students specializing in book arts, ceramics, drawing, animation, illustration, painting, photography, printmaking, and sculpture to share their research and artistic practice.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":\"https:\\\/\\\/www.ticketsource.com\\\/ucf-art-gallery\\\/opening-reception-spring-2027-bfa-i-exhibition\\\/2027-04-01\\\/17:00\\\/t-ejlzpay\",\"registration_info\":null,\"starts\":\"Thu, 01 Apr 2027 17:00:00 -0400\",\"ends\":\"Thu, 01 Apr 2027 19:00:00 -0400\",\"ongoing\":\"False\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4152154\\\/opening-reception-spring-2027-bfa-i-exhibition\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1126631\",\"eventinstance_id\":\"4152158\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4152158\",\"title\":\"Spring 2027 BFA I Exhibition\",\"subtitle\":null,\"description\":\"<p><span>The Spring 2027 BFA I Exhibition provides the opportunity for senior undergraduate students specializing in book arts, ceramics, drawing, animation, illustration, painting, photography, printmaking, and sculpture to share their research and artistic practice.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Link to learn more: <a href=\\\"https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/spring-2027-bfa-i-exhibition\\\/\\\" target=\\\"_blank\\\">https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/spring-2027-bfa-i-exhibition\\\/<\\\/a>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Fri, 02 Apr 2027 10:00:00 -0400\",\"ends\":\"Fri, 02 Apr 2027 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4152158\\\/spring-2027-bfa-i-exhibition\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1126631\",\"eventinstance_id\":\"4152159\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4152159\",\"title\":\"Spring 2027 BFA I Exhibition\",\"subtitle\":null,\"description\":\"<p><span>The Spring 2027 BFA I Exhibition provides the opportunity for senior undergraduate students specializing in book arts, ceramics, drawing, animation, illustration, painting, photography, printmaking, and sculpture to share their research and artistic practice.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Link to learn more: <a href=\\\"https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/spring-2027-bfa-i-exhibition\\\/\\\" target=\\\"_blank\\\">https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/spring-2027-bfa-i-exhibition\\\/<\\\/a>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Mon, 05 Apr 2027 10:00:00 -0400\",\"ends\":\"Mon, 05 Apr 2027 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4152159\\\/spring-2027-bfa-i-exhibition\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1126631\",\"eventinstance_id\":\"4152160\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4152160\",\"title\":\"Spring 2027 BFA I Exhibition\",\"subtitle\":null,\"description\":\"<p><span>The Spring 2027 BFA I Exhibition provides the opportunity for senior undergraduate students specializing in book arts, ceramics, drawing, animation, illustration, painting, photography, printmaking, and sculpture to share their research and artistic practice.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Link to learn more: <a href=\\\"https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/spring-2027-bfa-i-exhibition\\\/\\\" target=\\\"_blank\\\">https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/spring-2027-bfa-i-exhibition\\\/<\\\/a>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Tue, 06 Apr 2027 10:00:00 -0400\",\"ends\":\"Tue, 06 Apr 2027 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4152160\\\/spring-2027-bfa-i-exhibition\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1126631\",\"eventinstance_id\":\"4152161\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4152161\",\"title\":\"Spring 2027 BFA I Exhibition\",\"subtitle\":null,\"description\":\"<p><span>The Spring 2027 BFA I Exhibition provides the opportunity for senior undergraduate students specializing in book arts, ceramics, drawing, animation, illustration, painting, photography, printmaking, and sculpture to share their research and artistic practice.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Link to learn more: <a href=\\\"https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/spring-2027-bfa-i-exhibition\\\/\\\" target=\\\"_blank\\\">https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/spring-2027-bfa-i-exhibition\\\/<\\\/a>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Wed, 07 Apr 2027 10:00:00 -0400\",\"ends\":\"Wed, 07 Apr 2027 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4152161\\\/spring-2027-bfa-i-exhibition\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1126631\",\"eventinstance_id\":\"4152162\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4152162\",\"title\":\"Spring 2027 BFA I Exhibition\",\"subtitle\":null,\"description\":\"<p><span>The Spring 2027 BFA I Exhibition provides the opportunity for senior undergraduate students specializing in book arts, ceramics, drawing, animation, illustration, painting, photography, printmaking, and sculpture to share their research and artistic practice.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Link to learn more: <a href=\\\"https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/spring-2027-bfa-i-exhibition\\\/\\\" target=\\\"_blank\\\">https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/spring-2027-bfa-i-exhibition\\\/<\\\/a>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Thu, 08 Apr 2027 10:00:00 -0400\",\"ends\":\"Thu, 08 Apr 2027 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4152162\\\/spring-2027-bfa-i-exhibition\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1126631\",\"eventinstance_id\":\"4152163\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4152163\",\"title\":\"Spring 2027 BFA I Exhibition\",\"subtitle\":null,\"description\":\"<p><span>The Spring 2027 BFA I Exhibition provides the opportunity for senior undergraduate students specializing in book arts, ceramics, drawing, animation, illustration, painting, photography, printmaking, and sculpture to share their research and artistic practice.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Link to learn more: <a href=\\\"https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/spring-2027-bfa-i-exhibition\\\/\\\" target=\\\"_blank\\\">https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/spring-2027-bfa-i-exhibition\\\/<\\\/a>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Fri, 09 Apr 2027 10:00:00 -0400\",\"ends\":\"Fri, 09 Apr 2027 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4152163\\\/spring-2027-bfa-i-exhibition\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1126634\",\"eventinstance_id\":\"4152182\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4152182\",\"title\":\"Opening Reception | Spring 2027 BFA II Exhibition, Part One\",\"subtitle\":null,\"description\":\"<p><span>Celebrate the opening of&nbsp;the <\\\/span><em><span>Spring 2027 BFA II Exhibition, Part One&nbsp;<\\\/span><\\\/em><span>at the UCF Art Gallery on Thursday, April 15 from 5&ndash;7 p.m. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>The Spring 2027 BFA Exhibition II, Part One provides the opportunity for senior undergraduate students specializing in Animation &amp; Visualization to share their research and artistic practice. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":\"https:\\\/\\\/www.ticketsource.com\\\/ucf-art-gallery\\\/opening-reception-spring-2027-bfa-exhibition-ii-part-one\\\/e-qrkkej\",\"registration_info\":null,\"starts\":\"Thu, 15 Apr 2027 17:00:00 -0400\",\"ends\":\"Thu, 15 Apr 2027 19:00:00 -0400\",\"ongoing\":\"False\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4152182\\\/opening-reception-spring-2027-bfa-ii-exhibition-part-one\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1126637\",\"eventinstance_id\":\"4152186\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4152186\",\"title\":\"Spring 2027 BFA II Exhibition, Part One\",\"subtitle\":null,\"description\":\"<p><span>The Spring 2027 BFA Exhibition II, Part One provides the opportunity for senior undergraduate students specializing in Animation &amp; Visualization to share their research and artistic practice.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Link to learn more:&nbsp;<a href=\\\"https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/spring-2027-bfa-exhibition-ii-part-one\\\/\\\" target=\\\"_blank\\\">https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/spring-2027-bfa-exhibition-ii-part-one\\\/<\\\/a> &nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Fri, 16 Apr 2027 10:00:00 -0400\",\"ends\":\"Fri, 16 Apr 2027 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4152186\\\/spring-2027-bfa-ii-exhibition-part-one\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1126637\",\"eventinstance_id\":\"4152187\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4152187\",\"title\":\"Spring 2027 BFA II Exhibition, Part One\",\"subtitle\":null,\"description\":\"<p><span>The Spring 2027 BFA Exhibition II, Part One provides the opportunity for senior undergraduate students specializing in Animation &amp; Visualization to share their research and artistic practice.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Link to learn more:&nbsp;<a href=\\\"https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/spring-2027-bfa-exhibition-ii-part-one\\\/\\\" target=\\\"_blank\\\">https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/spring-2027-bfa-exhibition-ii-part-one\\\/<\\\/a> &nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Mon, 19 Apr 2027 10:00:00 -0400\",\"ends\":\"Mon, 19 Apr 2027 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4152187\\\/spring-2027-bfa-ii-exhibition-part-one\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1126637\",\"eventinstance_id\":\"4152188\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4152188\",\"title\":\"Spring 2027 BFA II Exhibition, Part One\",\"subtitle\":null,\"description\":\"<p><span>The Spring 2027 BFA Exhibition II, Part One provides the opportunity for senior undergraduate students specializing in Animation &amp; Visualization to share their research and artistic practice.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Link to learn more:&nbsp;<a href=\\\"https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/spring-2027-bfa-exhibition-ii-part-one\\\/\\\" target=\\\"_blank\\\">https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/spring-2027-bfa-exhibition-ii-part-one\\\/<\\\/a> &nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Tue, 20 Apr 2027 10:00:00 -0400\",\"ends\":\"Tue, 20 Apr 2027 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4152188\\\/spring-2027-bfa-ii-exhibition-part-one\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1126637\",\"eventinstance_id\":\"4152189\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4152189\",\"title\":\"Spring 2027 BFA II Exhibition, Part One\",\"subtitle\":null,\"description\":\"<p><span>The Spring 2027 BFA Exhibition II, Part One provides the opportunity for senior undergraduate students specializing in Animation &amp; Visualization to share their research and artistic practice.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Link to learn more:&nbsp;<a href=\\\"https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/spring-2027-bfa-exhibition-ii-part-one\\\/\\\" target=\\\"_blank\\\">https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/spring-2027-bfa-exhibition-ii-part-one\\\/<\\\/a> &nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Wed, 21 Apr 2027 10:00:00 -0400\",\"ends\":\"Wed, 21 Apr 2027 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4152189\\\/spring-2027-bfa-ii-exhibition-part-one\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1126640\",\"eventinstance_id\":\"4152202\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4152202\",\"title\":\"Opening Reception | Spring 2027 BFA II Exhibition, Part Two\",\"subtitle\":null,\"description\":\"<p><span>Celebrate the opening of&nbsp;the <\\\/span><em><span>Spring 2027 BFA II Exhibition, Part Two <\\\/span><\\\/em><span>at the UCF Art Gallery on Thursday, April 22 from 5&ndash;7 p.m. <\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>The Spring 2027 BFA Exhibition II, Part One provides the opportunity for senior undergraduate students specializing in Animation &amp; Visualization to share their research and artistic practice.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":\"https:\\\/\\\/www.ticketsource.com\\\/ucf-art-gallery\\\/opening-reception-spring-2027-bfa-exhibition-ii-part-two\\\/2027-04-22\\\/17:00\\\/t-plmyjmk\",\"registration_info\":null,\"starts\":\"Thu, 22 Apr 2027 17:00:00 -0400\",\"ends\":\"Thu, 22 Apr 2027 19:00:00 -0400\",\"ongoing\":\"False\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4152202\\\/opening-reception-spring-2027-bfa-ii-exhibition-part-two\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1126643\",\"eventinstance_id\":\"4152206\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4152206\",\"title\":\"Spring 2027 BFA II Exhibition, Part Two\",\"subtitle\":null,\"description\":\"<p><span>The Spring 2027 BFA Exhibition II, Part Two provides the opportunity for senior undergraduate students specializing in Animation &amp; Visualization to share their research and artistic practice.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Link to learn more:&nbsp;<\\\/span><a href=\\\"https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/spring-2027-bfa-exhibition-ii-part-two\\\/\\\" target=\\\"_blank\\\"><span>https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/spring-2027-bfa-exhibition-ii-part-two\\\/<\\\/span><\\\/a><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Fri, 23 Apr 2027 10:00:00 -0400\",\"ends\":\"Fri, 23 Apr 2027 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4152206\\\/spring-2027-bfa-ii-exhibition-part-two\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1126643\",\"eventinstance_id\":\"4152207\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4152207\",\"title\":\"Spring 2027 BFA II Exhibition, Part Two\",\"subtitle\":null,\"description\":\"<p><span>The Spring 2027 BFA Exhibition II, Part Two provides the opportunity for senior undergraduate students specializing in Animation &amp; Visualization to share their research and artistic practice.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Link to learn more:&nbsp;<\\\/span><a href=\\\"https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/spring-2027-bfa-exhibition-ii-part-two\\\/\\\" target=\\\"_blank\\\"><span>https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/spring-2027-bfa-exhibition-ii-part-two\\\/<\\\/span><\\\/a><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Mon, 26 Apr 2027 10:00:00 -0400\",\"ends\":\"Mon, 26 Apr 2027 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4152207\\\/spring-2027-bfa-ii-exhibition-part-two\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1126643\",\"eventinstance_id\":\"4152208\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4152208\",\"title\":\"Spring 2027 BFA II Exhibition, Part Two\",\"subtitle\":null,\"description\":\"<p><span>The Spring 2027 BFA Exhibition II, Part Two provides the opportunity for senior undergraduate students specializing in Animation &amp; Visualization to share their research and artistic practice.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Link to learn more:&nbsp;<\\\/span><a href=\\\"https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/spring-2027-bfa-exhibition-ii-part-two\\\/\\\" target=\\\"_blank\\\"><span>https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/spring-2027-bfa-exhibition-ii-part-two\\\/<\\\/span><\\\/a><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Tue, 27 Apr 2027 10:00:00 -0400\",\"ends\":\"Tue, 27 Apr 2027 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4152208\\\/spring-2027-bfa-ii-exhibition-part-two\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1126643\",\"eventinstance_id\":\"4152209\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4152209\",\"title\":\"Spring 2027 BFA II Exhibition, Part Two\",\"subtitle\":null,\"description\":\"<p><span>The Spring 2027 BFA Exhibition II, Part Two provides the opportunity for senior undergraduate students specializing in Animation &amp; Visualization to share their research and artistic practice.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>Link to learn more:&nbsp;<\\\/span><a href=\\\"https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/spring-2027-bfa-exhibition-ii-part-two\\\/\\\" target=\\\"_blank\\\"><span>https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/spring-2027-bfa-exhibition-ii-part-two\\\/<\\\/span><\\\/a><span>&nbsp;<\\\/span><\\\/p>\\n<p><span>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Wed, 28 Apr 2027 10:00:00 -0400\",\"ends\":\"Wed, 28 Apr 2027 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4152209\\\/spring-2027-bfa-ii-exhibition-part-two\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]}],\n                    endDateArray: [{\"event_id\":\"1126643\",\"end_date\":\"Wed, 28 Apr 2027 17:00:00 -0400\"},{\"event_id\":\"1126643\",\"end_date\":\"Tue, 27 Apr 2027 17:00:00 -0400\"},{\"event_id\":\"1126643\",\"end_date\":\"Mon, 26 Apr 2027 17:00:00 -0400\"},{\"event_id\":\"1126643\",\"end_date\":\"Fri, 23 Apr 2027 17:00:00 -0400\"},{\"event_id\":\"1126640\",\"end_date\":\"Thu, 22 Apr 2027 19:00:00 -0400\"},{\"event_id\":\"1126637\",\"end_date\":\"Wed, 21 Apr 2027 17:00:00 -0400\"},{\"event_id\":\"1126637\",\"end_date\":\"Tue, 20 Apr 2027 17:00:00 -0400\"},{\"event_id\":\"1126637\",\"end_date\":\"Mon, 19 Apr 2027 17:00:00 -0400\"},{\"event_id\":\"1126637\",\"end_date\":\"Fri, 16 Apr 2027 17:00:00 -0400\"},{\"event_id\":\"1126634\",\"end_date\":\"Thu, 15 Apr 2027 19:00:00 -0400\"},{\"event_id\":\"1126631\",\"end_date\":\"Fri, 09 Apr 2027 17:00:00 -0400\"},{\"event_id\":\"1126631\",\"end_date\":\"Thu, 08 Apr 2027 17:00:00 -0400\"},{\"event_id\":\"1126631\",\"end_date\":\"Wed, 07 Apr 2027 17:00:00 -0400\"},{\"event_id\":\"1126631\",\"end_date\":\"Tue, 06 Apr 2027 17:00:00 -0400\"},{\"event_id\":\"1126631\",\"end_date\":\"Mon, 05 Apr 2027 17:00:00 -0400\"},{\"event_id\":\"1126631\",\"end_date\":\"Fri, 02 Apr 2027 17:00:00 -0400\"},{\"event_id\":\"1126628\",\"end_date\":\"Thu, 01 Apr 2027 19:00:00 -0400\"},{\"event_id\":\"1126625\",\"end_date\":\"Fri, 12 Mar 2027 17:00:00 -0500\"},{\"event_id\":\"1126625\",\"end_date\":\"Thu, 11 Mar 2027 17:00:00 -0500\"},{\"event_id\":\"1126625\",\"end_date\":\"Wed, 10 Mar 2027 17:00:00 -0500\"},{\"event_id\":\"1126625\",\"end_date\":\"Tue, 09 Mar 2027 17:00:00 -0500\"},{\"event_id\":\"1126625\",\"end_date\":\"Mon, 08 Mar 2027 17:00:00 -0500\"},{\"event_id\":\"1126625\",\"end_date\":\"Fri, 05 Mar 2027 17:00:00 -0500\"},{\"event_id\":\"1126625\",\"end_date\":\"Thu, 04 Mar 2027 17:00:00 -0500\"},{\"event_id\":\"1126625\",\"end_date\":\"Wed, 03 Mar 2027 17:00:00 -0500\"},{\"event_id\":\"1126625\",\"end_date\":\"Tue, 02 Mar 2027 17:00:00 -0500\"},{\"event_id\":\"1126625\",\"end_date\":\"Mon, 01 Mar 2027 17:00:00 -0500\"},{\"event_id\":\"1126625\",\"end_date\":\"Fri, 26 Feb 2027 17:00:00 -0500\"},{\"event_id\":\"1126622\",\"end_date\":\"Thu, 25 Feb 2027 20:00:00 -0500\"},{\"event_id\":\"1126619\",\"end_date\":\"Fri, 12 Feb 2027 17:00:00 -0500\"},{\"event_id\":\"1126619\",\"end_date\":\"Thu, 11 Feb 2027 17:00:00 -0500\"},{\"event_id\":\"1126619\",\"end_date\":\"Wed, 10 Feb 2027 17:00:00 -0500\"},{\"event_id\":\"1126619\",\"end_date\":\"Tue, 09 Feb 2027 17:00:00 -0500\"},{\"event_id\":\"1126619\",\"end_date\":\"Mon, 08 Feb 2027 17:00:00 -0500\"},{\"event_id\":\"1126619\",\"end_date\":\"Fri, 05 Feb 2027 17:00:00 -0500\"},{\"event_id\":\"1126619\",\"end_date\":\"Thu, 04 Feb 2027 17:00:00 -0500\"},{\"event_id\":\"1126619\",\"end_date\":\"Wed, 03 Feb 2027 17:00:00 -0500\"},{\"event_id\":\"1126619\",\"end_date\":\"Tue, 02 Feb 2027 17:00:00 -0500\"},{\"event_id\":\"1126619\",\"end_date\":\"Mon, 01 Feb 2027 17:00:00 -0500\"},{\"event_id\":\"1126619\",\"end_date\":\"Fri, 29 Jan 2027 17:00:00 -0500\"},{\"event_id\":\"1126619\",\"end_date\":\"Thu, 28 Jan 2027 17:00:00 -0500\"},{\"event_id\":\"1126619\",\"end_date\":\"Wed, 27 Jan 2027 17:00:00 -0500\"},{\"event_id\":\"1126619\",\"end_date\":\"Tue, 26 Jan 2027 17:00:00 -0500\"},{\"event_id\":\"1126619\",\"end_date\":\"Mon, 25 Jan 2027 17:00:00 -0500\"},{\"event_id\":\"1126619\",\"end_date\":\"Fri, 22 Jan 2027 17:00:00 -0500\"},{\"event_id\":\"1126619\",\"end_date\":\"Thu, 21 Jan 2027 17:00:00 -0500\"},{\"event_id\":\"1126619\",\"end_date\":\"Wed, 20 Jan 2027 17:00:00 -0500\"},{\"event_id\":\"1126619\",\"end_date\":\"Tue, 19 Jan 2027 17:00:00 -0500\"},{\"event_id\":\"1126619\",\"end_date\":\"Mon, 18 Jan 2027 17:00:00 -0500\"},{\"event_id\":\"1126619\",\"end_date\":\"Fri, 15 Jan 2027 17:00:00 -0500\"},{\"event_id\":\"1126616\",\"end_date\":\"Thu, 03 Dec 2026 17:00:00 -0500\"},{\"event_id\":\"1126616\",\"end_date\":\"Wed, 02 Dec 2026 17:00:00 -0500\"},{\"event_id\":\"1126616\",\"end_date\":\"Tue, 01 Dec 2026 17:00:00 -0500\"},{\"event_id\":\"1126616\",\"end_date\":\"Mon, 30 Nov 2026 17:00:00 -0500\"},{\"event_id\":\"1126616\",\"end_date\":\"Tue, 24 Nov 2026 17:00:00 -0500\"},{\"event_id\":\"1126616\",\"end_date\":\"Mon, 23 Nov 2026 17:00:00 -0500\"},{\"event_id\":\"1126579\",\"end_date\":\"Sun, 22 Nov 2026 16:30:00 -0500\"},{\"event_id\":\"1126579\",\"end_date\":\"Sat, 21 Nov 2026 22:00:00 -0500\"},{\"event_id\":\"1126579\",\"end_date\":\"Fri, 20 Nov 2026 22:00:00 -0500\"},{\"event_id\":\"1126616\",\"end_date\":\"Fri, 20 Nov 2026 17:00:00 -0500\"},{\"event_id\":\"1126579\",\"end_date\":\"Thu, 19 Nov 2026 22:00:00 -0500\"},{\"event_id\":\"1126613\",\"end_date\":\"Thu, 19 Nov 2026 21:00:00 -0500\"},{\"event_id\":\"1126579\",\"end_date\":\"Wed, 18 Nov 2026 22:00:00 -0500\"},{\"event_id\":\"1126579\",\"end_date\":\"Sun, 15 Nov 2026 16:30:00 -0500\"},{\"event_id\":\"1126579\",\"end_date\":\"Sat, 14 Nov 2026 22:00:00 -0500\"},{\"event_id\":\"1126579\",\"end_date\":\"Fri, 13 Nov 2026 22:00:00 -0500\"},{\"event_id\":\"1126579\",\"end_date\":\"Thu, 12 Nov 2026 22:00:00 -0500\"},{\"event_id\":\"1126610\",\"end_date\":\"Fri, 06 Nov 2026 21:00:00 -0500\"},{\"event_id\":\"1126607\",\"end_date\":\"Thu, 05 Nov 2026 17:00:00 -0500\"},{\"event_id\":\"1126607\",\"end_date\":\"Wed, 04 Nov 2026 17:00:00 -0500\"},{\"event_id\":\"1126607\",\"end_date\":\"Tue, 03 Nov 2026 17:00:00 -0500\"},{\"event_id\":\"1126607\",\"end_date\":\"Mon, 02 Nov 2026 17:00:00 -0500\"},{\"event_id\":\"1126607\",\"end_date\":\"Fri, 30 Oct 2026 17:00:00 -0400\"},{\"event_id\":\"1126607\",\"end_date\":\"Thu, 29 Oct 2026 17:00:00 -0400\"},{\"event_id\":\"1126607\",\"end_date\":\"Wed, 28 Oct 2026 17:00:00 -0400\"},{\"event_id\":\"1126607\",\"end_date\":\"Tue, 27 Oct 2026 17:00:00 -0400\"},{\"event_id\":\"1126607\",\"end_date\":\"Mon, 26 Oct 2026 17:00:00 -0400\"},{\"event_id\":\"1126313\",\"end_date\":\"Sun, 25 Oct 2026 16:30:00 -0400\"},{\"event_id\":\"1126313\",\"end_date\":\"Sat, 24 Oct 2026 22:00:00 -0400\"},{\"event_id\":\"1126313\",\"end_date\":\"Fri, 23 Oct 2026 22:00:00 -0400\"},{\"event_id\":\"1126607\",\"end_date\":\"Fri, 23 Oct 2026 17:00:00 -0400\"},{\"event_id\":\"1126313\",\"end_date\":\"Thu, 22 Oct 2026 22:00:00 -0400\"},{\"event_id\":\"1126607\",\"end_date\":\"Thu, 22 Oct 2026 17:00:00 -0400\"},{\"event_id\":\"1126313\",\"end_date\":\"Sun, 18 Oct 2026 16:30:00 -0400\"},{\"event_id\":\"1126313\",\"end_date\":\"Sat, 17 Oct 2026 22:00:00 -0400\"},{\"event_id\":\"1126313\",\"end_date\":\"Fri, 16 Oct 2026 22:00:00 -0400\"},{\"event_id\":\"1126313\",\"end_date\":\"Thu, 15 Oct 2026 22:00:00 -0400\"},{\"event_id\":\"1126586\",\"end_date\":\"Fri, 09 Oct 2026 17:00:00 -0400\"},{\"event_id\":\"1126586\",\"end_date\":\"Thu, 08 Oct 2026 17:00:00 -0400\"},{\"event_id\":\"1126586\",\"end_date\":\"Wed, 07 Oct 2026 17:00:00 -0400\"},{\"event_id\":\"1126586\",\"end_date\":\"Tue, 06 Oct 2026 17:00:00 -0400\"},{\"event_id\":\"1126586\",\"end_date\":\"Mon, 05 Oct 2026 17:00:00 -0400\"},{\"event_id\":\"1115479\",\"end_date\":\"Sun, 04 Oct 2026 16:00:00 -0400\"},{\"event_id\":\"1115479\",\"end_date\":\"Sat, 03 Oct 2026 21:30:00 -0400\"},{\"event_id\":\"1115479\",\"end_date\":\"Fri, 02 Oct 2026 21:30:00 -0400\"},{\"event_id\":\"1126586\",\"end_date\":\"Fri, 02 Oct 2026 17:00:00 -0400\"},{\"event_id\":\"1115479\",\"end_date\":\"Thu, 01 Oct 2026 21:30:00 -0400\"},{\"event_id\":\"1126586\",\"end_date\":\"Thu, 01 Oct 2026 17:00:00 -0400\"},{\"event_id\":\"1115479\",\"end_date\":\"Wed, 30 Sep 2026 21:30:00 -0400\"},{\"event_id\":\"1126586\",\"end_date\":\"Wed, 30 Sep 2026 17:00:00 -0400\"},{\"event_id\":\"1126682\",\"end_date\":\"Tue, 29 Sep 2026 21:30:00 -0400\"},{\"event_id\":\"1126586\",\"end_date\":\"Tue, 29 Sep 2026 17:00:00 -0400\"},{\"event_id\":\"1126586\",\"end_date\":\"Mon, 28 Sep 2026 17:00:00 -0400\"},{\"event_id\":\"1115479\",\"end_date\":\"Sun, 27 Sep 2026 16:00:00 -0400\"},{\"event_id\":\"1115479\",\"end_date\":\"Sat, 26 Sep 2026 21:30:00 -0400\"},{\"event_id\":\"1126666\",\"end_date\":\"Fri, 25 Sep 2026 22:00:00 -0400\"},{\"event_id\":\"1115479\",\"end_date\":\"Fri, 25 Sep 2026 21:30:00 -0400\"},{\"event_id\":\"1126586\",\"end_date\":\"Fri, 25 Sep 2026 17:00:00 -0400\"},{\"event_id\":\"1126653\",\"end_date\":\"Thu, 24 Sep 2026 21:00:00 -0400\"},{\"event_id\":\"1115479\",\"end_date\":\"Thu, 24 Sep 2026 21:30:00 -0400\"},{\"event_id\":\"1126586\",\"end_date\":\"Thu, 24 Sep 2026 17:00:00 -0400\"},{\"event_id\":\"1126586\",\"end_date\":\"Wed, 23 Sep 2026 17:00:00 -0400\"},{\"event_id\":\"1126586\",\"end_date\":\"Tue, 22 Sep 2026 17:00:00 -0400\"},{\"event_id\":\"1126586\",\"end_date\":\"Mon, 21 Sep 2026 17:00:00 -0400\"},{\"event_id\":\"1126586\",\"end_date\":\"Fri, 18 Sep 2026 17:00:00 -0400\"},{\"event_id\":\"1126586\",\"end_date\":\"Thu, 17 Sep 2026 17:00:00 -0400\"},{\"event_id\":\"1126586\",\"end_date\":\"Wed, 16 Sep 2026 17:00:00 -0400\"},{\"event_id\":\"1126589\",\"end_date\":\"Tue, 15 Sep 2026 21:30:00 -0400\"},{\"event_id\":\"1126586\",\"end_date\":\"Tue, 15 Sep 2026 17:00:00 -0400\"},{\"event_id\":\"1126586\",\"end_date\":\"Mon, 14 Sep 2026 17:00:00 -0400\"},{\"event_id\":\"1126586\",\"end_date\":\"Fri, 11 Sep 2026 17:00:00 -0400\"},{\"event_id\":\"1126600\",\"end_date\":\"Thu, 10 Sep 2026 19:00:00 -0400\"},{\"event_id\":\"1125896\",\"end_date\":\"Sat, 29 Aug 2026 15:30:00 -0400\"},{\"event_id\":\"1111694\",\"end_date\":\"Fri, 28 Aug 2026 17:00:00 -0400\"},{\"event_id\":\"1111694\",\"end_date\":\"Thu, 27 Aug 2026 17:00:00 -0400\"},{\"event_id\":\"1111694\",\"end_date\":\"Wed, 26 Aug 2026 17:00:00 -0400\"},{\"event_id\":\"1111694\",\"end_date\":\"Tue, 25 Aug 2026 17:00:00 -0400\"},{\"event_id\":\"1111694\",\"end_date\":\"Mon, 24 Aug 2026 17:00:00 -0400\"},{\"event_id\":\"1111694\",\"end_date\":\"Fri, 21 Aug 2026 17:00:00 -0400\"},{\"event_id\":\"1111694\",\"end_date\":\"Thu, 20 Aug 2026 17:00:00 -0400\"},{\"event_id\":\"1111694\",\"end_date\":\"Wed, 19 Aug 2026 17:00:00 -0400\"},{\"event_id\":\"1111694\",\"end_date\":\"Tue, 18 Aug 2026 17:00:00 -0400\"},{\"event_id\":\"1111694\",\"end_date\":\"Mon, 17 Aug 2026 17:00:00 -0400\"},{\"event_id\":\"1111694\",\"end_date\":\"Fri, 14 Aug 2026 17:00:00 -0400\"},{\"event_id\":\"1111694\",\"end_date\":\"Thu, 13 Aug 2026 17:00:00 -0400\"},{\"event_id\":\"1111694\",\"end_date\":\"Wed, 12 Aug 2026 17:00:00 -0400\"},{\"event_id\":\"1111694\",\"end_date\":\"Tue, 11 Aug 2026 17:00:00 -0400\"},{\"event_id\":\"1111694\",\"end_date\":\"Mon, 10 Aug 2026 17:00:00 -0400\"},{\"event_id\":\"1114674\",\"end_date\":\"Sun, 09 Aug 2026 16:00:00 -0400\"},{\"event_id\":\"1114674\",\"end_date\":\"Sat, 08 Aug 2026 16:00:00 -0400\"},{\"event_id\":\"1114674\",\"end_date\":\"Fri, 07 Aug 2026 16:00:00 -0400\"},{\"event_id\":\"1111691\",\"end_date\":\"Fri, 07 Aug 2026 17:00:00 -0400\"},{\"event_id\":\"1114674\",\"end_date\":\"Thu, 06 Aug 2026 16:00:00 -0400\"},{\"event_id\":\"1111691\",\"end_date\":\"Thu, 06 Aug 2026 17:00:00 -0400\"},{\"event_id\":\"1114674\",\"end_date\":\"Wed, 05 Aug 2026 16:00:00 -0400\"},{\"event_id\":\"1111691\",\"end_date\":\"Wed, 05 Aug 2026 17:00:00 -0400\"},{\"event_id\":\"1114674\",\"end_date\":\"Tue, 04 Aug 2026 16:00:00 -0400\"},{\"event_id\":\"1111691\",\"end_date\":\"Tue, 04 Aug 2026 17:00:00 -0400\"},{\"event_id\":\"1111691\",\"end_date\":\"Mon, 03 Aug 2026 17:00:00 -0400\"},{\"event_id\":\"1114671\",\"end_date\":\"Sun, 02 Aug 2026 16:00:00 -0400\"},{\"event_id\":\"1114671\",\"end_date\":\"Sat, 01 Aug 2026 16:00:00 -0400\"},{\"event_id\":\"1114671\",\"end_date\":\"Fri, 31 Jul 2026 16:00:00 -0400\"},{\"event_id\":\"1111691\",\"end_date\":\"Fri, 31 Jul 2026 17:00:00 -0400\"},{\"event_id\":\"1114671\",\"end_date\":\"Thu, 30 Jul 2026 16:00:00 -0400\"},{\"event_id\":\"1111691\",\"end_date\":\"Thu, 30 Jul 2026 17:00:00 -0400\"},{\"event_id\":\"1114671\",\"end_date\":\"Wed, 29 Jul 2026 16:00:00 -0400\"},{\"event_id\":\"1111691\",\"end_date\":\"Wed, 29 Jul 2026 17:00:00 -0400\"},{\"event_id\":\"1114671\",\"end_date\":\"Tue, 28 Jul 2026 16:00:00 -0400\"},{\"event_id\":\"1111691\",\"end_date\":\"Tue, 28 Jul 2026 17:00:00 -0400\"},{\"event_id\":\"1111691\",\"end_date\":\"Mon, 27 Jul 2026 17:00:00 -0400\"},{\"event_id\":\"1114671\",\"end_date\":\"Sun, 26 Jul 2026 16:00:00 -0400\"},{\"event_id\":\"1114671\",\"end_date\":\"Sat, 25 Jul 2026 16:00:00 -0400\"},{\"event_id\":\"1114671\",\"end_date\":\"Fri, 24 Jul 2026 16:00:00 -0400\"},{\"event_id\":\"1111691\",\"end_date\":\"Fri, 24 Jul 2026 17:00:00 -0400\"},{\"event_id\":\"1114671\",\"end_date\":\"Thu, 23 Jul 2026 16:00:00 -0400\"},{\"event_id\":\"1111691\",\"end_date\":\"Thu, 23 Jul 2026 17:00:00 -0400\"},{\"event_id\":\"1114671\",\"end_date\":\"Wed, 22 Jul 2026 16:00:00 -0400\"},{\"event_id\":\"1111691\",\"end_date\":\"Wed, 22 Jul 2026 17:00:00 -0400\"},{\"event_id\":\"1114671\",\"end_date\":\"Tue, 21 Jul 2026 16:00:00 -0400\"},{\"event_id\":\"1111691\",\"end_date\":\"Tue, 21 Jul 2026 17:00:00 -0400\"},{\"event_id\":\"1111691\",\"end_date\":\"Mon, 20 Jul 2026 17:00:00 -0400\"},{\"event_id\":\"1114671\",\"end_date\":\"Sun, 19 Jul 2026 16:00:00 -0400\"},{\"event_id\":\"1111769\",\"end_date\":\"Sun, 19 Jul 2026 16:30:00 -0400\"},{\"event_id\":\"1114671\",\"end_date\":\"Sat, 18 Jul 2026 16:00:00 -0400\"},{\"event_id\":\"1114671\",\"end_date\":\"Fri, 17 Jul 2026 16:00:00 -0400\"},{\"event_id\":\"1111691\",\"end_date\":\"Fri, 17 Jul 2026 17:00:00 -0400\"},{\"event_id\":\"1114671\",\"end_date\":\"Thu, 16 Jul 2026 16:00:00 -0400\"},{\"event_id\":\"1111691\",\"end_date\":\"Thu, 16 Jul 2026 17:00:00 -0400\"},{\"event_id\":\"1114671\",\"end_date\":\"Wed, 15 Jul 2026 16:00:00 -0400\"},{\"event_id\":\"1111691\",\"end_date\":\"Wed, 15 Jul 2026 17:00:00 -0400\"},{\"event_id\":\"1114671\",\"end_date\":\"Tue, 14 Jul 2026 16:00:00 -0400\"},{\"event_id\":\"1111691\",\"end_date\":\"Tue, 14 Jul 2026 17:00:00 -0400\"},{\"event_id\":\"1111691\",\"end_date\":\"Mon, 13 Jul 2026 17:00:00 -0400\"},{\"event_id\":\"1114671\",\"end_date\":\"Sun, 12 Jul 2026 16:00:00 -0400\"},{\"event_id\":\"1111767\",\"end_date\":\"Thu, 16 Jul 2026 16:30:00 -0400\"},{\"event_id\":\"1114671\",\"end_date\":\"Sat, 11 Jul 2026 16:00:00 -0400\"},{\"event_id\":\"1114671\",\"end_date\":\"Fri, 10 Jul 2026 16:00:00 -0400\"},{\"event_id\":\"1111691\",\"end_date\":\"Fri, 10 Jul 2026 17:00:00 -0400\"},{\"event_id\":\"1114671\",\"end_date\":\"Thu, 09 Jul 2026 16:00:00 -0400\"},{\"event_id\":\"1111691\",\"end_date\":\"Thu, 09 Jul 2026 17:00:00 -0400\"},{\"event_id\":\"1114671\",\"end_date\":\"Wed, 08 Jul 2026 16:00:00 -0400\"},{\"event_id\":\"1111691\",\"end_date\":\"Wed, 08 Jul 2026 17:00:00 -0400\"},{\"event_id\":\"1114671\",\"end_date\":\"Tue, 07 Jul 2026 16:00:00 -0400\"},{\"event_id\":\"1111691\",\"end_date\":\"Tue, 07 Jul 2026 17:00:00 -0400\"},{\"event_id\":\"1111691\",\"end_date\":\"Mon, 06 Jul 2026 17:00:00 -0400\"},{\"event_id\":\"1111764\",\"end_date\":\"Wed, 08 Jul 2026 19:00:00 -0400\"},{\"event_id\":\"1114671\",\"end_date\":\"Sun, 05 Jul 2026 16:00:00 -0400\"},{\"event_id\":\"1114671\",\"end_date\":\"Sat, 04 Jul 2026 16:00:00 -0400\"},{\"event_id\":\"1114671\",\"end_date\":\"Fri, 03 Jul 2026 16:00:00 -0400\"},{\"event_id\":\"1111691\",\"end_date\":\"Fri, 03 Jul 2026 17:00:00 -0400\"},{\"event_id\":\"1114671\",\"end_date\":\"Thu, 02 Jul 2026 16:00:00 -0400\"},{\"event_id\":\"1111691\",\"end_date\":\"Thu, 02 Jul 2026 17:00:00 -0400\"},{\"event_id\":\"1114671\",\"end_date\":\"Wed, 01 Jul 2026 16:00:00 -0400\"},{\"event_id\":\"1111691\",\"end_date\":\"Wed, 01 Jul 2026 17:00:00 -0400\"},{\"event_id\":\"1114671\",\"end_date\":\"Tue, 30 Jun 2026 16:00:00 -0400\"},{\"event_id\":\"1111691\",\"end_date\":\"Tue, 30 Jun 2026 17:00:00 -0400\"},{\"event_id\":\"1111691\",\"end_date\":\"Mon, 29 Jun 2026 17:00:00 -0400\"},{\"event_id\":\"1111762\",\"end_date\":\"Thu, 02 Jul 2026 15:00:00 -0400\"},{\"event_id\":\"1114671\",\"end_date\":\"Sun, 28 Jun 2026 16:00:00 -0400\"},{\"event_id\":\"1114671\",\"end_date\":\"Sat, 27 Jun 2026 16:00:00 -0400\"},{\"event_id\":\"1114671\",\"end_date\":\"Fri, 26 Jun 2026 16:00:00 -0400\"},{\"event_id\":\"1111691\",\"end_date\":\"Fri, 26 Jun 2026 17:00:00 -0400\"},{\"event_id\":\"1111740\",\"end_date\":\"Fri, 26 Jun 2026 16:00:00 -0400\"},{\"event_id\":\"1114671\",\"end_date\":\"Thu, 25 Jun 2026 16:00:00 -0400\"},{\"event_id\":\"1111691\",\"end_date\":\"Thu, 25 Jun 2026 17:00:00 -0400\"},{\"event_id\":\"1111740\",\"end_date\":\"Thu, 25 Jun 2026 16:00:00 -0400\"},{\"event_id\":\"1114671\",\"end_date\":\"Wed, 24 Jun 2026 16:00:00 -0400\"},{\"event_id\":\"1111691\",\"end_date\":\"Wed, 24 Jun 2026 17:00:00 -0400\"},{\"event_id\":\"1111740\",\"end_date\":\"Wed, 24 Jun 2026 16:00:00 -0400\"},{\"event_id\":\"1114671\",\"end_date\":\"Tue, 23 Jun 2026 16:00:00 -0400\"},{\"event_id\":\"1111691\",\"end_date\":\"Tue, 23 Jun 2026 17:00:00 -0400\"},{\"event_id\":\"1111740\",\"end_date\":\"Tue, 23 Jun 2026 16:00:00 -0400\"},{\"event_id\":\"1111691\",\"end_date\":\"Mon, 22 Jun 2026 17:00:00 -0400\"},{\"event_id\":\"1111740\",\"end_date\":\"Mon, 22 Jun 2026 16:00:00 -0400\"},{\"event_id\":\"1111760\",\"end_date\":\"Sat, 27 Jun 2026 16:00:00 -0400\"},{\"event_id\":\"1114668\",\"end_date\":\"Sun, 21 Jun 2026 16:00:00 -0400\"}],\n                    \n                    currentFilter: \"\",\n                    givenFilter: \"svad\",\n                    uniqueEventIds: [],\n                    filters: [\n                        \"All\",\n                        \"Gallery\",\n                        \"Music\",\n                        \"SVAD\",\n                        \"Theatre\",\n                    ],\n                    filterFormat: \"\",\n                    showMoreFormat: \"\",\n\n                    hideRecurrence: true,\n                    pagination: true,\n                    eventsPerPage: 100,\n                    currentPage: 1,\n                    currentPageStart: 0,\n                    indexRange: [],\n                    appendToIndexRange: false,\n\n                    front: false,\n                    frontBgImg: \"https:\/\/cah.ucf.edu\/events\/wp-content\/plugins\/common-events-2020\/imgs\/knight.jpg\",\n                },\n                computed: {\n                    getCurrentFilter: function() {\n                        let givenFilter = this.givenFilter\n                        let filters = this.filters\n\n                        for (var i = 0; i < filters.length; i++) {\n                            if (givenFilter.toLowerCase().trim() === filters[i].toLowerCase()) {\n                                return filters[i]\n                            }\n                        }\n                    },\n                    noRepeatedEvents: function() {\n                        let uniqueIds = this.uniqueEventIds\n\n                        return this.json.filter(function (event) {\n                            if (uniqueIds.length === 0) {\n                                    uniqueIds.push(event.event_id)\n                                    return event\n                                } else {\n                                    for (id in uniqueIds) {\n                                        if (!uniqueIds.includes(event.event_id)) {\n                                            uniqueIds.push(event.event_id)\n                                            return event\n                                        }\n                                    }\n                                }\n                        })\n                    },\n                    filteredEvents: function() {\n                        let givenFilter = this.givenFilter\n                        \n                        let currentFilter = this.currentFilter\n                        let hideRecurrence = this.hideRecurrence\n                        \n                        function filterShow(givenFilter, currentFilter, eventFilters) {\n                            normalizedGivenFilter = givenFilter.toLowerCase().trim()\n                            normalizedCurrentFilter = currentFilter.toLowerCase().trim()\n\n                            \/\/ Takes into account the given preferred filter in the Wordpress shortcode.\n                            if (normalizedGivenFilter !== \"\" && normalizedCurrentFilter === \"\") {\n                                normalizedCurrentFilter = normalizedGivenFilter\n                            }\n\n                            if (normalizedCurrentFilter === \"\" || normalizedCurrentFilter === \"all\") {\n                                return true\n                            } else {\n                                for (let i = 0; i < eventFilters.length; i++) {\n                                    if (eventFilters[i].toLowerCase().trim() === normalizedCurrentFilter) {\n                                        return true\n                                    }\n                                }\n                                return false;\n                            }\n                        }\n\n                        if (hideRecurrence) {\n                            return this.noRepeatedEvents.filter(function (event) {\n                                if (filterShow(givenFilter, currentFilter, Object.values(event.filtered_categories))) {\n                                    return event\n                                }\n                            })\n                        } else {\n                            return this.json.filter(function (event) {\n                                if (filterShow(givenFilter, currentFilter, Object.values(event.filtered_categories))) {\n                                    return event\n                                }\n                            })\n                        }\n\n                    },\n                    getTotalEvents: function() {\n                        return this.filteredEvents.length\n                    },\n                    getStartingIndexForPage: function() {\n                        let currentPage = this.currentPage\n                        let currentPageStart = this.currentPageStart\n                        let eventsPerPage = this.eventsPerPage\n\n                        if (currentPage !== 1) {\n                            currentPageStart = (eventsPerPage * currentPage) - eventsPerPage\n                        }\n                        \n                        return currentPageStart\n                    },\n                    getIndexRangeForPage: function() {\n                        let currentPage = this.currentPage\n                        let currentPageStart = this.getStartingIndexForPage\n                        let eventsPerPage = this.eventsPerPage\n                        let totalEvents = this.getTotalEvents\n                        let appendToIndexRange = this.appendToIndexRange\n                        let indexRange = this.indexRange\n\n                        for (let i = currentPageStart; i < currentPageStart + eventsPerPage; i++) {\n                            if (i < totalEvents) {\n                                indexRange.push(i)\n                            }\n                        }\n\n                        return indexRange\n                    },\n                    isLight() {\n                        \/\/ Finds out if there's a .bg-inverse somewhere in the app's parentage, so we can apply a conditional\n                        \/\/ class to <li> elements.\n                        const app = document.querySelector('#app')\n                        const inverseParent = app.closest('.bg-inverse')\n                        if (inverseParent === null ) {\n                            return true\n                        }\n                        return false\n                    },\n                },\n                methods : {\n                    printDescription: function(description) {\n                        \/\/ return description.replace(\/<[^>]*>?\/gm, '')\n                        var str = description.replace(\/(\\n|<br>|<p>|<\\\/p>|<span>|<\\\/span>|<li>|<\\\/li>)\/igm, \" \").trim()\n                        str = str.replace(\/(\\s\\s+)\/igm, \" \").trim()\n                        str = str.replace(\/(<a.*?>|<\\\/a>|<strong>|<\\\/strong>|<ul>|<\\\/ul>)\/igm, \"\").trim()\n\n                        var strLen = str.length\n                        var preferredStrLen = 275\n\n                        if (strLen >= preferredStrLen) {\n                            return str.substr(0, preferredStrLen) + \" . . .\"\n                        } else {\n                            \/\/ If the last sentence does not contain a period, add one.\n                            if (str.substr(str.length - 1, str.length).trim() !== \".\") {\n                                str += \".\"\n                            }\n\n                            return str\n                        }\n                    },\n                    printDate: function(date, hideRecurrence, endDateArray) {\n                        var d = Date.parse(date.starts)\n                        d = new Date(d)\n\n                        var month = d.toLocaleDateString('en-US', { month: 'long' })\n                        var day = d.toLocaleDateString('en-US', { day: 'numeric' })\n                        var year = d.toLocaleDateString('en-US', { year: 'numeric' })\n                        \n                        var formattedDate = \"\"\n\n                        function testEventRecurrence(event_id, endDateArray) {\n                            for (var i = 0; i < endDateArray.length; i++) {\n                                if (event_id === endDateArray[i].event_id) {\n                                    return true\n                                }\n                            }\n\n                            return false\n                        }\n                        \n                        if (testEventRecurrence(date.event_id, endDateArray)) {\n                            function printEndDate(event_id, endDateArray) {\n                                for (var i = 0; i < endDateArray.length; i++) {\n                                    if (event_id === endDateArray[i].event_id) {\n                                        return endDateArray[i].end_date\n                                    }\n                                }\n                            }\n                            \n                            var rawEndDate = printEndDate(date.event_id, endDateArray)\n                            var endDate = Date.parse(rawEndDate)\n                            endDate = new Date(endDate)\n\n                            var endMonth = endDate.toLocaleDateString('en-US', { month: 'long' })\n                            var endDay = endDate.toLocaleDateString('en-US', { day: 'numeric' })\n                            var endYear = endDate.toLocaleDateString('en-US', { year: 'numeric' })\n\n                            if (endYear === year) {\n                                if (endMonth === month) {\n                                    if (endDay === day) {\n                                        formattedDate = month + \" \" + day + \", \" + year    \n                                    } else {\n                                        formattedDate =  month + \" \" + day + \" \u2013 \"+ endDay + \", \" + year\n                                    }\n                                } else {\n                                    formattedDate =  month + \" \" + day + \" \u2013 \"+ endMonth + \" \" +  endDay + \", \" + year\n                                }\n                            } else {\n                                formattedDate =  month + \" \" + day + \", \" + year + \" \u2013 \"+ endMonth + \" \" +  endDay + \", \" + endYear\n                            }\n                        } else {\n                            formattedDate = month + \" \" + day + \", \" + year\n                        }\n\n                        return formattedDate\n                    },\n                    printTime: function(time) {\n                        var t = Date.parse(time)\n                        t = new Date(t)\n\n                        var timePeriod, formattedHour, formattedMinutes\n                        var hour = t.getHours()\n                        var minutes = t.getMinutes()\n\n                        if (hour > 12) {\n                            formattedHour = hour - 12\n                            timePeriod = \" p.m.\"\n                        } else {\n                            formattedHour = hour\n                            if (hour === 12) {\n                                timePeriod = \" p.m.\"\n                            } else {\n                                timePeriod = \" a.m.\"\n                            }\n                        }\n\n                        if (hour === 0) {\n                            return false\n                        }\n\n                        if (minutes === 0) {\n                            formattedMinutes = \"\"\n                        } else {\n                            formattedMinutes = \":\" + minutes;\n                        }\n\n                        return formattedHour + formattedMinutes + timePeriod\n                    },\n                    isCurrentFilter: function (currentFilter, givenFilter, filter) {\n                        if (currentFilter !== \"\" && currentFilter.toLowerCase().trim() === filter.toLowerCase()) {\n                            return true\n                        } else if (currentFilter.toLowerCase() === \"\" && givenFilter.toLowerCase().trim() === filter.toLowerCase()) {\n                            return true\n                        } else {\n                            return false\n                        }\n                    },\n                    numberOfPages: function(events, numEventsToShow) {\n                        let pagesTotal = Math.ceil(events.length \/ numEventsToShow)\n\n                        return pagesTotal\n                    },\n                    pageShow: function(index, indexRange) {\n                        return indexRange.includes(index)\n                    }\n                }\n            })\n        <\/script>\n\n    <br \/>\n\t\t\t<\/div>\n\t\t\n\t\t\t<\/div>\n\t\t\n\t\t\t<section class=\"ucf-section ucf-section-visual-follow \" data-section-link-title=\"Follow Visual Arts &amp; Design at UCF&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\" aria-label=\"Follow Visual Arts &amp; Design at UCF&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\">\n\t\t\t\t\t\t\t\t<div class=\"jumbotron jumbotron-fluid bg-inverse media-background-container py-5 mb-0\"\n\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\n<img decoding=\"async\" class=\"media-background object-fit-cover\" src=\"https:\/\/cah.ucf.edu\/events\/wp-content\/uploads\/sites\/50\/2020\/01\/bg-visualart-tableau-magenta.jpg\" \/>\t\t\t<div class=\"container my-3\"\n\t\t\t\t\t\t>\n\t\t\t\t\n<h2 class=\"h2 text-transform-none text-center\">Follow Visual Arts &amp; Design at UCF&nbsp;&nbsp;&nbsp;<span class=\"display-4\"><a href=\"https:\/\/www.facebook.com\/UCFSVAD\/\" target=\"_blank\" rel=\"noopener\"><i class=\"fa fa-facebook-square text-white\" aria-hidden=\"true\"><\/i><\/a>&nbsp;<a href=\"https:\/\/twitter.com\/ucfsvad\" target=\"_blank\" rel=\"noopener\"><i class=\"fa fa-twitter-square text-white\"><\/i><\/a>&nbsp;<a href=\"https:\/\/instagram.com\/artsatucf\/\" target=\"_blank\" rel=\"noopener\"><i class=\"fa fa-instagram text-white\"><\/i><\/a><\/span><\/h2>\n\t\t\t<\/div>\n\t\t\n\t\t\t<\/div>\n\t\t\n\t\t\t\t\t<\/section>\n\t\t\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":4,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"template-fullscreen.php","meta":{"_acf_changed":false,"_exactmetrics_skip_tracking":false,"_exactmetrics_sitenote_active":false,"_exactmetrics_sitenote_note":"","_exactmetrics_sitenote_category":0,"footnotes":""},"categories":[],"tags":[],"class_list":["post-4268","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Visual Arts - Events | UCF College of Arts and Humanities<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cah.ucf.edu\/events\/visual-arts\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Visual Arts - Events | UCF College of Arts and Humanities\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cah.ucf.edu\/events\/visual-arts\/\" \/>\n<meta property=\"og:site_name\" content=\"Events | UCF College of Arts and Humanities\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-06T15:49:33+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/cah.ucf.edu\\\/events\\\/visual-arts\\\/\",\"url\":\"https:\\\/\\\/cah.ucf.edu\\\/events\\\/visual-arts\\\/\",\"name\":\"Visual Arts - Events | UCF College of Arts and Humanities\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cah.ucf.edu\\\/events\\\/#website\"},\"datePublished\":\"2020-01-08T14:35:01+00:00\",\"dateModified\":\"2026-01-06T15:49:33+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/cah.ucf.edu\\\/events\\\/visual-arts\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/cah.ucf.edu\\\/events\\\/visual-arts\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/cah.ucf.edu\\\/events\\\/visual-arts\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/cah.ucf.edu\\\/events\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Visual Arts\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/cah.ucf.edu\\\/events\\\/#website\",\"url\":\"https:\\\/\\\/cah.ucf.edu\\\/events\\\/\",\"name\":\"Events | UCF College of Arts and Humanities\",\"description\":\"Events presented by the College of Arts and Humanities at the University of Central Florida\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/cah.ucf.edu\\\/events\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Visual Arts - Events | UCF College of Arts and Humanities","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/cah.ucf.edu\/events\/visual-arts\/","og_locale":"en_US","og_type":"article","og_title":"Visual Arts - Events | UCF College of Arts and Humanities","og_url":"https:\/\/cah.ucf.edu\/events\/visual-arts\/","og_site_name":"Events | UCF College of Arts and Humanities","article_modified_time":"2026-01-06T15:49:33+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/cah.ucf.edu\/events\/visual-arts\/","url":"https:\/\/cah.ucf.edu\/events\/visual-arts\/","name":"Visual Arts - Events | UCF College of Arts and Humanities","isPartOf":{"@id":"https:\/\/cah.ucf.edu\/events\/#website"},"datePublished":"2020-01-08T14:35:01+00:00","dateModified":"2026-01-06T15:49:33+00:00","breadcrumb":{"@id":"https:\/\/cah.ucf.edu\/events\/visual-arts\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cah.ucf.edu\/events\/visual-arts\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/cah.ucf.edu\/events\/visual-arts\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/cah.ucf.edu\/events\/"},{"@type":"ListItem","position":2,"name":"Visual Arts"}]},{"@type":"WebSite","@id":"https:\/\/cah.ucf.edu\/events\/#website","url":"https:\/\/cah.ucf.edu\/events\/","name":"Events | UCF College of Arts and Humanities","description":"Events presented by the College of Arts and Humanities at the University of Central Florida","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cah.ucf.edu\/events\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/cah.ucf.edu\/events\/wp-json\/wp\/v2\/pages\/4268","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cah.ucf.edu\/events\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/cah.ucf.edu\/events\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/cah.ucf.edu\/events\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/cah.ucf.edu\/events\/wp-json\/wp\/v2\/comments?post=4268"}],"version-history":[{"count":8,"href":"https:\/\/cah.ucf.edu\/events\/wp-json\/wp\/v2\/pages\/4268\/revisions"}],"predecessor-version":[{"id":14787,"href":"https:\/\/cah.ucf.edu\/events\/wp-json\/wp\/v2\/pages\/4268\/revisions\/14787"}],"wp:attachment":[{"href":"https:\/\/cah.ucf.edu\/events\/wp-json\/wp\/v2\/media?parent=4268"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cah.ucf.edu\/events\/wp-json\/wp\/v2\/categories?post=4268"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cah.ucf.edu\/events\/wp-json\/wp\/v2\/tags?post=4268"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}