WP_Query Object
(
[query] => Array
(
[post_status] => publish
[post_type] => Array
(
[0] => tribe_events
)
[posts_per_page] => 5
[tax_query] => Array
(
[0] => Array
(
[taxonomy] => tribe_events_cat
[field] => slug
[terms] => exhibitions
[operator] => IN
)
)
[orderby] => _EventStartDate
[order] => ASC
)
[query_vars] => Array
(
[post_status] => publish
[post_type] => Array
(
[0] => tribe_events
)
[posts_per_page] => 5
[tax_query] => Array
(
[0] => Array
(
[taxonomy] => tribe_events_cat
[field] => slug
[terms] => exhibitions
[operator] => IN
)
)
[orderby] => _EventStartDate
[order] => ASC
[error] =>
[m] =>
[p] => 0
[post_parent] =>
[subpost] =>
[subpost_id] =>
[attachment] =>
[attachment_id] => 0
[name] =>
[pagename] =>
[page_id] => 0
[second] =>
[minute] =>
[hour] =>
[day] => 0
[monthnum] => 0
[year] => 0
[w] => 0
[category_name] =>
[tag] =>
[cat] =>
[tag_id] =>
[author] =>
[author_name] =>
[feed] =>
[tb] =>
[paged] => 0
[comments_popup] =>
[meta_key] =>
[meta_value] =>
[preview] =>
[s] =>
[sentence] =>
[fields] =>
[menu_order] =>
[category__in] => Array
(
)
[category__not_in] => Array
(
)
[category__and] => Array
(
)
[post__in] => Array
(
)
[post__not_in] => Array
(
[0] => 23507
[1] => 23751
[2] => 34912
[3] => 34918
)
[tag__in] => Array
(
)
[tag__not_in] => Array
(
)
[tag__and] => Array
(
)
[tag_slug__in] => Array
(
)
[tag_slug__and] => Array
(
)
[post_parent__in] => Array
(
)
[post_parent__not_in] => Array
(
)
[author__in] => Array
(
)
[author__not_in] => Array
(
)
[eventDisplay] =>
[hide_upcoming] => 1
[start_date] => 2021-02-24 20:08:08
[meta_query] => Array
(
[0] => Array
(
[key] => _EventStartDateUTC
[type] => DATETIME
)
[relation] => AND
[1] =>
)
[ignore_sticky_posts] =>
[suppress_filters] =>
[cache_results] => 1
[update_post_term_cache] => 1
[update_post_meta_cache] => 1
[nopaging] =>
[comments_per_page] => 50
[no_found_rows] =>
[taxonomy] => tribe_events_cat
[term] => exhibitions
)
[tax_query] => WP_Tax_Query Object
(
[queries] => Array
(
[0] => Array
(
[taxonomy] => tribe_events_cat
[terms] => Array
(
[0] => exhibitions
)
[field] => slug
[operator] => IN
[include_children] => 1
)
)
[relation] => AND
[table_aliases:protected] => Array
(
[0] => wp_term_relationships
)
[queried_terms] => Array
(
[tribe_events_cat] => Array
(
[terms] => Array
(
[0] => exhibitions
)
[field] => slug
)
)
[primary_table] => wp_posts
[primary_id_column] => ID
)
[meta_query] => WP_Meta_Query Object
(
[queries] => Array
(
[0] => Array
(
[key] => _EventStartDateUTC
[type] => DATETIME
)
[relation] => OR
)
[relation] => AND
[meta_table] => wp_postmeta
[meta_id_column] => post_id
[primary_table] => wp_posts
[primary_id_column] => ID
[table_aliases:protected] => Array
(
[0] => wp_postmeta
)
[clauses:protected] => Array
(
[wp_postmeta] => Array
(
[key] => _EventStartDateUTC
[type] => DATETIME
[compare] => =
[alias] => wp_postmeta
[cast] => DATETIME
)
)
[has_or_relation:protected] =>
)
[date_query] =>
[post_count] => 5
[current_post] => -1
[in_the_loop] =>
[comment_count] => 0
[current_comment] => -1
[found_posts] => 5
[max_num_pages] => 1
[max_num_comment_pages] => 0
[is_single] =>
[is_preview] =>
[is_page] =>
[is_archive] => 1
[is_date] =>
[is_year] =>
[is_month] =>
[is_day] =>
[is_time] =>
[is_author] =>
[is_category] =>
[is_tag] =>
[is_tax] => 1
[is_search] =>
[is_feed] =>
[is_comment_feed] =>
[is_trackback] =>
[is_home] =>
[is_404] =>
[is_comments_popup] =>
[is_paged] =>
[is_admin] =>
[is_attachment] =>
[is_singular] =>
[is_robots] =>
[is_posts_page] =>
[is_post_type_archive] =>
[query_vars_hash:WP_Query:private] => 45a902a1f7c7d65f70bd26a0fec5142f
[query_vars_changed:WP_Query:private] => 1
[thumbnails_cached] =>
[stopwords:WP_Query:private] =>
[compat_fields:WP_Query:private] => Array
(
[0] => query_vars_hash
[1] => query_vars_changed
)
[compat_methods:WP_Query:private] => Array
(
[0] => init_query_flags
[1] => parse_tax_query
)
[tribe_is_event] => 1
[tribe_is_multi_posttype] =>
[tribe_is_event_category] =>
[tribe_is_event_venue] =>
[tribe_is_event_organizer] =>
[tribe_is_event_query] => 1
[tribe_is_past] =>
[tribe_is_week] =>
[tribe_is_photo] =>
[tribe_is_map] =>
[tribe_is_event_pro_query] =>
[request] => SELECT SQL_CALC_FOUND_ROWS DISTINCT wp_posts.*, MIN(wp_postmeta.meta_value) as EventStartDate, MIN(tribe_event_end_date.meta_value) as EventEndDate FROM wp_posts INNER JOIN wp_term_relationships ON (wp_posts.ID = wp_term_relationships.object_id) INNER JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id ) LEFT JOIN wp_postmeta as tribe_event_end_date ON ( wp_posts.ID = tribe_event_end_date.post_id AND tribe_event_end_date.meta_key = '_EventEndDateUTC' ) WHERE 1=1 AND wp_posts.ID NOT IN (23507,23751,34912,34918) AND (
wp_term_relationships.term_taxonomy_id IN (349)
) AND (
wp_postmeta.meta_key = '_EventStartDateUTC'
) AND wp_posts.post_type = 'tribe_events' AND ((wp_posts.post_status = 'publish')) AND wp_posts.ID IN ( SELECT ID FROM wp_posts WHERE ID NOT IN ( SELECT post_id FROM wp_postmeta WHERE wp_postmeta.meta_key = 'groups-groups_read_post' ) UNION ALL SELECT post_id AS ID FROM wp_postmeta WHERE wp_postmeta.meta_key = 'groups-groups_read_post' AND wp_postmeta.meta_value IN ('') ) AND (wp_postmeta.meta_value >= '2021-02-24 10:08:08' OR (wp_postmeta.meta_value <= '2021-02-24 10:08:08' AND tribe_event_end_date.meta_value >= '2021-02-24 10:08:08' )) GROUP BY wp_posts.ID ORDER BY EventStartDate ASC, wp_posts.post_date ASC LIMIT 0, 5
[posts] => Array
(
[0] => WP_Post Object
(
[ID] => 32972
[post_author] => 693
[post_date] => 2020-01-24 16:35:15
[post_date_gmt] => 2020-01-24 06:35:15
[post_content] => Umbrella is responding to government restrictions for gatherings at this time and visitors must comply with our COVID-19 Safety Plan. Gallery open Tues-Fri 9am-5pm | Sat-Sun 9am-1pm | Gallery closed Mondays, public holidays and during exhibition install weeks. Follow our social media for updates.
This touring exhibition by James Cook University Associate Professor Robyn Glade-Wright & Dr Barbara Dover considers the millions of tonnes of plastic that are discarded into the environment every year, and the resultant feelings of anxiety, anguish and grief. These artists use found plastic marine debris to create works that amplify and raise questions about such ecological destruction and how to move forward as individuals and a nation.
Access the eInvitation here. | Watch the short JCU-filmed and produced video about the exhibition here. | Join the online artist talk here.
Image: Barbara Dover, Decoy, 2018, Found far north Queensland squid hooks, metal, glue, 35 x 35 x 25cm. Photo: Michael Marzik.
Jan Hynes' Hot Dogs is also on display during this exhibition period 29 January - 28 February 2021.
[post_title] => Robyn Glade-Wright & Barbara Dover - Disquiet: Ecological Anxieties & Transformation
[post_excerpt] =>
[post_status] => publish
[comment_status] => open
[ping_status] => closed
[post_password] =>
[post_name] => disquiet
[to_ping] =>
[pinged] =>
[post_modified] => 2021-02-12 11:23:21
[post_modified_gmt] => 2021-02-12 01:23:21
[post_content_filtered] =>
[post_parent] => 0
[guid] => https://umbrella.org.au/?post_type=tribe_events&p=32972
[menu_order] => 0
[post_type] => tribe_events
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
[EventStartDate] => 2021-01-28 14:00:00
[EventEndDate] => 2021-02-28 13:59:59
)
[1] => WP_Post Object
(
[ID] => 38530
[post_author] => 693
[post_date] => 2021-01-27 10:21:47
[post_date_gmt] => 2021-01-27 00:21:47
[post_content] => Umbrella is responding to government restrictions for gatherings at this time and visitors must comply with our COVID-19 Safety Plan. Gallery open Tues-Fri 9am-5pm | Sat-Sun 9am-1pm | Gallery closed Mondays, public holidays and during exhibition install weeks. Follow our social media for updates.
Crafted from timber and other materials, Jan Hynes’ sculptural dogs are being exhibited at Umbrella until they can find new forever homes. There is a size, colour, breed and temperament to suit you.
(Please note John Paiwan's exhibition Talking Earth was originally scheduled for this exhibition period but has been postponed due to unforeseen personal circumstances).
Image: Jan Hynes, Relieved Dog, 2020, pine log, bush wood and paint, 53 x 65 x 40cm. Photo: Jan Hynes.
Exhibitions Launch 6pm Friday 29 January 2021. View event details here: Robyn Glade-Wright & Barbara Dover's Disquiet: Ecological Anxieties & Transformation (also on display during this exhibition period 29 January - 28 February 2021).
[post_title] => Jan Hynes – Hot Dogs
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => jan-hynes-hot-dogs
[to_ping] =>
[pinged] =>
[post_modified] => 2021-01-27 10:26:15
[post_modified_gmt] => 2021-01-27 00:26:15
[post_content_filtered] =>
[post_parent] => 0
[guid] => https://umbrella.org.au/?post_type=tribe_events&p=38530
[menu_order] => 0
[post_type] => tribe_events
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
[EventStartDate] => 2021-01-28 14:00:00
[EventEndDate] => 2021-02-28 13:59:59
)
[2] => WP_Post Object
(
[ID] => 32950
[post_author] => 693
[post_date] => 2020-01-24 14:04:20
[post_date_gmt] => 2020-01-24 04:04:20
[post_content] => Visitors must comply with Umbrella's COVID-19 Safety Plan and directives | Gallery open Tues-Fri 9am-5pm | Sat-Sun 9am-1pm | Gallery closed Mondays, public holidays and during exhibition install weeks. Follow our social media for updates.
Mudpickers features artists Suzannah Babicci, Lauren Jaye Carter, Jane Hawkins, Hannah Murray, Rhonda Payne and Bronwyn Smith. The exhibition collectively maps the artists’ experiences with place and an investigation of memory and history. The works reflect a shared interest in trawling across the mudflats of Townsville to find hidden treasures in the layers, colours, textures and botanical forms.
Image: Suzannah Babicci, Mind your mudflats, 2021, Digital print on satincloth, tape, 80.1 x 106.86cm print (dimensions vary on installation).
Exhibitions Launch 6pm Friday 5 March 2021 | Access the eInvitation here. | RSVP to the Facebook event here.
Bookings are not required however Umbrella's gallery and shop space has a limited capacity of 140 people at time. Visitors must comply with our COVID-safe directives including electronic sign-in for contact tracing requirements. Visitors must not attend the event if displaying COVID-19 symptoms. Seek assistance from staff or volunteers if you become unwell during the event. Maintain physical distancing requirements including at the gallery entry point. Please view our updated COVID-safe plan and information here.
Please note that Umbrella is closed to the public for the exhibition install until the opening event.
Also on display during this exhibition period 5 March - 11 April 2021: Sue O'Malley - DEEP / VAPOUR | Shirley Dawson – The Long Walk
[post_title] => Group Exhibition - Mudpickers
[post_excerpt] =>
[post_status] => publish
[comment_status] => open
[ping_status] => closed
[post_password] =>
[post_name] => mudpickers
[to_ping] =>
[pinged] =>
[post_modified] => 2021-02-24 16:05:27
[post_modified_gmt] => 2021-02-24 06:05:27
[post_content_filtered] =>
[post_parent] => 0
[guid] => https://umbrella.org.au/?post_type=tribe_events&p=32950
[menu_order] => 0
[post_type] => tribe_events
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
[EventStartDate] => 2021-03-04 14:00:00
[EventEndDate] => 2021-04-11 13:59:59
)
[3] => WP_Post Object
(
[ID] => 38617
[post_author] => 693
[post_date] => 2021-02-11 16:11:03
[post_date_gmt] => 2021-02-11 06:11:03
[post_content] => Visitors must comply with Umbrella's COVID-19 Safety Plan and directives | Gallery open Tues-Fri 9am-5pm | Sat-Sun 9am-1pm | Gallery closed Mondays, public holidays and during exhibition install weeks. Follow our social media for updates.
Two new moving image works by Sue O'Malley. In Vapour, real worlds dissolve into artificial worlds, as a ghost drifts into the night. In Deep, the future of the world is at sea. It shifts. It distorts. Nothing stays still. Nothing keeps its original form. It is a time to reflect, to look beneath the surface.
Image: Sue O'Malley, DEEP (video still 2), 2020, HD Video with sound, 5min.
Exhibitions Launch 6pm Friday 5 March 2021. View event details here.
Also on display during this exhibition period 5 March – 11 April 2021: Group Exhibition – Mudpickers | Shirley Dawson – The Long Walk
[post_title] => Sue O’Malley – DEEP / VAPOUR
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => deep-vapour
[to_ping] =>
[pinged] =>
[post_modified] => 2021-02-24 11:37:55
[post_modified_gmt] => 2021-02-24 01:37:55
[post_content_filtered] =>
[post_parent] => 0
[guid] => https://umbrella.org.au/?post_type=tribe_events&p=38617
[menu_order] => 0
[post_type] => tribe_events
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
[EventStartDate] => 2021-03-04 14:00:00
[EventEndDate] => 2021-04-11 13:59:59
)
[4] => WP_Post Object
(
[ID] => 38720
[post_author] => 693
[post_date] => 2021-02-24 11:27:21
[post_date_gmt] => 2021-02-24 01:27:21
[post_content] => Visitors must comply with Umbrella's COVID-19 Safety Plan and directives | Gallery open Tues-Fri 9am-5pm | Sat-Sun 9am-1pm | Gallery closed Mondays, public holidays and during exhibition install weeks. Follow our social media for updates.
The works in this exhibition tell stories of surviving in the desert, gathering food and passing on women's knowledge.
Image: Shirley Dawson, The Long Walk, 2021, Acrylic on canvas, 75.5 x 182.5cm.
Exhibitions Launch 6pm Friday 5 March 2021. View event details here.
Also on display during this exhibition period 5 March – 11 April 2021: Group Exhibition – Mudpickers | Sue O’Malley – DEEP / VAPOUR
[post_title] => Shirley Dawson - The Long Walk
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => the-long-walk
[to_ping] =>
[pinged] =>
[post_modified] => 2021-02-24 12:22:55
[post_modified_gmt] => 2021-02-24 02:22:55
[post_content_filtered] =>
[post_parent] => 0
[guid] => https://umbrella.org.au/?post_type=tribe_events&p=38720
[menu_order] => 0
[post_type] => tribe_events
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
[EventStartDate] => 2021-03-04 14:00:00
[EventEndDate] => 2021-04-11 13:59:59
)
)
[post] => WP_Post Object
(
[ID] => 32972
[post_author] => 693
[post_date] => 2020-01-24 16:35:15
[post_date_gmt] => 2020-01-24 06:35:15
[post_content] => Umbrella is responding to government restrictions for gatherings at this time and visitors must comply with our COVID-19 Safety Plan. Gallery open Tues-Fri 9am-5pm | Sat-Sun 9am-1pm | Gallery closed Mondays, public holidays and during exhibition install weeks. Follow our social media for updates.
This touring exhibition by James Cook University Associate Professor Robyn Glade-Wright & Dr Barbara Dover considers the millions of tonnes of plastic that are discarded into the environment every year, and the resultant feelings of anxiety, anguish and grief. These artists use found plastic marine debris to create works that amplify and raise questions about such ecological destruction and how to move forward as individuals and a nation.
Access the eInvitation here. | Watch the short JCU-filmed and produced video about the exhibition here. | Join the online artist talk here.
Image: Barbara Dover, Decoy, 2018, Found far north Queensland squid hooks, metal, glue, 35 x 35 x 25cm. Photo: Michael Marzik.
Jan Hynes' Hot Dogs is also on display during this exhibition period 29 January - 28 February 2021.
[post_title] => Robyn Glade-Wright & Barbara Dover - Disquiet: Ecological Anxieties & Transformation
[post_excerpt] =>
[post_status] => publish
[comment_status] => open
[ping_status] => closed
[post_password] =>
[post_name] => disquiet
[to_ping] =>
[pinged] =>
[post_modified] => 2021-02-12 11:23:21
[post_modified_gmt] => 2021-02-12 01:23:21
[post_content_filtered] =>
[post_parent] => 0
[guid] => https://umbrella.org.au/?post_type=tribe_events&p=32972
[menu_order] => 0
[post_type] => tribe_events
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
[EventStartDate] => 2021-01-28 14:00:00
[EventEndDate] => 2021-02-28 13:59:59
)
)
Upcoming programs:
DISQUIET ARTIST TALK
Call outs:
TRANSITIONS MENTORSHIP INITIATIVE | VOLUNTEER WITH US IN 2021
Other programs:
CREATIVE KIDS | CREATIVE INDUSTRIES | CREATIVE SPARKS | UMBRELLA PRINT COMMISSION 2020
COVID Safe Visits
The gallery has now reopened. We ask that visitors adhere to social distancing, visitor logs, and other COVID Safe procedures as directed.find us at
408 Flinders Street, Townsville, Qld, 4810
PO Box 2394, Townsville, Qld, 4810 Australia
regular opening hours
Gallery open Tues-Fri 9am-5pm | Sat-Sun 9am-1pm | Gallery closed Mondays, public holidays and during exhibition install weeks | Shop open during gallery open hours and Tues-Thurs of install weeks. Follow our social media for updates.
Umbrella Studio acknowledges the financial support of: the Queensland Government through Arts Queensland, and the Visual Arts and Craft Strategy, an initiative of the Australian, State and Territory Governments. Townsville City Council is proud to support Umbrella's studio operations under its Community Grants program.













