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] =>
[static] =>
[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
)
[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] => 2018-02-26 07:46:49
[meta_query] => Array
(
[0] => Array
(
[key] => _EventStartDate
[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] => _EventStartDate
[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] => _EventStartDate
[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] => 18
[max_num_pages] => 4
[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] => 2dd4556daed0a2ebf72c0baf1cac2259
[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 = '_EventEndDate' ) WHERE 1=1 AND wp_posts.ID NOT IN (23507,23751) AND (
wp_term_relationships.term_taxonomy_id IN (349)
) AND (
wp_postmeta.meta_key = '_EventStartDate'
) 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 >= '2018-02-26 07:46:49' OR (wp_postmeta.meta_value <= '2018-02-26 07:46:49' AND tribe_event_end_date.meta_value >= '2018-02-26 07:46:49' )) GROUP BY wp_posts.ID ORDER BY EventStartDate ASC, CAST(wp_postmeta.meta_value AS DATETIME) ASC LIMIT 0, 5
[posts] => Array
(
[0] => WP_Post Object
(
[ID] => 27738
[post_author] => 693
[post_date] => 2017-10-17 15:13:12
[post_date_gmt] => 2017-10-17 05:13:12
[post_content] => With a rigorous investigation of landscape over an extensive period of time, Anneke Silver has recently sought to reconcile her own European sensibilities with traditional custodians of the land. This artistic conversation led to a quiet but powerful revelation of the ancient primacy of the landscape, which Silver explores within this body of work.
Exhibition Opening 6pm Friday 2 March 2018
[post_title] => Acknowledge
[post_excerpt] =>
[post_status] => publish
[comment_status] => open
[ping_status] => closed
[post_password] =>
[post_name] => acknowledge
[to_ping] =>
[pinged] =>
[post_modified] => 2018-02-07 08:43:04
[post_modified_gmt] => 2018-02-06 22:43:04
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://umbrella.org.au/?post_type=tribe_events&p=27738
[menu_order] => 0
[post_type] => tribe_events
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
[EventStartDate] => 2018-03-02 00:00:00
[EventEndDate] => 2018-04-08 23:59:59
)
[1] => WP_Post Object
(
[ID] => 27804
[post_author] => 693
[post_date] => 2017-10-18 10:19:54
[post_date_gmt] => 2017-10-18 00:19:54
[post_content] => After serving for eleven years in the Royal Australian Navy, Marie-Louise Jones was diagnosed with Post Traumatic Stress Disorder (PTSD). While serving in the First Gulf War, she experienced difficulties with the antagonistic attitudes from her male co-workers. Entangle seeks to create a conversation of awareness of PTSD in female veterans, and, hopefully, help others that have experienced this to seek help and support.
Exhibition Opening 6pm 2 March 2018
[post_title] => Entangle
[post_excerpt] =>
[post_status] => publish
[comment_status] => open
[ping_status] => closed
[post_password] =>
[post_name] => entangle
[to_ping] =>
[pinged] =>
[post_modified] => 2017-10-18 10:26:17
[post_modified_gmt] => 2017-10-18 00:26:17
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://umbrella.org.au/?post_type=tribe_events&p=27804
[menu_order] => 0
[post_type] => tribe_events
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
[EventStartDate] => 2018-03-02 00:00:00
[EventEndDate] => 2018-04-08 23:59:59
)
[2] => WP_Post Object
(
[ID] => 27806
[post_author] => 693
[post_date] => 2017-10-18 10:21:29
[post_date_gmt] => 2017-10-18 00:21:29
[post_content] => This site-specific installation by Lynn Scott-Cumming is designed to ask the audience to rethink how they view the world. The exhibition is an experiment with the power of words.
Exhibition Opening 6pm 2 March 2018
[post_title] => Please Take a Seat
[post_excerpt] =>
[post_status] => publish
[comment_status] => open
[ping_status] => closed
[post_password] =>
[post_name] => please-take-a-seat
[to_ping] =>
[pinged] =>
[post_modified] => 2017-10-18 10:26:26
[post_modified_gmt] => 2017-10-18 00:26:26
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://umbrella.org.au/?post_type=tribe_events&p=27806
[menu_order] => 0
[post_type] => tribe_events
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
[EventStartDate] => 2018-03-02 00:00:00
[EventEndDate] => 2018-04-08 23:59:59
)
[3] => WP_Post Object
(
[ID] => 27752
[post_author] => 693
[post_date] => 2017-10-17 15:26:53
[post_date_gmt] => 2017-10-17 05:26:53
[post_content] => Becoming Becoming is a dynamic, site-generated drawing installation that explores transformation. Both a performance and exhibition, Kellie O’Dempsey’s work maps the creative process through video projection and live collaboration, questioning the divisions between public and private through collective experience. For this work she has collaborated with sound artist Michael Dick.
Exhibition Opening 6pm Friday 13 April 2018
[post_title] => Becoming Becoming
[post_excerpt] =>
[post_status] => publish
[comment_status] => open
[ping_status] => closed
[post_password] =>
[post_name] => becoming-becoming
[to_ping] =>
[pinged] =>
[post_modified] => 2017-10-17 15:26:53
[post_modified_gmt] => 2017-10-17 05:26:53
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://umbrella.org.au/?post_type=tribe_events&p=27752
[menu_order] => 0
[post_type] => tribe_events
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
[EventStartDate] => 2018-04-13 00:00:00
[EventEndDate] => 2018-05-20 23:59:59
)
[4] => WP_Post Object
(
[ID] => 27808
[post_author] => 693
[post_date] => 2017-10-18 10:28:28
[post_date_gmt] => 2017-10-18 00:28:28
[post_content] => A series of pen, ink and watercolour drawings of Townsville and other destinations, which explore the urban environment as well as the natural world. Michael Pope’s ongoing series is brimming with life and character. The works, always completed in-situ, capture the unpredictable experiences of travel and quieter, everyday moments.
Exhibition Opening 6pm 13 April 2018
[post_title] => Sketchbook
[post_excerpt] =>
[post_status] => publish
[comment_status] => open
[ping_status] => closed
[post_password] =>
[post_name] => sketchbook
[to_ping] =>
[pinged] =>
[post_modified] => 2017-10-18 10:28:28
[post_modified_gmt] => 2017-10-18 00:28:28
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://umbrella.org.au/?post_type=tribe_events&p=27808
[menu_order] => 0
[post_type] => tribe_events
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
[EventStartDate] => 2018-04-13 00:00:00
[EventEndDate] => 2018-05-20 23:59:59
)
)
[post] => WP_Post Object
(
[ID] => 27738
[post_author] => 693
[post_date] => 2017-10-17 15:13:12
[post_date_gmt] => 2017-10-17 05:13:12
[post_content] => With a rigorous investigation of landscape over an extensive period of time, Anneke Silver has recently sought to reconcile her own European sensibilities with traditional custodians of the land. This artistic conversation led to a quiet but powerful revelation of the ancient primacy of the landscape, which Silver explores within this body of work.
Exhibition Opening 6pm Friday 2 March 2018
[post_title] => Acknowledge
[post_excerpt] =>
[post_status] => publish
[comment_status] => open
[ping_status] => closed
[post_password] =>
[post_name] => acknowledge
[to_ping] =>
[pinged] =>
[post_modified] => 2018-02-07 08:43:04
[post_modified_gmt] => 2018-02-06 22:43:04
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://umbrella.org.au/?post_type=tribe_events&p=27738
[menu_order] => 0
[post_type] => tribe_events
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
[EventStartDate] => 2018-03-02 00:00:00
[EventEndDate] => 2018-04-08 23:59:59
)
)
Creating Art in the Tropics
Future Exhibitions
-
Acknowledge2 March - 8 April 2018
With a rigorous investigation of landscape over an extensive period of time, Anneke Silver has recently sought to reconcile her own European sensibilities with traditional custodians of the land. This artistic conversation led to a quiet but powerful revelation of the ancient primacy of the landscape, which Silver explores within this body of work. Exhibition Opening 6pm Friday 2 March 2018
more info
-
Entangle2 March - 8 April 2018
After serving for eleven years in the Royal Australian Navy, Marie-Louise Jones was diagnosed with Post Traumatic Stress Disorder (PTSD). While serving in the First Gulf War, she experienced difficulties with the antagonistic attitudes from her male co-workers. Entangle seeks to create a conversation of awareness of PTSD in female veterans, and, hopefully, help others that have experienced this to seek help and support. Exhibition Opening 6pm 2 March 2018
more info
Upcoming Events
-
2March
Artist Floortalk: Marie-Louise Jones5:30pm - 6pm
Local artist, Marie-Louise Jones will discuss her artworks in her exhibition ‘Entangle’ that is a body of works focusing on creating a conversation of awareness of PTSD in female veterans....
more info
-
3March
Grooving the Moo workshop #210am - 1pm
Free community art workshops: 10am – 1pm Saturday 24 February 2018 Saturday 03 March 2018 Saturday 10 March 2018 Saturday 17 March 2018 Saturday 24 March 2018 Sunday 25 March...
more info
Shop Online
North Queensland artists are influenced by their tropical surroundings. Umbrella Studio promotes exceptional Queensland based artists including, Ron McBurnie, Jo Lankester, Hannah Murray, Gail Mabo, Aicey Zaro and others.
more products
Support Umbrella Studio
Together since 1986 Umbrella members and supporters have created a vibrant community of participating, sharing and innovation.
We take pride in our unique part of the world and celebrate our difference. We strive to create a vibrant city by supporting the arts in education, job creation, skills development and community engagement.
Donate now