
{"id":4377,"date":"2020-01-09T09:50:13","date_gmt":"2020-01-09T14:50:13","guid":{"rendered":"https:\/\/arts.cah.ucf.edu\/?page_id=4377"},"modified":"2026-02-23T10:10:38","modified_gmt":"2026-02-23T15:10:38","slug":"music","status":"publish","type":"page","link":"https:\/\/cah.ucf.edu\/events\/music\/","title":{"rendered":"UCF Music"},"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<h2 class=\"display-4 text-transform-none\">Upcoming Events<\/h2>\n\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\":\"4130044\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4130044\",\"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, 17 May 2026 13:00:00 -0400\",\"ends\":\"Sun, 17 May 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\\\/4130044\\\/identity-reflections-of-self-the-albin-polasek-museum-sculpture-gardens\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111740\",\"eventinstance_id\":\"4118333\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4118333\",\"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, 18 May 2026 09:00:00 -0400\",\"ends\":\"Mon, 18 May 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\\\/4118333\\\/the-art-show-ucf-school-of-visual-arts-and-design-mfa-students\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111740\",\"eventinstance_id\":\"4118334\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4118334\",\"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, 19 May 2026 09:00:00 -0400\",\"ends\":\"Tue, 19 May 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\\\/4118334\\\/the-art-show-ucf-school-of-visual-arts-and-design-mfa-students\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1114668\",\"eventinstance_id\":\"4130045\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4130045\",\"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, 19 May 2026 10:00:00 -0400\",\"ends\":\"Tue, 19 May 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\\\/4130045\\\/identity-reflections-of-self-the-albin-polasek-museum-sculpture-gardens\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111740\",\"eventinstance_id\":\"4118335\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4118335\",\"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, 20 May 2026 09:00:00 -0400\",\"ends\":\"Wed, 20 May 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\\\/4118335\\\/the-art-show-ucf-school-of-visual-arts-and-design-mfa-students\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1114668\",\"eventinstance_id\":\"4130046\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4130046\",\"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, 20 May 2026 10:00:00 -0400\",\"ends\":\"Wed, 20 May 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\\\/4130046\\\/identity-reflections-of-self-the-albin-polasek-museum-sculpture-gardens\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111740\",\"eventinstance_id\":\"4118336\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4118336\",\"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, 21 May 2026 09:00:00 -0400\",\"ends\":\"Thu, 21 May 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\\\/4118336\\\/the-art-show-ucf-school-of-visual-arts-and-design-mfa-students\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1114668\",\"eventinstance_id\":\"4130047\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4130047\",\"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, 21 May 2026 10:00:00 -0400\",\"ends\":\"Thu, 21 May 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\\\/4130047\\\/identity-reflections-of-self-the-albin-polasek-museum-sculpture-gardens\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111740\",\"eventinstance_id\":\"4118337\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4118337\",\"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, 22 May 2026 09:00:00 -0400\",\"ends\":\"Fri, 22 May 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\\\/4118337\\\/the-art-show-ucf-school-of-visual-arts-and-design-mfa-students\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1114668\",\"eventinstance_id\":\"4130048\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4130048\",\"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, 22 May 2026 10:00:00 -0400\",\"ends\":\"Fri, 22 May 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\\\/4130048\\\/identity-reflections-of-self-the-albin-polasek-museum-sculpture-gardens\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1114668\",\"eventinstance_id\":\"4130049\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4130049\",\"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, 23 May 2026 10:00:00 -0400\",\"ends\":\"Sat, 23 May 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\\\/4130049\\\/identity-reflections-of-self-the-albin-polasek-museum-sculpture-gardens\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1114668\",\"eventinstance_id\":\"4130050\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4130050\",\"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, 24 May 2026 13:00:00 -0400\",\"ends\":\"Sun, 24 May 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\\\/4130050\\\/identity-reflections-of-self-the-albin-polasek-museum-sculpture-gardens\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111740\",\"eventinstance_id\":\"4118338\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4118338\",\"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, 25 May 2026 09:00:00 -0400\",\"ends\":\"Mon, 25 May 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\\\/4118338\\\/the-art-show-ucf-school-of-visual-arts-and-design-mfa-students\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111740\",\"eventinstance_id\":\"4118339\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4118339\",\"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, 26 May 2026 09:00:00 -0400\",\"ends\":\"Tue, 26 May 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\\\/4118339\\\/the-art-show-ucf-school-of-visual-arts-and-design-mfa-students\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1114668\",\"eventinstance_id\":\"4130051\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4130051\",\"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, 26 May 2026 10:00:00 -0400\",\"ends\":\"Tue, 26 May 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\\\/4130051\\\/identity-reflections-of-self-the-albin-polasek-museum-sculpture-gardens\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111740\",\"eventinstance_id\":\"4118340\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4118340\",\"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, 27 May 2026 09:00:00 -0400\",\"ends\":\"Wed, 27 May 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\\\/4118340\\\/the-art-show-ucf-school-of-visual-arts-and-design-mfa-students\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1114668\",\"eventinstance_id\":\"4130052\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4130052\",\"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, 27 May 2026 10:00:00 -0400\",\"ends\":\"Wed, 27 May 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\\\/4130052\\\/identity-reflections-of-self-the-albin-polasek-museum-sculpture-gardens\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111688\",\"eventinstance_id\":\"4117847\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4117847\",\"title\":\"Opening Reception | Pathways 2026: The Carlos Malamud Prize\",\"subtitle\":null,\"description\":\"<p>Join us for the opening reception of <em>Pathways 2026: The Carlos Malamud Prize<\\\/em> at the UCF Art Gallery.<\\\/p>\\n<p>This 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>\",\"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\\\/t-dvndzex\",\"registration_info\":null,\"starts\":\"Wed, 27 May 2026 17:30:00 -0400\",\"ends\":\"Wed, 27 May 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\\\/4117847\\\/opening-reception-pathways-2026-the-carlos-malamud-prize\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\"]},{\"event_id\":\"1111740\",\"eventinstance_id\":\"4118341\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4118341\",\"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, 28 May 2026 09:00:00 -0400\",\"ends\":\"Thu, 28 May 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\\\/4118341\\\/the-art-show-ucf-school-of-visual-arts-and-design-mfa-students\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111691\",\"eventinstance_id\":\"4117851\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4117851\",\"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, 28 May 2026 10:00:00 -0400\",\"ends\":\"Thu, 28 May 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\\\/4117851\\\/pathways-2026-the-carlos-malamud-prize\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1114668\",\"eventinstance_id\":\"4130053\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4130053\",\"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, 28 May 2026 10:00:00 -0400\",\"ends\":\"Thu, 28 May 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\\\/4130053\\\/identity-reflections-of-self-the-albin-polasek-museum-sculpture-gardens\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111740\",\"eventinstance_id\":\"4118342\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4118342\",\"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, 29 May 2026 09:00:00 -0400\",\"ends\":\"Fri, 29 May 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\\\/4118342\\\/the-art-show-ucf-school-of-visual-arts-and-design-mfa-students\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111691\",\"eventinstance_id\":\"4117852\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4117852\",\"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, 29 May 2026 10:00:00 -0400\",\"ends\":\"Fri, 29 May 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\\\/4117852\\\/pathways-2026-the-carlos-malamud-prize\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1114668\",\"eventinstance_id\":\"4130054\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4130054\",\"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, 29 May 2026 10:00:00 -0400\",\"ends\":\"Fri, 29 May 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\\\/4130054\\\/identity-reflections-of-self-the-albin-polasek-museum-sculpture-gardens\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111726\",\"eventinstance_id\":\"4118238\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4118238\",\"title\":\"Offshoot | Pegasus PlayLab 2026\",\"subtitle\":null,\"description\":\"<p>Presented as part of UCF's Pegasus PlayLab, <em>Offshoot<\\\/em>&nbsp;is a play about what human-to-human connection might look like in a near-future world saturated with optimized AI relationships. In a dusty, abandoned classroom, a Teacher strives to connect with his new Pupil &mdash; a brilliant yet troubled seventeen-year-old who spends most of his time with his AI companion Paul, and the various &ldquo;offshoot&rdquo; entities Paul creates. Teacher and Pupil&rsquo;s struggle to see each other as part of the same world leads to revelation, betrayal, and the painful possibilities of new ways of living&hellip;which is brought into deeper, more complex focus with the appearance of another Student.&nbsp;<em>Offshoot<\\\/em>&nbsp;is a sci-fi tinged psychological drama about what happens when people dare to be inconvenient to one another.<\\\/p>\\n<p><strong>Playwright: Drew Paryzer | Director: Rina Gjoka<\\\/strong><\\\/p>\\n<p><em>Each performance is followed by a talkback with the audience.&nbsp;<\\\/em><\\\/p>\",\"location\":\"PAC - Theatre: Studio I, room T107\",\"location_url\":\"https:\\\/\\\/map.ucf.edu\\\/locations\\\/t119\\\/performing-arts-center-theatre-pac\\\/\",\"virtual_url\":null,\"registration_link\":\"https:\\\/\\\/www.purplepass.com\\\/events\\\/373500-workshop-offshoot-may-29th-2026\",\"registration_info\":\"Standard: $15 UCF Student\\\/faculty\\\/staff: $10\",\"starts\":\"Fri, 29 May 2026 19:00:00 -0400\",\"ends\":\"Fri, 29 May 2026 21:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Concert\\\/Performance\",\"tags\":[\"theatre\",\"Theatre UCF\"],\"contact_name\":\"UCF School of Performing Arts Box office\",\"contact_phone\":null,\"contact_email\":\"boxoffice@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4118238\\\/offshoot-pegasus-playlab-2026\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"Theatre\"]},{\"event_id\":\"1114668\",\"eventinstance_id\":\"4130055\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4130055\",\"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, 30 May 2026 10:00:00 -0400\",\"ends\":\"Sat, 30 May 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\\\/4130055\\\/identity-reflections-of-self-the-albin-polasek-museum-sculpture-gardens\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111726\",\"eventinstance_id\":\"4118263\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4118263\",\"title\":\"Offshoot | Pegasus PlayLab 2026\",\"subtitle\":null,\"description\":\"<p>Presented as part of UCF's Pegasus PlayLab, <em>Offshoot<\\\/em>&nbsp;is a play about what human-to-human connection might look like in a near-future world saturated with optimized AI relationships. In a dusty, abandoned classroom, a Teacher strives to connect with his new Pupil &mdash; a brilliant yet troubled seventeen-year-old who spends most of his time with his AI companion Paul, and the various &ldquo;offshoot&rdquo; entities Paul creates. Teacher and Pupil&rsquo;s struggle to see each other as part of the same world leads to revelation, betrayal, and the painful possibilities of new ways of living&hellip;which is brought into deeper, more complex focus with the appearance of another Student.&nbsp;<em>Offshoot<\\\/em>&nbsp;is a sci-fi tinged psychological drama about what happens when people dare to be inconvenient to one another.<\\\/p>\\n<p><strong>Playwright: Drew Paryzer | Director: Rina Gjoka<\\\/strong><\\\/p>\\n<p><em>Each performance is followed by a talkback with the audience.&nbsp;<\\\/em><\\\/p>\",\"location\":\"PAC - Theatre: Studio I, room T107\",\"location_url\":\"https:\\\/\\\/map.ucf.edu\\\/locations\\\/t119\\\/performing-arts-center-theatre-pac\\\/\",\"virtual_url\":null,\"registration_link\":\"https:\\\/\\\/www.purplepass.com\\\/events\\\/373500-workshop-offshoot-may-29th-2026\",\"registration_info\":\"Standard: $15 UCF Student\\\/faculty\\\/staff: $10\",\"starts\":\"Sat, 30 May 2026 19:00:00 -0400\",\"ends\":\"Sat, 30 May 2026 21:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Concert\\\/Performance\",\"tags\":[\"theatre\",\"Theatre UCF\"],\"contact_name\":\"UCF School of Performing Arts Box office\",\"contact_phone\":null,\"contact_email\":\"boxoffice@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4118263\\\/offshoot-pegasus-playlab-2026\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"Theatre\"]},{\"event_id\":\"1114668\",\"eventinstance_id\":\"4130056\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4130056\",\"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, 31 May 2026 13:00:00 -0400\",\"ends\":\"Sun, 31 May 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\\\/4130056\\\/identity-reflections-of-self-the-albin-polasek-museum-sculpture-gardens\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111752\",\"eventinstance_id\":\"4118517\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4118517\",\"title\":\"Passion & Purpose Conducting Symposium \\u00b7 UCF Music Summer Camps & Clinics\",\"subtitle\":null,\"description\":\"<p><span>The Passion &amp; Purpose National Conducting Series is proud to launch its inaugural event &mdash; THE UCF PASSION &amp; PURPOSE CONDUCTING SYMPOSIUM &mdash; a transformative three-day intensive held in Central Florida. This focused masterclass is dedicated to high-level artistic growth and practical professional development, and is open to all music directors, teachers, students and musicians. The symposium culminates in a final concert on the evening of June 3, 2026.<\\\/span><\\\/p>\\n<p>We are honored to welcome two giants of the choral art form and our superb collaborative pianist to lead our masterclass sessions and clinics:<\\\/p>\\n<ul>\\n<li>Dr. Andr&eacute; Thomas<\\\/li>\\n<li>Dr. Anton Armstrong<\\\/li>\\n<li>Collaborative pianist<span>&nbsp;<\\\/span><span>Dr. Eddie Rothmel<\\\/span><\\\/li>\\n<li>Series curated by<span>&nbsp;<\\\/span><span>Dr. Jeffery Redding<\\\/span><\\\/li>\\n<\\\/ul>\",\"location\":\"Tuskawilla United Methodist Church: 3925 Red Bug Lake Rd. Casselberry, Fl. 32707\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/3925+Red+Bug+Lake+Rd,+Casselberry,+FL+32707\\\/@28.6465673,-81.2849769,17z\\\/data=!3m1!4b1!4m6!3m5!1s0x88e76eed1cf3e085:0xde5b67ad50ed05a9!8m2!3d28.6467784!4d-81.2825087!16s%2Fg%2F11bw3zc43b?entry=ttu\",\"virtual_url\":null,\"registration_link\":\"https:\\\/\\\/cah.ucf.edu\\\/performingarts\\\/conducting-symposium\\\/\",\"registration_info\":\"Three Participation Tracks to choose from: Conducting Fellow (Full Participant), Auditor\\\/Teacher (Choir Member & Observer), Student Auditor\",\"starts\":\"Mon, 01 Jun 2026 09:00:00 -0400\",\"ends\":\"Wed, 03 Jun 2026 13:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Workshop\\\/Conference\",\"tags\":[\"Music\",\"ucf music\",\"summer camps and clinics\"],\"contact_name\":\"Jeffery Redding\",\"contact_phone\":null,\"contact_email\":\"Jeffery.Redding@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4118517\\\/passion-purpose-conducting-symposium-ucf-music-summer-camps-clinics\\\/\",\"filtered_category\":\"music\",\"filtered_categories\":[\"Music\"]},{\"event_id\":\"1111740\",\"eventinstance_id\":\"4118343\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4118343\",\"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, 01 Jun 2026 09:00:00 -0400\",\"ends\":\"Mon, 01 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\\\/4118343\\\/the-art-show-ucf-school-of-visual-arts-and-design-mfa-students\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111691\",\"eventinstance_id\":\"4117853\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4117853\",\"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, 01 Jun 2026 10:00:00 -0400\",\"ends\":\"Mon, 01 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\\\/4117853\\\/pathways-2026-the-carlos-malamud-prize\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111740\",\"eventinstance_id\":\"4118344\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4118344\",\"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, 02 Jun 2026 09:00:00 -0400\",\"ends\":\"Tue, 02 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\\\/4118344\\\/the-art-show-ucf-school-of-visual-arts-and-design-mfa-students\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111691\",\"eventinstance_id\":\"4117919\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4117919\",\"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, 02 Jun 2026 10:00:00 -0400\",\"ends\":\"Tue, 02 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\\\/4117919\\\/pathways-2026-the-carlos-malamud-prize\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1114668\",\"eventinstance_id\":\"4130057\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4130057\",\"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, 02 Jun 2026 10:00:00 -0400\",\"ends\":\"Tue, 02 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\\\/4130057\\\/identity-reflections-of-self-the-albin-polasek-museum-sculpture-gardens\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111740\",\"eventinstance_id\":\"4118345\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4118345\",\"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, 03 Jun 2026 09:00:00 -0400\",\"ends\":\"Wed, 03 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\\\/4118345\\\/the-art-show-ucf-school-of-visual-arts-and-design-mfa-students\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111691\",\"eventinstance_id\":\"4117920\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4117920\",\"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, 03 Jun 2026 10:00:00 -0400\",\"ends\":\"Wed, 03 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\\\/4117920\\\/pathways-2026-the-carlos-malamud-prize\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1114668\",\"eventinstance_id\":\"4130058\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4130058\",\"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, 03 Jun 2026 10:00:00 -0400\",\"ends\":\"Wed, 03 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\\\/4130058\\\/identity-reflections-of-self-the-albin-polasek-museum-sculpture-gardens\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111740\",\"eventinstance_id\":\"4118346\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4118346\",\"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, 04 Jun 2026 09:00:00 -0400\",\"ends\":\"Thu, 04 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\\\/4118346\\\/the-art-show-ucf-school-of-visual-arts-and-design-mfa-students\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111691\",\"eventinstance_id\":\"4117921\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4117921\",\"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, 04 Jun 2026 10:00:00 -0400\",\"ends\":\"Thu, 04 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\\\/4117921\\\/pathways-2026-the-carlos-malamud-prize\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1114668\",\"eventinstance_id\":\"4130059\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4130059\",\"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, 04 Jun 2026 10:00:00 -0400\",\"ends\":\"Thu, 04 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\\\/4130059\\\/identity-reflections-of-self-the-albin-polasek-museum-sculpture-gardens\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111740\",\"eventinstance_id\":\"4118347\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4118347\",\"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, 05 Jun 2026 09:00:00 -0400\",\"ends\":\"Fri, 05 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\\\/4118347\\\/the-art-show-ucf-school-of-visual-arts-and-design-mfa-students\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111691\",\"eventinstance_id\":\"4117922\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4117922\",\"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, 05 Jun 2026 10:00:00 -0400\",\"ends\":\"Fri, 05 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\\\/4117922\\\/pathways-2026-the-carlos-malamud-prize\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1114668\",\"eventinstance_id\":\"4130060\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4130060\",\"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, 05 Jun 2026 10:00:00 -0400\",\"ends\":\"Fri, 05 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\\\/4130060\\\/identity-reflections-of-self-the-albin-polasek-museum-sculpture-gardens\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111729\",\"eventinstance_id\":\"4118250\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4118250\",\"title\":\"Eight-Hand Jig | Pegasus PlayLab 2026\",\"subtitle\":null,\"description\":\"<p><span>This play is presented as part of UCF's Pegasus PlayLab. Imagine square dancing, but much better. That is an Irish C&eacute;il&iacute; (pronounced kaylee), a folk art in which an emcee calls out the names of dances and the crowd performs the partner work arm-in-arm, and solo moves in circles and sways. Within this framework of many Irish dances, including the titular Eight-Hand Jig, we learn the history of the O&rsquo;Malley family, both in Chicago 2036, and in Dublin 1701. The play switches swiftly from movement to dialogue, and each physical number moves the plot forward as we see past and future collide. Mel O&rsquo;Malley has three B-eautiful children: Brigid, Bree, and enby Brenda. Of Irish heritage, Mel is constantly straddling the worlds between the motherland and her daughters&rsquo; childhood home in the U.S. When all four family members gather for Bree&rsquo;s baby shower in 2036, a heartbreaking secret is revealed. The family&rsquo;s experiences parallel that of their Irish ancestors, accused of witchcraft. These O&rsquo;Malley women, separated by generations, have been subject to the same pain and injustices of womanhood. This play examines the nature of women&rsquo;s rights through the quirky lens of dance and the misfit O&rsquo;Malley family.<\\\/span><\\\/p>\\n<p><span><strong>Playwright: MC Crosby | Director: David Sterritt<\\\/strong><\\\/span><\\\/p>\\n<p><em>Each performance is followed by a talkback with the audience.&nbsp;<\\\/em><\\\/p>\",\"location\":\"PAC - Theatre: Studio I, room T107\",\"location_url\":\"https:\\\/\\\/map.ucf.edu\\\/locations\\\/t119\\\/performing-arts-center-theatre-pac\\\/\",\"virtual_url\":null,\"registration_link\":\"https:\\\/\\\/www.purplepass.com\\\/events\\\/373497-workshop-eight-hand-jig-jun-5th-2026\",\"registration_info\":\"Standard: $15 Student\\\/Faculty\\\/Staff: $10\",\"starts\":\"Fri, 05 Jun 2026 19:00:00 -0400\",\"ends\":\"Fri, 05 Jun 2026 21:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Concert\\\/Performance\",\"tags\":[\"theatre\",\"Theatre UCF\"],\"contact_name\":\"UCF School of Performing Arts Box Office\",\"contact_phone\":null,\"contact_email\":\"boxoffice@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4118250\\\/eight-hand-jig-pegasus-playlab-2026\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"Theatre\"]},{\"event_id\":\"1114668\",\"eventinstance_id\":\"4130061\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4130061\",\"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, 06 Jun 2026 10:00:00 -0400\",\"ends\":\"Sat, 06 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\\\/4130061\\\/identity-reflections-of-self-the-albin-polasek-museum-sculpture-gardens\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111729\",\"eventinstance_id\":\"4118258\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4118258\",\"title\":\"Eight-Hand Jig | Pegasus PlayLab 2026\",\"subtitle\":null,\"description\":\"<p><span>This play is presented as part of UCF's Pegasus PlayLab. Imagine square dancing, but much better. That is an Irish C&eacute;il&iacute; (pronounced kaylee), a folk art in which an emcee calls out the names of dances and the crowd performs the partner work arm-in-arm, and solo moves in circles and sways. Within this framework of many Irish dances, including the titular Eight-Hand Jig, we learn the history of the O&rsquo;Malley family, both in Chicago 2036, and in Dublin 1701. The play switches swiftly from movement to dialogue, and each physical number moves the plot forward as we see past and future collide. Mel O&rsquo;Malley has three B-eautiful children: Brigid, Bree, and enby Brenda. Of Irish heritage, Mel is constantly straddling the worlds between the motherland and her daughters&rsquo; childhood home in the U.S. When all four family members gather for Bree&rsquo;s baby shower in 2036, a heartbreaking secret is revealed. The family&rsquo;s experiences parallel that of their Irish ancestors, accused of witchcraft. These O&rsquo;Malley women, separated by generations, have been subject to the same pain and injustices of womanhood. This play examines the nature of women&rsquo;s rights through the quirky lens of dance and the misfit O&rsquo;Malley family.<\\\/span><\\\/p>\\n<p><span><strong>Playwright: MC Crosby | Director: David Sterritt<\\\/strong><\\\/span><\\\/p>\\n<p><em>Each performance is followed by a talkback with the audience.&nbsp;<\\\/em><\\\/p>\",\"location\":\"PAC - Theatre: Studio I, room T107\",\"location_url\":\"https:\\\/\\\/map.ucf.edu\\\/locations\\\/t119\\\/performing-arts-center-theatre-pac\\\/\",\"virtual_url\":null,\"registration_link\":\"https:\\\/\\\/www.purplepass.com\\\/events\\\/373497-workshop-eight-hand-jig-jun-5th-2026\",\"registration_info\":\"Standard: $15 Student\\\/Faculty\\\/Staff: $10\",\"starts\":\"Sat, 06 Jun 2026 19:00:00 -0400\",\"ends\":\"Sat, 06 Jun 2026 21:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Concert\\\/Performance\",\"tags\":[\"theatre\",\"Theatre UCF\"],\"contact_name\":\"UCF School of Performing Arts Box Office\",\"contact_phone\":null,\"contact_email\":\"boxoffice@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4118258\\\/eight-hand-jig-pegasus-playlab-2026\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"Theatre\"]},{\"event_id\":\"1114668\",\"eventinstance_id\":\"4130062\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4130062\",\"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, 07 Jun 2026 13:00:00 -0400\",\"ends\":\"Sun, 07 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\\\/4130062\\\/identity-reflections-of-self-the-albin-polasek-museum-sculpture-gardens\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111740\",\"eventinstance_id\":\"4118348\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4118348\",\"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, 08 Jun 2026 09:00:00 -0400\",\"ends\":\"Mon, 08 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\\\/4118348\\\/the-art-show-ucf-school-of-visual-arts-and-design-mfa-students\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111691\",\"eventinstance_id\":\"4117858\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4117858\",\"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, 08 Jun 2026 10:00:00 -0400\",\"ends\":\"Mon, 08 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\\\/4117858\\\/pathways-2026-the-carlos-malamud-prize\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111740\",\"eventinstance_id\":\"4118349\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4118349\",\"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, 09 Jun 2026 09:00:00 -0400\",\"ends\":\"Tue, 09 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\\\/4118349\\\/the-art-show-ucf-school-of-visual-arts-and-design-mfa-students\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111691\",\"eventinstance_id\":\"4117923\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4117923\",\"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, 09 Jun 2026 10:00:00 -0400\",\"ends\":\"Tue, 09 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\\\/4117923\\\/pathways-2026-the-carlos-malamud-prize\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1114668\",\"eventinstance_id\":\"4130063\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4130063\",\"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, 09 Jun 2026 10:00:00 -0400\",\"ends\":\"Tue, 09 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\\\/4130063\\\/identity-reflections-of-self-the-albin-polasek-museum-sculpture-gardens\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111740\",\"eventinstance_id\":\"4118350\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4118350\",\"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, 10 Jun 2026 09:00:00 -0400\",\"ends\":\"Wed, 10 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\\\/4118350\\\/the-art-show-ucf-school-of-visual-arts-and-design-mfa-students\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111691\",\"eventinstance_id\":\"4117924\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4117924\",\"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, 10 Jun 2026 10:00:00 -0400\",\"ends\":\"Wed, 10 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\\\/4117924\\\/pathways-2026-the-carlos-malamud-prize\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1114668\",\"eventinstance_id\":\"4130064\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4130064\",\"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, 10 Jun 2026 10:00:00 -0400\",\"ends\":\"Wed, 10 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\\\/4130064\\\/identity-reflections-of-self-the-albin-polasek-museum-sculpture-gardens\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111740\",\"eventinstance_id\":\"4118351\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4118351\",\"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, 11 Jun 2026 09:00:00 -0400\",\"ends\":\"Thu, 11 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\\\/4118351\\\/the-art-show-ucf-school-of-visual-arts-and-design-mfa-students\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111691\",\"eventinstance_id\":\"4117925\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4117925\",\"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, 11 Jun 2026 10:00:00 -0400\",\"ends\":\"Thu, 11 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\\\/4117925\\\/pathways-2026-the-carlos-malamud-prize\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1114668\",\"eventinstance_id\":\"4130065\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4130065\",\"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, 11 Jun 2026 10:00:00 -0400\",\"ends\":\"Thu, 11 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\\\/4130065\\\/identity-reflections-of-self-the-albin-polasek-museum-sculpture-gardens\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111735\",\"eventinstance_id\":\"4118276\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4118276\",\"title\":\"Raccoon Play | Pegasus PlayLab 2026\",\"subtitle\":null,\"description\":\"<p><span>Presented as part of Pegasus PlayLab 2026. On Election Night, the six young Millennials who make up the Danville, OH Lions Club eagerly await the results. However, the inner drama within the group, a missing member, a conspiracy theory about a school shooting not too far away, and the lack of resources for the 79th Annual Raccoon Dinner threaten to ruin more than just the positive vibe. Meanwhile, President Sly Cooper, a literal Raccoon, addresses the Danville, OH Raccoon Club after declaring martial law due to dubious election results. Facing an insurrection and a mole in their camp, Sly and her minions must find a way to bring their population to heel.&nbsp;<\\\/span><em>Raccoon Play<\\\/em><span>&nbsp;is a satire examining how conspiracy theories threaten to destroy small town America.<\\\/span><\\\/p>\\n<p><span><strong>Playwright: SMJ | Director: Nick Bazo<\\\/strong><\\\/span><\\\/p>\\n<p><em>Talkbacks with the audience follow the performances on June 11 and 12.<\\\/em><\\\/p>\",\"location\":\"Theatre UCF: Black Box: TH 6\",\"location_url\":\"http:\\\/\\\/map.ucf.edu\\\/?show=6\",\"virtual_url\":null,\"registration_link\":\"https:\\\/\\\/www.purplepass.com\\\/events\\\/373507-raccoon-play-jun-11th-2026\",\"registration_info\":\"Standard: $25\\r\\nStudent\\\/Faculty\\\/Staff: $10\",\"starts\":\"Thu, 11 Jun 2026 19:30:00 -0400\",\"ends\":\"Thu, 11 Jun 2026 21:30:00 -0400\",\"ongoing\":\"True\",\"category\":\"Concert\\\/Performance\",\"tags\":[\"theatre\",\"Theatre UCF\"],\"contact_name\":\"UCF School of Performing Arts Box Office\",\"contact_phone\":null,\"contact_email\":\"boxoffice@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4118276\\\/raccoon-play-pegasus-playlab-2026\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"Theatre\"]},{\"event_id\":\"1111754\",\"eventinstance_id\":\"4118519\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4118519\",\"title\":\"Clarinet Boot Camp \\u00b7 UCF Music Summer Camps & Clinics\",\"subtitle\":null,\"description\":\"<p><span>UCF&rsquo;s Clarinet Boot Camp is a three-day intensive program designed to educate and inspire young clarinetists. Daily masterclasses and individual coaching sessions provide continual and concentrated input from clarinet faculty member Ri&eacute; Suzuki. The camp also features instruction on musicians&rsquo; wellness, including breathing techniques and yoga movements.<\\\/span><\\\/p>\\n<p>Housing is available. Food will not be provided.<\\\/p>\\n<p>Early Registration Deadline:<em> May 1, 2026 at 11:45pm<br><\\\/em>Regular Registration<em> <\\\/em>Deadline:<em> May 29, 2026 at 11:45pm<br><\\\/em>Late Registration Deadline:<em> June 9, 2026 at 11:45pm<\\\/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\\\/clarinet-boot-camp\\\/\",\"registration_info\":\"Deadline: June 9, 2026 \\u00b7 See registration page for full details and fees.\",\"starts\":\"Fri, 12 Jun 2026 08:00:00 -0400\",\"ends\":\"Sun, 14 Jun 2026 15:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Workshop\\\/Conference\",\"tags\":[\"Music\",\"ucf music\",\"Summer Camp\"],\"contact_name\":\"Ri\\u00e9 Suzuki\",\"contact_phone\":null,\"contact_email\":\"Rie.Suzuki@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4118519\\\/clarinet-boot-camp-ucf-music-summer-camps-clinics\\\/\",\"filtered_category\":\"music\",\"filtered_categories\":[\"Music\"]},{\"event_id\":\"1111756\",\"eventinstance_id\":\"4118522\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4118522\",\"title\":\"Flute Boot Camp \\u00b7 UCF Music Summer Camps & Clinics\",\"subtitle\":null,\"description\":\"<p>Flute Boot Camp is a three-day, intensive program designed to educate and inspire young flutists. Daily masterclasses and individual coaching appointments provide continual and concentrated input from faculty. In addition to the daily curriculum, guest artists will give classes to the students.<\\\/p>\\n<p>Camp also features exercises and instruction in yoga, breathing techniques, body movement and wellness.<\\\/p>\\n<p>Housing is available. Food is not provided.<\\\/p>\\n<p>Early Registration Deadline:<em> May 1, 2026 at 11:45pm<br><\\\/em>Regular Registration<em> <\\\/em>Deadline:<em> May 29, 2026 at 11:45pm<br><\\\/em>Late Registration Deadline:<em> June 9, 2026 at 11:45pm<\\\/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\\\/flute-boot-camp\\\/\",\"registration_info\":\"Deadline: June 9 \\u00b7 See registration page for full details and fees.\",\"starts\":\"Fri, 12 Jun 2026 08:00:00 -0400\",\"ends\":\"Sun, 14 Jun 2026 15:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Workshop\\\/Conference\",\"tags\":[\"Music\",\"Summer Camp\",\"ucf music\"],\"contact_name\":\"Nora Lee Garcia\",\"contact_phone\":null,\"contact_email\":\"NoraLeeGarcia@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4118522\\\/flute-boot-camp-ucf-music-summer-camps-clinics\\\/\",\"filtered_category\":\"music\",\"filtered_categories\":[\"Music\"]},{\"event_id\":\"1111740\",\"eventinstance_id\":\"4118352\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4118352\",\"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, 12 Jun 2026 09:00:00 -0400\",\"ends\":\"Fri, 12 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\\\/4118352\\\/the-art-show-ucf-school-of-visual-arts-and-design-mfa-students\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111691\",\"eventinstance_id\":\"4117926\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4117926\",\"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, 12 Jun 2026 10:00:00 -0400\",\"ends\":\"Fri, 12 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\\\/4117926\\\/pathways-2026-the-carlos-malamud-prize\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1114668\",\"eventinstance_id\":\"4130066\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4130066\",\"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, 12 Jun 2026 10:00:00 -0400\",\"ends\":\"Fri, 12 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\\\/4130066\\\/identity-reflections-of-self-the-albin-polasek-museum-sculpture-gardens\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111743\",\"eventinstance_id\":\"4118505\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4118505\",\"title\":\"Artist Panel, The Art Show - UCF School of Visual Arts and Design MFA Students\",\"subtitle\":null,\"description\":\"<p><span>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.<\\\/span><br><br><span>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.<\\\/span><br><br><span>An artist talk will be held on June 12 to further connect the artists with the community. The artists will reveal insights into the practice and thoughts behind their work. Guests will be able to ask questions and share their impressions directly with the artists.<\\\/span><br><br><span>On view: through June 26, Monday-Friday, 9 AM-4 PM.<\\\/span><\\\/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, 12 Jun 2026 18:00:00 -0400\",\"ends\":\"Fri, 12 Jun 2026 20:00:00 -0400\",\"ongoing\":\"False\",\"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\\\/4118505\\\/artist-panel-the-art-show-ucf-school-of-visual-arts-and-design-mfa-students\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111732\",\"eventinstance_id\":\"4118268\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4118268\",\"title\":\"Between Shadows and Lightness | Pegasus PlayLab 2026\",\"subtitle\":null,\"description\":\"<p><span>Presented as part of Pegasus PlayLab 2026, this devised theatre project brings together artists with and without disabilities to create a theatrical piece about mental health, inspired by participants&rsquo; personal stories as well as collages and sculptures created by visual artists with and without disabilities.<\\\/span><\\\/p>\\n<p><span><strong>Directors: Ralph Krumins and Sage Tokach&nbsp;<\\\/strong><\\\/span><\\\/p>\\n<p><em>Each performance will be followed by a talkback with the audience.<\\\/em><\\\/p>\",\"location\":\"PAC - Theatre: Studio I, room T107\",\"location_url\":\"https:\\\/\\\/map.ucf.edu\\\/locations\\\/t119\\\/performing-arts-center-theatre-pac\\\/\",\"virtual_url\":null,\"registration_link\":\"https:\\\/\\\/www.purplepass.com\\\/events\\\/373503-workshop-between-shadows-and-lightness-jun-12th-2026\",\"registration_info\":\"Standard: $15\\r\\nStudent\\\/Faculty\\\/Staff: $10\",\"starts\":\"Fri, 12 Jun 2026 19:00:00 -0400\",\"ends\":\"Fri, 12 Jun 2026 21:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Concert\\\/Performance\",\"tags\":[\"theatre\",\"Theatre UCF\"],\"contact_name\":\"UCF School of Performing Arts Box Office\",\"contact_phone\":null,\"contact_email\":\"boxoffice@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4118268\\\/between-shadows-and-lightness-pegasus-playlab-2026\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"Theatre\"]},{\"event_id\":\"1111735\",\"eventinstance_id\":\"4118277\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4118277\",\"title\":\"Raccoon Play | Pegasus PlayLab 2026\",\"subtitle\":null,\"description\":\"<p><span>Presented as part of Pegasus PlayLab 2026. On Election Night, the six young Millennials who make up the Danville, OH Lions Club eagerly await the results. However, the inner drama within the group, a missing member, a conspiracy theory about a school shooting not too far away, and the lack of resources for the 79th Annual Raccoon Dinner threaten to ruin more than just the positive vibe. Meanwhile, President Sly Cooper, a literal Raccoon, addresses the Danville, OH Raccoon Club after declaring martial law due to dubious election results. Facing an insurrection and a mole in their camp, Sly and her minions must find a way to bring their population to heel.&nbsp;<\\\/span><em>Raccoon Play<\\\/em><span>&nbsp;is a satire examining how conspiracy theories threaten to destroy small town America.<\\\/span><\\\/p>\\n<p><span><strong>Playwright: SMJ | Director: Nick Bazo<\\\/strong><\\\/span><\\\/p>\\n<p><em>Talkbacks with the audience follow the performances on June 11 and 12.<\\\/em><\\\/p>\",\"location\":\"Theatre UCF: Black Box: TH 6\",\"location_url\":\"http:\\\/\\\/map.ucf.edu\\\/?show=6\",\"virtual_url\":null,\"registration_link\":\"https:\\\/\\\/www.purplepass.com\\\/events\\\/373507-raccoon-play-jun-11th-2026\",\"registration_info\":\"Standard: $25\\r\\nStudent\\\/Faculty\\\/Staff: $10\",\"starts\":\"Fri, 12 Jun 2026 19:30:00 -0400\",\"ends\":\"Fri, 12 Jun 2026 21:30:00 -0400\",\"ongoing\":\"True\",\"category\":\"Concert\\\/Performance\",\"tags\":[\"theatre\",\"Theatre UCF\"],\"contact_name\":\"UCF School of Performing Arts Box Office\",\"contact_phone\":null,\"contact_email\":\"boxoffice@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4118277\\\/raccoon-play-pegasus-playlab-2026\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"Theatre\"]},{\"event_id\":\"1114668\",\"eventinstance_id\":\"4130067\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4130067\",\"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, 13 Jun 2026 10:00:00 -0400\",\"ends\":\"Sat, 13 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\\\/4130067\\\/identity-reflections-of-self-the-albin-polasek-museum-sculpture-gardens\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111732\",\"eventinstance_id\":\"4118269\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4118269\",\"title\":\"Between Shadows and Lightness | Pegasus PlayLab 2026\",\"subtitle\":null,\"description\":\"<p><span>Presented as part of Pegasus PlayLab 2026, this devised theatre project brings together artists with and without disabilities to create a theatrical piece about mental health, inspired by participants&rsquo; personal stories as well as collages and sculptures created by visual artists with and without disabilities.<\\\/span><\\\/p>\\n<p><span><strong>Directors: Ralph Krumins and Sage Tokach&nbsp;<\\\/strong><\\\/span><\\\/p>\\n<p><em>Each performance will be followed by a talkback with the audience.<\\\/em><\\\/p>\",\"location\":\"PAC - Theatre: Studio I, room T107\",\"location_url\":\"https:\\\/\\\/map.ucf.edu\\\/locations\\\/t119\\\/performing-arts-center-theatre-pac\\\/\",\"virtual_url\":null,\"registration_link\":\"https:\\\/\\\/www.purplepass.com\\\/events\\\/373503-workshop-between-shadows-and-lightness-jun-12th-2026\",\"registration_info\":\"Standard: $15\\r\\nStudent\\\/Faculty\\\/Staff: $10\",\"starts\":\"Sat, 13 Jun 2026 19:00:00 -0400\",\"ends\":\"Sat, 13 Jun 2026 21:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Concert\\\/Performance\",\"tags\":[\"theatre\",\"Theatre UCF\"],\"contact_name\":\"UCF School of Performing Arts Box Office\",\"contact_phone\":null,\"contact_email\":\"boxoffice@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4118269\\\/between-shadows-and-lightness-pegasus-playlab-2026\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"Theatre\"]},{\"event_id\":\"1111735\",\"eventinstance_id\":\"4118278\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4118278\",\"title\":\"Raccoon Play | Pegasus PlayLab 2026\",\"subtitle\":null,\"description\":\"<p><span>Presented as part of Pegasus PlayLab 2026. On Election Night, the six young Millennials who make up the Danville, OH Lions Club eagerly await the results. However, the inner drama within the group, a missing member, a conspiracy theory about a school shooting not too far away, and the lack of resources for the 79th Annual Raccoon Dinner threaten to ruin more than just the positive vibe. Meanwhile, President Sly Cooper, a literal Raccoon, addresses the Danville, OH Raccoon Club after declaring martial law due to dubious election results. Facing an insurrection and a mole in their camp, Sly and her minions must find a way to bring their population to heel.&nbsp;<\\\/span><em>Raccoon Play<\\\/em><span>&nbsp;is a satire examining how conspiracy theories threaten to destroy small town America.<\\\/span><\\\/p>\\n<p><span><strong>Playwright: SMJ | Director: Nick Bazo<\\\/strong><\\\/span><\\\/p>\\n<p><em>Talkbacks with the audience follow the performances on June 11 and 12.<\\\/em><\\\/p>\",\"location\":\"Theatre UCF: Black Box: TH 6\",\"location_url\":\"http:\\\/\\\/map.ucf.edu\\\/?show=6\",\"virtual_url\":null,\"registration_link\":\"https:\\\/\\\/www.purplepass.com\\\/events\\\/373507-raccoon-play-jun-11th-2026\",\"registration_info\":\"Standard: $25\\r\\nStudent\\\/Faculty\\\/Staff: $10\",\"starts\":\"Sat, 13 Jun 2026 19:30:00 -0400\",\"ends\":\"Sat, 13 Jun 2026 21:30:00 -0400\",\"ongoing\":\"True\",\"category\":\"Concert\\\/Performance\",\"tags\":[\"theatre\",\"Theatre UCF\"],\"contact_name\":\"UCF School of Performing Arts Box Office\",\"contact_phone\":null,\"contact_email\":\"boxoffice@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4118278\\\/raccoon-play-pegasus-playlab-2026\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"Theatre\"]},{\"event_id\":\"1114668\",\"eventinstance_id\":\"4130068\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4130068\",\"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, 14 Jun 2026 13:00:00 -0400\",\"ends\":\"Sun, 14 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\\\/4130068\\\/identity-reflections-of-self-the-albin-polasek-museum-sculpture-gardens\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111735\",\"eventinstance_id\":\"4118279\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4118279\",\"title\":\"Raccoon Play | Pegasus PlayLab 2026\",\"subtitle\":null,\"description\":\"<p><span>Presented as part of Pegasus PlayLab 2026. On Election Night, the six young Millennials who make up the Danville, OH Lions Club eagerly await the results. However, the inner drama within the group, a missing member, a conspiracy theory about a school shooting not too far away, and the lack of resources for the 79th Annual Raccoon Dinner threaten to ruin more than just the positive vibe. Meanwhile, President Sly Cooper, a literal Raccoon, addresses the Danville, OH Raccoon Club after declaring martial law due to dubious election results. Facing an insurrection and a mole in their camp, Sly and her minions must find a way to bring their population to heel.&nbsp;<\\\/span><em>Raccoon Play<\\\/em><span>&nbsp;is a satire examining how conspiracy theories threaten to destroy small town America.<\\\/span><\\\/p>\\n<p><span><strong>Playwright: SMJ | Director: Nick Bazo<\\\/strong><\\\/span><\\\/p>\\n<p><em>Talkbacks with the audience follow the performances on June 11 and 12.<\\\/em><\\\/p>\",\"location\":\"Theatre UCF: Black Box: TH 6\",\"location_url\":\"http:\\\/\\\/map.ucf.edu\\\/?show=6\",\"virtual_url\":null,\"registration_link\":\"https:\\\/\\\/www.purplepass.com\\\/events\\\/373507-raccoon-play-jun-11th-2026\",\"registration_info\":\"Standard: $25\\r\\nStudent\\\/Faculty\\\/Staff: $10\",\"starts\":\"Sun, 14 Jun 2026 14:00:00 -0400\",\"ends\":\"Sun, 14 Jun 2026 16:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Concert\\\/Performance\",\"tags\":[\"theatre\",\"Theatre UCF\"],\"contact_name\":\"UCF School of Performing Arts Box Office\",\"contact_phone\":null,\"contact_email\":\"boxoffice@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4118279\\\/raccoon-play-pegasus-playlab-2026\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"Theatre\"]},{\"event_id\":\"1111740\",\"eventinstance_id\":\"4118353\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4118353\",\"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, 15 Jun 2026 09:00:00 -0400\",\"ends\":\"Mon, 15 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\\\/4118353\\\/the-art-show-ucf-school-of-visual-arts-and-design-mfa-students\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111691\",\"eventinstance_id\":\"4117863\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4117863\",\"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, 15 Jun 2026 10:00:00 -0400\",\"ends\":\"Mon, 15 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\\\/4117863\\\/pathways-2026-the-carlos-malamud-prize\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111758\",\"eventinstance_id\":\"4118525\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4118525\",\"title\":\"Flute & Piccolo Institute \\u00b7 UCF Music Summer Camps & Clinics\",\"subtitle\":null,\"description\":\"<p>UCF&rsquo;s Summer Flute &amp; Piccolo Institute is a one-week intensive program designed to educate and inspire young flutists through an interesting and cultivating curriculum that examines many aspects of flute and piccolo performance.<\\\/p>\\n<p>Each member will be placed in a flute choir, including full instrumentation (Piccolo, C flute, Alto flute, Bass flute and Contrabass flute) that will help flute students to read repertory, develop intonation, rhythm, and ensemble skills. Daily master-classes and individual coaching appointments provide continual and concentrated input from faculty. Flute choir, small ensembles, and private instruction are grouped according to the level of advancement. In addition to the daily curriculum, guest artists will give classes to the students. At the end of this exciting week, each student will take part in a final recital.<\\\/p>\\n<p>Housing is available. Food will not be provided.<\\\/p>\\n<p>Early Registration Deadline:<em> May 1, 2026 at 11:45pm<br><\\\/em>Regular Registration<em> <\\\/em>Deadline:<em> May 29, 2026 at 11:45pm<br><\\\/em>Late Registration Deadline:<em> June 9, 2026 at 11:45pm<\\\/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\\\/flute-piccolo-institute\\\/\",\"registration_info\":\"Deadline: June 9 \\u00b7 See registration page for full details and fees.\",\"starts\":\"Mon, 15 Jun 2026 13:00:00 -0400\",\"ends\":\"Fri, 19 Jun 2026 18:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Workshop\\\/Conference\",\"tags\":[\"Music\",\"Summer Camp\",\"ucf music\",\"summer camps and clinics\"],\"contact_name\":\"Nora Lee Garcia\",\"contact_phone\":null,\"contact_email\":\"NoraLeeGarcia@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4118525\\\/flute-piccolo-institute-ucf-music-summer-camps-clinics\\\/\",\"filtered_category\":\"music\",\"filtered_categories\":[\"Music\"]},{\"event_id\":\"1111740\",\"eventinstance_id\":\"4118354\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4118354\",\"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, 16 Jun 2026 09:00:00 -0400\",\"ends\":\"Tue, 16 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\\\/4118354\\\/the-art-show-ucf-school-of-visual-arts-and-design-mfa-students\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111691\",\"eventinstance_id\":\"4117927\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4117927\",\"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, 16 Jun 2026 10:00:00 -0400\",\"ends\":\"Tue, 16 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\\\/4117927\\\/pathways-2026-the-carlos-malamud-prize\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1114668\",\"eventinstance_id\":\"4130069\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4130069\",\"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, 16 Jun 2026 10:00:00 -0400\",\"ends\":\"Tue, 16 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\\\/4130069\\\/identity-reflections-of-self-the-albin-polasek-museum-sculpture-gardens\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111740\",\"eventinstance_id\":\"4118355\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4118355\",\"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, 17 Jun 2026 09:00:00 -0400\",\"ends\":\"Wed, 17 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\\\/4118355\\\/the-art-show-ucf-school-of-visual-arts-and-design-mfa-students\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111691\",\"eventinstance_id\":\"4117928\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4117928\",\"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, 17 Jun 2026 10:00:00 -0400\",\"ends\":\"Wed, 17 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\\\/4117928\\\/pathways-2026-the-carlos-malamud-prize\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1114668\",\"eventinstance_id\":\"4130070\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4130070\",\"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, 17 Jun 2026 10:00:00 -0400\",\"ends\":\"Wed, 17 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\\\/4130070\\\/identity-reflections-of-self-the-albin-polasek-museum-sculpture-gardens\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111740\",\"eventinstance_id\":\"4118356\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4118356\",\"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, 18 Jun 2026 09:00:00 -0400\",\"ends\":\"Thu, 18 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\\\/4118356\\\/the-art-show-ucf-school-of-visual-arts-and-design-mfa-students\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111691\",\"eventinstance_id\":\"4117929\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4117929\",\"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, 18 Jun 2026 10:00:00 -0400\",\"ends\":\"Thu, 18 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\\\/4117929\\\/pathways-2026-the-carlos-malamud-prize\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1114668\",\"eventinstance_id\":\"4130071\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4130071\",\"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, 18 Jun 2026 10:00:00 -0400\",\"ends\":\"Thu, 18 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\\\/4130071\\\/identity-reflections-of-self-the-albin-polasek-museum-sculpture-gardens\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111740\",\"eventinstance_id\":\"4118357\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4118357\",\"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, 19 Jun 2026 09:00:00 -0400\",\"ends\":\"Fri, 19 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\\\/4118357\\\/the-art-show-ucf-school-of-visual-arts-and-design-mfa-students\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1111691\",\"eventinstance_id\":\"4117930\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4117930\",\"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, 19 Jun 2026 10:00:00 -0400\",\"ends\":\"Fri, 19 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\\\/4117930\\\/pathways-2026-the-carlos-malamud-prize\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1114668\",\"eventinstance_id\":\"4130072\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4130072\",\"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, 19 Jun 2026 10:00:00 -0400\",\"ends\":\"Fri, 19 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\\\/4130072\\\/identity-reflections-of-self-the-albin-polasek-museum-sculpture-gardens\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1114668\",\"eventinstance_id\":\"4130073\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4130073\",\"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, 20 Jun 2026 10:00:00 -0400\",\"ends\":\"Sat, 20 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\\\/4130073\\\/identity-reflections-of-self-the-albin-polasek-museum-sculpture-gardens\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"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\":\"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\":\"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\":\"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\":\"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\":\"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\":\"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\"]}],\n                    endDateArray: [{\"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\":\"1115479\",\"end_date\":\"Thu, 01 Oct 2026 21:30:00 -0400\"},{\"event_id\":\"1115479\",\"end_date\":\"Wed, 30 Sep 2026 21:30: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\":\"1115479\",\"end_date\":\"Fri, 25 Sep 2026 21:30:00 -0400\"},{\"event_id\":\"1115479\",\"end_date\":\"Thu, 24 Sep 2026 21: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\"},{\"event_id\":\"1114668\",\"end_date\":\"Sat, 20 Jun 2026 16:00:00 -0400\"},{\"event_id\":\"1114668\",\"end_date\":\"Fri, 19 Jun 2026 16:00:00 -0400\"},{\"event_id\":\"1111691\",\"end_date\":\"Fri, 19 Jun 2026 17:00:00 -0400\"},{\"event_id\":\"1111740\",\"end_date\":\"Fri, 19 Jun 2026 16:00:00 -0400\"},{\"event_id\":\"1114668\",\"end_date\":\"Thu, 18 Jun 2026 16:00:00 -0400\"},{\"event_id\":\"1111691\",\"end_date\":\"Thu, 18 Jun 2026 17:00:00 -0400\"},{\"event_id\":\"1111740\",\"end_date\":\"Thu, 18 Jun 2026 16:00:00 -0400\"},{\"event_id\":\"1114668\",\"end_date\":\"Wed, 17 Jun 2026 16:00:00 -0400\"},{\"event_id\":\"1111691\",\"end_date\":\"Wed, 17 Jun 2026 17:00:00 -0400\"},{\"event_id\":\"1111740\",\"end_date\":\"Wed, 17 Jun 2026 16:00:00 -0400\"},{\"event_id\":\"1114668\",\"end_date\":\"Tue, 16 Jun 2026 16:00:00 -0400\"},{\"event_id\":\"1111691\",\"end_date\":\"Tue, 16 Jun 2026 17:00:00 -0400\"},{\"event_id\":\"1111740\",\"end_date\":\"Tue, 16 Jun 2026 16:00:00 -0400\"},{\"event_id\":\"1111758\",\"end_date\":\"Fri, 19 Jun 2026 18:00:00 -0400\"},{\"event_id\":\"1111691\",\"end_date\":\"Mon, 15 Jun 2026 17:00:00 -0400\"},{\"event_id\":\"1111740\",\"end_date\":\"Mon, 15 Jun 2026 16:00:00 -0400\"},{\"event_id\":\"1111735\",\"end_date\":\"Sun, 14 Jun 2026 16:00:00 -0400\"},{\"event_id\":\"1114668\",\"end_date\":\"Sun, 14 Jun 2026 16:00:00 -0400\"},{\"event_id\":\"1111735\",\"end_date\":\"Sat, 13 Jun 2026 21:30:00 -0400\"},{\"event_id\":\"1111732\",\"end_date\":\"Sat, 13 Jun 2026 21:00:00 -0400\"},{\"event_id\":\"1114668\",\"end_date\":\"Sat, 13 Jun 2026 16:00:00 -0400\"},{\"event_id\":\"1111735\",\"end_date\":\"Fri, 12 Jun 2026 21:30:00 -0400\"},{\"event_id\":\"1111732\",\"end_date\":\"Fri, 12 Jun 2026 21:00:00 -0400\"},{\"event_id\":\"1111743\",\"end_date\":\"Fri, 12 Jun 2026 20:00:00 -0400\"},{\"event_id\":\"1114668\",\"end_date\":\"Fri, 12 Jun 2026 16:00:00 -0400\"},{\"event_id\":\"1111691\",\"end_date\":\"Fri, 12 Jun 2026 17:00:00 -0400\"},{\"event_id\":\"1111740\",\"end_date\":\"Fri, 12 Jun 2026 16:00:00 -0400\"},{\"event_id\":\"1111756\",\"end_date\":\"Sun, 14 Jun 2026 15:00:00 -0400\"},{\"event_id\":\"1111754\",\"end_date\":\"Sun, 14 Jun 2026 15:00:00 -0400\"},{\"event_id\":\"1111735\",\"end_date\":\"Thu, 11 Jun 2026 21:30:00 -0400\"},{\"event_id\":\"1114668\",\"end_date\":\"Thu, 11 Jun 2026 16:00:00 -0400\"},{\"event_id\":\"1111691\",\"end_date\":\"Thu, 11 Jun 2026 17:00:00 -0400\"},{\"event_id\":\"1111740\",\"end_date\":\"Thu, 11 Jun 2026 16:00:00 -0400\"},{\"event_id\":\"1114668\",\"end_date\":\"Wed, 10 Jun 2026 16:00:00 -0400\"},{\"event_id\":\"1111691\",\"end_date\":\"Wed, 10 Jun 2026 17:00:00 -0400\"},{\"event_id\":\"1111740\",\"end_date\":\"Wed, 10 Jun 2026 16:00:00 -0400\"},{\"event_id\":\"1114668\",\"end_date\":\"Tue, 09 Jun 2026 16:00:00 -0400\"},{\"event_id\":\"1111691\",\"end_date\":\"Tue, 09 Jun 2026 17:00:00 -0400\"},{\"event_id\":\"1111740\",\"end_date\":\"Tue, 09 Jun 2026 16:00:00 -0400\"},{\"event_id\":\"1111691\",\"end_date\":\"Mon, 08 Jun 2026 17:00:00 -0400\"},{\"event_id\":\"1111740\",\"end_date\":\"Mon, 08 Jun 2026 16:00:00 -0400\"},{\"event_id\":\"1114668\",\"end_date\":\"Sun, 07 Jun 2026 16:00:00 -0400\"},{\"event_id\":\"1111729\",\"end_date\":\"Sat, 06 Jun 2026 21:00:00 -0400\"},{\"event_id\":\"1114668\",\"end_date\":\"Sat, 06 Jun 2026 16:00:00 -0400\"},{\"event_id\":\"1111729\",\"end_date\":\"Fri, 05 Jun 2026 21:00:00 -0400\"},{\"event_id\":\"1114668\",\"end_date\":\"Fri, 05 Jun 2026 16:00:00 -0400\"},{\"event_id\":\"1111691\",\"end_date\":\"Fri, 05 Jun 2026 17:00:00 -0400\"},{\"event_id\":\"1111740\",\"end_date\":\"Fri, 05 Jun 2026 16:00:00 -0400\"},{\"event_id\":\"1114668\",\"end_date\":\"Thu, 04 Jun 2026 16:00:00 -0400\"},{\"event_id\":\"1111691\",\"end_date\":\"Thu, 04 Jun 2026 17:00:00 -0400\"},{\"event_id\":\"1111740\",\"end_date\":\"Thu, 04 Jun 2026 16:00:00 -0400\"},{\"event_id\":\"1114668\",\"end_date\":\"Wed, 03 Jun 2026 16:00:00 -0400\"},{\"event_id\":\"1111691\",\"end_date\":\"Wed, 03 Jun 2026 17:00:00 -0400\"},{\"event_id\":\"1111740\",\"end_date\":\"Wed, 03 Jun 2026 16:00:00 -0400\"},{\"event_id\":\"1114668\",\"end_date\":\"Tue, 02 Jun 2026 16:00:00 -0400\"},{\"event_id\":\"1111691\",\"end_date\":\"Tue, 02 Jun 2026 17:00:00 -0400\"},{\"event_id\":\"1111740\",\"end_date\":\"Tue, 02 Jun 2026 16:00:00 -0400\"},{\"event_id\":\"1111691\",\"end_date\":\"Mon, 01 Jun 2026 17:00:00 -0400\"},{\"event_id\":\"1111740\",\"end_date\":\"Mon, 01 Jun 2026 16:00:00 -0400\"},{\"event_id\":\"1111752\",\"end_date\":\"Wed, 03 Jun 2026 13:00:00 -0400\"},{\"event_id\":\"1114668\",\"end_date\":\"Sun, 31 May 2026 16:00:00 -0400\"},{\"event_id\":\"1111726\",\"end_date\":\"Sat, 30 May 2026 21:00:00 -0400\"},{\"event_id\":\"1114668\",\"end_date\":\"Sat, 30 May 2026 16:00:00 -0400\"},{\"event_id\":\"1111726\",\"end_date\":\"Fri, 29 May 2026 21:00:00 -0400\"},{\"event_id\":\"1114668\",\"end_date\":\"Fri, 29 May 2026 16:00:00 -0400\"},{\"event_id\":\"1111691\",\"end_date\":\"Fri, 29 May 2026 17:00:00 -0400\"},{\"event_id\":\"1111740\",\"end_date\":\"Fri, 29 May 2026 16:00:00 -0400\"},{\"event_id\":\"1114668\",\"end_date\":\"Thu, 28 May 2026 16:00:00 -0400\"},{\"event_id\":\"1111691\",\"end_date\":\"Thu, 28 May 2026 17:00:00 -0400\"},{\"event_id\":\"1111740\",\"end_date\":\"Thu, 28 May 2026 16:00:00 -0400\"},{\"event_id\":\"1111688\",\"end_date\":\"Wed, 27 May 2026 19:00:00 -0400\"},{\"event_id\":\"1114668\",\"end_date\":\"Wed, 27 May 2026 16:00:00 -0400\"},{\"event_id\":\"1111740\",\"end_date\":\"Wed, 27 May 2026 16:00:00 -0400\"},{\"event_id\":\"1114668\",\"end_date\":\"Tue, 26 May 2026 16:00:00 -0400\"},{\"event_id\":\"1111740\",\"end_date\":\"Tue, 26 May 2026 16:00:00 -0400\"},{\"event_id\":\"1111740\",\"end_date\":\"Mon, 25 May 2026 16:00:00 -0400\"},{\"event_id\":\"1114668\",\"end_date\":\"Sun, 24 May 2026 16:00:00 -0400\"},{\"event_id\":\"1114668\",\"end_date\":\"Sat, 23 May 2026 16:00:00 -0400\"},{\"event_id\":\"1114668\",\"end_date\":\"Fri, 22 May 2026 16:00:00 -0400\"},{\"event_id\":\"1111740\",\"end_date\":\"Fri, 22 May 2026 16:00:00 -0400\"},{\"event_id\":\"1114668\",\"end_date\":\"Thu, 21 May 2026 16:00:00 -0400\"},{\"event_id\":\"1111740\",\"end_date\":\"Thu, 21 May 2026 16:00:00 -0400\"},{\"event_id\":\"1114668\",\"end_date\":\"Wed, 20 May 2026 16:00:00 -0400\"},{\"event_id\":\"1111740\",\"end_date\":\"Wed, 20 May 2026 16:00:00 -0400\"},{\"event_id\":\"1114668\",\"end_date\":\"Tue, 19 May 2026 16:00:00 -0400\"},{\"event_id\":\"1111740\",\"end_date\":\"Tue, 19 May 2026 16:00:00 -0400\"},{\"event_id\":\"1111740\",\"end_date\":\"Mon, 18 May 2026 16:00:00 -0400\"},{\"event_id\":\"1114668\",\"end_date\":\"Sun, 17 May 2026 16:00:00 -0400\"}],\n                    \n                    currentFilter: \"\",\n                    givenFilter: \"music\",\n                    uniqueEventIds: [],\n                    filters: [\n                        \"All\",\n                        \"Gallery\",\n                        \"Music\",\n                        \"SVAD\",\n                        \"Theatre\",\n                    ],\n                    filterFormat: \"\",\n                    showMoreFormat: \"paged\",\n\n                    hideRecurrence: true,\n                    pagination: true,\n                    eventsPerPage: 10,\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    \n<hr \/>\n<p><strong><a href=\"https:\/\/www.youtube.com\/c\/UCFSchoolofPerformingArtsTV\/live\" target=\"_blank\" rel=\"noopener\">Click here<\/a> to watch UCF School of Performing Arts events taking place live on YouTube.<\/strong><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-music-follow \" data-section-link-title=\"Follow UCF Music&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\" aria-label=\"Follow UCF Music&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-music-orchestra-orange.jpg\" \/>\t\t\t<div class=\"container my-3\"\n\t\t\t\t\t\t>\n\t\t\t\t\n<h2 class=\"h1 text-transform-none text-center\">Follow UCF Music&nbsp;&nbsp;&nbsp;<span class=\"display-4\"><a href=\"UCFMusic\" target=\"_blank\" rel=\"noopener\"><i class=\"fa fa-facebook-square text-white\" aria-hidden=\"true\"><\/i><\/a>&nbsp;<a href=\"https:\/\/twitter.com\/UCFMusic\" 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-4377","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>UCF Music - Events | UCF College of Arts and Humanities<\/title>\n<meta name=\"description\" content=\"Concerts, performances and events by UCF Music including bands, orchestra, jazz, choirs, opera, chamber groups and more on campus and around Orlando.\" \/>\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\/music\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"UCF Music - Events | UCF College of Arts and Humanities\" \/>\n<meta property=\"og:description\" content=\"Concerts, performances and events by UCF Music including bands, orchestra, jazz, choirs, opera, chamber groups and more on campus and around Orlando.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cah.ucf.edu\/events\/music\/\" \/>\n<meta property=\"og:site_name\" content=\"Events | UCF College of Arts and Humanities\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-23T15:10:38+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\\\/music\\\/\",\"url\":\"https:\\\/\\\/cah.ucf.edu\\\/events\\\/music\\\/\",\"name\":\"UCF Music - Events | UCF College of Arts and Humanities\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cah.ucf.edu\\\/events\\\/#website\"},\"datePublished\":\"2020-01-09T14:50:13+00:00\",\"dateModified\":\"2026-02-23T15:10:38+00:00\",\"description\":\"Concerts, performances and events by UCF Music including bands, orchestra, jazz, choirs, opera, chamber groups and more on campus and around Orlando.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/cah.ucf.edu\\\/events\\\/music\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/cah.ucf.edu\\\/events\\\/music\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/cah.ucf.edu\\\/events\\\/music\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/cah.ucf.edu\\\/events\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"UCF Music\"}]},{\"@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":"UCF Music - Events | UCF College of Arts and Humanities","description":"Concerts, performances and events by UCF Music including bands, orchestra, jazz, choirs, opera, chamber groups and more on campus and around Orlando.","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\/music\/","og_locale":"en_US","og_type":"article","og_title":"UCF Music - Events | UCF College of Arts and Humanities","og_description":"Concerts, performances and events by UCF Music including bands, orchestra, jazz, choirs, opera, chamber groups and more on campus and around Orlando.","og_url":"https:\/\/cah.ucf.edu\/events\/music\/","og_site_name":"Events | UCF College of Arts and Humanities","article_modified_time":"2026-02-23T15:10:38+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\/music\/","url":"https:\/\/cah.ucf.edu\/events\/music\/","name":"UCF Music - Events | UCF College of Arts and Humanities","isPartOf":{"@id":"https:\/\/cah.ucf.edu\/events\/#website"},"datePublished":"2020-01-09T14:50:13+00:00","dateModified":"2026-02-23T15:10:38+00:00","description":"Concerts, performances and events by UCF Music including bands, orchestra, jazz, choirs, opera, chamber groups and more on campus and around Orlando.","breadcrumb":{"@id":"https:\/\/cah.ucf.edu\/events\/music\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cah.ucf.edu\/events\/music\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/cah.ucf.edu\/events\/music\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/cah.ucf.edu\/events\/"},{"@type":"ListItem","position":2,"name":"UCF Music"}]},{"@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\/4377","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=4377"}],"version-history":[{"count":11,"href":"https:\/\/cah.ucf.edu\/events\/wp-json\/wp\/v2\/pages\/4377\/revisions"}],"predecessor-version":[{"id":15335,"href":"https:\/\/cah.ucf.edu\/events\/wp-json\/wp\/v2\/pages\/4377\/revisions\/15335"}],"wp:attachment":[{"href":"https:\/\/cah.ucf.edu\/events\/wp-json\/wp\/v2\/media?parent=4377"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cah.ucf.edu\/events\/wp-json\/wp\/v2\/categories?post=4377"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cah.ucf.edu\/events\/wp-json\/wp\/v2\/tags?post=4377"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}