Arts & Cultural Programs Events

Saturday, October 1, 2022

Test Event
EM_Event Object
(
    [fields] => Array
        (
            [event_id] => Array
                (
                    [name] => id
                    [type] => %d
                )

            [post_id] => Array
                (
                    [name] => post_id
                    [type] => %d
                )

            [event_parent] => Array
                (
                    [type] => %d
                    [null] => 1
                )

            [event_slug] => Array
                (
                    [name] => slug
                    [type] => %s
                    [null] => 1
                )

            [event_owner] => Array
                (
                    [name] => owner
                    [type] => %d
                    [null] => 1
                )

            [event_name] => Array
                (
                    [name] => name
                    [type] => %s
                    [null] => 1
                )

            [event_timezone] => Array
                (
                    [type] => %s
                    [null] => 1
                )

            [event_start_time] => Array
                (
                    [name] => start_time
                    [type] => %s
                    [null] => 1
                )

            [event_end_time] => Array
                (
                    [name] => end_time
                    [type] => %s
                    [null] => 1
                )

            [event_start] => Array
                (
                    [type] => %s
                    [null] => 1
                )

            [event_end] => Array
                (
                    [type] => %s
                    [null] => 1
                )

            [event_all_day] => Array
                (
                    [name] => all_day
                    [type] => %d
                    [null] => 1
                )

            [event_start_date] => Array
                (
                    [name] => start_date
                    [type] => %s
                    [null] => 1
                )

            [event_end_date] => Array
                (
                    [name] => end_date
                    [type] => %s
                    [null] => 1
                )

            [post_content] => Array
                (
                    [name] => notes
                    [type] => %s
                    [null] => 1
                )

            [event_rsvp] => Array
                (
                    [name] => rsvp
                    [type] => %d
                )

            [event_rsvp_date] => Array
                (
                    [name] => rsvp_date
                    [type] => %s
                    [null] => 1
                )

            [event_rsvp_time] => Array
                (
                    [name] => rsvp_time
                    [type] => %s
                    [null] => 1
                )

            [event_rsvp_spaces] => Array
                (
                    [name] => rsvp_spaces
                    [type] => %d
                    [null] => 1
                )

            [event_spaces] => Array
                (
                    [name] => spaces
                    [type] => %d
                    [null] => 1
                )

            [location_id] => Array
                (
                    [name] => location_id
                    [type] => %d
                    [null] => 1
                )

            [event_location_type] => Array
                (
                    [type] => %s
                    [null] => 1
                )

            [recurrence_id] => Array
                (
                    [name] => recurrence_id
                    [type] => %d
                    [null] => 1
                )

            [event_status] => Array
                (
                    [name] => status
                    [type] => %d
                    [null] => 1
                )

            [event_active_status] => Array
                (
                    [name] => active_status
                    [type] => %d
                    [null] => 1
                )

            [event_private] => Array
                (
                    [name] => status
                    [type] => %d
                    [null] => 1
                )

            [blog_id] => Array
                (
                    [name] => blog_id
                    [type] => %d
                    [null] => 1
                )

            [group_id] => Array
                (
                    [name] => group_id
                    [type] => %d
                    [null] => 1
                )

            [event_language] => Array
                (
                    [type] => %s
                    [null] => 1
                )

            [event_translation] => Array
                (
                    [type] => %d
                )

            [recurrence] => Array
                (
                    [name] => recurrence
                    [type] => %d
                    [null] => 
                )

            [recurrence_interval] => Array
                (
                    [name] => interval
                    [type] => %d
                    [null] => 1
                )

            [recurrence_freq] => Array
                (
                    [name] => freq
                    [type] => %s
                    [null] => 1
                )

            [recurrence_days] => Array
                (
                    [name] => days
                    [type] => %d
                    [null] => 1
                )

            [recurrence_byday] => Array
                (
                    [name] => byday
                    [type] => %s
                    [null] => 1
                )

            [recurrence_byweekno] => Array
                (
                    [name] => byweekno
                    [type] => %d
                    [null] => 1
                )

            [recurrence_rsvp_days] => Array
                (
                    [name] => recurrence_rsvp_days
                    [type] => %d
                    [null] => 1
                )

        )

    [shortnames:protected] => Array
        (
        )

    [required_fields] => Array
        (
            [0] => event_name
            [1] => event_start_date
        )

    [feedback_message] => 
    [errors] => Array
        (
        )

    [mime_types] => Array
        (
            [1] => gif
            [2] => jpg
            [3] => png
        )

    [dynamic_properties:protected] => Array
        (
        )

    [event_id] => 2
    [post_id] => 12456
    [event_parent] => 
    [event_slug] => test-event
    [event_owner] => 4
    [event_name] => Test Event
    [event_start_time:protected] => 00:00:00
    [event_end_time:protected] => 23:59:59
    [event_start_date:protected] => 2022-10-01
    [event_end_date:protected] => 2022-10-05
    [event_start:protected] => 2022-10-01 04:00:00
    [event_end:protected] => 2022-10-06 03:59:59
    [event_all_day] => 1
    [event_timezone:protected] => America/New_York
    [post_content] => test event data
    [event_rsvp] => 0
    [event_rsvp_date:protected] => 
    [event_rsvp_time:protected] => 
    [event_rsvp_spaces] => 
    [event_spaces] => 
    [event_private] => 0
    [location_id] => 0
    [event_location_type] => 
    [recurrence_id] => 
    [event_status] => 1
    [event_active_status:protected] => 1
    [previous_active_status:protected] => 1
    [blog_id] => 0
    [group_id] => 
    [event_language] => 
    [event_translation] => 0
    [event_attributes] => Array
        (
            [page_layout] => 
            [page_container] => 
            [custom_page_title] => 
            [section_title] => 
            [section_pages] => 
            [inline_featured_image] => 0
        )

    [recurrence] => 0
    [recurrence_interval] => 
    [recurrence_freq] => 
    [recurrence_byday] => 
    [recurrence_days] => 0
    [recurrence_byweekno] => 
    [recurrence_rsvp_days] => 
    [event_owner_anonymous] => 
    [event_owner_name] => 
    [event_owner_email] => 
    [post_fields] => Array
        (
            [0] => event_slug
            [1] => event_owner
            [2] => event_name
            [3] => event_private
            [4] => event_status
            [5] => event_attributes
            [6] => post_id
            [7] => post_content
        )

    [recurrence_fields] => Array
        (
            [0] => recurrence
            [1] => recurrence_interval
            [2] => recurrence_freq
            [3] => recurrence_days
            [4] => recurrence_byday
            [5] => recurrence_byweekno
            [6] => recurrence_rsvp_days
        )

    [image_url] => 
    [start:protected] => 
    [end:protected] => 
    [rsvp_end:protected] => 
    [location] => 
    [event_location] => 
    [event_location_deleted] => 
    [bookings] => 
    [contact] => 
    [categories] => 
    [tags] => 
    [warnings] => 
    [previous_status] => 
    [recurring_reschedule] => 
    [recurring_recreate_bookings] => 
    [recurring_delete_bookings] => 
    [just_added_event] => 
    [ID] => 12456
    [post_author] => 4
    [post_date] => 2022-09-01 11:44:08
    [post_date_gmt] => 2022-09-01 15:44:08
    [post_title] => Test Event
    [post_excerpt] => 
    [post_status] => publish
    [comment_status] => closed
    [ping_status] => closed
    [post_password] => 
    [post_name] => test-event
    [to_ping] => 
    [pinged] => 
    [post_modified] => 2022-09-01 11:44:08
    [post_modified_gmt] => 2022-09-01 15:44:08
    [post_content_filtered] => 
    [post_parent] => 0
    [guid] => https://www.stevenson.edu/?post_type=event&p=12456
    [menu_order] => 0
    [post_type] => event
    [post_mime_type] => 
    [comment_count] => 0
    [ancestors] => 
    [filter] => raw
)
1Sat. Oct 1, 2022 4:00am - Thu. Oct 6, 2022 3:59am
- ,
Schroeder Cherry: Pandemic and Other Portraits
EM_Event Object
(
    [fields] => Array
        (
            [event_id] => Array
                (
                    [name] => id
                    [type] => %d
                )

            [post_id] => Array
                (
                    [name] => post_id
                    [type] => %d
                )

            [event_parent] => Array
                (
                    [type] => %d
                    [null] => 1
                )

            [event_slug] => Array
                (
                    [name] => slug
                    [type] => %s
                    [null] => 1
                )

            [event_owner] => Array
                (
                    [name] => owner
                    [type] => %d
                    [null] => 1
                )

            [event_name] => Array
                (
                    [name] => name
                    [type] => %s
                    [null] => 1
                )

            [event_timezone] => Array
                (
                    [type] => %s
                    [null] => 1
                )

            [event_start_time] => Array
                (
                    [name] => start_time
                    [type] => %s
                    [null] => 1
                )

            [event_end_time] => Array
                (
                    [name] => end_time
                    [type] => %s
                    [null] => 1
                )

            [event_start] => Array
                (
                    [type] => %s
                    [null] => 1
                )

            [event_end] => Array
                (
                    [type] => %s
                    [null] => 1
                )

            [event_all_day] => Array
                (
                    [name] => all_day
                    [type] => %d
                    [null] => 1
                )

            [event_start_date] => Array
                (
                    [name] => start_date
                    [type] => %s
                    [null] => 1
                )

            [event_end_date] => Array
                (
                    [name] => end_date
                    [type] => %s
                    [null] => 1
                )

            [post_content] => Array
                (
                    [name] => notes
                    [type] => %s
                    [null] => 1
                )

            [event_rsvp] => Array
                (
                    [name] => rsvp
                    [type] => %d
                )

            [event_rsvp_date] => Array
                (
                    [name] => rsvp_date
                    [type] => %s
                    [null] => 1
                )

            [event_rsvp_time] => Array
                (
                    [name] => rsvp_time
                    [type] => %s
                    [null] => 1
                )

            [event_rsvp_spaces] => Array
                (
                    [name] => rsvp_spaces
                    [type] => %d
                    [null] => 1
                )

            [event_spaces] => Array
                (
                    [name] => spaces
                    [type] => %d
                    [null] => 1
                )

            [location_id] => Array
                (
                    [name] => location_id
                    [type] => %d
                    [null] => 1
                )

            [event_location_type] => Array
                (
                    [type] => %s
                    [null] => 1
                )

            [recurrence_id] => Array
                (
                    [name] => recurrence_id
                    [type] => %d
                    [null] => 1
                )

            [event_status] => Array
                (
                    [name] => status
                    [type] => %d
                    [null] => 1
                )

            [event_active_status] => Array
                (
                    [name] => active_status
                    [type] => %d
                    [null] => 1
                )

            [event_private] => Array
                (
                    [name] => status
                    [type] => %d
                    [null] => 1
                )

            [blog_id] => Array
                (
                    [name] => blog_id
                    [type] => %d
                    [null] => 1
                )

            [group_id] => Array
                (
                    [name] => group_id
                    [type] => %d
                    [null] => 1
                )

            [event_language] => Array
                (
                    [type] => %s
                    [null] => 1
                )

            [event_translation] => Array
                (
                    [type] => %d
                )

            [recurrence] => Array
                (
                    [name] => recurrence
                    [type] => %d
                    [null] => 
                )

            [recurrence_interval] => Array
                (
                    [name] => interval
                    [type] => %d
                    [null] => 1
                )

            [recurrence_freq] => Array
                (
                    [name] => freq
                    [type] => %s
                    [null] => 1
                )

            [recurrence_days] => Array
                (
                    [name] => days
                    [type] => %d
                    [null] => 1
                )

            [recurrence_byday] => Array
                (
                    [name] => byday
                    [type] => %s
                    [null] => 1
                )

            [recurrence_byweekno] => Array
                (
                    [name] => byweekno
                    [type] => %d
                    [null] => 1
                )

            [recurrence_rsvp_days] => Array
                (
                    [name] => recurrence_rsvp_days
                    [type] => %d
                    [null] => 1
                )

        )

    [shortnames:protected] => Array
        (
        )

    [required_fields] => Array
        (
            [0] => event_name
            [1] => event_start_date
        )

    [feedback_message] => 
    [errors] => Array
        (
        )

    [mime_types] => Array
        (
            [1] => gif
            [2] => jpg
            [3] => png
        )

    [dynamic_properties:protected] => Array
        (
        )

    [event_id] => 1
    [post_id] => 1145
    [event_parent] => 
    [event_slug] => schroeder-cherry-pandemic-and-other-portraits
    [event_owner] => 4
    [event_name] => Schroeder Cherry: Pandemic and Other Portraits
    [event_start_time:protected] => 11:00:00
    [event_end_time:protected] => 14:00:00
    [event_start_date:protected] => 2022-10-01
    [event_end_date:protected] => 2022-10-01
    [event_start:protected] => 2022-10-01 15:00:00
    [event_end:protected] => 2022-10-01 18:00:00
    [event_all_day] => 
    [event_timezone:protected] => America/New_York
    [post_content] => At the beginning of the Pandemic lock-down, Schroeder Cherry started asking people he encountered if he could take their picture with and without a face mask. He has filled more than two 80-page sketchbooks with pencil-drawn portraits of these encounters. 100 facsimile prints of these drawings are featured in this exhibition. In addition to the “Pandemic Portraits,” this exhibition installation also includes “Future Voters,” “Railroad Porter,” and “Barber Shop” portrait series.

The exhibition opens on February 14, 2022 and runs through July 31, 2022. An opening reception is scheduled for March 5 between noon and 4pm. This exhibition is installed in the Greenspring Campus Art Gallery, 1525 Greenspring Valley Road. You are invited to visit Pandemic and Other Portraits exhibition Monday through Friday, 11am to 7pm. Saturday, 11am to 4pm.

Schroeder Cherry is an award- winning Maryland-based painter and puppeteer whose art for decades has captured everyday scenes of African diaspora life. He has performed puppetry in museums, cultural centers, libraries and schools across the United States, and his art is in numerous collections.

As a museum professional, he has worked in seven U.S. museums, including the Studio Museum in Harlem, The J. Paul Getty Museum, The Art Institute of Chicago, and The Baltimore Museum of Art. He was a 2019 Sondheim finalist, and received a Maryland Arts Society of Baltimore Travel Grant in 2020 to travel to Brazil. In 2021, he was appointed Curator of the James E Lewis Museum of Art at Baltimore’s Morgan State University.
    [event_rsvp] => 0
    [event_rsvp_date:protected] => 
    [event_rsvp_time:protected] => 
    [event_rsvp_spaces] => 
    [event_spaces] => 
    [event_private] => 0
    [location_id] => 2
    [event_location_type] => 
    [recurrence_id] => 
    [event_status] => 1
    [event_active_status:protected] => 1
    [previous_active_status:protected] => 1
    [blog_id] => 0
    [group_id] => 
    [event_language] => 
    [event_translation] => 0
    [event_attributes] => Array
        (
            [page_layout] => 
            [page_container] => 
            [inline_featured_image] => 0
            [custom_page_title] => 
            [section_title] => 
            [section_pages] => 
        )

    [recurrence] => 0
    [recurrence_interval] => 
    [recurrence_freq] => 
    [recurrence_byday] => 
    [recurrence_days] => 0
    [recurrence_byweekno] => 
    [recurrence_rsvp_days] => 
    [event_owner_anonymous] => 
    [event_owner_name] => 
    [event_owner_email] => 
    [post_fields] => Array
        (
            [0] => event_slug
            [1] => event_owner
            [2] => event_name
            [3] => event_private
            [4] => event_status
            [5] => event_attributes
            [6] => post_id
            [7] => post_content
        )

    [recurrence_fields] => Array
        (
            [0] => recurrence
            [1] => recurrence_interval
            [2] => recurrence_freq
            [3] => recurrence_days
            [4] => recurrence_byday
            [5] => recurrence_byweekno
            [6] => recurrence_rsvp_days
        )

    [image_url] => 
    [start:protected] => 
    [end:protected] => 
    [rsvp_end:protected] => 
    [location] => 
    [event_location] => 
    [event_location_deleted] => 
    [bookings] => 
    [contact] => 
    [categories] => 
    [tags] => 
    [warnings] => 
    [previous_status] => 
    [recurring_reschedule] => 
    [recurring_recreate_bookings] => 
    [recurring_delete_bookings] => 
    [just_added_event] => 
    [ID] => 1145
    [post_author] => 4
    [post_date] => 2022-07-11 10:15:57
    [post_date_gmt] => 2022-07-11 14:15:57
    [post_title] => Schroeder Cherry: Pandemic and Other Portraits
    [post_excerpt] => 
    [post_status] => publish
    [comment_status] => closed
    [ping_status] => closed
    [post_password] => 
    [post_name] => schroeder-cherry-pandemic-and-other-portraits
    [to_ping] => 
    [pinged] => 
    [post_modified] => 2022-09-06 14:00:38
    [post_modified_gmt] => 2022-09-06 18:00:38
    [post_content_filtered] => 
    [post_parent] => 0
    [guid] => https://www.stevenson.edu/?post_type=event&p=1145
    [menu_order] => 0
    [post_type] => event
    [post_mime_type] => 
    [comment_count] => 0
    [ancestors] => 
    [filter] => raw
)
Sat. Oct 1, 2022 3:00pm - Sat. Oct 1, 2022 6:00pm
Art Gallery - test, test