Sandplay Ohio
  • Home
  • What is Sandplay?
    • Sandplay Innovators >
      • Dora Kalff, founder
      • Carl Jung
      • Margaret Lowenfeld
      • Sandplay Therapists of America
  • Training opportunities
  • Contact me
  • About me
  • Map to my office
  • Program Brochures
  • Sand picture images
  • Jungian terms
  • Non Sandplay Training Opportunities, brochures and registration

Training Opportunities: 
__________________
You may contact me at sandplayohio@gmail.com for program information or to be put on my internal email list.


NEW on line trainings 2021
This program is filling up fast. Register soon to guarantee a spot.

Sandplay Ohio presents
Linda Cunningham, Ph.D.,MFT, CST-T
“Exploring the Shadow in Sandplay”
Sun. February 7, 2021, 1:00-4:10
Online live interactive training

Fee: $60

https://www.sandplaytrainingworldwide.com/register-for-a-course
Shadow is one of the archetypes Carl Jung developed in his theory of the psyche. This program will develop our concept of the shadow and help to recognize it in therapy and sandpictures. It is intended for therapists of all disciplines. 
Exploring our shadow takes us on a journey into the unconscious, a journey of individuation. Shadow work is a major part of all clients' work in the sand. After exploring the Jungian theory of shadow, we will work with sandplay case material to see how shadow might appear in clients' sandplay and how shadow material becomes integrated. This training includes didactic and case material, as well as experiential exercises and small group interaction to provide personal experience of the shadow, leading to new insights.
 
3 CEU hours for social workers and counselors approved by the Ohio Social Worker, Counselor, and Marriage and Family Therapist Board. 
Counselors and social workers: #RCS051205; 
MFTs # RTX071301

Approved for CEU credit in Indiana pursuant to Ind. Code 25-1-4-0.2 
About the presenter: 
Linda Cunningham, PhD, MFT, MHC, CST-T is a certified teaching member of STA & ISST and the author of Sandplay and the Clinical Relationship (2013). Over the past twenty years, she has written many articles for the Journal of Sandplay Therapy on the topic of the therapeutic relationship in sandplay and is a frequent presenter at conferences. A former core faculty member of the Sonoma State University Depth Psychology Program and the California Institute of Integral Studies CIP Program, Dr. Cunningham currently provides online sandplay training. She resides in Gig Harbor, Washington and provides both telehealth and online sandplay consultation for groups and individuals. In her private practice in Gig Harbor, Dr. Cunningham works with adults suffering from anxiety, depression, blocked creativity, relationship issues and early relational trauma. 
 
Learning Objectives
1. Define "shadow from a Jungian perspective
2. Explain the importance of shadow in individuation
3. Discuss the role of the ego in relating to shadow
4. Describe how sandplay therapy helps clients integrate shadow
Course Schedule
1:00-1:15 pm          Introduction
1:15-1:45 pm          The Realm and Functions of Shadow
1:45-2:30 pm          Case Material Revealing Shadow
2:30-2:40 pm          Break
2:40-2:55 pm          Case Material Revealing Shadow
2:55-3:10 pm          Shadow Exercise
3:10-3:40 pm          Small Group Discussion
3:40-4:10 pm          Group discussion
Due to the small size of these trainings, cancellations will receive a refund minus a $10 processing fee until Jan. 28, 2021.  Once the handouts are sent, you will not be able to cancel.  We have must at least 8 registrants for the program to proceed.  

 Registration                           $60 postmarked by Jan 31, 2021
Students with Student ID,       $50 by Jan. 31, 2021
USE THIS LINK TO REGISTER
https://www.sandplaytrainingworldwide.com/register-for-a-course
​

Contact Barbara Brugler, LISW-S, CST-T at sandplayohio@gmail.com if you have questions. Text 614-430-3260.



<div id="smart-button-container"> <div style="text-align: center"><label for="description">Professional services </label><input type="text" name="descriptionInput" id="description" maxlength="127" value=""></div> <p id="descriptionError" style="visibility: hidden; color:red; text-align: center;">Please enter a description</p> <div style="text-align: center"><label for="amount"> </label><input name="amountInput" type="number" id="amount" value="" ><span> USD</span></div> <p id="priceLabelError" style="visibility: hidden; color:red; text-align: center;">Please enter a price</p> <div id="invoiceidDiv" style="text-align: center; display: none;"><label for="invoiceid"> </label><input name="invoiceid" maxlength="127" type="text" id="invoiceid" value="" ></div> <p id="invoiceidError" style="visibility: hidden; color:red; text-align: center;">Please enter an Invoice ID</p> <div style="text-align: center; margin-top: 0.625rem;" id="paypal-button-container"></div> </div> <script src="https://www.paypal.com/sdk/js?client-id=sb&currency=USD" data-sdk-integration-source="button-factory"></script> <script> function initPayPalButton() { var description = document.querySelector('#smart-button-container #description'); var amount = document.querySelector('#smart-button-container #amount'); var descriptionError = document.querySelector('#smart-button-container #descriptionError'); var priceError = document.querySelector('#smart-button-container #priceLabelError'); var invoiceid = document.querySelector('#smart-button-container #invoiceid'); var invoiceidError = document.querySelector('#smart-button-container #invoiceidError'); var invoiceidDiv = document.querySelector('#smart-button-container #invoiceidDiv'); var elArr = [description, amount]; if (invoiceidDiv.firstChild.innerHTML.length > 1) { invoiceidDiv.style.display = "block"; } var purchase_units = []; purchase_units[0] = {}; purchase_units[0].amount = {}; function validate(event) { return event.value.length > 0; } paypal.Buttons({ style: { color: 'gold', shape: 'rect', label: 'paypal', layout: 'vertical', }, onInit: function (data, actions) { actions.disable(); if(invoiceidDiv.style.display === "block") { elArr.push(invoiceid); } elArr.forEach(function (item) { item.addEventListener('keyup', function (event) { var result = elArr.every(validate); if (result) { actions.enable(); } else { actions.disable(); } }); }); }, onClick: function () { if (description.value.length < 1) { descriptionError.style.visibility = "visible"; } else { descriptionError.style.visibility = "hidden"; } if (amount.value.length < 1) { priceError.style.visibility = "visible"; } else { priceError.style.visibility = "hidden"; } if (invoiceid.value.length < 1 && invoiceidDiv.style.display === "block") { invoiceidError.style.visibility = "visible"; } else { invoiceidError.style.visibility = "hidden"; } purchase_units[0].description = description.value; purchase_units[0].amount.value = amount.value; if(invoiceid.value !== '') { purchase_units[0].invoice_id = invoiceid.value; } }, createOrder: function (data, actions) { return actions.order.create({ purchase_units: purchase_units, }); }, onApprove: function (data, actions) { return actions.order.capture().then(function (details) { alert('Transaction completed by ' + details.payer.name.given_name + '!'); }); }, onError: function (err) { console.log(err); } }).render('#paypal-button-container'); } initPayPalButton(); </script>_______________________________________________








      
Powered by Create your own unique website with customizable templates.