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 [4] => 38996 [5] => 38640 [6] => 32960 [7] => 39005 [8] => 38637 [9] => 39041 [10] => 39223 [11] => 39224 [12] => 39229 [13] => 39230 [14] => 39231 ) [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-04-21 17:04:34 [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] => 4 [current_post] => -1 [in_the_loop] => [comment_count] => 0 [current_comment] => -1 [found_posts] => 4 [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] => a9cdb4b951817d01684a7e2368197016 [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,38996,38640,32960,39005,38637,39041,39223,39224,39229,39230,39231) 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-04-21 07:04:34' OR (wp_postmeta.meta_value <= '2021-04-21 07:04:34' AND tribe_event_end_date.meta_value >= '2021-04-21 07:04:34' )) GROUP BY wp_posts.ID ORDER BY EventStartDate ASC, wp_posts.post_date ASC LIMIT 0, 5 [posts] => Array ( [0] => WP_Post Object ( [ID] => 38616 [post_author] => 693 [post_date] => 2021-03-12 17:45:04 [post_date_gmt] => 2021-03-12 07:45:04 [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.
This latest body of work by Lynn Scott-Cumming is comprised of unique-state prints and written texts. Employing colour, abstract shapes and symbols, the artist explores the mystery, divinity and allure of the moon.
Lynn Scott-Cumming is is a Townsville-based artist and printmaker. She holds a Master of Creative Arts (Painting and Writing) from James Cook University (JCU) and a Bachelor of Visual Arts (JCU). The artist has run numerous workshops and classes for Umbrella and local arts organisations, including printmaking, writing, painting and sculpture workshops. She has over forty years of experience in the arts (with over thirty years in Townsville), is a long-standing Umbrella volunteer, member of Umbrella's Makerspace Access Group (UMAG) and has been a Makerspace Facilitator for over 5 years.
Exhibitions Launch - 6pm Friday 16 April Access the eInvitation here and the eCatalogue here | RSVP to the Facebook event here.
Key COVID-safety messages for the launch: - Umbrella can have 140 people in attendance at any one time. - All visitors will need to provide contact details and comply with our COVID-19 Safety Plan and directives. - Visitors must not attend if they have symptoms of COVID-19. (Stay at home if you are unwell or have a cough, fever, sore throat, fatigue or shortness of breath). - Seek assistance from staff if you become unwell during the event - Maintaining physical distancing requirements is the individual's responsibility, including at the entrance to the gallery - At the time of writing the QLD government's directive for mandatory wearing of face-masks should end by Thursday 15 April 2021 prior to the exhibitions launch. Please check at these links for updated advice closer to the date.
Image: Lynn Scott-Cumming, Cracked Moon, 2020, Unique state print, 19 x 33cm.
See also: Hear from Lynn at her artist floortalk (alongside artist Martina Ah Sam) 11am Sunday 18 April 2021. Monoprinting Workshop with Lynn Scott-Cumming (in conjunction with her exhibition) 10:30am-1:30pm Sunday 9 May Also on display during this exhibition period 16 April - 23 May 2021: Genine Larin - Empathic Gestures | Ann Bartholomeusz – Shift | Martina Ah Sam – KWATYE
[post_title] => Lynn Scott-Cumming - Moon Phase: Chasing Transcendence [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => moon [to_ping] => [pinged] => [post_modified] => 2021-04-13 09:23:57 [post_modified_gmt] => 2021-04-12 23:23:57 [post_content_filtered] => [post_parent] => 0 [guid] => https://umbrella.org.au/?post_type=tribe_events&p=38616 [menu_order] => 0 [post_type] => tribe_events [post_mime_type] => [comment_count] => 0 [filter] => raw [EventStartDate] => 2021-04-15 14:00:00 [EventEndDate] => 2021-05-23 13:59:59 ) [1] => WP_Post Object ( [ID] => 38625 [post_author] => 693 [post_date] => 2021-03-12 17:46:22 [post_date_gmt] => 2021-03-12 07:46:22 [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.
This exhibition draws on Genine Larin's artistic practice of editing video footage of herself swimming. The works reflect on Australia's engagement with swimming (as a form of our national identity), on the notions of private and shared experiences, and on the freedom that swimming enables.
Image: Genine Larin, Emphatic Gestures (dark swimming) film still, HD Video with sound, 1min 24secs.
Also on display during this exhibition period 16 April - 23 May 2021: Lynn Scott-Cumming - Moon Phase: Chasing Transcendence | Ann Bartholomeusz – Shift | Martina Ah Sam – KWATYE
[post_title] => Genine Larin - Empathic Gestures [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => empathic-gestures [to_ping] => [pinged] => [post_modified] => 2021-04-09 09:47:47 [post_modified_gmt] => 2021-04-08 23:47:47 [post_content_filtered] => [post_parent] => 0 [guid] => https://umbrella.org.au/?post_type=tribe_events&p=38625 [menu_order] => 0 [post_type] => tribe_events [post_mime_type] => [comment_count] => 0 [filter] => raw [EventStartDate] => 2021-04-15 14:00:00 [EventEndDate] => 2021-05-23 13:59:59 ) [2] => WP_Post Object ( [ID] => 38630 [post_author] => 693 [post_date] => 2021-03-12 17:46:48 [post_date_gmt] => 2021-03-12 07:46:48 [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.
This exhibition presents new paintings by artist Martina Ah Sam. The artist is from Eastern Arrente and Kalkadoon Country but is now based in Townsville. The exhibition title 'Kwatye' (pronounced 'quarchar') refers to water in the artist's Arrunta language.
Martina Ah Sam is a First Nations artist now based in Townsville. Born in 1982, her father is a Kalkadoon man from the Cloncurry / Mount Isa region of north-west Queensland. Her mother is an Arrernte woman from the Eastern Arrernte tribe, from the Eastern Macdonald Ranges of the Northern Territory. Ah Sam has drawn inspiration from her artist mother Shirley Dawson, and has painted from a young age. She is passionate about passing on important cultural knowledge from her grandmother and mother to her own children. The artist has recently worked with Umbrella as a facilitator for the Young Indigenous Printmakers program, and with other arts and cultural organisations in Townsville, including Wearable Art Creatives.
Image: Martina Ah Sam, Rock Springs (detail), 2021. Acrylic on canvas, 40.6 x 50.8cm.
See also: Hear from Martina at her artist floortalk (alongside artist Lynn Scott-Cumming) 11am Sunday 18 April 2021. Also on display during this exhibition period 16 April - 23 May 2021: Lynn Scott-Cumming - Moon Phase: Chasing Transcendence | Genine Larin - Empathic Gestures | Ann Bartholomeusz – Shift
[post_title] => Martina Ah Sam - KWATYE [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => kwatye [to_ping] => [pinged] => [post_modified] => 2021-04-12 12:59:36 [post_modified_gmt] => 2021-04-12 02:59:36 [post_content_filtered] => [post_parent] => 0 [guid] => https://umbrella.org.au/?post_type=tribe_events&p=38630 [menu_order] => 0 [post_type] => tribe_events [post_mime_type] => [comment_count] => 0 [filter] => raw [EventStartDate] => 2021-04-15 14:00:00 [EventEndDate] => 2021-05-23 13:59:59 ) [3] => WP_Post Object ( [ID] => 38627 [post_author] => 693 [post_date] => 2021-03-12 17:47:19 [post_date_gmt] => 2021-03-12 07:47:19 [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.
This exhibition presents the results of the artist's three-month residency in the Makerspace, presented in partnership with PressNorth Printmakers.
Image: Ann Bartholomeusz, Sugar Shaker, digital print, 21 x 29cm.
Also on display during this exhibition period 16 April - 23 May 2021: Lynn Scott-Cumming– Moon Phase: Chasing Transcendence | Genine Larin - Empathic Gestures | Martina Ah Sam – KWATYE
[post_title] => Ann Bartholomeusz - Shift [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => ab-shift [to_ping] => [pinged] => [post_modified] => 2021-04-09 09:48:50 [post_modified_gmt] => 2021-04-08 23:48:50 [post_content_filtered] => [post_parent] => 0 [guid] => https://umbrella.org.au/?post_type=tribe_events&p=38627 [menu_order] => 0 [post_type] => tribe_events [post_mime_type] => [comment_count] => 0 [filter] => raw [EventStartDate] => 2021-04-15 14:00:00 [EventEndDate] => 2021-05-23 13:59:59 ) ) [post] => WP_Post Object ( [ID] => 38616 [post_author] => 693 [post_date] => 2021-03-12 17:45:04 [post_date_gmt] => 2021-03-12 07:45:04 [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.
This latest body of work by Lynn Scott-Cumming is comprised of unique-state prints and written texts. Employing colour, abstract shapes and symbols, the artist explores the mystery, divinity and allure of the moon.
Lynn Scott-Cumming is is a Townsville-based artist and printmaker. She holds a Master of Creative Arts (Painting and Writing) from James Cook University (JCU) and a Bachelor of Visual Arts (JCU). The artist has run numerous workshops and classes for Umbrella and local arts organisations, including printmaking, writing, painting and sculpture workshops. She has over forty years of experience in the arts (with over thirty years in Townsville), is a long-standing Umbrella volunteer, member of Umbrella's Makerspace Access Group (UMAG) and has been a Makerspace Facilitator for over 5 years.
Exhibitions Launch - 6pm Friday 16 April Access the eInvitation here and the eCatalogue here | RSVP to the Facebook event here.
Key COVID-safety messages for the launch: - Umbrella can have 140 people in attendance at any one time. - All visitors will need to provide contact details and comply with our COVID-19 Safety Plan and directives. - Visitors must not attend if they have symptoms of COVID-19. (Stay at home if you are unwell or have a cough, fever, sore throat, fatigue or shortness of breath). - Seek assistance from staff if you become unwell during the event - Maintaining physical distancing requirements is the individual's responsibility, including at the entrance to the gallery - At the time of writing the QLD government's directive for mandatory wearing of face-masks should end by Thursday 15 April 2021 prior to the exhibitions launch. Please check at these links for updated advice closer to the date.
Image: Lynn Scott-Cumming, Cracked Moon, 2020, Unique state print, 19 x 33cm.
See also: Hear from Lynn at her artist floortalk (alongside artist Martina Ah Sam) 11am Sunday 18 April 2021. Monoprinting Workshop with Lynn Scott-Cumming (in conjunction with her exhibition) 10:30am-1:30pm Sunday 9 May Also on display during this exhibition period 16 April - 23 May 2021: Genine Larin - Empathic Gestures | Ann Bartholomeusz – Shift | Martina Ah Sam – KWATYE
[post_title] => Lynn Scott-Cumming - Moon Phase: Chasing Transcendence [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => moon [to_ping] => [pinged] => [post_modified] => 2021-04-13 09:23:57 [post_modified_gmt] => 2021-04-12 23:23:57 [post_content_filtered] => [post_parent] => 0 [guid] => https://umbrella.org.au/?post_type=tribe_events&p=38616 [menu_order] => 0 [post_type] => tribe_events [post_mime_type] => [comment_count] => 0 [filter] => raw [EventStartDate] => 2021-04-15 14:00:00 [EventEndDate] => 2021-05-23 13:59:59 ) )
Workshops & Floortalks:
MONOPRINTING WORKSHOP 9 May $100-$120
Support:
VOLUNTEER WITH US IN 2021
Online programs:
CREATIVE KIDS | CREATIVE INDUSTRIES | CREATIVE SPARKS
Shop:
UMBRELLA PRINT COMMISSION 2020 | SHOP NOW
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.