
{"id":4268,"date":"2020-01-08T09:35:01","date_gmt":"2020-01-08T14:35:01","guid":{"rendered":"https:\/\/arts.cah.ucf.edu\/?page_id=4268"},"modified":"2026-01-06T10:49:33","modified_gmt":"2026-01-06T15:49:33","slug":"visual-arts","status":"publish","type":"page","link":"https:\/\/cah.ucf.edu\/events\/visual-arts\/","title":{"rendered":"Visual Arts"},"content":{"rendered":"\t\t\t<div class=\"jumbotron jumbotron-fluid bg-secondary mb-3 py-4\"\n\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\n\t\t\t<div class=\"container\"\n\t\t\t\t\t\t>\n\t\t\t\t\n<p class=\"mt-4\">Expand your perspective while exploring awe-inspiring visual art work that examines cultural and social contexts of contemporary art practices. Visitors can discover visual art from more than 13 disciplines taught in the <a href=\"https:\/\/svad.cah.ucf.edu\/\" target=\"_blank\" rel=\"noopener\">School of Visual Arts and Design<\/a>, like animated short films, mixed media art installations, and pop up photography shows. The <a href=\"https:\/\/gallery.cah.ucf.edu\/\" target=\"_blank\" rel=\"noopener\">UCF Art Gallery<\/a>, offering exhibitions, artist talks and lectures featuring the work of UCF students, faculty and alumni as well as locally, nationally and internationally renowned artists, is open year-round.<\/p>\n<p>&nbsp;<\/p>\n<hr \/>\n<h2 class=\"display-4 text-transform-none\">More Upcoming Events<\/h2>\n<p>\n        <div id=\"app\" class=\"\">\n\n            \n            <div v-if=\"front\">\n                <div class=\"py-5 pl-5 pr-4\"\n                    v-bind:style=\"{\n                        'background-image': 'url(' + frontBgImg + ')',\n                        'background-repeat': 'no-repeat',\n                        'background-size': 'cover',\n                    }\"\n                >\n                    <div class=\"container p-0\">\n                        <h1 class=\"text-inverse mb-4\">Events<\/h1>\n\n                        <div v-show=\"filteredEvents.length > 0\" class=\"d-flex flex-column\">\n                            <div class=\"mx-auto\">\n                                <section class=\"mt-0 col-lg-8 p-0\">\n                                    <ul class=\"list-unstyled\">\n                                        <a class=\"cah-event-item\"\n                                            v-for=\"(event, index) in filteredEvents\"\n                                            v-bind:href=\"event.url\"\n                                            v-show=\"pageShow(index, getIndexRangeForPage)\"\n                                        >\n                                            <li class=\"cah-event-item-dark\">\n                                                <p name=\"date-range\" class=\"h5 text-primary cah-event-item-date font-weight-normal\">\n                                                    {{ printDate(event, hideRecurrence, endDateArray) }}<span v-if=\"printTime(event.starts) !== false\" >, {{ printTime(event.starts) }} &ndash; {{ printTime(event.ends) }}<\/span>\n                                                <\/p>\n                                                <p name=\"title\" class=\"h5 my-3 text-inverse font-weight-normal\">\n                                                    {{ event.title }}\n                                                <\/p>\n\n                                                <p name=\"description\" class=\"mb-0\" style=\"color: #999\" v-html=\"printDescription(event.description)\"><\/p>\n                                            <\/li>\n                                        <\/a>\n                                    <\/ul>\n\n                                <\/section>\n                            <\/div>\n                            \n                            <div v-show=\"filteredEvents.length === 0\" class=\"mb-4\">\n                                <p style=\"color: #d3d6db\" class=\"font-serif font-style-italic\">There are currently no upcoming events.<\/p>\n                            <\/div>\n                        <\/div>\n                        <a href=\"https:\/\/cah.ucf.edu\/events\/\" class=\"btn btn-primary mt-3\">More Event Information<\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div v-else>\n                <div>\n                    <div v-if=\"filterFormat === 'dropdown'\" class=\"dropdown my-4 mx-auto\" style=\"width: 35%;\">\n                        <a v-if=\"currentFilter === ''\" class=\"btn btn-primary dropdown-toggle w-100\" href=\"#\" id=\"dropdownMenuLink\" data-toggle=\"dropdown\" aria-haspopup=\"true\" aria-expanded=\"false\">\n                            {{ getCurrentFilter }}\n                        <\/a>\n                        <a v-else class=\"btn btn-primary dropdown-toggle w-100\" href=\"#\" id=\"dropdownMenuLink\" data-toggle=\"dropdown\" aria-haspopup=\"true\" aria-expanded=\"false\">\n                            {{ currentFilter }}\n                        <\/a>\n\n                        <div class=\"dropdown-menu w-100\" aria-labelledby=\"dropdownMenuLink\">\n                            <button class=\"dropdown-item cah-event-filter-button\"\n                                v-for=\"filter in filters\"\n                                v-bind:disabled=\"isCurrentFilter(currentFilter, givenFilter, filter)\"\n                                v-on:click=\"currentFilter = filter; currentPage = 1\"\n                            >\n                                {{ filter }}\n                            <\/button>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"d-flex flex-column\">\n                        <div v-bind:class=\"[filterFormat === 'list' ? 'row justify-content-between' : '']\">\n                            <div v-if=\"filterFormat === 'list'\" class=\"col-sm-2 my-3\">\n                                <button class=\"list-group-item list-group-item-action cah-event-filter-button\"\n                                    v-for=\"filter in filters\"\n                                    v-bind:class=\"isCurrentFilter(currentFilter, givenFilter, filter) ? 'active' : ''\"\n                                    v-on:click=\"currentFilter = filter; currentPage = 1; indexRange = []; appendToIndexRange = false\"\n                                >\n                                    {{ filter }}\n                                <\/button>\n                            <\/div>\n\n                            <div v-bind:class=\"[filterFormat === 'list' ? 'col-sm-9' : '']\">\n                                <div v-if=\"filteredEvents.length === 0 || false\" class=\"mb-3\">\n                                    <p class=\"font-serif\" style=\"font-style: italic\">There are currently no upcoming events<span v-if=\"givenFilter !== '' && currentFilter === '' && currentFilter !== 'All'\"> for {{ getCurrentFilter }}<\/span><span v-else> for {{ currentFilter }}<\/span>. <\/p>\n                                <\/div>\n                                <ul v-if=\"filteredEvents.length > 0 || false\" class=\"list-unstyled\">\n                                    <a class=\"cah-event-item\"\n                                        v-for=\"(event, index) in filteredEvents\"\n                                        v-bind:href=\"event.url\"\n                                        v-show=\"pageShow(index, getIndexRangeForPage)\"\n                                    >\n                                        <li :class=\"isLight ? 'cah-event-item-light' : 'cah-event-item-dark'\">\n                                            <p name=\"date-range\" class=\"h5 text-primary-darker cah-event-item-date\">\n                                                {{ printDate(event, hideRecurrence, endDateArray) }}<span v-if=\"printTime(event.starts) !== false\" >, {{ printTime(event.starts) }} &ndash; {{ printTime(event.ends) }}<\/span>\n                                            <\/p>\n\n                                            <p name=\"title\" class=\"h5\" :class=\"isLight ? 'text-secondary' : 'text-inverse'\">\n                                                {{ event.title }}\n                                            <\/p>\n\n                                            <p name=\"description\" class=\"mb-0\" :class=\"isLight ? 'text-muted' : 'text-inverse font-weight-light'\" v-html=\"printDescription(event.description)\"><\/p>\n                                        <\/li>\n                                    <\/a>\n                                <\/ul>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n\n            <div v-if=\"showMoreFormat === 'paged' && filteredEvents.length !== 0\" class=\"row my-3 mx-0\">\n                <div class=\"mx-auto\">\n                    <nav aria-label=\"page-navigation\">\n                        <ul class=\"pagination justify-content-center\">\n                            <li class=\"page-item cah-event-filter-button\"\n                                v-bind:class=\"{ disabled: currentPage === 1, 'disabled-hover': currentPage === 1 }\"\n                            >\n                                <span class=\"page-link\" tabindex=\"-1\"\n                                    v-on:click=\"currentPage--; indexRange = []; appendToIndexRange = false\" \n                                >\n                                    \u00ab\n                                <\/span>\n                            <\/li>\n\n                            <li class=\"page-item cah-event-filter-button\"\n                                v-for=\"i in numberOfPages(filteredEvents, eventsPerPage)\"\n                                v-on:click=\"currentPage = i; indexRange = []; appendToIndexRange = false\"\n                                v-bind:class=\"{ active: i === currentPage }\"\n                            >\n                                <span class=\"page-link\">{{ i }}<\/span>\n                            <\/li>\n\n                            <li class=\"page-item cah-event-filter-button\"\n                                v-bind:class=\"{ disabled: currentPage === numberOfPages(filteredEvents, eventsPerPage), 'disabled-hover': currentPage === numberOfPages(filteredEvents, eventsPerPage) }\"\n                            >\n                                <span class=\"page-link\"\n                                    v-on:click=\"currentPage++; indexRange = []; appendToIndexRange = false\" \n                                >\n                                    \u00bb\n                                <\/span>\n                            <\/li>\n                        <\/ul>\n                    <\/nav>\n                <\/div>\n            <\/div>\n\n            <div v-if=\"(showMoreFormat === 'btn' || showMoreFormat === 'button') && filteredEvents.length !== 0\" class=\"row my-3 mx-0\">\n                <div class=\"mx-auto\">\n                    <button class=\"btn btn-primary\"\n                        v-bind:disabled=\"filteredEvents.length - 1 <= indexRange.slice(-1)[0]\"\n                        v-on:click=\"currentPage++; appendToIndexRange = true\"\n                    >\n                        Show More\n                    <\/button>\n                <\/div>\n            <\/div>\n\n            <div v-if=\"(showMoreFormat === 'btn-external' || showMoreFormat === 'button-external')\" class=\"row my-3 mx-0\">\n                <div>\n                    <a class=\"btn btn-primary\" href=\"\/\/events.ucf.edu\/calendar\/3497\/visual-arts-and-design\/upcoming\/\">More Event Information<\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <script src=\"https:\/\/cdn.jsdelivr.net\/npm\/vue@2.6.14\"><\/script>\n        <script>\n            const v = new Vue({\n                el: \"#app\",\n                data: {\n                    json: [{\"event_id\":\"997714\",\"eventinstance_id\":\"3827674\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"3827674\",\"title\":\"Spring 2026 BFA Exhibition I | UCF Art Gallery\",\"subtitle\":null,\"description\":\"<p>The <em>Spring 2026 BFA Exhibition I <\\\/em>provides the opportunity for senior undergraduate students specializing in book arts, ceramics, drawing, animation, illustration, painting, photography, printmaking, and sculpture to share their research and artistic practice.<\\\/p>\\n<p><span>To learn more about this exhibition, click <a href=\\\"https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/spring-2026-bfa-exhibition-i-studio-art\\\/\\\" target=\\\"_blank\\\">HERE<\\\/a>.&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Mon, 06 Apr 2026 10:00:00 -0400\",\"ends\":\"Mon, 06 Apr 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\",\"SVAD\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":\"407-823-2676\",\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/3827674\\\/spring-2026-bfa-exhibition-i-ucf-art-gallery\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\",\"SVAD\"]},{\"event_id\":\"1100484\",\"eventinstance_id\":\"4089477\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4089477\",\"title\":\"Spaceman of Bohemia (part of UCF Celebrates the Arts 2026)\",\"subtitle\":null,\"description\":\"<p>Spend an earth-bound&nbsp;evening with UCF grad and&nbsp;acclaimed novelist Jaroslav Kalfa\\u0159 &rsquo;11, author of&nbsp;Spaceman of Bohemia, now a major motion picture starring Adam Sandler and Carey Mulligan.<\\\/p>\\n<p><span>Flight experience not needed. Spend an earth-bound&nbsp;evening with UCF grad and&nbsp;acclaimed novelist Jaroslav Kalfa\\u0159 &rsquo;11, author of&nbsp;<em>Spaceman of Bohemia<\\\/em>, now a major motion picture starring Adam Sandler and Carey Mulligan. This special event features a reading from his internationally celebrated debut, followed by an onstage conversation and audience Q&amp;A with UCF English professor David James Poissant and will conclude with a book signing.<\\\/span><\\\/p>\\n<p>Kalfa\\u0159&rsquo;s work has been translated into 17 languages and earned nominations for prestigious literary prizes. His second novel,&nbsp;<em>A Brief History of Living Forever<\\\/em>, was named one of the season&rsquo;s best books by&nbsp;<em>Wired<\\\/em>&nbsp;and&nbsp;<em>Esquire<\\\/em>. A recipient of a National Endowment for the Arts Literature Fellowship, he holds an MFA from New York University and lives in Brooklyn.<\\\/p>\\n<p>The UCF Alumni Book Club&nbsp;will host a virtual discussion of&nbsp;<em>Spaceman of Bohemia<\\\/em>&nbsp;on a separate evening, giving members an additional opportunity to dive into the novel.<\\\/p>\\n<p><\\\/p>\\n<p><strong>UCF Celebrates the Arts 2026&nbsp;&nbsp;<\\\/strong>&nbsp;<br><strong>March 30-April 12, 2026 | arts.ucf.edu\\\/celebrates<\\\/strong>&nbsp;&nbsp;&nbsp;<\\\/p>\\n<p><em>&nbsp;<\\\/em><em>Experience the innovative spirit of UCF through creative presentations that push the boundaries of traditional art forms.&nbsp;<\\\/em>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\\\/p>\\n<p>Year-round on the UCF campus, students are immersed in the technology, theory, design, performance, and practical application required for them to be the next generation of creative leaders. Every spring, they converge at Dr. Phillips Center for a two-week cultural extravaganza, allowing our community to enjoy performances, exhibitions, presentations and interactive experiences. With a focus on accessibility, affordability, partnership, and diverse offerings, UCF Celebrates the Arts 2026, running March 30-April 12, is a unique opportunity to experience the creative side of UCF.&nbsp;<\\\/p>\",\"location\":\"Dr. Phillips Center for the Performing Arts: DeVos Family Room\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/Dr.+Phillips+Center+for+the+Performing+Arts,+Orlando,+FL+32801\\\/@28.538032,-81.3803807,17z\\\/data=!3m1!4b1!4m2!3m1!1s0x88e77b021cf5bbd1:0x6b69d96a114bcf32\",\"virtual_url\":null,\"registration_link\":\"https:\\\/\\\/www.drphillipscenter.org\\\/events\\\/tickets\\\/2026\\\/spaceman-of-bohemia\",\"registration_info\":\"https:\\\/\\\/cah.ucf.edu\\\/events\\\/detail\\\/spaceman-of-bohemia\\\/\",\"starts\":\"Mon, 06 Apr 2026 19:30:00 -0400\",\"ends\":\"Mon, 06 Apr 2026 21:00:00 -0400\",\"ongoing\":\"False\",\"category\":\"Speaker\\\/Lecture\\\/Seminar\",\"tags\":[\"UCF Celebrates the Arts\"],\"contact_name\":\"Dr. Phillips Center Box Office\",\"contact_phone\":\"407-358-6603\",\"contact_email\":\"boxoffice@drphillipscenter.org\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4089477\\\/spaceman-of-bohemia-part-of-ucf-celebrates-the-arts-2026\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[]},{\"event_id\":\"1099421\",\"eventinstance_id\":\"4086167\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4086167\",\"title\":\"UCF Percussion Ensemble featuring the Sympatico Percussion Group (part of UCF Celebrates the Arts)\",\"subtitle\":null,\"description\":\"<p>Experience an electrifying evening as the UCF Percussion Ensemble and special guests the Sympatico Percussion Group fill the hall with the full power and artistry of percussion music.<\\\/p>\\n<p>This concert will feature a set performed by the UCF Percussion Ensemble, directed by Thad Anderson. That will be followed by a performance of featured guest artist the Sympatico Percussion Group, a quintet with diverse and eclectic repertoire that includes rudimental drumming, ragtime xylophone, pop transcriptions and wonderfully uncategorized original compositions that embrace global streams of contemporary musical styles.<\\\/p>\\n<p>This featured concert comes at the culmination of a full day of percussion ensemble activities in Steinmetz Hall as we host the Percussive Arts Society Percussion Ensemble Competition and Festival, which featured percussion ensembles from around the state of Florida. The event was cliniced and evaluated by members of the Sympatico Percussion Group.<\\\/p>\",\"location\":\"Dr. Phillips Center for the Performing Arts: Steinmetz Hall\",\"location_url\":\"https:\\\/\\\/maps.app.goo.gl\\\/9wXGXwKxAcyESdtn6\",\"virtual_url\":null,\"registration_link\":\"https:\\\/\\\/www.drphillipscenter.org\\\/events\\\/tickets\\\/2026\\\/ucf-percussion-ensemble-featuring-the-sympatico-percussion-group\\\/\",\"registration_info\":\"Tickets: $15 standard, Student tickets: $10 with code knightcta26, valid UCF or student ID required.\",\"starts\":\"Mon, 06 Apr 2026 19:30:00 -0400\",\"ends\":\"Mon, 06 Apr 2026 20:45:00 -0400\",\"ongoing\":\"False\",\"category\":\"Concert\\\/Performance\",\"tags\":[\"Music\",\"UCF Celebrates the Arts\",\"ucf music\"],\"contact_name\":\"Dr. Phillips Center Box Office\",\"contact_phone\":\"407.358.6603\",\"contact_email\":\"boxoffice@drphillipscenter.org\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4086167\\\/ucf-percussion-ensemble-featuring-the-sympatico-percussion-group-part-of-ucf-celebrates-the-arts\\\/\",\"filtered_category\":\"music\",\"filtered_categories\":[\"Music\"]},{\"event_id\":\"997714\",\"eventinstance_id\":\"3938425\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"3938425\",\"title\":\"Spring 2026 BFA Exhibition I | UCF Art Gallery\",\"subtitle\":null,\"description\":\"<p>The <em>Spring 2026 BFA Exhibition I <\\\/em>provides the opportunity for senior undergraduate students specializing in book arts, ceramics, drawing, animation, illustration, painting, photography, printmaking, and sculpture to share their research and artistic practice.<\\\/p>\\n<p><span>To learn more about this exhibition, click <a href=\\\"https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/spring-2026-bfa-exhibition-i-studio-art\\\/\\\" target=\\\"_blank\\\">HERE<\\\/a>.&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Tue, 07 Apr 2026 10:00:00 -0400\",\"ends\":\"Tue, 07 Apr 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\",\"SVAD\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":\"407-823-2676\",\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/3938425\\\/spring-2026-bfa-exhibition-i-ucf-art-gallery\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\",\"SVAD\"]},{\"event_id\":\"1100510\",\"eventinstance_id\":\"4092139\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4092139\",\"title\":\"Pen Pals: Theatre for the Very Young (part of UCF Celebrates the Arts 2026)\",\"subtitle\":null,\"description\":\"<p>When best friends Squiggle and Square move away from each other, they must find creative ways to keep communicating! Join us for a delightful adventure that uses clowning, puppetry and music to explore how we stay connected with the ones we love. Pen Pals is a 30-minute interactive play designed for 5 to 10-year-olds.<\\\/p>\\n<p>Pen Pals was written by Claire Derriennic and Meg Lowey in Spain and further developed in partnership with the Jeanette M. Gould Traveling Theater. The current version of the play was created to be performed bedside for hospital patients. Pen Pals debuted in the U.S. with UCF students in the Theatre for Young Audiences and Communities course in Spring 2026.<\\\/p>\\n<p><\\\/p>\\n<p><strong>UCF Celebrates the Arts 2026&nbsp;&nbsp;<\\\/strong>&nbsp;<br><strong>March 30-April 12, 2026 | arts.ucf.edu\\\/celebrates<\\\/strong>&nbsp;&nbsp;&nbsp;<\\\/p>\\n<p><em>&nbsp;<\\\/em><em>Experience the innovative spirit of UCF through creative presentations that push the boundaries of traditional art forms.&nbsp;<\\\/em>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\\\/p>\\n<p>Year-round on the UCF campus, students are immersed in the technology, theory, design, performance, and practical application required for them to be the next generation of creative leaders. Every spring, they converge at Dr. Phillips Center for a two-week cultural extravaganza, allowing our community to enjoy performances, exhibitions, presentations and interactive experiences. With a focus on accessibility, affordability, partnership, and diverse offerings, UCF Celebrates the Arts 2026, running March 30-April 12, is a unique opportunity to experience the creative side of UCF.&nbsp;<\\\/p>\",\"location\":\"Dr. Phillips Center for the Performing Arts: DeVos Family Room\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/Dr.+Phillips+Center+for+the+Performing+Arts,+Orlando,+FL+32801\\\/@28.538032,-81.3803807,17z\\\/data=!3m1!4b1!4m2!3m1!1s0x88e77b021cf5bbd1:0x6b69d96a114bcf32\",\"virtual_url\":null,\"registration_link\":\"https:\\\/\\\/www.drphillipscenter.org\\\/events\\\/tickets\\\/2026\\\/pen-pals-theatre-for-the-very-young\\\/\",\"registration_info\":\"Tickets: $10 for ages 3+, Free for children younger than 3\",\"starts\":\"Tue, 07 Apr 2026 10:00:00 -0400\",\"ends\":\"Tue, 07 Apr 2026 10:45:00 -0400\",\"ongoing\":\"False\",\"category\":\"Entertainment\",\"tags\":[\"UCF Celebrates the Arts\"],\"contact_name\":\"Dr. Phillips Center Box Office\",\"contact_phone\":\"407-358-6603\",\"contact_email\":\"boxoffice@drphillipscenter.org\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4092139\\\/pen-pals-theatre-for-the-very-young-part-of-ucf-celebrates-the-arts-2026\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[]},{\"event_id\":\"1099428\",\"eventinstance_id\":\"4086175\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4086175\",\"title\":\"Exceptional Knights (part of UCF Celebrates the Arts)\",\"subtitle\":null,\"description\":\"<p>The UCF Concert Band&rsquo;s &ldquo;A Day at the Parks&rdquo; concert offers an inclusive, sensory-friendly experience for all, including the Deaf, Hard of Hearing and neurodivergent communities.<\\\/p>\\n<p><em>Formerly known as &ldquo;Inclusive Knights,&rdquo; &ldquo;Exceptional Knights&rdquo; offers the same safe and welcoming place for people who are looking for ways to access live music and may not normally be able to do so. While designed for young people, this concert is for all audiences. We will offer support for members of the Deaf and Hard of Hearing communities, patrons on the autism spectrum, patrons with cognitive disabilities, family members and the Central Florida community at large.<\\\/em><\\\/p>\\n<p>Spend &ldquo;A Day at the Parks&rdquo; with the UCF Concert Band as they present an entertaining musical program, with music education students serving as guides to the experience. The musicians and staff understand that people may need to get up, move about or leave during the performance. Balloons, visual representations and opportunities to move will be provided to support the enjoyment of music. Patrons are encouraged to bring hearing protection, fidget toys, manipulatives, cushions and support objects to the concert. This program is open to any and all members of the community to experience and enjoy.<\\\/p>\",\"location\":\"Dr. Phillips Center for the Performing Arts: Steinmetz Hall\",\"location_url\":\"https:\\\/\\\/maps.app.goo.gl\\\/9wXGXwKxAcyESdtn6\",\"virtual_url\":null,\"registration_link\":\"https:\\\/\\\/www.drphillipscenter.org\\\/events\\\/tickets\\\/2026\\\/exceptional-knights\\\/\",\"registration_info\":\"Tickets are free, but registration is required.\",\"starts\":\"Tue, 07 Apr 2026 11:00:00 -0400\",\"ends\":\"Tue, 07 Apr 2026 12:00:00 -0400\",\"ongoing\":\"False\",\"category\":\"Concert\\\/Performance\",\"tags\":[\"Music\",\"UCF Celebrates the Arts\",\"ucf music\"],\"contact_name\":\"Dr. Phillips Center Box Office\",\"contact_phone\":\"407.358.6603\",\"contact_email\":\"boxoffice@drphillipscenter.org\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4086175\\\/exceptional-knights-part-of-ucf-celebrates-the-arts\\\/\",\"filtered_category\":\"music\",\"filtered_categories\":[\"Music\"]},{\"event_id\":\"1100513\",\"eventinstance_id\":\"4092144\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4092144\",\"title\":\"Project Spotlight Presents: Death of An Author (part of UCF Celebrates the Arts 2026)\",\"subtitle\":null,\"description\":\"<p>Founded in 2004, Project Spotlight is the only student developmental theatre organization on the UCF campus.<\\\/p>\\n<p><span>&ldquo;Death of an Author&rdquo; is a student-written comedy from University of Central Florida&rsquo;s&nbsp;only student&nbsp;developmental theatre organization,\\u202fProject\\u202fSpotlight. The play follows Oliver&nbsp;Fingershorn, a pretentious, struggling author and his longtime friends: whimsical nerd, Daisy Shore;&nbsp;analytical, future politician,&nbsp;Parker Gilroy; and&nbsp;shrewd, quirky publicist,&nbsp;Alexis Johnson. After investigative journalists Chelsea Quinn and Harper Fried pick up the story that&nbsp;Fingershorn&nbsp;is dead, the group ends up faking his death for the success of his book. High&nbsp;jinks&nbsp;ensue throughout this hilarious romp, as themes of feminism, friendship and&nbsp;the&nbsp;media&rsquo;s impact on society are explored. As the story grips the&nbsp;internet&rsquo;s attention, our characters&nbsp;have to&nbsp;judge where their priorities lie and what they want for their futures.&nbsp;Experience&nbsp;a fun&nbsp;night&nbsp;of new&nbsp;theatre,&nbsp;written by Shira Garber and&nbsp;directed by Maddy Poston.<\\\/span><span>&nbsp;<\\\/span><\\\/p>\\n<p>Founded in 2004, Project Spotlight is the only student developmental theatre organization on the UCF campus. This student-run organization is dedicated to giving UCF students of all programs a chance to take part in productions and to develop new works through One Act Festivals, Ten Minute Play Competitions, and participation in UCF Celebrates the Arts.<\\\/p>\\n<p><\\\/p>\\n<p><strong>UCF Celebrates the Arts 2026&nbsp;&nbsp;<\\\/strong>&nbsp;<br><strong>March 30-April 12, 2026 | arts.ucf.edu\\\/celebrates<\\\/strong>&nbsp;&nbsp;&nbsp;<\\\/p>\\n<p><em>&nbsp;<\\\/em><em>Experience the innovative spirit of UCF through creative presentations that push the boundaries of traditional art forms.&nbsp;<\\\/em>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\\\/p>\\n<p>Year-round on the UCF campus, students are immersed in the technology, theory, design, performance, and practical application required for them to be the next generation of creative leaders. Every spring, they converge at Dr. Phillips Center for a two-week cultural extravaganza, allowing our community to enjoy performances, exhibitions, presentations and interactive experiences. With a focus on accessibility, affordability, partnership, and diverse offerings, UCF Celebrates the Arts 2026, running March 30-April 12, is a unique opportunity to experience the creative side of UCF.&nbsp;<\\\/p>\",\"location\":\"Alexis and Jim Pugh Theater\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/445+S+Magnolia+Ave,+Orlando,+FL+32801\\\/@28.5375561,-81.3767496,17z\\\/data=!3m1!4b1!4m6!3m5!1s0x88e77b02698064e9:0x87df1ad33a85a692!8m2!3d28.5375561!4d-81.3767496!16s%2Fg%2F11b8v6mwyt?entry=ttu\",\"virtual_url\":null,\"registration_link\":\"https:\\\/\\\/www.drphillipscenter.org\\\/events\\\/tickets\\\/2026\\\/project-spotlight-death-of-an-author\",\"registration_info\":null,\"starts\":\"Tue, 07 Apr 2026 19:00:00 -0400\",\"ends\":\"Tue, 07 Apr 2026 20:30:00 -0400\",\"ongoing\":\"False\",\"category\":\"Entertainment\",\"tags\":[\"UCF Celebrates the Arts\"],\"contact_name\":\"Dr. Phillips Center Box Office\",\"contact_phone\":\"407-358-6603\",\"contact_email\":\"boxoffice@drphillipscenter.org\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4092144\\\/project-spotlight-presents-death-of-an-author-part-of-ucf-celebrates-the-arts-2026\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[]},{\"event_id\":\"1100516\",\"eventinstance_id\":\"4092152\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4092152\",\"title\":\"Korean Arirang Festival (part of UCF Celebrates the Arts 2026)\",\"subtitle\":null,\"description\":\"<p>Experience the vibrant world of Korean music, dance, and pop culture with the Korean Culture Club! Featuring dance performances from cover groups across Central Florida for a wonderful night.<\\\/p>\\n<p>Discover the heartbeat of Korean culture in an unforgettable evening of rhythm, energy, and community!<\\\/p>\\n<p>&ldquo;Arirang&rdquo; (Ari means beautiful and rang is love) is Korea&rsquo;s most beloved traditional folk song&mdash;a timeless melody passed down for centuries that captures deep emotions of love, longing, separation, and hope. Often called Korea&rsquo;s unofficial anthem, it has united generations through its haunting beauty and has even been recognized by UNESCO as an Intangible Cultural Heritage of Humanity. Think of it as the Korean equivalent of a soul-stirring ballad that tugs at the heartstrings, much like &ldquo;Amazing Grace&rdquo; or &ldquo;Danny Boy&rdquo; in Western traditions.<\\\/p>\\n<p>Join the UCF Korean Culture Club for the<span>&nbsp;<\\\/span><strong>Korean Arirang Festival<\\\/strong>, part of UCF Celebrates the Arts, as they bring this rich heritage to life at Dr. Phillips Center. Experience a dynamic showcase featuring:<\\\/p>\\n<ul>\\n<li>High-energy dance performances from cover groups across Central Florida<\\\/li>\\n<li>Vocal and dance highlights of Korean songs spanning generations&mdash;from classic folk tunes to modern K-pop favorites<\\\/li>\\n<li>A vibrant celebration of Korean music, dance, and pop culture<\\\/li>\\n<\\\/ul>\\n<p>Whether you&rsquo;re a K-pop fan, curious about global traditions, or just looking for an inspiring night out, this free event promises rhythm that will move you, performances that will dazzle, and a warm sense of community you won&rsquo;t want to miss.<\\\/p>\\n<p>Come immerse yourself in the colorful world of Korean artistry&mdash;no prior knowledge needed, just an open heart and a willingness to be entertained!<\\\/p>\\n<p>Hosted by UCF&rsquo;s Korean Program and Korean Culture Club (a Registered Student Organization).<\\\/p>\\n<p>See you there!<\\\/p>\\n<p><\\\/p>\\n<p><strong>UCF Celebrates the Arts 2026&nbsp;&nbsp;<\\\/strong>&nbsp;<br><strong>March 30-April 12, 2026 | arts.ucf.edu\\\/celebrates<\\\/strong>&nbsp;&nbsp;&nbsp;<\\\/p>\\n<p><em>&nbsp;<\\\/em><em>Experience the innovative spirit of UCF through creative presentations that push the boundaries of traditional art forms.&nbsp;<\\\/em>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\\\/p>\\n<p>Year-round on the UCF campus, students are immersed in the technology, theory, design, performance, and practical application required for them to be the next generation of creative leaders. Every spring, they converge at Dr. Phillips Center for a two-week cultural extravaganza, allowing our community to enjoy performances, exhibitions, presentations and interactive experiences. With a focus on accessibility, affordability, partnership, and diverse offerings, UCF Celebrates the Arts 2026, running March 30-April 12, is a unique opportunity to experience the creative side of UCF.&nbsp;<\\\/p>\",\"location\":\"Dr. Phillips Center for the Performing Arts: DeVos Family Room\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/Dr.+Phillips+Center+for+the+Performing+Arts,+Orlando,+FL+32801\\\/@28.538032,-81.3803807,17z\\\/data=!3m1!4b1!4m2!3m1!1s0x88e77b021cf5bbd1:0x6b69d96a114bcf32\",\"virtual_url\":null,\"registration_link\":\"https:\\\/\\\/www.drphillipscenter.org\\\/events\\\/tickets\\\/2026\\\/korean-arirang-festival\",\"registration_info\":null,\"starts\":\"Tue, 07 Apr 2026 19:30:00 -0400\",\"ends\":\"Tue, 07 Apr 2026 21:30:00 -0400\",\"ongoing\":\"False\",\"category\":\"Entertainment\",\"tags\":[\"UCF Celebrates the Arts\"],\"contact_name\":\"Dr. Phillips Center Box Office\",\"contact_phone\":\"407-358-6603\",\"contact_email\":\"boxoffice@drphillipscenter.org\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4092152\\\/korean-arirang-festival-part-of-ucf-celebrates-the-arts-2026\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[]},{\"event_id\":\"1100519\",\"eventinstance_id\":\"4092158\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4092158\",\"title\":\"Music for All: UCF-Orlando Band Invitational (part of UCF Celebrates the Arts 2026)\",\"subtitle\":null,\"description\":\"<p><span>Middle and high school bands from across the state of Florida are invited to perform and receive feedback from a panel of nationally recognized educator-clinicians in Steinmetz Hall or the Alexis &amp; Jim Pugh Theater. Each band will have the opportunity to participate in individual clinic sessions with a clinician, who will provide personalized recommendations. This unique opportunity for young musicians improves their skills and provides valuable insights from experienced educators.<\\\/span><\\\/p>\\n<p><span><\\\/span><\\\/p>\\n<p><strong>UCF Celebrates the Arts 2026&nbsp;&nbsp;<\\\/strong>&nbsp;<br><strong>March 30-April 12, 2026 | arts.ucf.edu\\\/celebrates<\\\/strong>&nbsp;&nbsp;&nbsp;<\\\/p>\\n<p><em>&nbsp;<\\\/em><em>Experience the innovative spirit of UCF through creative presentations that push the boundaries of traditional art forms.&nbsp;<\\\/em>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\\\/p>\\n<p>Year-round on the UCF campus, students are immersed in the technology, theory, design, performance, and practical application required for them to be the next generation of creative leaders. Every spring, they converge at Dr. Phillips Center for a two-week cultural extravaganza, allowing our community to enjoy performances, exhibitions, presentations and interactive experiences. With a focus on accessibility, affordability, partnership, and diverse offerings, UCF Celebrates the Arts 2026, running March 30-April 12, is a unique opportunity to experience the creative side of UCF.&nbsp;<\\\/p>\",\"location\":\"Dr. Phillips Center for the Performing Arts: Steinmetz Hall\",\"location_url\":\"https:\\\/\\\/maps.app.goo.gl\\\/9wXGXwKxAcyESdtn6\",\"virtual_url\":null,\"registration_link\":\"https:\\\/\\\/www.drphillipscenter.org\\\/events\\\/tickets\\\/2026\\\/music-for-all\\\/\",\"registration_info\":\"Tickets: $10\",\"starts\":\"Wed, 08 Apr 2026 08:00:00 -0400\",\"ends\":\"Wed, 08 Apr 2026 10:00:00 -0400\",\"ongoing\":\"False\",\"category\":\"Concert\\\/Performance\",\"tags\":[\"UCF Celebrates the Arts\"],\"contact_name\":\"Dr. Phillips Center Box Office\",\"contact_phone\":\"407-358-6603\",\"contact_email\":\"boxoffice@drphillipscenter.org\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4092158\\\/music-for-all-ucf-orlando-band-invitational-part-of-ucf-celebrates-the-arts-2026\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[]},{\"event_id\":\"997714\",\"eventinstance_id\":\"3938426\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"3938426\",\"title\":\"Spring 2026 BFA Exhibition I | UCF Art Gallery\",\"subtitle\":null,\"description\":\"<p>The <em>Spring 2026 BFA Exhibition I <\\\/em>provides the opportunity for senior undergraduate students specializing in book arts, ceramics, drawing, animation, illustration, painting, photography, printmaking, and sculpture to share their research and artistic practice.<\\\/p>\\n<p><span>To learn more about this exhibition, click <a href=\\\"https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/spring-2026-bfa-exhibition-i-studio-art\\\/\\\" target=\\\"_blank\\\">HERE<\\\/a>.&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Wed, 08 Apr 2026 10:00:00 -0400\",\"ends\":\"Wed, 08 Apr 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\",\"SVAD\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":\"407-823-2676\",\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/3938426\\\/spring-2026-bfa-exhibition-i-ucf-art-gallery\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\",\"SVAD\"]},{\"event_id\":\"1100558\",\"eventinstance_id\":\"4092219\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4092219\",\"title\":\"UCF Flute Knights and Clarinet Ensemble (part of UCF Celebrates the Arts 2026)\",\"subtitle\":null,\"description\":\"<p>Led by Nora Lee Garcia, professor of flute, UCF&rsquo;s Flute Knights showcase the flute studio&rsquo;s performance repertoire, including solos, duets, flute choir music and more. UCF&rsquo;s Clarinet Ensemble, led by Rie Suzuki, associate professor of clarinet, showcases the artistry of the UCF clarinet studio through dynamic performances of chamber repertoire from the 20th and 21st centuries. From Gershwin to newly composed works by Harberg, the ensemble highlights the versatility, color and expressive range of the modern clarinet.<\\\/p>\\n<p><em>Patrons who do not have tickets for another same-day UCF Celebrates the Arts event at Dr. Phillips Center must register for a free lobby pass.&nbsp;<\\\/em><\\\/p>\\n<p><em><\\\/em><\\\/p>\\n<p><strong>UCF Celebrates the Arts 2026&nbsp;&nbsp;<\\\/strong>&nbsp;<br><strong>March 30-April 12, 2026 | arts.ucf.edu\\\/celebrates<\\\/strong>&nbsp;&nbsp;&nbsp;<\\\/p>\\n<p><em>&nbsp;<\\\/em><em>Experience the innovative spirit of UCF through creative presentations that push the boundaries of traditional art forms.&nbsp;<\\\/em>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\\\/p>\\n<p>Year-round on the UCF campus, students are immersed in the technology, theory, design, performance, and practical application required for them to be the next generation of creative leaders. Every spring, they converge at Dr. Phillips Center for a two-week cultural extravaganza, allowing our community to enjoy performances, exhibitions, presentations and interactive experiences. With a focus on accessibility, affordability, partnership, and diverse offerings, UCF Celebrates the Arts 2026, running March 30-April 12, is a unique opportunity to experience the creative side of UCF.&nbsp;<\\\/p>\",\"location\":\"Dr. Phillips Center for the Performing Arts: Della Phillips Grand Lobby\",\"location_url\":\"https:\\\/\\\/www.drphillipscenter.org\\\/explore\\\/theaters-spaces\\\/della-grand-lobby-tier-1\\\/\",\"virtual_url\":null,\"registration_link\":\"https:\\\/\\\/ucf.qualtrics.com\\\/jfe\\\/form\\\/SV_cAqRj4hyNvd4Pjw\",\"registration_info\":null,\"starts\":\"Wed, 08 Apr 2026 18:00:00 -0400\",\"ends\":\"Wed, 08 Apr 2026 19:15:00 -0400\",\"ongoing\":\"False\",\"category\":\"Concert\\\/Performance\",\"tags\":[\"UCF Celebrates the Arts\"],\"contact_name\":\"Dr. Phillips Center Box Office\",\"contact_phone\":\"407-358-6603\",\"contact_email\":\"boxoffice@drphillipscenter.org\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4092219\\\/ucf-flute-knights-and-clarinet-ensemble-part-of-ucf-celebrates-the-arts-2026\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[]},{\"event_id\":\"1099433\",\"eventinstance_id\":\"4086180\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4086180\",\"title\":\"Music and the Brain featuring the Pegasus String Quartet (part of UCF Celebrates the Arts)\",\"subtitle\":null,\"description\":\"<p><em>Music and the Brain<\\\/em><span>&nbsp;<\\\/span>is an immersive event that brings together live chamber music by the Pegasus String Quartet and insights from leading scientists.<\\\/p>\\n<p>Experience the inspiring connection between music and neuroscience in this special<span>&nbsp;<\\\/span><em>UCF Celebrates the Arts 2026<\\\/em><span>&nbsp;<\\\/span>presentation. Led by Dr. Kiminobu Sugaya (Professor of Medicine and Head of Neuroscience, UCF College of Medicine) and Dr. Ayako Yonetani (Professor of Violin, UCF College of Arts and Humanities),<span>&nbsp;<\\\/span><em>Music and the Brain<\\\/em><span>&nbsp;<\\\/span>brings together live chamber music by the Pegasus String Quartet and insights from leading scientists exploring how music influences mood, cognition and brain health.<\\\/p>\\n<p><strong>Patrons who wish to participate in the study must register in advance<span>&nbsp;<\\\/span><a href=\\\"https:\\\/\\\/ucf.qualtrics.com\\\/jfe\\\/form\\\/SV_do4WGvKlz4f8Wwe\\\" target=\\\"_blank\\\">here<\\\/a><span>&nbsp;<\\\/span>or call 407-COM-TRIALS or email comtrials@ucf.edu. Participation is entirely voluntary, and guests are welcome to attend the performance even if they choose not to participate in the study.<\\\/strong><\\\/p>\\n<p>This engaging evening blends art and science to illuminate how live music affects the human brain&mdash;and how research at UCF is advancing our understanding of mental wellness through music.<\\\/p>\\n<p><em>This event is made possible by a Pabst Steinmetz Foundation Arts and Wellness Innovation Award.<\\\/em><\\\/p>\",\"location\":\"Dr. Phillips Center for the Performing Arts: DeVos Family Room\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/Dr.+Phillips+Center+for+the+Performing+Arts\\\/@28.537662,-81.3775339,19.5z\\\/data=!4m6!3m5!1s0x88e77b022202b4fb:0x7bd5cd6d107bf171!8m2!3d28.5375561!4d-81.3767496!16s%2Fm%2F04jmqtz?entry=ttu&g_ep=EgoyMDI2MDIyMi4wIKXMDSoASAFQAw%3D%3D\",\"virtual_url\":null,\"registration_link\":\"https:\\\/\\\/www.drphillipscenter.org\\\/events\\\/tickets\\\/2026\\\/music-and-the-brain-featuring-pegasus-string-quartet\\\/\",\"registration_info\":\"Tickets: $15 General\",\"starts\":\"Wed, 08 Apr 2026 19:30:00 -0400\",\"ends\":\"Wed, 08 Apr 2026 21:00:00 -0400\",\"ongoing\":\"False\",\"category\":\"Concert\\\/Performance\",\"tags\":[\"Music\",\"UCF Celebrates the Arts\",\"ucf music\"],\"contact_name\":\"Dr. Phillips Center Box Office\",\"contact_phone\":\"407.358.6603\",\"contact_email\":\"boxoffice@drphillipscenter.org\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4086180\\\/music-and-the-brain-featuring-the-pegasus-string-quartet-part-of-ucf-celebrates-the-arts\\\/\",\"filtered_category\":\"music\",\"filtered_categories\":[\"Music\"]},{\"event_id\":\"1099859\",\"eventinstance_id\":\"4088690\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4088690\",\"title\":\"UCF Bands: Voyage Through the Galaxy and Beyond (part of UCF Celebrates the Arts)\",\"subtitle\":null,\"description\":\"<p>UCF Wind Ensemble, Symphonic Band and special guests perform music by some of today&rsquo;s most impactful composers.&nbsp;<\\\/p>\\n<p>The University of Central Florida&rsquo;s top two auditioned ensembles, the UCF Wind Ensemble and Symphonic Band, present an evening of music that explores SPACE, including &ldquo;Jupiter,&rdquo; from Gustav Holst&rsquo;s masterwork, &ldquo;The Planets,&rdquo; a suite of music from the original<span>&nbsp;<\\\/span><em>Star Wars<\\\/em><span>&nbsp;<\\\/span>movie Trilogy, and more. The concert will also include special performances by guest artists.<\\\/p>\\n<p><em>Code for $10 student tickets in any section:<\\\/em><span>&nbsp;<\\\/span>bandcta26<\\\/p>\",\"location\":\"Dr. Phillips Center for the Performing Arts: Steinmetz Hall\",\"location_url\":\"https:\\\/\\\/maps.app.goo.gl\\\/9wXGXwKxAcyESdtn6\",\"virtual_url\":null,\"registration_link\":\"https:\\\/\\\/www.drphillipscenter.org\\\/events\\\/tickets\\\/2026\\\/ucf-voyage-through-the-galaxy-and-beyond\\\/\",\"registration_info\":\"Tickets: $25 standard; $10 student tickets with code \\\"bandcta26\\\" and valid student ID\",\"starts\":\"Wed, 08 Apr 2026 19:30:00 -0400\",\"ends\":\"Wed, 08 Apr 2026 21:00:00 -0400\",\"ongoing\":\"False\",\"category\":\"Concert\\\/Performance\",\"tags\":[\"Music\",\"UCF Celebrates the Arts\",\"ucf music\"],\"contact_name\":\"Scott Lubaroff\",\"contact_phone\":null,\"contact_email\":\"SLubaroff@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4088690\\\/ucf-bands-voyage-through-the-galaxy-and-beyond-part-of-ucf-celebrates-the-arts\\\/\",\"filtered_category\":\"music\",\"filtered_categories\":[\"Music\"]},{\"event_id\":\"997714\",\"eventinstance_id\":\"3938427\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"3938427\",\"title\":\"Spring 2026 BFA Exhibition I | UCF Art Gallery\",\"subtitle\":null,\"description\":\"<p>The <em>Spring 2026 BFA Exhibition I <\\\/em>provides the opportunity for senior undergraduate students specializing in book arts, ceramics, drawing, animation, illustration, painting, photography, printmaking, and sculpture to share their research and artistic practice.<\\\/p>\\n<p><span>To learn more about this exhibition, click <a href=\\\"https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/spring-2026-bfa-exhibition-i-studio-art\\\/\\\" target=\\\"_blank\\\">HERE<\\\/a>.&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Thu, 09 Apr 2026 10:00:00 -0400\",\"ends\":\"Thu, 09 Apr 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\",\"SVAD\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":\"407-823-2676\",\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/3938427\\\/spring-2026-bfa-exhibition-i-ucf-art-gallery\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\",\"SVAD\"]},{\"event_id\":\"1066952\",\"eventinstance_id\":\"4030493\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4030493\",\"title\":\"Digital Humanities & AI\",\"subtitle\":null,\"description\":\"<p>A Spring speaker series exploring the intersection of artificial intelligence, pedagogy, and visual culture. Sponsored by the Center for Humanities and Digital Research (CHDR) and the Texts &amp; Technology Ph.D. Program (T&amp;T).<\\\/p>\\n<ul>\\n<li>Thursday, February 5 : AI Education Beyond STEM: Lessons for and from Arts and Humanities Presented by Mel Stanfill &amp; Bridget Kies<\\\/li>\\n<li>Thursday March 5: Seeing the Machine: AI, Image-Making, and the Semiotics of Vision Presented by Rudy McDaniel<\\\/li>\\n<li>AI Your Classroom? Pragmatic Agentic AI in DH Pedagogy Presented by Anastasia Salter<\\\/li>\\n<\\\/ul>\",\"location\":\"Trevor Colbourn Hall: TCH 325\",\"location_url\":\"https:\\\/\\\/www.ucf.edu\\\/location\\\/trevor-colbourn-hall\\\/\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Thu, 09 Apr 2026 11:00:00 -0400\",\"ends\":\"Thu, 09 Apr 2026 12:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Speaker\\\/Lecture\\\/Seminar\",\"tags\":[\"Speaker Series\"],\"contact_name\":\"Anastasia Salter\",\"contact_phone\":null,\"contact_email\":\"anastasia@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4030493\\\/digital-humanities-ai\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[]},{\"event_id\":\"1100561\",\"eventinstance_id\":\"4092223\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4092223\",\"title\":\"Jazz Workshop (part of UCF Celebrates the Arts 2026)\",\"subtitle\":null,\"description\":\"<p><span>Taught by Per Danielsson, Jazz workshop comprises junior and senior student musicians who focus on jazz improvisation, jazz repertoire and performance. The class serves as a workshop space, where course work taught in other classes such as applied lessons and jazz theory are performed live during class time and in concerts. Come experience a culminating jazz performance that showcases the students&rsquo; hard work!<\\\/span><\\\/p>\\n<p><span><\\\/span><\\\/p>\\n<p><strong>UCF Celebrates the Arts 2026&nbsp;&nbsp;<\\\/strong>&nbsp;<br><strong>March 30-April 12, 2026 | arts.ucf.edu\\\/celebrates<\\\/strong>&nbsp;&nbsp;&nbsp;<\\\/p>\\n<p><em>&nbsp;<\\\/em><em>Experience the innovative spirit of UCF through creative presentations that push the boundaries of traditional art forms.&nbsp;<\\\/em>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\\\/p>\\n<p>Year-round on the UCF campus, students are immersed in the technology, theory, design, performance, and practical application required for them to be the next generation of creative leaders. Every spring, they converge at Dr. Phillips Center for a two-week cultural extravaganza, allowing our community to enjoy performances, exhibitions, presentations and interactive experiences. With a focus on accessibility, affordability, partnership, and diverse offerings, UCF Celebrates the Arts 2026, running March 30-April 12, is a unique opportunity to experience the creative side of UCF.&nbsp;<\\\/p>\",\"location\":\"Dr. Phillips Center for the Performing Arts: Della Phillips Grand Lobby\",\"location_url\":\"https:\\\/\\\/www.drphillipscenter.org\\\/explore\\\/theaters-spaces\\\/della-grand-lobby-tier-1\\\/\",\"virtual_url\":null,\"registration_link\":\"https:\\\/\\\/ucf.qualtrics.com\\\/jfe\\\/form\\\/SV_cAqRj4hyNvd4Pjw\",\"registration_info\":null,\"starts\":\"Thu, 09 Apr 2026 18:00:00 -0400\",\"ends\":\"Thu, 09 Apr 2026 18:45:00 -0400\",\"ongoing\":\"False\",\"category\":\"Concert\\\/Performance\",\"tags\":[\"UCF Celebrates the Arts\"],\"contact_name\":\"Dr. Phillips Center Box Office\",\"contact_phone\":\"407-358-6603\",\"contact_email\":\"boxoffice@drphillipscenter.org\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4092223\\\/jazz-workshop-part-of-ucf-celebrates-the-arts-2026\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[]},{\"event_id\":\"1051364\",\"eventinstance_id\":\"3992215\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"3992215\",\"title\":\"Legally Blonde (part of UCF Celebrates the Arts 2026)\",\"subtitle\":null,\"description\":\"<p>Join Elle Woods, sorority sister turned Harvard Law student, on a musical journey to defy expectations. Presented as part of UCF Celebrates the Arts 2026 at Dr. Phillips Center for the Performing Arts.<\\\/p>\\n<p>Elle&rsquo;s dreams of settling down after college graduation are cut short when her boyfriend Warner breaks up with her to attend Harvard Law. Devastated and determined to get him back, Elle pulls together an unconventional application and charms her way into Harvard Law. At first, she struggles to fit in. But then, with the help of some new friends, Elle discovers something much better than Warner&rsquo;s approval&mdash;a new sense of self&mdash;one who&rsquo;s ready to take on the world!<\\\/p>\\n<p>Amazingly fun and full of show-stopping song and dance numbers,<span>&nbsp;<\\\/span><em>Legally Blonde<\\\/em><span>&nbsp;<\\\/span>is an award-winning musical based on the beloved movie of the same name.<\\\/p>\\n<p><em>LEGALLY BLONDE is presented through special arrangement with Music Theatre International (MTI).<span>&nbsp;<\\\/span><\\\/em><em>All authorized performance materials are also supplied by MTI.<span>&nbsp;<\\\/span><\\\/em><em>www.mtishows.com<\\\/em><\\\/p>\\n<p><strong>UCF Celebrates the Arts 2026&nbsp;&nbsp;<\\\/strong>&nbsp;<br><strong>March 30-April 12, 2026 | arts.ucf.edu\\\/celebrates<\\\/strong>&nbsp;&nbsp;&nbsp;<\\\/p>\\n<p><em>&nbsp;<\\\/em><em>Experience the innovative spirit of UCF through creative presentations that push the boundaries of traditional art forms.&nbsp;<\\\/em>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\\\/p>\\n<p>Year-round on the UCF campus, students are immersed in the technology, theory, design, performance, and practical application required for them to be the next generation of creative leaders. Every spring, they converge at Dr. Phillips Center for a two-week cultural extravaganza, allowing our community to enjoy performances, exhibitions, presentations and interactive experiences. With a focus on accessibility, affordability, partnership, and diverse offerings, UCF Celebrates the Arts 2026, running March 30-April 12, is a unique opportunity to experience the creative side of UCF.&nbsp;<\\\/p>\",\"location\":\"Dr. Phillips Center for the Performing Arts: Walt Disney Theater\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/Dr.+Phillips+Center+for+the+Performing+Arts\\\/@28.537662,-81.377361,17z\\\/data=!3m1!4b1!4m2!3m1!1s0x88e77b022202b4fb:0x7bd5cd6d107bf171\",\"virtual_url\":null,\"registration_link\":\"https:\\\/\\\/www.drphillipscenter.org\\\/events\\\/tickets\\\/2026\\\/legally-blonde\\\/\",\"registration_info\":\"Tickets: $20-$75 w\\\/fees UCF student discount $5 off with code ucfbruiser26\",\"starts\":\"Thu, 09 Apr 2026 19:00:00 -0400\",\"ends\":\"Thu, 09 Apr 2026 22:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Concert\\\/Performance\",\"tags\":[\"theatre\",\"Theatre UCF\"],\"contact_name\":\"Dr. Phillips Center Box Office\",\"contact_phone\":\"407.358.6603\",\"contact_email\":\"boxoffice@drphillipscenter.org\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/3992215\\\/legally-blonde-part-of-ucf-celebrates-the-arts-2026\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"Theatre\"]},{\"event_id\":\"1100522\",\"eventinstance_id\":\"4092162\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4092162\",\"title\":\"UCF New Music Ensemble presents: Zodiac (part of UCF Celebrates the Arts 2026)\",\"subtitle\":null,\"description\":\"<p>Experience<span>&nbsp;<\\\/span><strong>Zodiac<\\\/strong>, a stunning new evening-length work by the UCF Composition Studio, performed by the UCF New Music Ensemble.<\\\/p>\\n<p>Experience the celestial soundscape of<span>&nbsp;<\\\/span><strong>Zodiac<\\\/strong>, a new evening length work composed by members of the UCF Composition Studio and performed by the UCF New Music Ensemble. Inspired by the structural makeup of Steve Reich&rsquo;s minimalist classic<span>&nbsp;<\\\/span><em>Music for 18 Musicians<\\\/em>, this concert unfolds in a stunning arc, from the opening and closing &ldquo;Pulsar&rdquo; movements to the 12 sections representing each of the zodiac signs. Scored for percussion sextet with a unique instrumentation of two vibraphones, two marimbas, and two drum sets, this performance promises to be a captivating exploration of rhythm and timbre.<\\\/p>\\n<p>Witness the birth of a new musical masterpiece and celebrate the vibrant talent of UCF&rsquo;s student composers and performers. Don&rsquo;t just listen; feel the pulse of a new musical universe and a journey through time and space.<\\\/p>\\n<p><\\\/p>\\n<p><strong>UCF Celebrates the Arts 2026&nbsp;&nbsp;<\\\/strong>&nbsp;<br><strong>March 30-April 12, 2026 | arts.ucf.edu\\\/celebrates<\\\/strong>&nbsp;&nbsp;&nbsp;<\\\/p>\\n<p><em>&nbsp;<\\\/em><em>Experience the innovative spirit of UCF through creative presentations that push the boundaries of traditional art forms.&nbsp;<\\\/em>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\\\/p>\\n<p>Year-round on the UCF campus, students are immersed in the technology, theory, design, performance, and practical application required for them to be the next generation of creative leaders. Every spring, they converge at Dr. Phillips Center for a two-week cultural extravaganza, allowing our community to enjoy performances, exhibitions, presentations and interactive experiences. With a focus on accessibility, affordability, partnership, and diverse offerings, UCF Celebrates the Arts 2026, running March 30-April 12, is a unique opportunity to experience the creative side of UCF.&nbsp;<\\\/p>\",\"location\":\"Alexis and Jim Pugh Theater\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/445+S+Magnolia+Ave,+Orlando,+FL+32801\\\/@28.5375561,-81.3767496,17z\\\/data=!3m1!4b1!4m6!3m5!1s0x88e77b02698064e9:0x87df1ad33a85a692!8m2!3d28.5375561!4d-81.3767496!16s%2Fg%2F11b8v6mwyt?entry=ttu\",\"virtual_url\":null,\"registration_link\":\"https:\\\/\\\/www.drphillipscenter.org\\\/events\\\/tickets\\\/2026\\\/zodiac-for-percussion-sextet\\\/\",\"registration_info\":\"Student tickets: $10 with code knightcta26, valid UCF or student ID required.\",\"starts\":\"Thu, 09 Apr 2026 19:00:00 -0400\",\"ends\":\"Thu, 09 Apr 2026 21:00:00 -0400\",\"ongoing\":\"False\",\"category\":\"Concert\\\/Performance\",\"tags\":[\"UCF Celebrates the Arts\"],\"contact_name\":\"Dr. Phillips Center Box Office\",\"contact_phone\":\"407-358-6603\",\"contact_email\":\"boxoffice@drphillipscenter.org\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4092162\\\/ucf-new-music-ensemble-presents-zodiac-part-of-ucf-celebrates-the-arts-2026\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[]},{\"event_id\":\"1099862\",\"eventinstance_id\":\"4088693\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4088693\",\"title\":\"UCF New Music Ensemble presents Zodiac (part of UCF Celebrates the Arts)\",\"subtitle\":null,\"description\":\"<p>Experience<span>&nbsp;<\\\/span><strong>Zodiac<\\\/strong>, a stunning new evening-length work by the UCF Composition Studio, performed by the UCF New Music Ensemble.<\\\/p>\\n<p>Experience the celestial soundscape of<span>&nbsp;<\\\/span><strong>Zodiac<\\\/strong>, a new evening length work composed by members of the UCF Composition Studio and performed by the UCF New Music Ensemble. Inspired by the structural makeup of Steve Reich&rsquo;s minimalist classic<span>&nbsp;<\\\/span><em>Music for 18 Musicians<\\\/em>, this concert unfolds in a stunning arc, from the opening and closing &ldquo;Pulsar&rdquo; movements to the 12 sections representing each of the zodiac signs. Scored for percussion sextet with a unique instrumentation of two vibraphones, two marimbas, and two drum sets, this performance promises to be a captivating exploration of rhythm and timbre.<\\\/p>\\n<p>Witness the birth of a new musical masterpiece and celebrate the vibrant talent of UCF&rsquo;s student composers and performers. Don&rsquo;t just listen; feel the pulse of a new musical universe and a journey through time and space.<\\\/p>\\n<p><span><em>Student tickets: $10 with code knightcta26, valid UCF or student ID required.<\\\/em><\\\/span><\\\/p>\",\"location\":\"Dr. Phillips Center for the Performing Arts: Pugh Theater\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/Dr.+Phillips+Center+for+the+Performing+Arts\\\/@28.537662,-81.377361,17z\\\/data=!3m1!4b1!4m2!3m1!1s0x88e77b022202b4fb:0x7bd5cd6d107bf171\",\"virtual_url\":null,\"registration_link\":\"https:\\\/\\\/www.drphillipscenter.org\\\/events\\\/tickets\\\/2026\\\/zodiac-for-percussion-sextet\\\/\",\"registration_info\":\"Tickets: $15 standard tickets; Student tickets: $10 with code knightcta26, valid UCF or student ID required.\",\"starts\":\"Thu, 09 Apr 2026 19:00:00 -0400\",\"ends\":\"Thu, 09 Apr 2026 20:30:00 -0400\",\"ongoing\":\"False\",\"category\":\"Concert\\\/Performance\",\"tags\":[\"Music\",\"UCF Celebrates the Arts\",\"ucf music\"],\"contact_name\":\"Thad Anderson\",\"contact_phone\":null,\"contact_email\":\"tra@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4088693\\\/ucf-new-music-ensemble-presents-zodiac-part-of-ucf-celebrates-the-arts\\\/\",\"filtered_category\":\"music\",\"filtered_categories\":[\"Music\"]},{\"event_id\":\"1100528\",\"eventinstance_id\":\"4092171\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4092171\",\"title\":\"A.I. and Ethics (part of UCF Celebrates the Arts 2026)\",\"subtitle\":null,\"description\":\"<p><span>Join UCF Philosophy for an interactive conversation on A.I. and Ethics. As we question the increasing use of A.I. for expressions of care, we explore its implications for the future of personal relationships.<\\\/span><\\\/p>\\n<p><span><\\\/span><\\\/p>\\n<p><strong>UCF Celebrates the Arts 2026&nbsp;&nbsp;<\\\/strong>&nbsp;<br><strong>March 30-April 12, 2026 | arts.ucf.edu\\\/celebrates<\\\/strong>&nbsp;&nbsp;&nbsp;<\\\/p>\\n<p><em>&nbsp;<\\\/em><em>Experience the innovative spirit of UCF through creative presentations that push the boundaries of traditional art forms.&nbsp;<\\\/em>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\\\/p>\\n<p>Year-round on the UCF campus, students are immersed in the technology, theory, design, performance, and practical application required for them to be the next generation of creative leaders. Every spring, they converge at Dr. Phillips Center for a two-week cultural extravaganza, allowing our community to enjoy performances, exhibitions, presentations and interactive experiences. With a focus on accessibility, affordability, partnership, and diverse offerings, UCF Celebrates the Arts 2026, running March 30-April 12, is a unique opportunity to experience the creative side of UCF.&nbsp;<\\\/p>\",\"location\":\"Dr. Phillips Center for the Performing Arts: DeVos Family Room\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/Dr.+Phillips+Center+for+the+Performing+Arts,+Orlando,+FL+32801\\\/@28.538032,-81.3803807,17z\\\/data=!3m1!4b1!4m2!3m1!1s0x88e77b021cf5bbd1:0x6b69d96a114bcf32\",\"virtual_url\":null,\"registration_link\":\"https:\\\/\\\/www.drphillipscenter.org\\\/events\\\/tickets\\\/2026\\\/a-i-and-ethics\",\"registration_info\":null,\"starts\":\"Thu, 09 Apr 2026 19:30:00 -0400\",\"ends\":\"Thu, 09 Apr 2026 21:00:00 -0400\",\"ongoing\":\"False\",\"category\":\"Speaker\\\/Lecture\\\/Seminar\",\"tags\":[\"UCF Celebrates the Arts\"],\"contact_name\":\"Dr. Phillips Center Box Office\",\"contact_phone\":\"407-358-6603\",\"contact_email\":\"boxoffice@drphillipscenter.org\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4092171\\\/ai-and-ethics-part-of-ucf-celebrates-the-arts-2026\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[]},{\"event_id\":\"1099402\",\"eventinstance_id\":\"4086145\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4086145\",\"title\":\"Woodwind Ensemble Concert\",\"subtitle\":null,\"description\":\"<p>The UCF woodwind ensembles feature the <span>Flute Knights Ensemble, <\\\/span><span>UCF Clarinet Ensemble, <\\\/span><span>UCF Wind Quintet, <\\\/span><span>Apogee Saxophone Quartet, <\\\/span><span>Hunter Quintet, and the <\\\/span><span>Central Florida Bassoon Duo<\\\/span>.<\\\/p>\\n<p>Enjoy the melodic blend of sounds and melodies that span across centuries.&nbsp;<\\\/p>\\n<p>Free admission<\\\/p>\",\"location\":\"Rehearsal Hall\",\"location_url\":\"https:\\\/\\\/map.ucf.edu\\\/locations\\\/19\\\/rehearsal-hall-rh\\\/\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Thu, 09 Apr 2026 19:30:00 -0400\",\"ends\":\"Thu, 09 Apr 2026 20:30:00 -0400\",\"ongoing\":\"False\",\"category\":\"Concert\\\/Performance\",\"tags\":[\"Music\",\"ucf music\"],\"contact_name\":\"George Weremchuk\",\"contact_phone\":null,\"contact_email\":\"george.weremchuk@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4086145\\\/woodwind-ensemble-concert\\\/\",\"filtered_category\":\"music\",\"filtered_categories\":[\"Music\"]},{\"event_id\":\"997714\",\"eventinstance_id\":\"3938428\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"3938428\",\"title\":\"Spring 2026 BFA Exhibition I | UCF Art Gallery\",\"subtitle\":null,\"description\":\"<p>The <em>Spring 2026 BFA Exhibition I <\\\/em>provides the opportunity for senior undergraduate students specializing in book arts, ceramics, drawing, animation, illustration, painting, photography, printmaking, and sculpture to share their research and artistic practice.<\\\/p>\\n<p><span>To learn more about this exhibition, click <a href=\\\"https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/spring-2026-bfa-exhibition-i-studio-art\\\/\\\" target=\\\"_blank\\\">HERE<\\\/a>.&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Fri, 10 Apr 2026 10:00:00 -0400\",\"ends\":\"Fri, 10 Apr 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\",\"SVAD\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":\"407-823-2676\",\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/3938428\\\/spring-2026-bfa-exhibition-i-ucf-art-gallery\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\",\"SVAD\"]},{\"event_id\":\"1100537\",\"eventinstance_id\":\"4092183\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4092183\",\"title\":\"UCF Mobile Health Clinic (part of UCF Celebrates the Arts 2026)\",\"subtitle\":null,\"description\":\"<p>Visit UCF&rsquo;s Mobile Health Clinic for information on living your healthiest life, including point-of-care testing and screenings.<\\\/p>\\n<p>The clinic will be onsite for tours from 5:30-8 pm on Friday, April 10. On Saturday, April 11, the clinic will be open from noon-8:30 pm for point-of-care testing, including screenings for hearing, blood pressure, cholesterol, and diabetes.<\\\/p>\\n<p><span><br>Learn more about UCF&rsquo;s Mobile Health Unit&nbsp;<\\\/span><a href=\\\"https:\\\/\\\/www.ucf.edu\\\/academic-health\\\/mobile-clinic\\\/\\\" target=\\\"_blank\\\">here<\\\/a><span>.<\\\/span><\\\/p>\\n<p>&nbsp;<\\\/p>\\n<p><em>In partnership with the College of Health Sciences and Professions.<\\\/em><\\\/p>\\n<p><strong>UCF Celebrates the Arts 2026&nbsp;&nbsp;<\\\/strong>&nbsp;<br><strong>March 30-April 12, 2026 | arts.ucf.edu\\\/celebrates<\\\/strong>&nbsp;&nbsp;&nbsp;<\\\/p>\\n<p><em>&nbsp;<\\\/em><em>Experience the innovative spirit of UCF through creative presentations that push the boundaries of traditional art forms.&nbsp;<\\\/em>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\\\/p>\\n<p>Year-round on the UCF campus, students are immersed in the technology, theory, design, performance, and practical application required for them to be the next generation of creative leaders. Every spring, they converge at Dr. Phillips Center for a two-week cultural extravaganza, allowing our community to enjoy performances, exhibitions, presentations and interactive experiences. With a focus on accessibility, affordability, partnership, and diverse offerings, UCF Celebrates the Arts 2026, running March 30-April 12, is a unique opportunity to experience the creative side of UCF.&nbsp;<\\\/p>\",\"location\":\"Dr. Phillips Academic Commons Seneff Plaza\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/Dr.+Phillips+Academic+Commons\\\/@28.5472698,-81.388714,17z\\\/data=!3m1!4b1!4m5!3m4!1s0x88e77b6467d52a37:0x9cb76419d40576cd!8m2!3d28.5472698!4d-81.38652\",\"virtual_url\":null,\"registration_link\":\"https:\\\/\\\/ucf.qualtrics.com\\\/jfe\\\/form\\\/SV_cAqRj4hyNvd4Pjw\",\"registration_info\":null,\"starts\":\"Fri, 10 Apr 2026 17:30:00 -0400\",\"ends\":\"Fri, 10 Apr 2026 20:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Health & Well-being\",\"tags\":[\"UCF Celebrates the Arts\"],\"contact_name\":\"Dr. Phillips Center Box Office\",\"contact_phone\":\"407-358-6603\",\"contact_email\":\"boxoffice@drphillipscenter.org\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4092183\\\/ucf-mobile-health-clinic-part-of-ucf-celebrates-the-arts-2026\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[]},{\"event_id\":\"1100564\",\"eventinstance_id\":\"4092227\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4092227\",\"title\":\"Trombone Studio (part of UCF Celebrates the Arts 2026)\",\"subtitle\":null,\"description\":\"<p><span>Led by Luis Fred, associate professor of trombone, the UCF Trombone Choir performs a wide repertoire of chamber music and frequently performs in concerts throughout Florida.<\\\/span><\\\/p>\\n<p><strong>UCF Celebrates the Arts 2026&nbsp;&nbsp;<\\\/strong>&nbsp;<br><strong>March 30-April 12, 2026 | arts.ucf.edu\\\/celebrates<\\\/strong>&nbsp;&nbsp;&nbsp;<\\\/p>\\n<p><em>&nbsp;<\\\/em><em>Experience the innovative spirit of UCF through creative presentations that push the boundaries of traditional art forms.&nbsp;<\\\/em>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\\\/p>\\n<p>Year-round on the UCF campus, students are immersed in the technology, theory, design, performance, and practical application required for them to be the next generation of creative leaders. Every spring, they converge at Dr. Phillips Center for a two-week cultural extravaganza, allowing our community to enjoy performances, exhibitions, presentations and interactive experiences. With a focus on accessibility, affordability, partnership, and diverse offerings, UCF Celebrates the Arts 2026, running March 30-April 12, is a unique opportunity to experience the creative side of UCF.&nbsp;<\\\/p>\",\"location\":\"Dr. Phillips Center for the Performing Arts: Della Phillips Grand Lobby\",\"location_url\":\"https:\\\/\\\/www.drphillipscenter.org\\\/explore\\\/theaters-spaces\\\/della-grand-lobby-tier-1\\\/\",\"virtual_url\":null,\"registration_link\":\"https:\\\/\\\/ucf.qualtrics.com\\\/jfe\\\/form\\\/SV_cAqRj4hyNvd4Pjw\",\"registration_info\":null,\"starts\":\"Fri, 10 Apr 2026 18:00:00 -0400\",\"ends\":\"Fri, 10 Apr 2026 18:45:00 -0400\",\"ongoing\":\"False\",\"category\":\"Concert\\\/Performance\",\"tags\":[\"UCF Celebrates the Arts\"],\"contact_name\":\"Dr. Phillips Center Box Office\",\"contact_phone\":\"407-358-6603\",\"contact_email\":\"boxoffice@drphillipscenter.org\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4092227\\\/trombone-studio-part-of-ucf-celebrates-the-arts-2026\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[]},{\"event_id\":\"1051364\",\"eventinstance_id\":\"3992216\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"3992216\",\"title\":\"Legally Blonde (part of UCF Celebrates the Arts 2026)\",\"subtitle\":null,\"description\":\"<p>Join Elle Woods, sorority sister turned Harvard Law student, on a musical journey to defy expectations. Presented as part of UCF Celebrates the Arts 2026 at Dr. Phillips Center for the Performing Arts.<\\\/p>\\n<p>Elle&rsquo;s dreams of settling down after college graduation are cut short when her boyfriend Warner breaks up with her to attend Harvard Law. Devastated and determined to get him back, Elle pulls together an unconventional application and charms her way into Harvard Law. At first, she struggles to fit in. But then, with the help of some new friends, Elle discovers something much better than Warner&rsquo;s approval&mdash;a new sense of self&mdash;one who&rsquo;s ready to take on the world!<\\\/p>\\n<p>Amazingly fun and full of show-stopping song and dance numbers,<span>&nbsp;<\\\/span><em>Legally Blonde<\\\/em><span>&nbsp;<\\\/span>is an award-winning musical based on the beloved movie of the same name.<\\\/p>\\n<p><em>LEGALLY BLONDE is presented through special arrangement with Music Theatre International (MTI).<span>&nbsp;<\\\/span><\\\/em><em>All authorized performance materials are also supplied by MTI.<span>&nbsp;<\\\/span><\\\/em><em>www.mtishows.com<\\\/em><\\\/p>\\n<p><strong>UCF Celebrates the Arts 2026&nbsp;&nbsp;<\\\/strong>&nbsp;<br><strong>March 30-April 12, 2026 | arts.ucf.edu\\\/celebrates<\\\/strong>&nbsp;&nbsp;&nbsp;<\\\/p>\\n<p><em>&nbsp;<\\\/em><em>Experience the innovative spirit of UCF through creative presentations that push the boundaries of traditional art forms.&nbsp;<\\\/em>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\\\/p>\\n<p>Year-round on the UCF campus, students are immersed in the technology, theory, design, performance, and practical application required for them to be the next generation of creative leaders. Every spring, they converge at Dr. Phillips Center for a two-week cultural extravaganza, allowing our community to enjoy performances, exhibitions, presentations and interactive experiences. With a focus on accessibility, affordability, partnership, and diverse offerings, UCF Celebrates the Arts 2026, running March 30-April 12, is a unique opportunity to experience the creative side of UCF.&nbsp;<\\\/p>\",\"location\":\"Dr. Phillips Center for the Performing Arts: Walt Disney Theater\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/Dr.+Phillips+Center+for+the+Performing+Arts\\\/@28.537662,-81.377361,17z\\\/data=!3m1!4b1!4m2!3m1!1s0x88e77b022202b4fb:0x7bd5cd6d107bf171\",\"virtual_url\":null,\"registration_link\":\"https:\\\/\\\/www.drphillipscenter.org\\\/events\\\/tickets\\\/2026\\\/legally-blonde\\\/\",\"registration_info\":\"Tickets: $20-$75 w\\\/fees UCF student discount $5 off with code ucfbruiser26\",\"starts\":\"Fri, 10 Apr 2026 19:00:00 -0400\",\"ends\":\"Fri, 10 Apr 2026 22:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Concert\\\/Performance\",\"tags\":[\"theatre\",\"Theatre UCF\"],\"contact_name\":\"Dr. Phillips Center Box Office\",\"contact_phone\":\"407.358.6603\",\"contact_email\":\"boxoffice@drphillipscenter.org\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/3992216\\\/legally-blonde-part-of-ucf-celebrates-the-arts-2026\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"Theatre\"]},{\"event_id\":\"1100531\",\"eventinstance_id\":\"4092175\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4092175\",\"title\":\"Orlando Shakes: What the Constitution Means to Me (part of UCF Celebrates the Arts 2026)\",\"subtitle\":null,\"description\":\"<p>Follow playwright Heidi Schreck&rsquo;s journey through the complexities of American democracy, gender equality, and the evolving interpretation of the United States Constitution! Originally produced by Orlando Shakes in partnership with UCF,<span>&nbsp;<\\\/span><em>What the Constitution Means to Me<\\\/em><span>&nbsp;<\\\/span>will be presented as an enhanced staged reading at UCF Celebrates the Arts for the first time.<\\\/p>\\n<p>Orlando Shakes, in partnership with UCF, presents its funny, fast-paced production of<span>&nbsp;<\\\/span><em>What the Constitution Means to Me<\\\/em><span>&nbsp;<\\\/span>as an enhanced staged reading. The emotions run deep in this politely confrontational hit that took Broadway by storm in 2019. Follow playwright Heidi Schreck&rsquo;s whirlwind journey through the complexities of American democracy, gender equality and the evolving interpretation of the United States Constitution.<\\\/p>\\n<p><span>The reading will be followed by a panel discussion and Q&amp;A, including UCF Professor of History John Sacher and community members to be announced.\\u202f<\\\/span><\\\/p>\\n<p><em>This production contains mentions of domestic violence, sexual assault, human trafficking and discussions of abortion and its stigmatization.<\\\/em><\\\/p>\\n<p><em><\\\/em><\\\/p>\\n<p><strong>UCF Celebrates the Arts 2026&nbsp;&nbsp;<\\\/strong>&nbsp;<br><strong>March 30-April 12, 2026 | arts.ucf.edu\\\/celebrates<\\\/strong>&nbsp;&nbsp;&nbsp;<\\\/p>\\n<p><em>&nbsp;<\\\/em><em>Experience the innovative spirit of UCF through creative presentations that push the boundaries of traditional art forms.&nbsp;<\\\/em>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\\\/p>\\n<p>Year-round on the UCF campus, students are immersed in the technology, theory, design, performance, and practical application required for them to be the next generation of creative leaders. Every spring, they converge at Dr. Phillips Center for a two-week cultural extravaganza, allowing our community to enjoy performances, exhibitions, presentations and interactive experiences. With a focus on accessibility, affordability, partnership, and diverse offerings, UCF Celebrates the Arts 2026, running March 30-April 12, is a unique opportunity to experience the creative side of UCF.&nbsp;<\\\/p>\",\"location\":\"Alexis and Jim Pugh Theater\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/445+S+Magnolia+Ave,+Orlando,+FL+32801\\\/@28.5375561,-81.3767496,17z\\\/data=!3m1!4b1!4m6!3m5!1s0x88e77b02698064e9:0x87df1ad33a85a692!8m2!3d28.5375561!4d-81.3767496!16s%2Fg%2F11b8v6mwyt?entry=ttu\",\"virtual_url\":null,\"registration_link\":\"https:\\\/\\\/www.drphillipscenter.org\\\/events\\\/tickets\\\/2026\\\/orlando-shakes-presents-what-the-constitution-means-to-me\\\/\",\"registration_info\":\"Student tickets: $15 with code shakescta26 (discount only valid for tier two tickets), valid UCF or student ID required.\",\"starts\":\"Fri, 10 Apr 2026 19:00:00 -0400\",\"ends\":\"Fri, 10 Apr 2026 21:00:00 -0400\",\"ongoing\":\"False\",\"category\":\"Entertainment\",\"tags\":[\"UCF Celebrates the Arts\"],\"contact_name\":\"Dr. Phillips Center Box Office\",\"contact_phone\":\"407-358-6603\",\"contact_email\":\"boxoffice@drphillipscenter.org\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4092175\\\/orlando-shakes-what-the-constitution-means-to-me-part-of-ucf-celebrates-the-arts-2026\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[]},{\"event_id\":\"1099865\",\"eventinstance_id\":\"4088696\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4088696\",\"title\":\"Choir Invitational Concert (part of UCF Celebrates the Arts)\",\"subtitle\":null,\"description\":\"<p>More than 200 Florida high school students will spend the day immersed in choral excellence.<\\\/p>\\n<p>More than 200 high school students from across Florida will spend the day immersed in choral excellence under the guidance of UCF conductors Jeffery Redding and Kelly Miller, participating in choir rehearsals, choir clinics, leadership and community building.<\\\/p>\\n<p>For more information about your high school choir program participating in the program, e-mail<span>&nbsp;<\\\/span><a href=\\\"mailto:Kelly.Miller@ucf.edu\\\" target=\\\"_blank\\\">Kelly.Miller@ucf.edu<\\\/a>.<\\\/p>\\n<p><br>This unique opportunity offers:<\\\/p>\\n<ul>\\n<li>Leadership: Work with members of UCF&rsquo;s choirs and award-winning music education faculty.<\\\/li>\\n<li>Community Connection: Network with peers from diverse backgrounds.<\\\/li>\\n<li>Inspiring Performance: Showcase your talent in a grand concert.<\\\/li>\\n<li>Knowledge Transfer: Take what you&rsquo;ve learned to enrich your high school choir program.<\\\/li>\\n<\\\/ul>\",\"location\":\"Dr. Phillips Center for the Performing Arts: Steinmetz Hall\",\"location_url\":\"https:\\\/\\\/maps.app.goo.gl\\\/9wXGXwKxAcyESdtn6\",\"virtual_url\":null,\"registration_link\":\"https:\\\/\\\/www.drphillipscenter.org\\\/events\\\/tickets\\\/2026\\\/ucf-choir-invitational-concert\\\/\",\"registration_info\":\"Tickets: $15\",\"starts\":\"Fri, 10 Apr 2026 19:30:00 -0400\",\"ends\":\"Fri, 10 Apr 2026 21:00:00 -0400\",\"ongoing\":\"False\",\"category\":\"Concert\\\/Performance\",\"tags\":[\"Music\",\"UCF Celebrates the Arts\",\"ucf music\"],\"contact_name\":\"Kelly Miller\",\"contact_phone\":null,\"contact_email\":\"Kelly.Miller@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4088696\\\/choir-invitational-concert-part-of-ucf-celebrates-the-arts\\\/\",\"filtered_category\":\"music\",\"filtered_categories\":[\"Music\"]},{\"event_id\":\"1051355\",\"eventinstance_id\":\"3991996\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"3991996\",\"title\":\"Florida Horn Festival\",\"subtitle\":null,\"description\":\"<p>The UCF Music Department is proud to announce the Annual Florida Horn Festival on Saturday, April 11, 2026.<\\\/p>\\n<p>The Florida French Horn Festival features activities designed for high school, college and community horn players, including performances, clinics and a horn ensemble reading session. All participants are encouraged to bring their instruments!<\\\/p>\",\"location\":\"Rehearsal Hall\",\"location_url\":\"https:\\\/\\\/map.ucf.edu\\\/locations\\\/19\\\/rehearsal-hall-rh\\\/\",\"virtual_url\":null,\"registration_link\":\"https:\\\/\\\/www.purplepass.com\\\/events\\\/340826-florida-horn-festival-apr-11th-2026\",\"registration_info\":\"Tickets: $35 \\\/\\\/ UCF Students & Faculty: Free admission\",\"starts\":\"Sat, 11 Apr 2026 09:00:00 -0400\",\"ends\":\"Sat, 11 Apr 2026 16:00:00 -0400\",\"ongoing\":\"False\",\"category\":\"Workshop\\\/Conference\",\"tags\":[\"Music\",\"ucf music\"],\"contact_name\":\"School of Performing Arts Box Office\",\"contact_phone\":\"4078231500\",\"contact_email\":\"boxoffice@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/3991996\\\/florida-horn-festival\\\/\",\"filtered_category\":\"music\",\"filtered_categories\":[\"Music\"]},{\"event_id\":\"1100534\",\"eventinstance_id\":\"4092179\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4092179\",\"title\":\"Orlando Family Stage presents: Yo, Ho, Ho! Let\\u2019s Go! (part of UCF Celebrates the Arts 2026)\",\"subtitle\":null,\"description\":\"<p><em>Yo, Ho, Ho! Let&rsquo;s Go!<\\\/em><span>&nbsp;<\\\/span>is a 30-minute adventure with a pirate on the high seas following a treasure map. Parrots, crabs, mermaids and more join the fun. Theatre for the Very Young is created specifically by Orlando Family Stage for 1 to 5-year-olds, and is an interactive, multi-sensory, developmentally accessible experience encouraging caregiver interaction and creative play.<\\\/p>\\n<p><em>Yo! Ho! Ho!<\\\/em><span>&nbsp;<\\\/span>is written by Jennifer Adams-Carrasquilllo.<\\\/p>\\n<p><em>Presented in partnership with Orlando Family Stage.<\\\/em><\\\/p>\\n<p><em><\\\/em><\\\/p>\\n<p><strong>UCF Celebrates the Arts 2026&nbsp;&nbsp;<\\\/strong>&nbsp;<br><strong>March 30-April 12, 2026 | arts.ucf.edu\\\/celebrates<\\\/strong>&nbsp;&nbsp;&nbsp;<\\\/p>\\n<p><em>&nbsp;<\\\/em><em>Experience the innovative spirit of UCF through creative presentations that push the boundaries of traditional art forms.&nbsp;<\\\/em>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\\\/p>\\n<p>Year-round on the UCF campus, students are immersed in the technology, theory, design, performance, and practical application required for them to be the next generation of creative leaders. Every spring, they converge at Dr. Phillips Center for a two-week cultural extravaganza, allowing our community to enjoy performances, exhibitions, presentations and interactive experiences. With a focus on accessibility, affordability, partnership, and diverse offerings, UCF Celebrates the Arts 2026, running March 30-April 12, is a unique opportunity to experience the creative side of UCF.&nbsp;<\\\/p>\",\"location\":\"Dr. Phillips Center for the Performing Arts: DeVos Family Room\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/Dr.+Phillips+Center+for+the+Performing+Arts,+Orlando,+FL+32801\\\/@28.538032,-81.3803807,17z\\\/data=!3m1!4b1!4m2!3m1!1s0x88e77b021cf5bbd1:0x6b69d96a114bcf32\",\"virtual_url\":null,\"registration_link\":\"https:\\\/\\\/www.drphillipscenter.org\\\/events\\\/tickets\\\/2026\\\/yo-ho-ho-lets-go-theatre-for-the-very-young\\\/\",\"registration_info\":\"$10 for children ages 3+\\r\\nChildren under 3 are free\",\"starts\":\"Sat, 11 Apr 2026 10:00:00 -0400\",\"ends\":\"Sat, 11 Apr 2026 10:45:00 -0400\",\"ongoing\":\"False\",\"category\":\"Entertainment\",\"tags\":[\"UCF Celebrates the Arts\"],\"contact_name\":\"Dr. Phillips Center for the Performing Arts\",\"contact_phone\":\"407-358-6603\",\"contact_email\":\"boxoffice@drphillipscenter.org\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4092179\\\/orlando-family-stage-presents-yo-ho-ho-lets-go-part-of-ucf-celebrates-the-arts-2026\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[]},{\"event_id\":\"1100537\",\"eventinstance_id\":\"4092184\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4092184\",\"title\":\"UCF Mobile Health Clinic (part of UCF Celebrates the Arts 2026)\",\"subtitle\":null,\"description\":\"<p>Visit UCF&rsquo;s Mobile Health Clinic for information on living your healthiest life, including point-of-care testing and screenings.<\\\/p>\\n<p>The clinic will be onsite for tours from 5:30-8 pm on Friday, April 10. On Saturday, April 11, the clinic will be open from noon-8:30 pm for point-of-care testing, including screenings for hearing, blood pressure, cholesterol, and diabetes.<\\\/p>\\n<p><span><br>Learn more about UCF&rsquo;s Mobile Health Unit&nbsp;<\\\/span><a href=\\\"https:\\\/\\\/www.ucf.edu\\\/academic-health\\\/mobile-clinic\\\/\\\" target=\\\"_blank\\\">here<\\\/a><span>.<\\\/span><\\\/p>\\n<p>&nbsp;<\\\/p>\\n<p><em>In partnership with the College of Health Sciences and Professions.<\\\/em><\\\/p>\\n<p><strong>UCF Celebrates the Arts 2026&nbsp;&nbsp;<\\\/strong>&nbsp;<br><strong>March 30-April 12, 2026 | arts.ucf.edu\\\/celebrates<\\\/strong>&nbsp;&nbsp;&nbsp;<\\\/p>\\n<p><em>&nbsp;<\\\/em><em>Experience the innovative spirit of UCF through creative presentations that push the boundaries of traditional art forms.&nbsp;<\\\/em>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\\\/p>\\n<p>Year-round on the UCF campus, students are immersed in the technology, theory, design, performance, and practical application required for them to be the next generation of creative leaders. Every spring, they converge at Dr. Phillips Center for a two-week cultural extravaganza, allowing our community to enjoy performances, exhibitions, presentations and interactive experiences. With a focus on accessibility, affordability, partnership, and diverse offerings, UCF Celebrates the Arts 2026, running March 30-April 12, is a unique opportunity to experience the creative side of UCF.&nbsp;<\\\/p>\",\"location\":\"Dr. Phillips Academic Commons Seneff Plaza\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/Dr.+Phillips+Academic+Commons\\\/@28.5472698,-81.388714,17z\\\/data=!3m1!4b1!4m5!3m4!1s0x88e77b6467d52a37:0x9cb76419d40576cd!8m2!3d28.5472698!4d-81.38652\",\"virtual_url\":null,\"registration_link\":\"https:\\\/\\\/ucf.qualtrics.com\\\/jfe\\\/form\\\/SV_cAqRj4hyNvd4Pjw\",\"registration_info\":null,\"starts\":\"Sat, 11 Apr 2026 12:00:00 -0400\",\"ends\":\"Sat, 11 Apr 2026 20:30:00 -0400\",\"ongoing\":\"True\",\"category\":\"Health & Well-being\",\"tags\":[\"UCF Celebrates the Arts\"],\"contact_name\":\"Dr. Phillips Center Box Office\",\"contact_phone\":\"407-358-6603\",\"contact_email\":\"boxoffice@drphillipscenter.org\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4092184\\\/ucf-mobile-health-clinic-part-of-ucf-celebrates-the-arts-2026\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[]},{\"event_id\":\"1051364\",\"eventinstance_id\":\"3992217\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"3992217\",\"title\":\"Legally Blonde (part of UCF Celebrates the Arts 2026)\",\"subtitle\":null,\"description\":\"<p>Join Elle Woods, sorority sister turned Harvard Law student, on a musical journey to defy expectations. Presented as part of UCF Celebrates the Arts 2026 at Dr. Phillips Center for the Performing Arts.<\\\/p>\\n<p>Elle&rsquo;s dreams of settling down after college graduation are cut short when her boyfriend Warner breaks up with her to attend Harvard Law. Devastated and determined to get him back, Elle pulls together an unconventional application and charms her way into Harvard Law. At first, she struggles to fit in. But then, with the help of some new friends, Elle discovers something much better than Warner&rsquo;s approval&mdash;a new sense of self&mdash;one who&rsquo;s ready to take on the world!<\\\/p>\\n<p>Amazingly fun and full of show-stopping song and dance numbers,<span>&nbsp;<\\\/span><em>Legally Blonde<\\\/em><span>&nbsp;<\\\/span>is an award-winning musical based on the beloved movie of the same name.<\\\/p>\\n<p><em>LEGALLY BLONDE is presented through special arrangement with Music Theatre International (MTI).<span>&nbsp;<\\\/span><\\\/em><em>All authorized performance materials are also supplied by MTI.<span>&nbsp;<\\\/span><\\\/em><em>www.mtishows.com<\\\/em><\\\/p>\\n<p><strong>UCF Celebrates the Arts 2026&nbsp;&nbsp;<\\\/strong>&nbsp;<br><strong>March 30-April 12, 2026 | arts.ucf.edu\\\/celebrates<\\\/strong>&nbsp;&nbsp;&nbsp;<\\\/p>\\n<p><em>&nbsp;<\\\/em><em>Experience the innovative spirit of UCF through creative presentations that push the boundaries of traditional art forms.&nbsp;<\\\/em>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\\\/p>\\n<p>Year-round on the UCF campus, students are immersed in the technology, theory, design, performance, and practical application required for them to be the next generation of creative leaders. Every spring, they converge at Dr. Phillips Center for a two-week cultural extravaganza, allowing our community to enjoy performances, exhibitions, presentations and interactive experiences. With a focus on accessibility, affordability, partnership, and diverse offerings, UCF Celebrates the Arts 2026, running March 30-April 12, is a unique opportunity to experience the creative side of UCF.&nbsp;<\\\/p>\",\"location\":\"Dr. Phillips Center for the Performing Arts: Walt Disney Theater\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/Dr.+Phillips+Center+for+the+Performing+Arts\\\/@28.537662,-81.377361,17z\\\/data=!3m1!4b1!4m2!3m1!1s0x88e77b022202b4fb:0x7bd5cd6d107bf171\",\"virtual_url\":null,\"registration_link\":\"https:\\\/\\\/www.drphillipscenter.org\\\/events\\\/tickets\\\/2026\\\/legally-blonde\\\/\",\"registration_info\":\"Tickets: $20-$75 w\\\/fees UCF student discount $5 off with code ucfbruiser26\",\"starts\":\"Sat, 11 Apr 2026 13:00:00 -0400\",\"ends\":\"Sat, 11 Apr 2026 16:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Concert\\\/Performance\",\"tags\":[\"theatre\",\"Theatre UCF\"],\"contact_name\":\"Dr. Phillips Center Box Office\",\"contact_phone\":\"407.358.6603\",\"contact_email\":\"boxoffice@drphillipscenter.org\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/3992217\\\/legally-blonde-part-of-ucf-celebrates-the-arts-2026\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"Theatre\"]},{\"event_id\":\"1100540\",\"eventinstance_id\":\"4092191\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4092191\",\"title\":\"Animation Showcase (part of UCF Celebrates the Arts 2026)\",\"subtitle\":null,\"description\":\"<p>Enjoy a series of award-winning animated short films created by students from UCF SVAD&rsquo;s nationally ranked Emerging Media programs.<\\\/p>\\n<p>Featuring both 2D and 3D works, the screening highlights projects from the BFA tracks in Character Animation and Animation &amp; Visualization, as well as the MFA in Animation and Visual Effects.<\\\/p>\\n<p>Stick around after the films for a special Q&amp;A session with the student animators and get a behind-the-scenes look at their creative process.<\\\/p>\\n<p><\\\/p>\\n<p><strong>UCF Celebrates the Arts 2026&nbsp;&nbsp;<\\\/strong>&nbsp;<br><strong>March 30-April 12, 2026 | arts.ucf.edu\\\/celebrates<\\\/strong>&nbsp;&nbsp;&nbsp;<\\\/p>\\n<p><em>&nbsp;<\\\/em><em>Experience the innovative spirit of UCF through creative presentations that push the boundaries of traditional art forms.&nbsp;<\\\/em>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\\\/p>\\n<p>Year-round on the UCF campus, students are immersed in the technology, theory, design, performance, and practical application required for them to be the next generation of creative leaders. Every spring, they converge at Dr. Phillips Center for a two-week cultural extravaganza, allowing our community to enjoy performances, exhibitions, presentations and interactive experiences. With a focus on accessibility, affordability, partnership, and diverse offerings, UCF Celebrates the Arts 2026, running March 30-April 12, is a unique opportunity to experience the creative side of UCF.&nbsp;<\\\/p>\",\"location\":\"Alexis and Jim Pugh Theater\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/445+S+Magnolia+Ave,+Orlando,+FL+32801\\\/@28.5375561,-81.3767496,17z\\\/data=!3m1!4b1!4m6!3m5!1s0x88e77b02698064e9:0x87df1ad33a85a692!8m2!3d28.5375561!4d-81.3767496!16s%2Fg%2F11b8v6mwyt?entry=ttu\",\"virtual_url\":null,\"registration_link\":\"https:\\\/\\\/www.drphillipscenter.org\\\/events\\\/tickets\\\/2026\\\/ucf-animation-showcase\\\/\",\"registration_info\":null,\"starts\":\"Sat, 11 Apr 2026 13:00:00 -0400\",\"ends\":\"Sat, 11 Apr 2026 15:00:00 -0400\",\"ongoing\":\"False\",\"category\":\"Arts Exhibit\",\"tags\":[\"UCF Celebrates the Arts\"],\"contact_name\":\"Dr. Phillips Center Box Office\",\"contact_phone\":\"407-358-6603\",\"contact_email\":\"boxoffice@drphillipscenter.org\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4092191\\\/animation-showcase-part-of-ucf-celebrates-the-arts-2026\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[]},{\"event_id\":\"1100543\",\"eventinstance_id\":\"4092195\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4092195\",\"title\":\"What, Like It's Hard?: Women in Production Breaking the Mold (part of UCF Celebrates the Arts 2026)\",\"subtitle\":null,\"description\":\"<p>Ever wonder how to navigate the world of show business while staying true to yourself? Join Women in Production Collective for a special panel discussion, &ldquo;What, Like It&rsquo;s Hard? Women in Production Breaking the Mold.&rdquo;<\\\/p>\\n<p>Between the matinee and evening performances of<span>&nbsp;<\\\/span><em>Legally Blonde<\\\/em><span>&nbsp;<\\\/span>at UCF Celebrates the Arts, we&rsquo;re diving deep into the themes of the show and bringing them to life. Our incredible panelists will share their experiences on challenging stereotypes, finding purpose beyond expectations, and redefining what it means to be a woman in production.<\\\/p>\\n<p>Come get inspired, ask questions, and connect with trailblazing women who are proving that with passion and perseverance, you can build a career you love.<\\\/p>\\n<p>Don&rsquo;t miss out! It&rsquo;s going to be so much more than just a chat; it&rsquo;s a chance to see that breaking the mold is what makes a masterpiece.<\\\/p>\\n<p><\\\/p>\\n<p><strong>UCF Celebrates the Arts 2026&nbsp;&nbsp;<\\\/strong>&nbsp;<br><strong>March 30-April 12, 2026 | arts.ucf.edu\\\/celebrates<\\\/strong>&nbsp;&nbsp;&nbsp;<\\\/p>\\n<p><em>&nbsp;<\\\/em><em>Experience the innovative spirit of UCF through creative presentations that push the boundaries of traditional art forms.&nbsp;<\\\/em>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\\\/p>\\n<p>Year-round on the UCF campus, students are immersed in the technology, theory, design, performance, and practical application required for them to be the next generation of creative leaders. Every spring, they converge at Dr. Phillips Center for a two-week cultural extravaganza, allowing our community to enjoy performances, exhibitions, presentations and interactive experiences. With a focus on accessibility, affordability, partnership, and diverse offerings, UCF Celebrates the Arts 2026, running March 30-April 12, is a unique opportunity to experience the creative side of UCF.&nbsp;<\\\/p>\",\"location\":\"Dr. Phillips Center for the Performing Arts: DeVos Family Room\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/Dr.+Phillips+Center+for+the+Performing+Arts,+Orlando,+FL+32801\\\/@28.538032,-81.3803807,17z\\\/data=!3m1!4b1!4m2!3m1!1s0x88e77b021cf5bbd1:0x6b69d96a114bcf32\",\"virtual_url\":null,\"registration_link\":\"https:\\\/\\\/www.drphillipscenter.org\\\/events\\\/tickets\\\/2026\\\/what-like-its-hard-women-in-production-breaking-the-mold\\\/\",\"registration_info\":null,\"starts\":\"Sat, 11 Apr 2026 16:00:00 -0400\",\"ends\":\"Sat, 11 Apr 2026 17:30:00 -0400\",\"ongoing\":\"False\",\"category\":\"Academic\",\"tags\":[\"UCF Celebrates the Arts\"],\"contact_name\":\"Dr. Phillips Center Box Office\",\"contact_phone\":\"407-358-6603\",\"contact_email\":\"boxoffice@drphillipscenter.org\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4092195\\\/what-like-its-hard-women-in-production-breaking-the-mold-part-of-ucf-celebrates-the-arts-2026\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[]},{\"event_id\":\"1100567\",\"eventinstance_id\":\"4092314\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4092314\",\"title\":\"Black Steel (part of UCF Celebrates the Arts 2026)\",\"subtitle\":null,\"description\":\"<p>Led by Kirk Gay, associate instructor of percussion, Black Steel is UCF&rsquo;s steel drum ensemble.<\\\/p>\\n<p><em>Patrons who do not have tickets for another same-day UCF Celebrates the Arts event at Dr. Phillips Center must register for a free lobby pass.&nbsp;<\\\/em><\\\/p>\\n<p><em><\\\/em><\\\/p>\\n<p><strong>UCF Celebrates the Arts 2026&nbsp;&nbsp;<\\\/strong>&nbsp;<br><strong>March 30-April 12, 2026 | arts.ucf.edu\\\/celebrates<\\\/strong>&nbsp;&nbsp;&nbsp;<\\\/p>\\n<p><em>&nbsp;<\\\/em><em>Experience the innovative spirit of UCF through creative presentations that push the boundaries of traditional art forms.&nbsp;<\\\/em>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\\\/p>\\n<p>Year-round on the UCF campus, students are immersed in the technology, theory, design, performance, and practical application required for them to be the next generation of creative leaders. Every spring, they converge at Dr. Phillips Center for a two-week cultural extravaganza, allowing our community to enjoy performances, exhibitions, presentations and interactive experiences. With a focus on accessibility, affordability, partnership, and diverse offerings, UCF Celebrates the Arts 2026, running March 30-April 12, is a unique opportunity to experience the creative side of UCF.&nbsp;<\\\/p>\",\"location\":\"Dr. Phillips Center for the Performing Arts: Della Phillips Grand Lobby\",\"location_url\":\"https:\\\/\\\/www.drphillipscenter.org\\\/explore\\\/theaters-spaces\\\/della-grand-lobby-tier-1\\\/\",\"virtual_url\":null,\"registration_link\":\"https:\\\/\\\/ucf.qualtrics.com\\\/jfe\\\/form\\\/SV_cAqRj4hyNvd4Pjw\",\"registration_info\":null,\"starts\":\"Sat, 11 Apr 2026 18:00:00 -0400\",\"ends\":\"Sat, 11 Apr 2026 18:45:00 -0400\",\"ongoing\":\"False\",\"category\":\"Concert\\\/Performance\",\"tags\":[\"UCF Celebrates the Arts\"],\"contact_name\":\"Dr. Phillips Center Box Office\",\"contact_phone\":\"407-358-6603\",\"contact_email\":\"boxoffice@drphillipscenter.org\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4092314\\\/black-steel-part-of-ucf-celebrates-the-arts-2026\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[]},{\"event_id\":\"1051364\",\"eventinstance_id\":\"3992218\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"3992218\",\"title\":\"Legally Blonde (part of UCF Celebrates the Arts 2026)\",\"subtitle\":null,\"description\":\"<p>Join Elle Woods, sorority sister turned Harvard Law student, on a musical journey to defy expectations. Presented as part of UCF Celebrates the Arts 2026 at Dr. Phillips Center for the Performing Arts.<\\\/p>\\n<p>Elle&rsquo;s dreams of settling down after college graduation are cut short when her boyfriend Warner breaks up with her to attend Harvard Law. Devastated and determined to get him back, Elle pulls together an unconventional application and charms her way into Harvard Law. At first, she struggles to fit in. But then, with the help of some new friends, Elle discovers something much better than Warner&rsquo;s approval&mdash;a new sense of self&mdash;one who&rsquo;s ready to take on the world!<\\\/p>\\n<p>Amazingly fun and full of show-stopping song and dance numbers,<span>&nbsp;<\\\/span><em>Legally Blonde<\\\/em><span>&nbsp;<\\\/span>is an award-winning musical based on the beloved movie of the same name.<\\\/p>\\n<p><em>LEGALLY BLONDE is presented through special arrangement with Music Theatre International (MTI).<span>&nbsp;<\\\/span><\\\/em><em>All authorized performance materials are also supplied by MTI.<span>&nbsp;<\\\/span><\\\/em><em>www.mtishows.com<\\\/em><\\\/p>\\n<p><strong>UCF Celebrates the Arts 2026&nbsp;&nbsp;<\\\/strong>&nbsp;<br><strong>March 30-April 12, 2026 | arts.ucf.edu\\\/celebrates<\\\/strong>&nbsp;&nbsp;&nbsp;<\\\/p>\\n<p><em>&nbsp;<\\\/em><em>Experience the innovative spirit of UCF through creative presentations that push the boundaries of traditional art forms.&nbsp;<\\\/em>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\\\/p>\\n<p>Year-round on the UCF campus, students are immersed in the technology, theory, design, performance, and practical application required for them to be the next generation of creative leaders. Every spring, they converge at Dr. Phillips Center for a two-week cultural extravaganza, allowing our community to enjoy performances, exhibitions, presentations and interactive experiences. With a focus on accessibility, affordability, partnership, and diverse offerings, UCF Celebrates the Arts 2026, running March 30-April 12, is a unique opportunity to experience the creative side of UCF.&nbsp;<\\\/p>\",\"location\":\"Dr. Phillips Center for the Performing Arts: Walt Disney Theater\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/Dr.+Phillips+Center+for+the+Performing+Arts\\\/@28.537662,-81.377361,17z\\\/data=!3m1!4b1!4m2!3m1!1s0x88e77b022202b4fb:0x7bd5cd6d107bf171\",\"virtual_url\":null,\"registration_link\":\"https:\\\/\\\/www.drphillipscenter.org\\\/events\\\/tickets\\\/2026\\\/legally-blonde\\\/\",\"registration_info\":\"Tickets: $20-$75 w\\\/fees UCF student discount $5 off with code ucfbruiser26\",\"starts\":\"Sat, 11 Apr 2026 19:00:00 -0400\",\"ends\":\"Sat, 11 Apr 2026 22:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Concert\\\/Performance\",\"tags\":[\"theatre\",\"Theatre UCF\"],\"contact_name\":\"Dr. Phillips Center Box Office\",\"contact_phone\":\"407.358.6603\",\"contact_email\":\"boxoffice@drphillipscenter.org\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/3992218\\\/legally-blonde-part-of-ucf-celebrates-the-arts-2026\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"Theatre\"]},{\"event_id\":\"1099871\",\"eventinstance_id\":\"4088702\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4088702\",\"title\":\"UCF in Concert: A Journey of Voice and Soul (part of UCF Celebrates the Arts)\",\"subtitle\":null,\"description\":\"<p>Experience an evening of extraordinary choral music as musicians from across UCF take the stage. This performance brings together over a hundred voices and the power of a live wind ensemble for a two-part musical journey&mdash;traveling from the majestic traditions of the English cathedral to the heart-pounding rhythms of American Gospel.<\\\/p>\\n<p><strong>Part I: The Grand Opening &ndash; Rutter&rsquo;s Mass of the Children<\\\/strong><\\\/p>\\n<p>The concert begins with a monumental collaboration. Under the direction of Dr. Kelly Miller, the UCF SoAL, TeBa, and UCF Community Choirs join forces with the UCF Wind Ensemble to perform John Rutter&rsquo;s<span>&nbsp;<\\\/span><em>Mass of the Children<\\\/em>. This masterful work is celebrated for its soaring melodies and rich, symphonic textures, offering a vibrant and uplifting start to the evening that highlights the beauty of intergenerational harmony.<\\\/p>\\n<p><strong>Part II: The Spirit of Heritage &ndash; Light, Love, and Gospel<\\\/strong><\\\/p>\\n<p>Following intermission, the energy shifts as the University Singers and Chamber Choir, led by Dr. Jeffery Redding, present a program of profound depth and celebration. The second half explores the brilliant &ldquo;light&rdquo; of modern choral music before transitioning into a powerful tribute to heritage and hope:<\\\/p>\\n<ul>\\n<li>Contemporary Classics: The ethereal, shimmering sounds of Eric Whitacre&rsquo;s<span>&nbsp;<\\\/span><em>Water Night<\\\/em><span>&nbsp;<\\\/span>and movements from Elaine Hagenberg&rsquo;s<span>&nbsp;<\\\/span><em>Illuminare.<\\\/em><\\\/li>\\n<li>Romantic Mastery: Timeless selections from Mendelssohn&rsquo;s<span>&nbsp;<\\\/span><em>Elijah<\\\/em><span>&nbsp;<\\\/span>and the stirring &ldquo;I Lift Mine Eyes.&rdquo;<\\\/li>\\n<li>The Finale: A high-energy celebration of Black History Month, featuring soul-stirring Gospel selections and tributes to the legacy of Dr. Martin Luther King Jr. This climactic finish promises to leave the audience inspired, uplifted, and on their feet.<\\\/li>\\n<\\\/ul>\\n<p>Featured Ensembles<\\\/p>\\n<ul>\\n<li><strong>University Singers &amp; Chamber Choir<\\\/strong><span>&nbsp;<\\\/span>(Dr. Jeffery Redding, Conductor)<\\\/li>\\n<li><strong>UCF SoAL, TeBa, &amp; Community Choir<\\\/strong><span>&nbsp;<\\\/span>(Dr. Kelly Miller, Conductor)<\\\/li>\\n<li><strong>The UCF Wind Ensemble<\\\/strong><\\\/li>\\n<\\\/ul>\\n<p>Program Highlights<\\\/p>\\n<ul>\\n<li><strong>John Rutter:<\\\/strong><span>&nbsp;<\\\/span><em>Mass of the Children<\\\/em><\\\/li>\\n<li><strong>Elaine Hagenberg:<\\\/strong><span>&nbsp;<\\\/span><em>Illuminare<\\\/em><span>&nbsp;<\\\/span>(Movements)<\\\/li>\\n<li><strong>Eric Whitacre:<\\\/strong><span>&nbsp;<\\\/span><em>Water Night<\\\/em><\\\/li>\\n<li><strong>Felix Mendelssohn:<\\\/strong><span>&nbsp;<\\\/span>Selections from<span>&nbsp;<\\\/span><em>Elijah<\\\/em><\\\/li>\\n<li><strong>Tributes:<\\\/strong><span>&nbsp;<\\\/span>Celebration of the African American Choral Tradition and Dr. Martin Luther King Jr.<\\\/li>\\n<\\\/ul>\\n<p><span><em>Student tickets: $20 with code knightcta26, valid UCF or student ID required.<\\\/em><\\\/span><\\\/p>\",\"location\":\"Dr. Phillips Center for the Performing Arts: Steinmetz Hall\",\"location_url\":\"https:\\\/\\\/maps.app.goo.gl\\\/9wXGXwKxAcyESdtn6\",\"virtual_url\":null,\"registration_link\":\"https:\\\/\\\/www.drphillipscenter.org\\\/events\\\/tickets\\\/2026\\\/ucf-a-journey-of-voice-and-soul\\\/\",\"registration_info\":\"Tickets: $25; Student tickets: $20 with code knightcta26, valid UCF or student ID required.\",\"starts\":\"Sat, 11 Apr 2026 19:30:00 -0400\",\"ends\":\"Sat, 11 Apr 2026 21:30:00 -0400\",\"ongoing\":\"False\",\"category\":\"Concert\\\/Performance\",\"tags\":[\"Music\",\"UCF Celebrates the Arts\",\"ucf music\"],\"contact_name\":\"Kelly Miller\",\"contact_phone\":null,\"contact_email\":\"Kelly.Miller@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4088702\\\/ucf-in-concert-a-journey-of-voice-and-soul-part-of-ucf-celebrates-the-arts\\\/\",\"filtered_category\":\"music\",\"filtered_categories\":[\"Music\"]},{\"event_id\":\"1099868\",\"eventinstance_id\":\"4088699\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4088699\",\"title\":\"Alejandro Cantos presents Insights (part of UCF Celebrates the Arts)\",\"subtitle\":null,\"description\":\"<p>The Cultural Office of the Embassy of Spain in Washington, D.C., in partnership with UCF, presents acclaimed Spanish trombonist Alejandro Cantos in concert! For one night only, Cantos will be joined by UCF faculty musicians to perform an unforgettable mix of Spanish music and popular trombone standards.<\\\/p>\\n<p>Alejandro Cantos serves as Principal Trombone of the Spanish Radio and Television Symphony Orchestra (RTVE) and is an active member of the Verbier Festival Chamber Orchestra. He has collaborated with orchestras around the world, including the Komische Oper Berlin, Spanish National Orchestra, Gustav Mahler Youth Orchestra, and many others.<\\\/p>\\n<p>His interests beyond the trombone have led him to pursue a Master&rsquo;s Degree in Educational Research and a Postgraduate Degree in Music and Humanities. He is currently completing a Bachelor&rsquo;s Degree in Orchestral Conducting at the Real Conservatorio Superior de M&uacute;sica de Madrid (RCSMM).<\\\/p>\\n<p>This featured concert follows Cantos&rsquo; masterclass on campus for UCF&rsquo;s Trombone Studio, creating a full circle learning experience for student musicians.<\\\/p>\\n<p><span>This event is presented in partnership with the&nbsp;<\\\/span>Cultural Office of the Embassy of Spain in Washington, D.C., the Honorary Consulate of Spain (Orlando), and the UCF Department of Modern Languages &amp; Literature.<\\\/p>\",\"location\":\"Dr. Phillips Center for the Performing Arts: Pugh Theater\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/Dr.+Phillips+Center+for+the+Performing+Arts\\\/@28.537662,-81.377361,17z\\\/data=!3m1!4b1!4m2!3m1!1s0x88e77b022202b4fb:0x7bd5cd6d107bf171\",\"virtual_url\":null,\"registration_link\":\"https:\\\/\\\/www.drphillipscenter.org\\\/events\\\/tickets\\\/2026\\\/alejandro-cantos-presents-insights\",\"registration_info\":\"Admission is free, but ticket registration is required.\",\"starts\":\"Sat, 11 Apr 2026 19:30:00 -0400\",\"ends\":\"Sat, 11 Apr 2026 21:00:00 -0400\",\"ongoing\":\"False\",\"category\":\"Concert\\\/Performance\",\"tags\":[\"UCF Celebrates the Arts\",\"ucf music\",\"Music\"],\"contact_name\":\"Luis Fred\",\"contact_phone\":null,\"contact_email\":\"Luis.Fred@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4088699\\\/alejandro-cantos-presents-insights-part-of-ucf-celebrates-the-arts\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"Music\"]},{\"event_id\":\"1100570\",\"eventinstance_id\":\"4092318\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4092318\",\"title\":\"Brass Ensemble (part of UCF Celebrates the Arts 2026)\",\"subtitle\":null,\"description\":\"<p>Led by Ben Lieser, hornist and professor, UCF&rsquo;s brass ensemble includes student musicians from the horn, trumpet, trombone, and tuba and euphonium studios. Each ensemble brings a unique sound that enriches the audience experience, from the low rich sounds of the euphonium to the bright sounds of the trumpet.<\\\/p>\\n<p><em>Patrons who do not have tickets for another same-day UCF Celebrates the Arts event at Dr. Phillips Center must register for a free lobby pass.&nbsp;<\\\/em><\\\/p>\\n<p><em><\\\/em><\\\/p>\\n<p><strong>UCF Celebrates the Arts 2026&nbsp;&nbsp;<\\\/strong>&nbsp;<br><strong>March 30-April 12, 2026 | arts.ucf.edu\\\/celebrates<\\\/strong>&nbsp;&nbsp;&nbsp;<\\\/p>\\n<p><em>&nbsp;<\\\/em><em>Experience the innovative spirit of UCF through creative presentations that push the boundaries of traditional art forms.&nbsp;<\\\/em>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\\\/p>\\n<p>Year-round on the UCF campus, students are immersed in the technology, theory, design, performance, and practical application required for them to be the next generation of creative leaders. Every spring, they converge at Dr. Phillips Center for a two-week cultural extravaganza, allowing our community to enjoy performances, exhibitions, presentations and interactive experiences. With a focus on accessibility, affordability, partnership, and diverse offerings, UCF Celebrates the Arts 2026, running March 30-April 12, is a unique opportunity to experience the creative side of UCF.&nbsp;<\\\/p>\",\"location\":\"Dr. Phillips Center for the Performing Arts: Della Phillips Grand Lobby\",\"location_url\":\"https:\\\/\\\/www.drphillipscenter.org\\\/explore\\\/theaters-spaces\\\/della-grand-lobby-tier-1\\\/\",\"virtual_url\":null,\"registration_link\":\"https:\\\/\\\/ucf.qualtrics.com\\\/jfe\\\/form\\\/SV_cAqRj4hyNvd4Pjw\",\"registration_info\":null,\"starts\":\"Sun, 12 Apr 2026 12:00:00 -0400\",\"ends\":\"Sun, 12 Apr 2026 12:45:00 -0400\",\"ongoing\":\"False\",\"category\":\"Concert\\\/Performance\",\"tags\":[\"UCF Celebrates the Arts\"],\"contact_name\":\"Dr. Phillips Center Box Office\",\"contact_phone\":\"407-358-6603\",\"contact_email\":\"boxoffice@drphillipscenter.org\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4092318\\\/brass-ensemble-part-of-ucf-celebrates-the-arts-2026\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[]},{\"event_id\":\"1051364\",\"eventinstance_id\":\"3992219\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"3992219\",\"title\":\"Legally Blonde (part of UCF Celebrates the Arts 2026)\",\"subtitle\":null,\"description\":\"<p>Join Elle Woods, sorority sister turned Harvard Law student, on a musical journey to defy expectations. Presented as part of UCF Celebrates the Arts 2026 at Dr. Phillips Center for the Performing Arts.<\\\/p>\\n<p>Elle&rsquo;s dreams of settling down after college graduation are cut short when her boyfriend Warner breaks up with her to attend Harvard Law. Devastated and determined to get him back, Elle pulls together an unconventional application and charms her way into Harvard Law. At first, she struggles to fit in. But then, with the help of some new friends, Elle discovers something much better than Warner&rsquo;s approval&mdash;a new sense of self&mdash;one who&rsquo;s ready to take on the world!<\\\/p>\\n<p>Amazingly fun and full of show-stopping song and dance numbers,<span>&nbsp;<\\\/span><em>Legally Blonde<\\\/em><span>&nbsp;<\\\/span>is an award-winning musical based on the beloved movie of the same name.<\\\/p>\\n<p><em>LEGALLY BLONDE is presented through special arrangement with Music Theatre International (MTI).<span>&nbsp;<\\\/span><\\\/em><em>All authorized performance materials are also supplied by MTI.<span>&nbsp;<\\\/span><\\\/em><em>www.mtishows.com<\\\/em><\\\/p>\\n<p><strong>UCF Celebrates the Arts 2026&nbsp;&nbsp;<\\\/strong>&nbsp;<br><strong>March 30-April 12, 2026 | arts.ucf.edu\\\/celebrates<\\\/strong>&nbsp;&nbsp;&nbsp;<\\\/p>\\n<p><em>&nbsp;<\\\/em><em>Experience the innovative spirit of UCF through creative presentations that push the boundaries of traditional art forms.&nbsp;<\\\/em>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\\\/p>\\n<p>Year-round on the UCF campus, students are immersed in the technology, theory, design, performance, and practical application required for them to be the next generation of creative leaders. Every spring, they converge at Dr. Phillips Center for a two-week cultural extravaganza, allowing our community to enjoy performances, exhibitions, presentations and interactive experiences. With a focus on accessibility, affordability, partnership, and diverse offerings, UCF Celebrates the Arts 2026, running March 30-April 12, is a unique opportunity to experience the creative side of UCF.&nbsp;<\\\/p>\",\"location\":\"Dr. Phillips Center for the Performing Arts: Walt Disney Theater\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/Dr.+Phillips+Center+for+the+Performing+Arts\\\/@28.537662,-81.377361,17z\\\/data=!3m1!4b1!4m2!3m1!1s0x88e77b022202b4fb:0x7bd5cd6d107bf171\",\"virtual_url\":null,\"registration_link\":\"https:\\\/\\\/www.drphillipscenter.org\\\/events\\\/tickets\\\/2026\\\/legally-blonde\\\/\",\"registration_info\":\"Tickets: $20-$75 w\\\/fees UCF student discount $5 off with code ucfbruiser26\",\"starts\":\"Sun, 12 Apr 2026 13:00:00 -0400\",\"ends\":\"Sun, 12 Apr 2026 16:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Concert\\\/Performance\",\"tags\":[\"theatre\",\"Theatre UCF\"],\"contact_name\":\"Dr. Phillips Center Box Office\",\"contact_phone\":\"407.358.6603\",\"contact_email\":\"boxoffice@drphillipscenter.org\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/3992219\\\/legally-blonde-part-of-ucf-celebrates-the-arts-2026\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"Theatre\"]},{\"event_id\":\"1099408\",\"eventinstance_id\":\"4086151\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4086151\",\"title\":\"Knights Trumpet Ensemble\",\"subtitle\":null,\"description\":\"<p><span>The Knights Trumpet Ensemble presents a concert of original works and orchestrations for this unique ensemble. <\\\/span><\\\/p>\\n<p>Free Admission<\\\/p>\",\"location\":\"Rehearsal Hall\",\"location_url\":\"https:\\\/\\\/map.ucf.edu\\\/locations\\\/19\\\/rehearsal-hall-rh\\\/\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Sun, 12 Apr 2026 13:00:00 -0400\",\"ends\":\"Sun, 12 Apr 2026 14:00:00 -0400\",\"ongoing\":\"False\",\"category\":\"Concert\\\/Performance\",\"tags\":[\"Music\",\"ucf music\"],\"contact_name\":\"Luis Burke\",\"contact_phone\":null,\"contact_email\":\"Luis.Burke@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4086151\\\/knights-trumpet-ensemble\\\/\",\"filtered_category\":\"music\",\"filtered_categories\":[\"Music\"]},{\"event_id\":\"1099874\",\"eventinstance_id\":\"4088705\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4088705\",\"title\":\"UCF Choral Showcase: Music of Hope and Light (part of UCF Celebrates the Arts)\",\"subtitle\":null,\"description\":\"<p><strong>Join us for a landmark evening as UCF&rsquo;s choral department presents a magnificent display of vocal artistry. This performance marks a significant moment in our history, highlighting the debut of our newest vocal groups.<\\\/strong><\\\/p>\\n<p>UCF Choral Showcase: Knights Chorale (formerly Chamber Choir), SoAl, TeBa, and the premiere of new ensembles Cantilena and Coro Profundo<\\\/p>\\n<p>Join us for a landmark evening as UCF&rsquo;s choral department presents a magnificent display of vocal artistry. This performance marks a significant moment in our history, highlighting the debut of our newest vocal groups.<\\\/p>\\n<p>From the time-honored excellence of Dr. Miller&rsquo;s ensembles to the contemporary brilliance of the Knights Chorale, this concert is a comprehensive celebration of the human voice in all its forms.<\\\/p>\\n<p><strong>The Foundation of Excellence: SoAl and TeBa<\\\/strong><br>The program proudly highlights the SoAl (Soprano-Alto) and TeBa (Tenor-Bass) choirs under the distinguished leadership of Dr. Kelly Miller. As the long-standing pillars of the UCF choral department, these ensembles bring their trademark precision, passion, and storied tradition to the stage with a curated selection of masterful choral works.<\\\/p>\\n<p><strong>A Modern Masterpiece: Knights Chorale<\\\/strong><br>The Knights Chorale (formerly known as the Chamber Choir) will perform the evening&rsquo;s centerpiece: Elaine Hagenberg&rsquo;s stunning work,<span>&nbsp;<\\\/span><em>Illuminare<\\\/em>. Using Greek, Latin, and English texts,<span>&nbsp;<\\\/span><em>Illuminare<\\\/em><span>&nbsp;<\\\/span>guides the audience through a transformative journey from darkness into light&mdash;a powerful, transcendent piece known for its lush harmonies and soaring emotional depth.<\\\/p>\\n<p><strong>New Horizons: The Premiere of Cantilena and Coro Profundo<\\\/strong><br>Under the direction of Dr. Jeffrey Redding, we invite you to witness the debut of two brand new ensembles that represent the growth and future of our program:<\\\/p>\\n<ul>\\n<li>Cantilena: The premiere of our vibrant new Soprano-Alto choir.<\\\/li>\\n<li>Coro Profundo: The premiere of our powerful and resonant Tenor-Bass ensemble.<\\\/li>\\n<\\\/ul>\\n<p><span><em>Student tickets: $15 with code knightcta26, valid UCF or student ID required.<\\\/em><\\\/span><\\\/p>\",\"location\":\"Dr. Phillips Center for the Performing Arts: Steinmetz Hall\",\"location_url\":\"https:\\\/\\\/maps.app.goo.gl\\\/9wXGXwKxAcyESdtn6\",\"virtual_url\":null,\"registration_link\":\"https:\\\/\\\/www.drphillipscenter.org\\\/events\\\/tickets\\\/2026\\\/radiance\\\/\",\"registration_info\":\"Tickets $20, Student tickets: $15 with code knightcta26, valid UCF or student ID required.\",\"starts\":\"Sun, 12 Apr 2026 14:00:00 -0400\",\"ends\":\"Sun, 12 Apr 2026 15:30:00 -0400\",\"ongoing\":\"False\",\"category\":\"Concert\\\/Performance\",\"tags\":[\"UCF Celebrates the Arts\",\"ucf music\",\"Music\"],\"contact_name\":\"Kelly Miller\",\"contact_phone\":null,\"contact_email\":\"Kelly.Miller@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4088705\\\/ucf-choral-showcase-music-of-hope-and-light-part-of-ucf-celebrates-the-arts\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"Music\"]},{\"event_id\":\"1100546\",\"eventinstance_id\":\"4092199\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4092199\",\"title\":\"The Human-in-the-Loop: An A.I. Adventure (part of UCF Celebrates the Arts 2026)\",\"subtitle\":null,\"description\":\"<p>Join UCF students and faculty for an interactive performance exploring the cross-sections of human experience and artificial intelligence.<\\\/p>\\n<p><span>Building on last year&rsquo;s explorations of artificial intelligence&rsquo;s creative potential within the performing arts, this performance combines satire, drama, improvisation, and multimedia to create an original work. Much has changed in the world of AI since last year&rsquo;s event, so professors and students have continued to navigate the evolving and complex relationships between artificial intelligence and humans.<\\\/span><\\\/p>\\n<p><span>The core story of the performance follows a human moving through a progression of AI loops, with scenes derived from real news stories and fictional scenarios. Audience participation is encouraged! Patrons may be asked to provide suggestions for an AI improv comedy scene, ask questions during an AI press conference, or ponder the differences between AI and human-created content.<\\\/span><\\\/p>\\n<p><span>Be sure to stay for an engaging discussion with faculty and student artists immediately following the show.<\\\/span><\\\/p>\\n<p><span><\\\/span><\\\/p>\\n<p><strong>UCF Celebrates the Arts 2026&nbsp;&nbsp;<\\\/strong>&nbsp;<br><strong>March 30-April 12, 2026 | arts.ucf.edu\\\/celebrates<\\\/strong>&nbsp;&nbsp;&nbsp;<\\\/p>\\n<p><em>&nbsp;<\\\/em><em>Experience the innovative spirit of UCF through creative presentations that push the boundaries of traditional art forms.&nbsp;<\\\/em>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\\\/p>\\n<p>Year-round on the UCF campus, students are immersed in the technology, theory, design, performance, and practical application required for them to be the next generation of creative leaders. Every spring, they converge at Dr. Phillips Center for a two-week cultural extravaganza, allowing our community to enjoy performances, exhibitions, presentations and interactive experiences. With a focus on accessibility, affordability, partnership, and diverse offerings, UCF Celebrates the Arts 2026, running March 30-April 12, is a unique opportunity to experience the creative side of UCF.&nbsp;<\\\/p>\",\"location\":\"Dr. Phillips Center for the Performing Arts: DeVos Family Room\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/Dr.+Phillips+Center+for+the+Performing+Arts,+Orlando,+FL+32801\\\/@28.538032,-81.3803807,17z\\\/data=!3m1!4b1!4m2!3m1!1s0x88e77b021cf5bbd1:0x6b69d96a114bcf32\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Sun, 12 Apr 2026 15:00:00 -0400\",\"ends\":\"Sun, 12 Apr 2026 16:30:00 -0400\",\"ongoing\":\"False\",\"category\":\"Entertainment\",\"tags\":[\"UCF Celebrates the Arts\"],\"contact_name\":\"Dr. Phillips Center Box Office\",\"contact_phone\":\"407-358-6603\",\"contact_email\":\"boxoffice@drphillipscenter.org\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4092199\\\/the-human-in-the-loop-an-ai-adventure-part-of-ucf-celebrates-the-arts-2026\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[]},{\"event_id\":\"1099587\",\"eventinstance_id\":\"4087519\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4087519\",\"title\":\"University Orchestra Concert\",\"subtitle\":null,\"description\":\"<p><span>The University Orchestra features student musicians under the direction of Dr. Robert Hasty. Enjoy a concert of classical and modern music. <\\\/span><\\\/p>\",\"location\":\"VAB Auditorium\",\"location_url\":\"https:\\\/\\\/www.ucf.edu\\\/location\\\/visual-arts-building\\\/\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Sun, 12 Apr 2026 15:00:00 -0400\",\"ends\":\"Sun, 12 Apr 2026 16:00:00 -0400\",\"ongoing\":\"False\",\"category\":\"Concert\\\/Performance\",\"tags\":[\"Music\",\"ucf music\"],\"contact_name\":\"Robert Hasty\",\"contact_phone\":null,\"contact_email\":\"hasty@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4087519\\\/university-orchestra-concert\\\/\",\"filtered_category\":\"music\",\"filtered_categories\":[\"Music\"]},{\"event_id\":\"1099572\",\"eventinstance_id\":\"4087501\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4087501\",\"title\":\"UCF Oboe Studio Recital\",\"subtitle\":null,\"description\":\"<p><span>Students from the oboe studio of Jamie Strefeler will perform a free recital featuring solos and chamber works.<\\\/span><\\\/p>\",\"location\":\"Rehearsal Hall\",\"location_url\":\"https:\\\/\\\/map.ucf.edu\\\/locations\\\/19\\\/rehearsal-hall-rh\\\/\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Sun, 12 Apr 2026 18:00:00 -0400\",\"ends\":\"Sun, 12 Apr 2026 19:30:00 -0400\",\"ongoing\":\"False\",\"category\":\"Concert\\\/Performance\",\"tags\":[\"Music\",\"ucf music\"],\"contact_name\":\"Jamie Strefeler\",\"contact_phone\":null,\"contact_email\":\"Jamie.Strefeler@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4087501\\\/ucf-oboe-studio-recital\\\/\",\"filtered_category\":\"music\",\"filtered_categories\":[\"Music\"]},{\"event_id\":\"1099575\",\"eventinstance_id\":\"4087504\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4087504\",\"title\":\"Jazz Ensemble II Concert\",\"subtitle\":null,\"description\":\"<p><span>Jazz Ensemble II brings back big band for audiences of all ages to enjoy. The group performs a varied repertoire of standard literature, as well as new pieces composed and arranged for big band. <\\\/span><\\\/p>\\n<p>Free Admission<\\\/p>\",\"location\":\"Rehearsal Hall\",\"location_url\":\"https:\\\/\\\/map.ucf.edu\\\/locations\\\/19\\\/rehearsal-hall-rh\\\/\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Tue, 14 Apr 2026 20:00:00 -0400\",\"ends\":\"Tue, 14 Apr 2026 21:30:00 -0400\",\"ongoing\":\"False\",\"category\":\"Concert\\\/Performance\",\"tags\":[\"Music\",\"ucf music\"],\"contact_name\":\"Per Danielsson\",\"contact_phone\":null,\"contact_email\":\"Per.Danielsson@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4087504\\\/jazz-ensemble-ii-concert\\\/\",\"filtered_category\":\"music\",\"filtered_categories\":[\"Music\"]},{\"event_id\":\"1066465\",\"eventinstance_id\":\"4029419\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4029419\",\"title\":\"Caf\\u00e9 francophone\",\"subtitle\":null,\"description\":\"<ul>\\n<li>Would you like to improve your French speaking skills?<\\\/li>\\n<li>Would you like to meet students who share your passion for the French language?<\\\/li>\\n<\\\/ul>\\n<p>Welcome to the French caf&eacute;! Come and chat with your colleagues in a relaxed atmosphere.<\\\/p>\\n<p><em>(For students at the 2000 level (intermediate) or higher, or French speakers)<\\\/em><\\\/p>\",\"location\":\"Trevor Colborn Hall: Room 358B: 358B\",\"location_url\":\"https:\\\/\\\/www.ucf.edu\\\/location\\\/trevor-colbourn-hall\\\/\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Wed, 15 Apr 2026 12:30:00 -0400\",\"ends\":\"Wed, 15 Apr 2026 13:30:00 -0400\",\"ongoing\":\"True\",\"category\":\"Social Event\",\"tags\":[\"French\"],\"contact_name\":\"Julie Pomerleau\",\"contact_phone\":null,\"contact_email\":\"Julie.Pomerleau@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4029419\\\/cafe-francophone\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[]},{\"event_id\":\"1103395\",\"eventinstance_id\":\"4100086\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4100086\",\"title\":\"James C. Clark Celebration of Life\",\"subtitle\":null,\"description\":\"<p>Join us as we celebrate the life and legacy of James C. Clark, historian, journalist, father, grandfather, great-grandfather, and friend. <a href=\\\"https:\\\/\\\/cah.ucf.edu\\\/news\\\/in-memoriam-jim-clark\\\/\\\" target=\\\"_blank\\\">Read more about Jim Clark<\\\/a>.<\\\/p>\\n<p>5:00 PM Reception<br>6:00 PM Celebration of Life<\\\/p>\\n<p><span>Honor and preserve the legacy of James C. Clark by <a href=\\\"https:\\\/\\\/www.givecampus.com\\\/campaigns\\\/74750\\\/donations\\\/new\\\" target=\\\"_blank\\\">making a gift<\\\/a> to the scholarship fund in his name.&nbsp;<\\\/span><\\\/p>\",\"location\":\"Live Oak - UCF, 4115 Pyxis Ln, Orlando, FL 32816\",\"location_url\":\"https:\\\/\\\/maps.app.goo.gl\\\/fiqGzmdnrHBks9wh6\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Thu, 16 Apr 2026 17:00:00 -0400\",\"ends\":\"Thu, 16 Apr 2026 20:00:00 -0400\",\"ongoing\":\"False\",\"category\":\"Uncategorized\\\/Other\",\"tags\":[\"history\",\"memorial\"],\"contact_name\":\"Sira Giron\",\"contact_phone\":null,\"contact_email\":\"sira@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4100086\\\/james-c-clark-celebration-of-life\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[]},{\"event_id\":\"1059986\",\"eventinstance_id\":\"4015969\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4015969\",\"title\":\"Opening Reception: Spring 2026 BFA Exhibition II, Part One\",\"subtitle\":null,\"description\":\"<p>Join the <a href=\\\"https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/\\\" target=\\\"_blank\\\"><span>UCF Art Gallery<\\\/span><\\\/a> for the opening reception of the<em> Spring 2026 BFA Exhibition II, Part One <\\\/em>on <strong>Apr. 16 from 5-7pm.<\\\/strong> &nbsp;<\\\/p>\\n<p><em>The Spring 2026 BFA Exhibition II <\\\/em>provides the opportunity for senior undergraduate students specializing in Animation &amp; Visualization to share their research and artistic practice.<\\\/p>\\n<p>To learn more about this exhibition, click <a href=\\\"https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/spring-2026-bfa-exhibition-ii-animation-and-visualization\\\/\\\" target=\\\"_blank\\\"><span>HERE<\\\/span><\\\/a>.&nbsp;<\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":\"https:\\\/\\\/www.ticketsource.com\\\/ucf-art-gallery\\\/opening-reception-spring-2026-bfa-exhibition-ii\\\/e-dddvvx\",\"registration_info\":null,\"starts\":\"Thu, 16 Apr 2026 17:00:00 -0400\",\"ends\":\"Thu, 16 Apr 2026 19:00:00 -0400\",\"ongoing\":\"False\",\"category\":\"Arts Exhibit\",\"tags\":[\"SVAD\",\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4015969\\\/opening-reception-spring-2026-bfa-exhibition-ii-part-one\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"SVAD\",\"Gallery\"]},{\"event_id\":\"1099581\",\"eventinstance_id\":\"4087510\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4087510\",\"title\":\"Chamber Winds Recital\",\"subtitle\":null,\"description\":\"<p><span>The UCF Chamber Winds Recital features students from the UCF Wind Ensemble and Symphonic band performing works for the chamber winds genre. The ensembles are conducted by UCF's graduate conducting students. <\\\/span><\\\/p>\\n<p><em>Free Admission<\\\/em><\\\/p>\",\"location\":\"Rehearsal Hall\",\"location_url\":\"https:\\\/\\\/map.ucf.edu\\\/locations\\\/19\\\/rehearsal-hall-rh\\\/\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Thu, 16 Apr 2026 18:30:00 -0400\",\"ends\":\"Thu, 16 Apr 2026 19:30:00 -0400\",\"ongoing\":\"False\",\"category\":\"Concert\\\/Performance\",\"tags\":[\"Music\",\"ucf music\"],\"contact_name\":\"Scott Lubaroff\",\"contact_phone\":null,\"contact_email\":\"SLubaroff@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4087510\\\/chamber-winds-recital\\\/\",\"filtered_category\":\"music\",\"filtered_categories\":[\"Music\"]},{\"event_id\":\"1103509\",\"eventinstance_id\":\"4100360\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4100360\",\"title\":\"SVAD Distinguished Artist Series: Bahareh Khoshooee\",\"subtitle\":null,\"description\":\"<p><span style=\\\"font-weight: 400; text-decoration: none;\\\">The UCF School of Visual Arts &amp; Design is proud to welcome artist Bahareh Khoshooee as part of the SVAD Distinguished Artist Series on <strong>Thursday, April 16 @6:30pm<\\\/strong> in the <strong>Visual Arts Building, Room 215<\\\/strong>. The lecture is free and open to the public!<\\\/span><\\\/p>\\n<p><span style=\\\"font-weight: 400; text-decoration: none;\\\">Bahareh Khoshooee\\u202f is a multidisciplinary artist, educator, and feminist activist. Born in Tehran, Iran, Khoshooee uses time-based strategies in presenting work that fuses 3D environments, video projection mapping, sculpture, performance, and sound. Her practice explores the complex dualities of technology: its oppressive role in surveilling, documenting, and criminalizing BIPOC bodies, and its radical potential for futurity and alternative solidarities. Her work unearths how technology mediates the intimate and collective experiences of grief, violence, and memory, reclaiming these spaces as arenas for liberation, and reimagined futures.&nbsp; Khoshooee is the recipient of Eyebeam&rsquo;s Democracy Machine Fellowship and a Skowhegan alumna. She has presented her solo installations at the Dorothy Center for The Arts, Baxter St CCNY, The Elizabeth Foundation for The Arts,The Orlando Museum of Art,and NADA MIAMI 2018 among others. Khoshooee has been included in various group exhibitions including the Honor Fraser Gallery, Latinx Project, Southern Exposure, Museum of Photography Stockholm, and the Museum of Fine Arts St. Petersburg. Her work has been featured in The Huffington Post, The Guardian, Artnet News, The Metro, and The Creators Project.<\\\/span><\\\/p>\\n<p>Those attending will enjoy a lecture from Bahareh Khoshooee on her artistic practice and will also have the opportunity to engage in a Q&amp;A session afterwards.<\\\/p>\",\"location\":\"Visual Arts Building: 215: Visual Arts\",\"location_url\":\"https:\\\/\\\/map.ucf.edu\\\/locations\\\/51\\\/visual-arts-building-vab\\\/\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Thu, 16 Apr 2026 18:30:00 -0400\",\"ends\":\"Thu, 16 Apr 2026 19:30:00 -0400\",\"ongoing\":\"False\",\"category\":\"Speaker\\\/Lecture\\\/Seminar\",\"tags\":[\"UCF SVAD\",\"UCF Distinguished Speaker Series\"],\"contact_name\":\"Brooks Dierdorff\",\"contact_phone\":null,\"contact_email\":\"brooksdierdorff@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4100360\\\/svad-distinguished-artist-series-bahareh-khoshooee\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]},{\"event_id\":\"1099578\",\"eventinstance_id\":\"4087507\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4087507\",\"title\":\"Symphony Under the Stars\",\"subtitle\":null,\"description\":\"<p><span>UCF&rsquo;s beloved tradition, Symphony Under the Stars, connects students, faculty, staff, and alumni to the skill and sounds of the UCF Symphony Orchestra. <\\\/span><span>This event takes place at the Reflection Pond, where audience members can enjoy orchestral music against the starlit backdrop of UCF's campus. <\\\/span><\\\/p>\\n<p><span>One of UCF&rsquo;s most beloved traditions, this event is a collaboration with both the Symphony Orchestra and the Campus Activities Board.<\\\/span><\\\/p>\\n<p><em>Free Admission<\\\/em><\\\/p>\",\"location\":\"Reflecting Pond\",\"location_url\":\"https:\\\/\\\/map.ucf.edu\\\/locations\\\/360\\\/reflecting-pond-rp\\\/\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Thu, 16 Apr 2026 20:00:00 -0400\",\"ends\":\"Thu, 16 Apr 2026 21:30:00 -0400\",\"ongoing\":\"False\",\"category\":\"Concert\\\/Performance\",\"tags\":[\"Music\",\"campus activites board\",\"ucf music\"],\"contact_name\":\"Robert Hasty\",\"contact_phone\":null,\"contact_email\":\"hasty@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4087507\\\/symphony-under-the-stars\\\/\",\"filtered_category\":\"music\",\"filtered_categories\":[\"Music\"]},{\"event_id\":\"1059992\",\"eventinstance_id\":\"4015979\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4015979\",\"title\":\"Spring 2026 BFA Exhibition II, Part One | UCF Art Gallery\",\"subtitle\":null,\"description\":\"<p>The Spring 2026 BFA Exhibition II, Part One provides the opportunity for senior undergraduate students specializing in Animation &amp; Visualization to share their research and artistic practice.<\\\/p>\\n<p>To learn more about this exhibition, click <a href=\\\"https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/spring-2026-bfa-exhibition-ii-animation-and-visualization\\\/\\\" target=\\\"_blank\\\"><span>HERE<\\\/span><\\\/a>.&nbsp;<span>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Fri, 17 Apr 2026 10:00:00 -0400\",\"ends\":\"Fri, 17 Apr 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"SVAD\",\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4015979\\\/spring-2026-bfa-exhibition-ii-part-one-ucf-art-gallery\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"SVAD\",\"Gallery\"]},{\"event_id\":\"1099584\",\"eventinstance_id\":\"4087513\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4087513\",\"title\":\"Composition Studio Recital\",\"subtitle\":null,\"description\":\"<p><span> Join the UCF Composition studio as they premiere new music from UCF student composers. The performance will feature several composers and many different styles and ensembles. <\\\/span><\\\/p>\\n<p><em>Free Admission<\\\/em><\\\/p>\",\"location\":\"Rehearsal Hall\",\"location_url\":\"https:\\\/\\\/map.ucf.edu\\\/locations\\\/19\\\/rehearsal-hall-rh\\\/\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Fri, 17 Apr 2026 18:00:00 -0400\",\"ends\":\"Fri, 17 Apr 2026 19:30:00 -0400\",\"ongoing\":\"True\",\"category\":\"Concert\\\/Performance\",\"tags\":[\"Music\",\"ucf music\"],\"contact_name\":\"Keith Lay\",\"contact_phone\":null,\"contact_email\":\"Keith.Lay@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4087513\\\/composition-studio-recital\\\/\",\"filtered_category\":\"music\",\"filtered_categories\":[\"Music\"]},{\"event_id\":\"1099584\",\"eventinstance_id\":\"4087514\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4087514\",\"title\":\"Composition Studio Recital\",\"subtitle\":null,\"description\":\"<p><span> Join the UCF Composition studio as they premiere new music from UCF student composers. The performance will feature several composers and many different styles and ensembles. <\\\/span><\\\/p>\\n<p><em>Free Admission<\\\/em><\\\/p>\",\"location\":\"Rehearsal Hall\",\"location_url\":\"https:\\\/\\\/map.ucf.edu\\\/locations\\\/19\\\/rehearsal-hall-rh\\\/\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Fri, 17 Apr 2026 20:00:00 -0400\",\"ends\":\"Fri, 17 Apr 2026 21:30:00 -0400\",\"ongoing\":\"True\",\"category\":\"Concert\\\/Performance\",\"tags\":[\"Music\",\"ucf music\"],\"contact_name\":\"Keith Lay\",\"contact_phone\":null,\"contact_email\":\"Keith.Lay@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4087514\\\/composition-studio-recital\\\/\",\"filtered_category\":\"music\",\"filtered_categories\":[\"Music\"]},{\"event_id\":\"1099590\",\"eventinstance_id\":\"4087522\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4087522\",\"title\":\"Concert & University Bands Concert\",\"subtitle\":null,\"description\":\"<p><span>Enjoy an evening of new and classic music with the Concert and University Bands. Two of UCF's open enrollment groups, allow students the opportunity to practice and improve their craft, regardless of major. <\\\/span><\\\/p>\\n<p><em>Free Admission<\\\/em><\\\/p>\",\"location\":\"Student Union Pegasus Ballroom\",\"location_url\":\"http:\\\/\\\/map.ucf.edu\\\/locations\\\/52\\\/student-union-stun\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Sun, 19 Apr 2026 17:00:00 -0400\",\"ends\":\"Sun, 19 Apr 2026 18:30:00 -0400\",\"ongoing\":\"False\",\"category\":\"Concert\\\/Performance\",\"tags\":[\"Music\",\"ucf music\"],\"contact_name\":\"Dave Schreier\",\"contact_phone\":null,\"contact_email\":\"Dave.Schreier@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4087522\\\/concert-university-bands-concert\\\/\",\"filtered_category\":\"music\",\"filtered_categories\":[\"Music\"]},{\"event_id\":\"1059992\",\"eventinstance_id\":\"4015980\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4015980\",\"title\":\"Spring 2026 BFA Exhibition II, Part One | UCF Art Gallery\",\"subtitle\":null,\"description\":\"<p>The Spring 2026 BFA Exhibition II, Part One provides the opportunity for senior undergraduate students specializing in Animation &amp; Visualization to share their research and artistic practice.<\\\/p>\\n<p>To learn more about this exhibition, click <a href=\\\"https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/spring-2026-bfa-exhibition-ii-animation-and-visualization\\\/\\\" target=\\\"_blank\\\"><span>HERE<\\\/span><\\\/a>.&nbsp;<span>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Mon, 20 Apr 2026 10:00:00 -0400\",\"ends\":\"Mon, 20 Apr 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"SVAD\",\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4015980\\\/spring-2026-bfa-exhibition-ii-part-one-ucf-art-gallery\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"SVAD\",\"Gallery\"]},{\"event_id\":\"1059992\",\"eventinstance_id\":\"4015981\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4015981\",\"title\":\"Spring 2026 BFA Exhibition II, Part One | UCF Art Gallery\",\"subtitle\":null,\"description\":\"<p>The Spring 2026 BFA Exhibition II, Part One provides the opportunity for senior undergraduate students specializing in Animation &amp; Visualization to share their research and artistic practice.<\\\/p>\\n<p>To learn more about this exhibition, click <a href=\\\"https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/spring-2026-bfa-exhibition-ii-animation-and-visualization\\\/\\\" target=\\\"_blank\\\"><span>HERE<\\\/span><\\\/a>.&nbsp;<span>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Tue, 21 Apr 2026 10:00:00 -0400\",\"ends\":\"Tue, 21 Apr 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"SVAD\",\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4015981\\\/spring-2026-bfa-exhibition-ii-part-one-ucf-art-gallery\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"SVAD\",\"Gallery\"]},{\"event_id\":\"1059992\",\"eventinstance_id\":\"4015982\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4015982\",\"title\":\"Spring 2026 BFA Exhibition II, Part One | UCF Art Gallery\",\"subtitle\":null,\"description\":\"<p>The Spring 2026 BFA Exhibition II, Part One provides the opportunity for senior undergraduate students specializing in Animation &amp; Visualization to share their research and artistic practice.<\\\/p>\\n<p>To learn more about this exhibition, click <a href=\\\"https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/spring-2026-bfa-exhibition-ii-animation-and-visualization\\\/\\\" target=\\\"_blank\\\"><span>HERE<\\\/span><\\\/a>.&nbsp;<span>&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Wed, 22 Apr 2026 10:00:00 -0400\",\"ends\":\"Wed, 22 Apr 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"SVAD\",\"ucf art gallery\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":null,\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4015982\\\/spring-2026-bfa-exhibition-ii-part-one-ucf-art-gallery\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"SVAD\",\"Gallery\"]},{\"event_id\":\"997717\",\"eventinstance_id\":\"3827707\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"3827707\",\"title\":\"Opening Reception: Spring 2026 BFA Exhibition II, Part Two\",\"subtitle\":null,\"description\":\"<p>Join the <a href=\\\"https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/\\\" target=\\\"_blank\\\">UCF Art Gallery<\\\/a> for the opening reception of the<em> Spring 2026 BFA Exhibition II, Part Two <\\\/em>on <strong>Apr. 23 from 5-7pm.<\\\/strong> &nbsp;<\\\/p>\\n<p><em>The Spring 2026 BFA Exhibition II <\\\/em><span>provides the opportunity for senior undergraduate students specializing in Animation &amp; Visualization to share their research and artistic practice.<\\\/span><\\\/p>\\n<p><span>To learn more about this exhibition, click <a href=\\\"https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/spring-2026-bfa-exhibition-ii-animation-and-visualization\\\/\\\" target=\\\"_blank\\\">HERE<\\\/a>.&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":\"https:\\\/\\\/www.ticketsource.com\\\/ucf-art-gallery\\\/opening-reception-spring-2026-bfa-exhibition-ii\\\/e-dddvvx\",\"registration_info\":null,\"starts\":\"Thu, 23 Apr 2026 17:00:00 -0400\",\"ends\":\"Thu, 23 Apr 2026 19:00:00 -0400\",\"ongoing\":\"False\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\",\"SVAD\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":\"407-823-2676\",\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/3827707\\\/opening-reception-spring-2026-bfa-exhibition-ii-part-two\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\",\"SVAD\"]},{\"event_id\":\"997720\",\"eventinstance_id\":\"3827712\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"3827712\",\"title\":\"Spring 2026 BFA Exhibition II, Part Two | UCF Art Gallery\",\"subtitle\":null,\"description\":\"<p><em>The Spring 2026 BFA Exhibition II, Part Two <\\\/em><span>provides the opportunity for senior undergraduate students specializing in Animation &amp; Visualization to share their research and artistic practice.<\\\/span><\\\/p>\\n<p><span>To learn more about this exhibition, click <a href=\\\"https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/spring-2026-bfa-exhibition-ii-animation-and-visualization\\\/\\\" target=\\\"_blank\\\">HERE<\\\/a>.&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Fri, 24 Apr 2026 10:00:00 -0400\",\"ends\":\"Fri, 24 Apr 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\",\"SVAD\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":\"407-823-2676\",\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/3827712\\\/spring-2026-bfa-exhibition-ii-part-two-ucf-art-gallery\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\",\"SVAD\"]},{\"event_id\":\"997720\",\"eventinstance_id\":\"3827713\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"3827713\",\"title\":\"Spring 2026 BFA Exhibition II, Part Two | UCF Art Gallery\",\"subtitle\":null,\"description\":\"<p><em>The Spring 2026 BFA Exhibition II, Part Two <\\\/em><span>provides the opportunity for senior undergraduate students specializing in Animation &amp; Visualization to share their research and artistic practice.<\\\/span><\\\/p>\\n<p><span>To learn more about this exhibition, click <a href=\\\"https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/spring-2026-bfa-exhibition-ii-animation-and-visualization\\\/\\\" target=\\\"_blank\\\">HERE<\\\/a>.&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Mon, 27 Apr 2026 10:00:00 -0400\",\"ends\":\"Mon, 27 Apr 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\",\"SVAD\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":\"407-823-2676\",\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/3827713\\\/spring-2026-bfa-exhibition-ii-part-two-ucf-art-gallery\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\",\"SVAD\"]},{\"event_id\":\"1099594\",\"eventinstance_id\":\"4087526\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4087526\",\"title\":\"UCF Chamber Orchestra Concert\",\"subtitle\":null,\"description\":\"<p>The UCF Chamber Orchestra presents a concert under the direction of Dr. Robert Hasty.<\\\/p>\\n<p><em>Free Admission<\\\/em><\\\/p>\",\"location\":\"Rehearsal Hall\",\"location_url\":\"https:\\\/\\\/map.ucf.edu\\\/locations\\\/19\\\/rehearsal-hall-rh\\\/\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Mon, 27 Apr 2026 19:30:00 -0400\",\"ends\":\"Mon, 27 Apr 2026 20:30:00 -0400\",\"ongoing\":\"False\",\"category\":\"Concert\\\/Performance\",\"tags\":[\"Music\",\"ucf music\"],\"contact_name\":\"Robert Hasty\",\"contact_phone\":null,\"contact_email\":\"hasty@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4087526\\\/ucf-chamber-orchestra-concert\\\/\",\"filtered_category\":\"music\",\"filtered_categories\":[\"Music\"]},{\"event_id\":\"997720\",\"eventinstance_id\":\"4015953\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4015953\",\"title\":\"Spring 2026 BFA Exhibition II, Part Two | UCF Art Gallery\",\"subtitle\":null,\"description\":\"<p><em>The Spring 2026 BFA Exhibition II, Part Two <\\\/em><span>provides the opportunity for senior undergraduate students specializing in Animation &amp; Visualization to share their research and artistic practice.<\\\/span><\\\/p>\\n<p><span>To learn more about this exhibition, click <a href=\\\"https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/spring-2026-bfa-exhibition-ii-animation-and-visualization\\\/\\\" target=\\\"_blank\\\">HERE<\\\/a>.&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Tue, 28 Apr 2026 10:00:00 -0400\",\"ends\":\"Tue, 28 Apr 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\",\"SVAD\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":\"407-823-2676\",\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4015953\\\/spring-2026-bfa-exhibition-ii-part-two-ucf-art-gallery\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\",\"SVAD\"]},{\"event_id\":\"997720\",\"eventinstance_id\":\"4015954\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4015954\",\"title\":\"Spring 2026 BFA Exhibition II, Part Two | UCF Art Gallery\",\"subtitle\":null,\"description\":\"<p><em>The Spring 2026 BFA Exhibition II, Part Two <\\\/em><span>provides the opportunity for senior undergraduate students specializing in Animation &amp; Visualization to share their research and artistic practice.<\\\/span><\\\/p>\\n<p><span>To learn more about this exhibition, click <a href=\\\"https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/spring-2026-bfa-exhibition-ii-animation-and-visualization\\\/\\\" target=\\\"_blank\\\">HERE<\\\/a>.&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Wed, 29 Apr 2026 10:00:00 -0400\",\"ends\":\"Wed, 29 Apr 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\",\"SVAD\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":\"407-823-2676\",\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4015954\\\/spring-2026-bfa-exhibition-ii-part-two-ucf-art-gallery\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\",\"SVAD\"]},{\"event_id\":\"997720\",\"eventinstance_id\":\"4015955\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4015955\",\"title\":\"Spring 2026 BFA Exhibition II, Part Two | UCF Art Gallery\",\"subtitle\":null,\"description\":\"<p><em>The Spring 2026 BFA Exhibition II, Part Two <\\\/em><span>provides the opportunity for senior undergraduate students specializing in Animation &amp; Visualization to share their research and artistic practice.<\\\/span><\\\/p>\\n<p><span>To learn more about this exhibition, click <a href=\\\"https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/spring-2026-bfa-exhibition-ii-animation-and-visualization\\\/\\\" target=\\\"_blank\\\">HERE<\\\/a>.&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Thu, 30 Apr 2026 10:00:00 -0400\",\"ends\":\"Thu, 30 Apr 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\",\"SVAD\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":\"407-823-2676\",\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4015955\\\/spring-2026-bfa-exhibition-ii-part-two-ucf-art-gallery\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\",\"SVAD\"]},{\"event_id\":\"997720\",\"eventinstance_id\":\"4015956\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4015956\",\"title\":\"Spring 2026 BFA Exhibition II, Part Two | UCF Art Gallery\",\"subtitle\":null,\"description\":\"<p><em>The Spring 2026 BFA Exhibition II, Part Two <\\\/em><span>provides the opportunity for senior undergraduate students specializing in Animation &amp; Visualization to share their research and artistic practice.<\\\/span><\\\/p>\\n<p><span>To learn more about this exhibition, click <a href=\\\"https:\\\/\\\/cah.ucf.edu\\\/gallery\\\/exhibit\\\/spring-2026-bfa-exhibition-ii-animation-and-visualization\\\/\\\" target=\\\"_blank\\\">HERE<\\\/a>.&nbsp;<\\\/span><\\\/p>\",\"location\":\"UCF Art Gallery\",\"location_url\":\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/School+of+Visual+Arts+and+Design\\\/@28.6028876,-81.2031242,15z\\\/data=!4m2!3m1!1s0x0:0xb8778d2e75e9e172?sa=X&ved=0ahUKEwiq3JfmgaLSAhWBKiYKHcufCVMQ_BIIkAEwCg\",\"virtual_url\":null,\"registration_link\":null,\"registration_info\":null,\"starts\":\"Fri, 01 May 2026 10:00:00 -0400\",\"ends\":\"Fri, 01 May 2026 17:00:00 -0400\",\"ongoing\":\"True\",\"category\":\"Arts Exhibit\",\"tags\":[\"ucf art gallery\",\"SVAD\"],\"contact_name\":\"UCF Art Gallery\",\"contact_phone\":\"407-823-2676\",\"contact_email\":\"gallery@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4015956\\\/spring-2026-bfa-exhibition-ii-part-two-ucf-art-gallery\\\/\",\"filtered_category\":\"gallery\",\"filtered_categories\":[\"Gallery\",\"SVAD\"]},{\"event_id\":\"1066293\",\"eventinstance_id\":\"4027619\",\"calendar\":{\"id\":3611,\"title\":\"CAH Events\",\"slug\":\"cah-events\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/calendar\\\/3611\\\/cah-events\\\/\"},\"id\":\"4027619\",\"title\":\"RISO@SVAD: Zine Machine Workshop\",\"subtitle\":null,\"description\":\"<p>Sign Up Now! Spots are limited. No prior experience necessary.&nbsp;<\\\/p>\\n<p>In this hands-on zine-making workshop, participants will explore the process of creating a self-published zine from concept to finished piece. We&rsquo;ll cover idea generation, sequencing content, basic layout strategies, and simple binding techniques. Emphasis will be placed on experimentation, storytelling, and embracing the DIY spirit of zines through drawing, collage, writing, and found materials. By the end of the workshop, attendees will leave with a completed zine and the tools to continue self-publishing on their own.<\\\/p>\\n<p><strong>Workshop Instructor:&nbsp;<\\\/strong><\\\/p>\\n<p>Ashley Taylor<br>Assistant Professor, School of Visual Arts &amp; Design<\\\/p>\\n<p>Ashley Taylor is an artist, designer, and educator whose work explores printmaking, design systems, and the intersection of analog and digital processes. She brings her passion for experimental printing and storytelling to this accessible, hands-on workshop.<\\\/p>\",\"location\":\"Visual Arts Building: 215: Visual Arts\",\"location_url\":\"https:\\\/\\\/map.ucf.edu\\\/locations\\\/51\\\/visual-arts-building-vab\\\/\",\"virtual_url\":null,\"registration_link\":\"https:\\\/\\\/www.purplepass.com\\\/events\\\/344295-riso%40svad%3A-zine-machine-workshop-may-2nd-2026\",\"registration_info\":null,\"starts\":\"Sat, 02 May 2026 10:00:00 -0400\",\"ends\":\"Sat, 02 May 2026 15:00:00 -0400\",\"ongoing\":\"False\",\"category\":\"Workshop\\\/Conference\",\"tags\":[\"UCF SVAD\"],\"contact_name\":\"Ashley Taylor\",\"contact_phone\":null,\"contact_email\":\"ashley@ucf.edu\",\"url\":\"https:\\\/\\\/events.ucf.edu\\\/event\\\/4027619\\\/risosvad-zine-machine-workshop\\\/\",\"filtered_category\":\"\",\"filtered_categories\":[\"SVAD\"]}],\n                    endDateArray: [{\"event_id\":\"1066293\",\"end_date\":\"Sat, 02 May 2026 15:00:00 -0400\"},{\"event_id\":\"997720\",\"end_date\":\"Fri, 01 May 2026 17:00:00 -0400\"},{\"event_id\":\"997720\",\"end_date\":\"Thu, 30 Apr 2026 17:00:00 -0400\"},{\"event_id\":\"997720\",\"end_date\":\"Wed, 29 Apr 2026 17:00:00 -0400\"},{\"event_id\":\"997720\",\"end_date\":\"Tue, 28 Apr 2026 17:00:00 -0400\"},{\"event_id\":\"1099594\",\"end_date\":\"Mon, 27 Apr 2026 20:30:00 -0400\"},{\"event_id\":\"997720\",\"end_date\":\"Mon, 27 Apr 2026 17:00:00 -0400\"},{\"event_id\":\"997720\",\"end_date\":\"Fri, 24 Apr 2026 17:00:00 -0400\"},{\"event_id\":\"997717\",\"end_date\":\"Thu, 23 Apr 2026 19:00:00 -0400\"},{\"event_id\":\"1059992\",\"end_date\":\"Wed, 22 Apr 2026 17:00:00 -0400\"},{\"event_id\":\"1059992\",\"end_date\":\"Tue, 21 Apr 2026 17:00:00 -0400\"},{\"event_id\":\"1059992\",\"end_date\":\"Mon, 20 Apr 2026 17:00:00 -0400\"},{\"event_id\":\"1099590\",\"end_date\":\"Sun, 19 Apr 2026 18:30:00 -0400\"},{\"event_id\":\"1099584\",\"end_date\":\"Fri, 17 Apr 2026 21:30:00 -0400\"},{\"event_id\":\"1099584\",\"end_date\":\"Fri, 17 Apr 2026 19:30:00 -0400\"},{\"event_id\":\"1059992\",\"end_date\":\"Fri, 17 Apr 2026 17:00:00 -0400\"},{\"event_id\":\"1099578\",\"end_date\":\"Thu, 16 Apr 2026 21:30:00 -0400\"},{\"event_id\":\"1103509\",\"end_date\":\"Thu, 16 Apr 2026 19:30:00 -0400\"},{\"event_id\":\"1099581\",\"end_date\":\"Thu, 16 Apr 2026 19:30:00 -0400\"},{\"event_id\":\"1059986\",\"end_date\":\"Thu, 16 Apr 2026 19:00:00 -0400\"},{\"event_id\":\"1103395\",\"end_date\":\"Thu, 16 Apr 2026 20:00:00 -0400\"},{\"event_id\":\"1066465\",\"end_date\":\"Wed, 15 Apr 2026 13:30:00 -0400\"},{\"event_id\":\"1099575\",\"end_date\":\"Tue, 14 Apr 2026 21:30:00 -0400\"},{\"event_id\":\"1099572\",\"end_date\":\"Sun, 12 Apr 2026 19:30:00 -0400\"},{\"event_id\":\"1099587\",\"end_date\":\"Sun, 12 Apr 2026 16:00:00 -0400\"},{\"event_id\":\"1100546\",\"end_date\":\"Sun, 12 Apr 2026 16:30:00 -0400\"},{\"event_id\":\"1099874\",\"end_date\":\"Sun, 12 Apr 2026 15:30:00 -0400\"},{\"event_id\":\"1099408\",\"end_date\":\"Sun, 12 Apr 2026 14:00:00 -0400\"},{\"event_id\":\"1051364\",\"end_date\":\"Sun, 12 Apr 2026 16:00:00 -0400\"},{\"event_id\":\"1100570\",\"end_date\":\"Sun, 12 Apr 2026 12:45:00 -0400\"},{\"event_id\":\"1099868\",\"end_date\":\"Sat, 11 Apr 2026 21:00:00 -0400\"},{\"event_id\":\"1099871\",\"end_date\":\"Sat, 11 Apr 2026 21:30:00 -0400\"},{\"event_id\":\"1051364\",\"end_date\":\"Sat, 11 Apr 2026 22:00:00 -0400\"},{\"event_id\":\"1100567\",\"end_date\":\"Sat, 11 Apr 2026 18:45:00 -0400\"},{\"event_id\":\"1100543\",\"end_date\":\"Sat, 11 Apr 2026 17:30:00 -0400\"},{\"event_id\":\"1100540\",\"end_date\":\"Sat, 11 Apr 2026 15:00:00 -0400\"},{\"event_id\":\"1051364\",\"end_date\":\"Sat, 11 Apr 2026 16:00:00 -0400\"},{\"event_id\":\"1100537\",\"end_date\":\"Sat, 11 Apr 2026 20:30:00 -0400\"},{\"event_id\":\"1100534\",\"end_date\":\"Sat, 11 Apr 2026 10:45:00 -0400\"},{\"event_id\":\"1051355\",\"end_date\":\"Sat, 11 Apr 2026 16:00:00 -0400\"},{\"event_id\":\"1099865\",\"end_date\":\"Fri, 10 Apr 2026 21:00:00 -0400\"},{\"event_id\":\"1100531\",\"end_date\":\"Fri, 10 Apr 2026 21:00:00 -0400\"},{\"event_id\":\"1051364\",\"end_date\":\"Fri, 10 Apr 2026 22:00:00 -0400\"},{\"event_id\":\"1100564\",\"end_date\":\"Fri, 10 Apr 2026 18:45:00 -0400\"},{\"event_id\":\"1100537\",\"end_date\":\"Fri, 10 Apr 2026 20:00:00 -0400\"},{\"event_id\":\"997714\",\"end_date\":\"Fri, 10 Apr 2026 17:00:00 -0400\"},{\"event_id\":\"1099402\",\"end_date\":\"Thu, 09 Apr 2026 20:30:00 -0400\"},{\"event_id\":\"1100528\",\"end_date\":\"Thu, 09 Apr 2026 21:00:00 -0400\"},{\"event_id\":\"1099862\",\"end_date\":\"Thu, 09 Apr 2026 20:30:00 -0400\"},{\"event_id\":\"1100522\",\"end_date\":\"Thu, 09 Apr 2026 21:00:00 -0400\"},{\"event_id\":\"1051364\",\"end_date\":\"Thu, 09 Apr 2026 22:00:00 -0400\"},{\"event_id\":\"1100561\",\"end_date\":\"Thu, 09 Apr 2026 18:45:00 -0400\"},{\"event_id\":\"1066952\",\"end_date\":\"Thu, 09 Apr 2026 12:00:00 -0400\"},{\"event_id\":\"997714\",\"end_date\":\"Thu, 09 Apr 2026 17:00:00 -0400\"},{\"event_id\":\"1099859\",\"end_date\":\"Wed, 08 Apr 2026 21:00:00 -0400\"},{\"event_id\":\"1099433\",\"end_date\":\"Wed, 08 Apr 2026 21:00:00 -0400\"},{\"event_id\":\"1100558\",\"end_date\":\"Wed, 08 Apr 2026 19:15:00 -0400\"},{\"event_id\":\"997714\",\"end_date\":\"Wed, 08 Apr 2026 17:00:00 -0400\"},{\"event_id\":\"1100519\",\"end_date\":\"Wed, 08 Apr 2026 10:00:00 -0400\"},{\"event_id\":\"1100516\",\"end_date\":\"Tue, 07 Apr 2026 21:30:00 -0400\"},{\"event_id\":\"1100513\",\"end_date\":\"Tue, 07 Apr 2026 20:30:00 -0400\"},{\"event_id\":\"1099428\",\"end_date\":\"Tue, 07 Apr 2026 12:00:00 -0400\"},{\"event_id\":\"1100510\",\"end_date\":\"Tue, 07 Apr 2026 10:45:00 -0400\"},{\"event_id\":\"997714\",\"end_date\":\"Tue, 07 Apr 2026 17:00:00 -0400\"},{\"event_id\":\"1099421\",\"end_date\":\"Mon, 06 Apr 2026 20:45:00 -0400\"},{\"event_id\":\"1100484\",\"end_date\":\"Mon, 06 Apr 2026 21:00:00 -0400\"},{\"event_id\":\"997714\",\"end_date\":\"Mon, 06 Apr 2026 17:00:00 -0400\"}],\n                    \n                    currentFilter: \"\",\n                    givenFilter: \"svad\",\n                    uniqueEventIds: [],\n                    filters: [\n                        \"All\",\n                        \"Gallery\",\n                        \"Music\",\n                        \"SVAD\",\n                        \"Theatre\",\n                    ],\n                    filterFormat: \"\",\n                    showMoreFormat: \"\",\n\n                    hideRecurrence: true,\n                    pagination: true,\n                    eventsPerPage: 100,\n                    currentPage: 1,\n                    currentPageStart: 0,\n                    indexRange: [],\n                    appendToIndexRange: false,\n\n                    front: false,\n                    frontBgImg: \"https:\/\/cah.ucf.edu\/events\/wp-content\/plugins\/common-events-2020\/imgs\/knight.jpg\",\n                },\n                computed: {\n                    getCurrentFilter: function() {\n                        let givenFilter = this.givenFilter\n                        let filters = this.filters\n\n                        for (var i = 0; i < filters.length; i++) {\n                            if (givenFilter.toLowerCase().trim() === filters[i].toLowerCase()) {\n                                return filters[i]\n                            }\n                        }\n                    },\n                    noRepeatedEvents: function() {\n                        let uniqueIds = this.uniqueEventIds\n\n                        return this.json.filter(function (event) {\n                            if (uniqueIds.length === 0) {\n                                    uniqueIds.push(event.event_id)\n                                    return event\n                                } else {\n                                    for (id in uniqueIds) {\n                                        if (!uniqueIds.includes(event.event_id)) {\n                                            uniqueIds.push(event.event_id)\n                                            return event\n                                        }\n                                    }\n                                }\n                        })\n                    },\n                    filteredEvents: function() {\n                        let givenFilter = this.givenFilter\n                        \n                        let currentFilter = this.currentFilter\n                        let hideRecurrence = this.hideRecurrence\n                        \n                        function filterShow(givenFilter, currentFilter, eventFilters) {\n                            normalizedGivenFilter = givenFilter.toLowerCase().trim()\n                            normalizedCurrentFilter = currentFilter.toLowerCase().trim()\n\n                            \/\/ Takes into account the given preferred filter in the Wordpress shortcode.\n                            if (normalizedGivenFilter !== \"\" && normalizedCurrentFilter === \"\") {\n                                normalizedCurrentFilter = normalizedGivenFilter\n                            }\n\n                            if (normalizedCurrentFilter === \"\" || normalizedCurrentFilter === \"all\") {\n                                return true\n                            } else {\n                                for (let i = 0; i < eventFilters.length; i++) {\n                                    if (eventFilters[i].toLowerCase().trim() === normalizedCurrentFilter) {\n                                        return true\n                                    }\n                                }\n                                return false;\n                            }\n                        }\n\n                        if (hideRecurrence) {\n                            return this.noRepeatedEvents.filter(function (event) {\n                                if (filterShow(givenFilter, currentFilter, Object.values(event.filtered_categories))) {\n                                    return event\n                                }\n                            })\n                        } else {\n                            return this.json.filter(function (event) {\n                                if (filterShow(givenFilter, currentFilter, Object.values(event.filtered_categories))) {\n                                    return event\n                                }\n                            })\n                        }\n\n                    },\n                    getTotalEvents: function() {\n                        return this.filteredEvents.length\n                    },\n                    getStartingIndexForPage: function() {\n                        let currentPage = this.currentPage\n                        let currentPageStart = this.currentPageStart\n                        let eventsPerPage = this.eventsPerPage\n\n                        if (currentPage !== 1) {\n                            currentPageStart = (eventsPerPage * currentPage) - eventsPerPage\n                        }\n                        \n                        return currentPageStart\n                    },\n                    getIndexRangeForPage: function() {\n                        let currentPage = this.currentPage\n                        let currentPageStart = this.getStartingIndexForPage\n                        let eventsPerPage = this.eventsPerPage\n                        let totalEvents = this.getTotalEvents\n                        let appendToIndexRange = this.appendToIndexRange\n                        let indexRange = this.indexRange\n\n                        for (let i = currentPageStart; i < currentPageStart + eventsPerPage; i++) {\n                            if (i < totalEvents) {\n                                indexRange.push(i)\n                            }\n                        }\n\n                        return indexRange\n                    },\n                    isLight() {\n                        \/\/ Finds out if there's a .bg-inverse somewhere in the app's parentage, so we can apply a conditional\n                        \/\/ class to <li> elements.\n                        const app = document.querySelector('#app')\n                        const inverseParent = app.closest('.bg-inverse')\n                        if (inverseParent === null ) {\n                            return true\n                        }\n                        return false\n                    },\n                },\n                methods : {\n                    printDescription: function(description) {\n                        \/\/ return description.replace(\/<[^>]*>?\/gm, '')\n                        var str = description.replace(\/(\\n|<br>|<p>|<\\\/p>|<span>|<\\\/span>|<li>|<\\\/li>)\/igm, \" \").trim()\n                        str = str.replace(\/(\\s\\s+)\/igm, \" \").trim()\n                        str = str.replace(\/(<a.*?>|<\\\/a>|<strong>|<\\\/strong>|<ul>|<\\\/ul>)\/igm, \"\").trim()\n\n                        var strLen = str.length\n                        var preferredStrLen = 275\n\n                        if (strLen >= preferredStrLen) {\n                            return str.substr(0, preferredStrLen) + \" . . .\"\n                        } else {\n                            \/\/ If the last sentence does not contain a period, add one.\n                            if (str.substr(str.length - 1, str.length).trim() !== \".\") {\n                                str += \".\"\n                            }\n\n                            return str\n                        }\n                    },\n                    printDate: function(date, hideRecurrence, endDateArray) {\n                        var d = Date.parse(date.starts)\n                        d = new Date(d)\n\n                        var month = d.toLocaleDateString('en-US', { month: 'long' })\n                        var day = d.toLocaleDateString('en-US', { day: 'numeric' })\n                        var year = d.toLocaleDateString('en-US', { year: 'numeric' })\n                        \n                        var formattedDate = \"\"\n\n                        function testEventRecurrence(event_id, endDateArray) {\n                            for (var i = 0; i < endDateArray.length; i++) {\n                                if (event_id === endDateArray[i].event_id) {\n                                    return true\n                                }\n                            }\n\n                            return false\n                        }\n                        \n                        if (testEventRecurrence(date.event_id, endDateArray)) {\n                            function printEndDate(event_id, endDateArray) {\n                                for (var i = 0; i < endDateArray.length; i++) {\n                                    if (event_id === endDateArray[i].event_id) {\n                                        return endDateArray[i].end_date\n                                    }\n                                }\n                            }\n                            \n                            var rawEndDate = printEndDate(date.event_id, endDateArray)\n                            var endDate = Date.parse(rawEndDate)\n                            endDate = new Date(endDate)\n\n                            var endMonth = endDate.toLocaleDateString('en-US', { month: 'long' })\n                            var endDay = endDate.toLocaleDateString('en-US', { day: 'numeric' })\n                            var endYear = endDate.toLocaleDateString('en-US', { year: 'numeric' })\n\n                            if (endYear === year) {\n                                if (endMonth === month) {\n                                    if (endDay === day) {\n                                        formattedDate = month + \" \" + day + \", \" + year    \n                                    } else {\n                                        formattedDate =  month + \" \" + day + \" \u2013 \"+ endDay + \", \" + year\n                                    }\n                                } else {\n                                    formattedDate =  month + \" \" + day + \" \u2013 \"+ endMonth + \" \" +  endDay + \", \" + year\n                                }\n                            } else {\n                                formattedDate =  month + \" \" + day + \", \" + year + \" \u2013 \"+ endMonth + \" \" +  endDay + \", \" + endYear\n                            }\n                        } else {\n                            formattedDate = month + \" \" + day + \", \" + year\n                        }\n\n                        return formattedDate\n                    },\n                    printTime: function(time) {\n                        var t = Date.parse(time)\n                        t = new Date(t)\n\n                        var timePeriod, formattedHour, formattedMinutes\n                        var hour = t.getHours()\n                        var minutes = t.getMinutes()\n\n                        if (hour > 12) {\n                            formattedHour = hour - 12\n                            timePeriod = \" p.m.\"\n                        } else {\n                            formattedHour = hour\n                            if (hour === 12) {\n                                timePeriod = \" p.m.\"\n                            } else {\n                                timePeriod = \" a.m.\"\n                            }\n                        }\n\n                        if (hour === 0) {\n                            return false\n                        }\n\n                        if (minutes === 0) {\n                            formattedMinutes = \"\"\n                        } else {\n                            formattedMinutes = \":\" + minutes;\n                        }\n\n                        return formattedHour + formattedMinutes + timePeriod\n                    },\n                    isCurrentFilter: function (currentFilter, givenFilter, filter) {\n                        if (currentFilter !== \"\" && currentFilter.toLowerCase().trim() === filter.toLowerCase()) {\n                            return true\n                        } else if (currentFilter.toLowerCase() === \"\" && givenFilter.toLowerCase().trim() === filter.toLowerCase()) {\n                            return true\n                        } else {\n                            return false\n                        }\n                    },\n                    numberOfPages: function(events, numEventsToShow) {\n                        let pagesTotal = Math.ceil(events.length \/ numEventsToShow)\n\n                        return pagesTotal\n                    },\n                    pageShow: function(index, indexRange) {\n                        return indexRange.includes(index)\n                    }\n                }\n            })\n        <\/script>\n\n    <br \/>\n\t\t\t<\/div>\n\t\t\n\t\t\t<\/div>\n\t\t\n\t\t\t<section class=\"ucf-section ucf-section-visual-follow \" data-section-link-title=\"Follow Visual Arts &amp; Design at UCF&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\" aria-label=\"Follow Visual Arts &amp; Design at UCF&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\">\n\t\t\t\t\t\t\t\t<div class=\"jumbotron jumbotron-fluid bg-inverse media-background-container py-5 mb-0\"\n\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\n<img decoding=\"async\" class=\"media-background object-fit-cover\" src=\"https:\/\/cah.ucf.edu\/events\/wp-content\/uploads\/sites\/50\/2020\/01\/bg-visualart-tableau-magenta.jpg\" \/>\t\t\t<div class=\"container my-3\"\n\t\t\t\t\t\t>\n\t\t\t\t\n<h2 class=\"h2 text-transform-none text-center\">Follow Visual Arts &amp; Design at UCF&nbsp;&nbsp;&nbsp;<span class=\"display-4\"><a href=\"https:\/\/www.facebook.com\/UCFSVAD\/\" target=\"_blank\" rel=\"noopener\"><i class=\"fa fa-facebook-square text-white\" aria-hidden=\"true\"><\/i><\/a>&nbsp;<a href=\"https:\/\/twitter.com\/ucfsvad\" target=\"_blank\" rel=\"noopener\"><i class=\"fa fa-twitter-square text-white\"><\/i><\/a>&nbsp;<a href=\"https:\/\/instagram.com\/artsatucf\/\" target=\"_blank\" rel=\"noopener\"><i class=\"fa fa-instagram text-white\"><\/i><\/a><\/span><\/h2>\n\t\t\t<\/div>\n\t\t\n\t\t\t<\/div>\n\t\t\n\t\t\t\t\t<\/section>\n\t\t\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":4,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"template-fullscreen.php","meta":{"_acf_changed":false,"_exactmetrics_skip_tracking":false,"_exactmetrics_sitenote_active":false,"_exactmetrics_sitenote_note":"","_exactmetrics_sitenote_category":0,"footnotes":""},"categories":[],"tags":[],"class_list":["post-4268","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Visual Arts - Events | UCF College of Arts and Humanities<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cah.ucf.edu\/events\/visual-arts\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Visual Arts - Events | UCF College of Arts and Humanities\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cah.ucf.edu\/events\/visual-arts\/\" \/>\n<meta property=\"og:site_name\" content=\"Events | UCF College of Arts and Humanities\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-06T15:49:33+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/cah.ucf.edu\/events\/visual-arts\/\",\"url\":\"https:\/\/cah.ucf.edu\/events\/visual-arts\/\",\"name\":\"Visual Arts - Events | UCF College of Arts and Humanities\",\"isPartOf\":{\"@id\":\"https:\/\/cah.ucf.edu\/events\/#website\"},\"datePublished\":\"2020-01-08T14:35:01+00:00\",\"dateModified\":\"2026-01-06T15:49:33+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/cah.ucf.edu\/events\/visual-arts\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/cah.ucf.edu\/events\/visual-arts\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/cah.ucf.edu\/events\/visual-arts\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/cah.ucf.edu\/events\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Visual Arts\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/cah.ucf.edu\/events\/#website\",\"url\":\"https:\/\/cah.ucf.edu\/events\/\",\"name\":\"Events | UCF College of Arts and Humanities\",\"description\":\"Events presented by the College of Arts and Humanities at the University of Central Florida\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/cah.ucf.edu\/events\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Visual Arts - Events | UCF College of Arts and Humanities","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/cah.ucf.edu\/events\/visual-arts\/","og_locale":"en_US","og_type":"article","og_title":"Visual Arts - Events | UCF College of Arts and Humanities","og_url":"https:\/\/cah.ucf.edu\/events\/visual-arts\/","og_site_name":"Events | UCF College of Arts and Humanities","article_modified_time":"2026-01-06T15:49:33+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/cah.ucf.edu\/events\/visual-arts\/","url":"https:\/\/cah.ucf.edu\/events\/visual-arts\/","name":"Visual Arts - Events | UCF College of Arts and Humanities","isPartOf":{"@id":"https:\/\/cah.ucf.edu\/events\/#website"},"datePublished":"2020-01-08T14:35:01+00:00","dateModified":"2026-01-06T15:49:33+00:00","breadcrumb":{"@id":"https:\/\/cah.ucf.edu\/events\/visual-arts\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cah.ucf.edu\/events\/visual-arts\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/cah.ucf.edu\/events\/visual-arts\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/cah.ucf.edu\/events\/"},{"@type":"ListItem","position":2,"name":"Visual Arts"}]},{"@type":"WebSite","@id":"https:\/\/cah.ucf.edu\/events\/#website","url":"https:\/\/cah.ucf.edu\/events\/","name":"Events | UCF College of Arts and Humanities","description":"Events presented by the College of Arts and Humanities at the University of Central Florida","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cah.ucf.edu\/events\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/cah.ucf.edu\/events\/wp-json\/wp\/v2\/pages\/4268","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cah.ucf.edu\/events\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/cah.ucf.edu\/events\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/cah.ucf.edu\/events\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/cah.ucf.edu\/events\/wp-json\/wp\/v2\/comments?post=4268"}],"version-history":[{"count":8,"href":"https:\/\/cah.ucf.edu\/events\/wp-json\/wp\/v2\/pages\/4268\/revisions"}],"predecessor-version":[{"id":14787,"href":"https:\/\/cah.ucf.edu\/events\/wp-json\/wp\/v2\/pages\/4268\/revisions\/14787"}],"wp:attachment":[{"href":"https:\/\/cah.ucf.edu\/events\/wp-json\/wp\/v2\/media?parent=4268"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cah.ucf.edu\/events\/wp-json\/wp\/v2\/categories?post=4268"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cah.ucf.edu\/events\/wp-json\/wp\/v2\/tags?post=4268"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}