Mindful Connections for Trauma Sensitive Practices
May 2 @ 9:00 am - 10:30 am
MC4TSP will explore how to hold space, provide support, and give meditation instruction in ways that are sensitive to experiences of trauma.
This curriculum recognizes that one key to reducing harm is to understand the mechanisms of trauma and the role of meditation/mindfulness practices in either promoting healing or creating harm. This course is designed for those who have done our Mindful Connections introductory program, have had an equivalent experience (20+ hours social emotional regulation and mindfulness programming, such as MBSR), or who have a deep and regular mindfulness practice and who teach or guide others to use meditation/mindfulness practices.
Meditation practices can promote personal healing and support recovery from trauma. At the same time, being still and noticing our thoughts, physical sensations and emotions can give rise to memories of traumatic events. When a traumatic event occurs in our life, our brain stores it incorrectly, often without a “time and place stamp”. Thus, simply recalling the event can feel as if it’s happening all over again, which can be re-traumatizing. It’s extremely important that we notice when a mindfulness practice is prompting intrusive thoughts or traumatic memories and guide practice in ways that don’t cause emotional or physical dysregulation or harm.
The Mindful Connections for Trauma Sensitive Practices curriculum is a 13.5-hour program consisting of nine, 1.5 hour sessions. You will learn:
What’s at the intersection of mindfulness and trauma
About the window of tolerance: a framework to track regulation
How to be trauma sensitive when facilitating mindfulness
How to be proactive in creating and generating safety
Understanding trauma further with interoception and exteroception
Social context and trauma
Building resilience, resources, and self-compassion
All classes will be held on zoom starting Saturday, May 2 and continue for 9 weeks, ending June 27. The classes will be held from 9:00 -10:30 AM EST.
Required Book:
This class requires that you purchase David Treleaven’s Trauma-Sensitive Mindfulness: Practices for Safe and Transformative Healing (2018). It is available new through the publisher at: https://wwnorton.com/books/9780393709780
It can also be purchased new or used or for kindle at: https://www.amazon.com/dp/0393709787/ref=cm_sw_su_dp
Facilitator: This course will be facilitated by Sheba Gittens. Sheba is a Compassionate Joy & Liberation HeArtivist and the Co-Director of YogaRoots On Location Yoga Teacher Training. She | They is the Mother (Guide) to Alioune and sister to humanity. Sheba is an ancestor returned living in this iteration of the world. She is a heArtivist, Arts Educator, Co-creator of Space, Facilitator of Joy, Organizer with Community, and a Weaver of Truth. Sheba received her BA in Africana Studies from the University of Pittsburgh and has spent her career in the practice of equity and justice. She is a certified Wellness Coach (Institute for Integrative Nutrition), a Prenatal Yoga Instructor (SoulWork), and a 200-hr Raja Yoga Instructor (Yoga Roots on Location). Utilizing a multitude of mediums, Sheba presents workshops, co-creates integrative arts experiences, facilitates affinity group spaces with Folks of the Global Majority, and exists as a member of humanity. Through her role with YogaRoots On Location, she bears witness and holds space for the healing and self-discovery that nurture individual and communal balance.
FAQs
What is the time commitment in between sessions?
There is a 1-2 hour time commitment between sessions. Meeting with another participant weekly to check in. At home work – follow up reading, viewing or listening from resources provided. Reading assigned chapters from David Treleaven’s Trauma-Sensitive Mindfulness: Practices for Safe and Transformative Healing (2018).
How can I contact the organizers with any questions?
If you have any questions, feel free to be in touch by email: Dawn@awakenpittsurgh.org
By registering for this event, you’ll also be added to The Ripple Effect, Awaken Pittsburgh’s newsletter, so we can keep you informed about upcoming events, resources, and community offerings. You may unsubscribe at any time.
jQuery(function(){
// Images
//begin updates to alternate text, title, and aria-label if needed only
var imgCnt = 1;
jQuery('img').each(function () {
var curAlt = jQuery(this).attr('alt');
var curTitle = jQuery(this).attr('title');
var curAriaLbl = jQuery(this).attr('aria-label');
var curImgPrnts = jQuery(this).parents().map(function () {
return this.tagName;
})
.get()
.join(', ');
//no alt text or empty alt text or undefined
if (!curAlt || curAlt === '' || curAlt === 'undefined') {
jQuery(this).attr('alt', ''); //decorative
if (curImgPrnts.includes('A,') || curImgPrnts.includes(' A ')) {
jQuery(this).attr('alt', 'Image link #' + imgCnt);
if (!curTitle || curTitle === '' || curTitle === 'undefined') {
} else {
jQuery(this).attr('title', curTitle);
}
if (!curAriaLbl || curAriaLbl === '' || curAriaLbl === 'undefined') {
if (!curTitle || curTitle === '' || curTitle === 'undefined') {
} else {
jQuery(this).attr('aria-label', curTitle);
}
} else {
/*add it back in*/
jQuery(this).attr('aria-label', curAriaLbl);
}
} else {
//if empty then should not contain title or aria-label
jQuery(this).removeAttr('aria-label');
jQuery(this).removeAttr('title');
}
} else {
//alt present so we should leave alt alone
jQuery(this).attr('alt', curAlt);
//if title present add an aria-label as well
if (!curTitle || curTitle === '' || curTitle === 'undefined') {
}
else {
/*Add title back in*/
jQuery(this).attr('title', curTitle);
//first check to make sure it doesn't already have aria-label
if (!curAriaLbl || curAriaLbl === '' || curAriaLbl === 'undefined') {
jQuery(this).attr('aria-label', curTitle);
} else {
/*add it back in*/
jQuery(this).attr('aria-label', curAriaLbl);
}
}
}
imgCnt++;
});
//end updates to alternate text, title, and aria-label if needed only
var h1Cnt = 0;
jQuery("h1").each(function () {
h1Cnt++;
});
if(h1Cnt == 0){
jQuery("#main").prepend('<div role="region" aria-label="Main Heading"><h1 class="sr-only">' + jQuery("title").html() + '</h1></div>');
}
/*shortcut not contained within previous navigation container - setup for unique landmark*/
jQuery("#wp-toolbar").removeAttr("role").removeAttr("aria-label");
jQuery("#wpadminbar").attr("role", "navigation");
jQuery("#wpadminbar").attr("aria-label", "Toolbar");
var navCnt = 1;
jQuery("nav").each( function(){
jQuery(this).attr("aria-label","Navigation Menu #"+navCnt);
navCnt++;
});
//location map
jQuery('iframe').each(function(){
var curTarget = String(jQuery(this).attr('src'));
if(curTarget.includes('google') && curTarget.includes('map')){
jQuery(this).attr('aria-label','Google Map');
}
});
//remove role from ul, li, buttons, and a = you can't change the default purpose on these without changing all the others
setTimeout(function(){
jQuery('#menu-desktop-menu').removeAttr('role');
jQuery('#menu-desktop-menu').find('a').each(function(){
var curRole = String(jQuery(this).attr('role'));
if(curRole.includes('menuitem')){
jQuery(this).removeAttr('role');
}
});
jQuery('#menu-desktop-menu').find('button').each(function(){
var curRole = String(jQuery(this).attr('role'));
if(curRole.includes('menuitem')){
jQuery(this).removeAttr('role');
}
});
jQuery('#menu-desktop-menu').find('li').each(function(){
var curRole = String(jQuery(this).attr('role'));
if(curRole.includes('none')){
jQuery(this).removeAttr('role');
}
});
},1200);
//fix discernible links
var curCnt = 1;
jQuery('body').find('a').each(function(){
var curContent = String(jQuery(this).html());
var curhref = String(jQuery(this).attr('href'));
if(curContent === ''){
if(curhref === ''){
jQuery(this).append('<span class="sr-only">Link #'+curCnt+'</span>');
}else{
jQuery(this).append('<span class="sr-only">Link: '+curhref+'</span>');
}
}
});
setTimeout(function(){
jQuery('a[data-brz-link-type="external"]').each(function(){
jQuery(this).attr('aria-label','opens in new window or tab').attr('role','button');
});
}, 1500);
});
( function ( body ) {
'use strict';
body.className = body.className.replace( /\btribe-no-js\b/, 'tribe-js' );
} )( document.body );
var tribe_l10n_datatables = {"aria":{"sort_ascending":": activate to sort column ascending","sort_descending":": activate to sort column descending"},"length_menu":"Show _MENU_ entries","empty_table":"No data available in table","info":"Showing _START_ to _END_ of _TOTAL_ entries","info_empty":"Showing 0 to 0 of 0 entries","info_filtered":"(filtered from _MAX_ total entries)","zero_records":"No matching records found","search":"Search:","all_selected_text":"All items on this page were selected. ","select_all_link":"Select all pages","clear_selection":"Clear Selection.","pagination":{"all":"All","next":"Next","previous":"Previous"},"select":{"rows":{"0":"","_":": Selected %d rows","1":": Selected 1 row"}},"datepicker":{"dayNames":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"dayNamesShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"dayNamesMin":["S","M","T","W","T","F","S"],"monthNames":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthNamesShort":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthNamesMin":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"nextText":"Next","prevText":"Prev","currentText":"Today","closeText":"Done","today":"Today","clear":"Clear"}};