The Online Conference for Music Therapy
2015 Conference: Interconnectivity in Music Therapy
[insert_php]
$tz = GMT;
if(isset($_POST[‘tz’])) {
// store the selected value for future use in DateTimeZone
$_SESSION[‘tz’] = $_POST[‘tz’];
}
else { $_SESSION[‘tz’] = ‘GMT’; }
// create an array listing the time zones
$zonelist = array(‘Kwajalein’ => ‘(GMT-12:00) International Date Line West’,
‘Pacific/Midway’ => ‘(GMT-11:00) Midway Island’,
‘Pacific/Samoa’ => ‘(GMT-11:00) Samoa’,
‘Pacific/Honolulu’ => ‘(GMT-10:00) Hawaii’,
‘America/Anchorage’ => ‘(GMT-09:00) Alaska’,
‘America/Los_Angeles’ => ‘(GMT-08:00) Pacific Time (US & Canada)’,
‘America/Tijuana’ => ‘(GMT-08:00) Tijuana, Baja California’,
‘America/Denver’ => ‘(GMT-07:00) Mountain Time (US & Canada)’,
‘America/Chihuahua’ => ‘(GMT-07:00) Chihuahua’,
‘America/Mazatlan’ => ‘(GMT-07:00) Mazatlan’,
‘America/Phoenix’ => ‘(GMT-07:00) Arizona’,
‘America/Regina’ => ‘(GMT-06:00) Saskatchewan’,
‘America/Tegucigalpa’ => ‘(GMT-06:00) Central America’,
‘America/Chicago’ => ‘(GMT-06:00) Central Time (US & Canada)’,
‘America/Mexico_City’ => ‘(GMT-06:00) Mexico City’,
‘America/Monterrey’ => ‘(GMT-06:00) Monterrey’,
‘America/New_York’ => ‘(GMT-05:00) Eastern Time (US & Canada)’,
‘America/Bogota’ => ‘(GMT-05:00) Bogota’,
‘America/Lima’ => ‘(GMT-05:00) Lima’,
‘America/Rio_Branco’ => ‘(GMT-05:00) Rio Branco’,
‘America/Indiana/Indianapolis’ => ‘(GMT-05:00) Indiana (East)’,
‘America/Caracas’ => ‘(GMT-04:30) Caracas’,
‘America/Halifax’ => ‘(GMT-04:00) Atlantic Time (Canada)’,
‘America/Manaus’ => ‘(GMT-04:00) Manaus’,
‘America/Santiago’ => ‘(GMT-04:00) Santiago’,
‘America/La_Paz’ => ‘(GMT-04:00) La Paz’,
‘America/St_Johns’ => ‘(GMT-03:30) Newfoundland’,
‘America/Argentina/Buenos_Aires’ => ‘(GMT-03:00) Georgetown’,
‘America/Sao_Paulo’ => ‘(GMT-03:00) Brasilia’,
‘America/Godthab’ => ‘(GMT-03:00) Greenland’,
‘America/Montevideo’ => ‘(GMT-03:00) Montevideo’,
‘Atlantic/South_Georgia’ => ‘(GMT-02:00) Mid-Atlantic’,
‘Atlantic/Azores’ => ‘(GMT-01:00) Azores’,
‘Atlantic/Cape_Verde’ => ‘(GMT-01:00) Cape Verde Is.’,
‘Europe/Dublin’ => ‘(GMT) Dublin’,
‘Europe/Lisbon’ => ‘(GMT) Lisbon’,
‘Europe/London’ => ‘(GMT) London’,
‘Africa/Monrovia’ => ‘(GMT) Monrovia’,
‘Atlantic/Reykjavik’ => ‘(GMT) Reykjavik’,
‘Africa/Casablanca’ => ‘(GMT) Casablanca’,
‘Europe/Belgrade’ => ‘(GMT+01:00) Belgrade’,
‘Europe/Bratislava’ => ‘(GMT+01:00) Bratislava’,
‘Europe/Budapest’ => ‘(GMT+01:00) Budapest’,
‘Europe/Ljubljana’ => ‘(GMT+01:00) Ljubljana’,
‘Europe/Prague’ => ‘(GMT+01:00) Prague’,
‘Europe/Sarajevo’ => ‘(GMT+01:00) Sarajevo’,
‘Europe/Skopje’ => ‘(GMT+01:00) Skopje’,
‘Europe/Warsaw’ => ‘(GMT+01:00) Warsaw’,
‘Europe/Zagreb’ => ‘(GMT+01:00) Zagreb’,
‘Europe/Brussels’ => ‘(GMT+01:00) Brussels’,
‘Europe/Copenhagen’ => ‘(GMT+01:00) Copenhagen’,
‘Europe/Madrid’ => ‘(GMT+01:00) Madrid’,
‘Europe/Paris’ => ‘(GMT+01:00) Paris’,
‘Africa/Algiers’ => ‘(GMT+01:00) West Central Africa’,
‘Europe/Amsterdam’ => ‘(GMT+01:00) Amsterdam’,
‘Europe/Berlin’ => ‘(GMT+01:00) Berlin’,
‘Europe/Rome’ => ‘(GMT+01:00) Rome’,
‘Europe/Stockholm’ => ‘(GMT+01:00) Stockholm’,
‘Europe/Vienna’ => ‘(GMT+01:00) Vienna’,
‘Europe/Minsk’ => ‘(GMT+02:00) Minsk’,
‘Africa/Cairo’ => ‘(GMT+02:00) Cairo’,
‘Europe/Helsinki’ => ‘(GMT+02:00) Helsinki’,
‘Europe/Riga’ => ‘(GMT+02:00) Riga’,
‘Europe/Sofia’ => ‘(GMT+02:00) Sofia’,
‘Europe/Tallinn’ => ‘(GMT+02:00) Tallinn’,
‘Europe/Vilnius’ => ‘(GMT+02:00) Vilnius’,
‘Europe/Athens’ => ‘(GMT+02:00) Athens’,
‘Europe/Bucharest’ => ‘(GMT+02:00) Bucharest’,
‘Europe/Istanbul’ => ‘(GMT+02:00) Istanbul’,
‘Asia/Jerusalem’ => ‘(GMT+02:00) Jerusalem’,
‘Asia/Amman’ => ‘(GMT+02:00) Amman’,
‘Asia/Beirut’ => ‘(GMT+02:00) Beirut’,
‘Africa/Windhoek’ => ‘(GMT+02:00) Windhoek’,
‘Africa/Harare’ => ‘(GMT+02:00) Harare’,
‘Asia/Kuwait’ => ‘(GMT+03:00) Kuwait’,
‘Asia/Riyadh’ => ‘(GMT+03:00) Riyadh’,
‘Asia/Baghdad’ => ‘(GMT+03:00) Baghdad’,
‘Africa/Nairobi’ => ‘(GMT+03:00) Nairobi’,
‘Asia/Tbilisi’ => ‘(GMT+03:00) Tbilisi’,
‘Europe/Moscow’ => ‘(GMT+03:00) Moscow’,
‘Europe/Volgograd’ => ‘(GMT+03:00) Volgograd’,
‘Asia/Tehran’ => ‘(GMT+03:30) Tehran’,
‘Asia/Muscat’ => ‘(GMT+04:00) Muscat’,
‘Asia/Baku’ => ‘(GMT+04:00) Baku’,
‘Asia/Yerevan’ => ‘(GMT+04:00) Yerevan’,
‘Asia/Yekaterinburg’ => ‘(GMT+05:00) Ekaterinburg’,
‘Asia/Karachi’ => ‘(GMT+05:00) Karachi’,
‘Asia/Tashkent’ => ‘(GMT+05:00) Tashkent’,
‘Asia/Kolkata’ => ‘(GMT+05:30) Calcutta’,
‘Asia/Colombo’ => ‘(GMT+05:30) Sri Jayawardenepura’,
‘Asia/Katmandu’ => ‘(GMT+05:45) Kathmandu’,
‘Asia/Dhaka’ => ‘(GMT+06:00) Dhaka’,
‘Asia/Almaty’ => ‘(GMT+06:00) Almaty’,
‘Asia/Novosibirsk’ => ‘(GMT+06:00) Novosibirsk’,
‘Asia/Rangoon’ => ‘(GMT+06:30) Yangon (Rangoon)’,
‘Asia/Krasnoyarsk’ => ‘(GMT+07:00) Krasnoyarsk’,
‘Asia/Bangkok’ => ‘(GMT+07:00) Bangkok’,
‘Asia/Jakarta’ => ‘(GMT+07:00) Jakarta’,
‘Asia/Brunei’ => ‘(GMT+08:00) Beijing’,
‘Asia/Chongqing’ => ‘(GMT+08:00) Chongqing’,
‘Asia/Hong_Kong’ => ‘(GMT+08:00) Hong Kong’,
‘Asia/Urumqi’ => ‘(GMT+08:00) Urumqi’,
‘Asia/Irkutsk’ => ‘(GMT+08:00) Irkutsk’,
‘Asia/Ulaanbaatar’ => ‘(GMT+08:00) Ulaan Bataar’,
‘Asia/Kuala_Lumpur’ => ‘(GMT+08:00) Kuala Lumpur’,
‘Asia/Singapore’ => ‘(GMT+08:00) Singapore’,
‘Asia/Taipei’ => ‘(GMT+08:00) Taipei’,
‘Australia/Perth’ => ‘(GMT+08:00) Perth’,
‘Asia/Seoul’ => ‘(GMT+09:00) Seoul’,
‘Asia/Tokyo’ => ‘(GMT+09:00) Tokyo’,
‘Asia/Yakutsk’ => ‘(GMT+09:00) Yakutsk’,
‘Australia/Darwin’ => ‘(GMT+09:30) Darwin’,
‘Australia/Adelaide’ => ‘(GMT+09:30) Adelaide’,
‘Australia/Canberra’ => ‘(GMT+10:00) Canberra’,
‘Australia/Melbourne’ => ‘(GMT+10:00) Melbourne’,
‘Australia/Sydney’ => ‘(GMT+10:00) Sydney’,
‘Australia/Brisbane’ => ‘(GMT+10:00) Brisbane’,
‘Australia/Hobart’ => ‘(GMT+10:00) Hobart’,
‘Asia/Vladivostok’ => ‘(GMT+10:00) Vladivostok’,
‘Pacific/Guam’ => ‘(GMT+10:00) Guam’,
‘Pacific/Port_Moresby’ => ‘(GMT+10:00) Port Moresby’,
‘Asia/Magadan’ => ‘(GMT+11:00) Magadan’,
‘Pacific/Fiji’ => ‘(GMT+12:00) Fiji’,
‘Asia/Kamchatka’ => ‘(GMT+12:00) Kamchatka’,
‘Pacific/Auckland’ => ‘(GMT+12:00) Auckland’,
‘Pacific/Tongatapu’ => ‘(GMT+13:00) Nukualofa’);
[/insert_php]
Time ([insert_php]echo $_SESSION[‘tz’];[/insert_php]) | Session Title |
[insert_php] $tz = $_SESSION[‘tz’]; $userTimezone = new DateTimeZone($tz); $gmtTimezone = new DateTimeZone(‘GMT’); $myDateTime = new DateTime(’00:00′, $gmtTimezone); $offset = $userTimezone->getOffset($myDateTime); echo date(‘H:i’, $myDateTime->format(‘U’) + $offset);[/insert_php]-[insert_php] $tz = $_SESSION[‘tz’]; $userTimezone = new DateTimeZone($tz); $gmtTimezone = new DateTimeZone(‘GMT’); $myDateTime = new DateTime(’00:30′, $gmtTimezone); $offset = $userTimezone->getOffset($myDateTime); echo date(‘H:i’, $myDateTime->format(‘U’) + $offset);[/insert_php] |
Opening |
[insert_php] $tz = $_SESSION[‘tz’]; $userTimezone = new DateTimeZone($tz); $gmtTimezone = new DateTimeZone(‘GMT’); $myDateTime = new DateTime(’00:30′, $gmtTimezone); $offset = $userTimezone->getOffset($myDateTime); echo date(‘H:i’, $myDateTime->format(‘U’) + $offset);[/insert_php]-[insert_php] $tz = $_SESSION[‘tz’]; $userTimezone = new DateTimeZone($tz); $gmtTimezone = new DateTimeZone(‘GMT’); $myDateTime = new DateTime(’02:00′, $gmtTimezone); $offset = $userTimezone->getOffset($myDateTime); echo date(‘H:i’, $myDateTime->format(‘U’) + $offset);[/insert_php] |
Keynote 1 Dr. Michael H. Thaut, PhD |
[insert_php] $tz = $_SESSION[‘tz’]; $userTimezone = new DateTimeZone($tz); $gmtTimezone = new DateTimeZone(‘GMT’); $myDateTime = new DateTime(’02:15′, $gmtTimezone); $offset = $userTimezone->getOffset($myDateTime); echo date(‘H:i’, $myDateTime->format(‘U’) + $offset);[/insert_php]-[insert_php] $tz = $_SESSION[‘tz’]; $userTimezone = new DateTimeZone($tz); $gmtTimezone = new DateTimeZone(‘GMT’); $myDateTime = new DateTime(’03:15′, $gmtTimezone); $offset = $userTimezone->getOffset($myDateTime); echo date(‘H:i’, $myDateTime->format(‘U’) + $offset);[/insert_php] |
Music Therapy with Parent-Child Dyads: The Role of Creativity in Clinical Decision Making Carol Ann Blank, MMT, MT-BC |
[insert_php] $tz = $_SESSION[‘tz’]; $userTimezone = new DateTimeZone($tz); $gmtTimezone = new DateTimeZone(‘GMT’); $myDateTime = new DateTime(’03:30′, $gmtTimezone); $offset = $userTimezone->getOffset($myDateTime); echo date(‘H:i’, $myDateTime->format(‘U’) + $offset);[/insert_php]-[insert_php] $tz = $_SESSION[‘tz’]; $userTimezone = new DateTimeZone($tz); $gmtTimezone = new DateTimeZone(‘GMT’); $myDateTime = new DateTime(’04:30′, $gmtTimezone); $offset = $userTimezone->getOffset($myDateTime); echo date(‘H:i’, $myDateTime->format(‘U’) + $offset);[/insert_php] |
Caring for the Caregivers of People with Dementia Rachelle Norman, MMT, MT-BC |
[insert_php] $tz = $_SESSION[‘tz’]; $userTimezone = new DateTimeZone($tz); $gmtTimezone = new DateTimeZone(‘GMT’); $myDateTime = new DateTime(’04:45′, $gmtTimezone); $offset = $userTimezone->getOffset($myDateTime); echo date(‘H:i’, $myDateTime->format(‘U’) + $offset);[/insert_php]-[insert_php] $tz = $_SESSION[‘tz’]; $userTimezone = new DateTimeZone($tz); $gmtTimezone = new DateTimeZone(‘GMT’); $myDateTime = new DateTime(’05:45′, $gmtTimezone); $offset = $userTimezone->getOffset($myDateTime); echo date(‘H:i’, $myDateTime->format(‘U’) + $offset);[/insert_php] |
Music Therapy to Reduce Anxiety and Stress for Individuals with Dementia Michelle Westfall, MS, MT-BC |
[insert_php] $tz = $_SESSION[‘tz’]; $userTimezone = new DateTimeZone($tz); $gmtTimezone = new DateTimeZone(‘GMT’); $myDateTime = new DateTime(’06:00′, $gmtTimezone); $offset = $userTimezone->getOffset($myDateTime); echo date(‘H:i’, $myDateTime->format(‘U’) + $offset);[/insert_php]-[insert_php] $tz = $_SESSION[‘tz’]; $userTimezone = new DateTimeZone($tz); $gmtTimezone = new DateTimeZone(‘GMT’); $myDateTime = new DateTime(’07:00′, $gmtTimezone); $offset = $userTimezone->getOffset($myDateTime); echo date(‘H:i’, $myDateTime->format(‘U’) + $offset);[/insert_php] |
An Interconnected Life: To Technology and Beyond in Paediatric Music Therapy Verena Clemencic-Jones, Registered Music Therapist Matt Ralph, Registered Music Therapist |
[insert_php] $tz = $_SESSION[‘tz’]; $userTimezone = new DateTimeZone($tz); $gmtTimezone = new DateTimeZone(‘GMT’); $myDateTime = new DateTime(’07:15′, $gmtTimezone); $offset = $userTimezone->getOffset($myDateTime); echo date(‘H:i’, $myDateTime->format(‘U’) + $offset);[/insert_php]-[insert_php] $tz = $_SESSION[‘tz’]; $userTimezone = new DateTimeZone($tz); $gmtTimezone = new DateTimeZone(‘GMT’); $myDateTime = new DateTime(’08:15′, $gmtTimezone); $offset = $userTimezone->getOffset($myDateTime); echo date(‘H:i’, $myDateTime->format(‘U’) + $offset);[/insert_php] |
Aphonic Voice of the autistic: discovery and growth in Music Therapy Dora Psaltopoulou-Kamini, PhD, Certified Music Therapist |
[insert_php] $tz = $_SESSION[‘tz’]; $userTimezone = new DateTimeZone($tz); $gmtTimezone = new DateTimeZone(‘GMT’); $myDateTime = new DateTime(’08:30′, $gmtTimezone); $offset = $userTimezone->getOffset($myDateTime); echo date(‘H:i’, $myDateTime->format(‘U’) + $offset);[/insert_php]-[insert_php] $tz = $_SESSION[‘tz’]; $userTimezone = new DateTimeZone($tz); $gmtTimezone = new DateTimeZone(‘GMT’); $myDateTime = new DateTime(’09:30′, $gmtTimezone); $offset = $userTimezone->getOffset($myDateTime); echo date(‘H:i’, $myDateTime->format(‘U’) + $offset);[/insert_php] |
Your Supervision Journey: How to use supervision to enhance your professional life Natalie Jack, Registered Music Therapist |
[insert_php] $tz = $_SESSION[‘tz’]; $userTimezone = new DateTimeZone($tz); $gmtTimezone = new DateTimeZone(‘GMT’); $myDateTime = new DateTime(’09:45′, $gmtTimezone); $offset = $userTimezone->getOffset($myDateTime); echo date(‘H:i’, $myDateTime->format(‘U’) + $offset);[/insert_php]-[insert_php] $tz = $_SESSION[‘tz’]; $userTimezone = new DateTimeZone($tz); $gmtTimezone = new DateTimeZone(‘GMT’); $myDateTime = new DateTime(’10:45′, $gmtTimezone); $offset = $userTimezone->getOffset($myDateTime); echo date(‘H:i’, $myDateTime->format(‘U’) + $offset);[/insert_php] |
The status of music therapy in Poland Krzysztof Stachyra, PhD, MT-BC |
[insert_php] $tz = $_SESSION[‘tz’]; $userTimezone = new DateTimeZone($tz); $gmtTimezone = new DateTimeZone(‘GMT’); $myDateTime = new DateTime(’11:00′, $gmtTimezone); $offset = $userTimezone->getOffset($myDateTime); echo date(‘H:i’, $myDateTime->format(‘U’) + $offset);[/insert_php]-[insert_php] $tz = $_SESSION[‘tz’]; $userTimezone = new DateTimeZone($tz); $gmtTimezone = new DateTimeZone(‘GMT’); $myDateTime = new DateTime(’12:30′, $gmtTimezone); $offset = $userTimezone->getOffset($myDateTime); echo date(‘H:i’, $myDateTime->format(‘U’) + $offset);[/insert_php] |
Keynote 2 Prof. (FH) Priv. Doz. Mag. Dr. Gerhard Tucek |
[insert_php] $tz = $_SESSION[‘tz’]; $userTimezone = new DateTimeZone($tz); $gmtTimezone = new DateTimeZone(‘GMT’); $myDateTime = new DateTime(’12:45′, $gmtTimezone); $offset = $userTimezone->getOffset($myDateTime); echo date(‘H:i’, $myDateTime->format(‘U’) + $offset);[/insert_php]-[insert_php] $tz = $_SESSION[‘tz’]; $userTimezone = new DateTimeZone($tz); $gmtTimezone = new DateTimeZone(‘GMT’); $myDateTime = new DateTime(’13:45′, $gmtTimezone); $offset = $userTimezone->getOffset($myDateTime); echo date(‘H:i’, $myDateTime->format(‘U’) + $offset);[/insert_php] |
When East Meets West: Advocating Music Therapy in a New Territory Angel Leung, MM, MT-BC |
[insert_php] $tz = $_SESSION[‘tz’]; $userTimezone = new DateTimeZone($tz); $gmtTimezone = new DateTimeZone(‘GMT’); $myDateTime = new DateTime(’14:00′, $gmtTimezone); $offset = $userTimezone->getOffset($myDateTime); echo date(‘H:i’, $myDateTime->format(‘U’) + $offset);[/insert_php]-[insert_php] $tz = $_SESSION[‘tz’]; $userTimezone = new DateTimeZone($tz); $gmtTimezone = new DateTimeZone(‘GMT’); $myDateTime = new DateTime(’15:00′, $gmtTimezone); $offset = $userTimezone->getOffset($myDateTime); echo date(‘H:i’, $myDateTime->format(‘U’) + $offset);[/insert_php] |
Good Vibrations: Sound Stimulation, Rhythmic Sensory Stimulation and Alzheimer’s Disease Amy Clements-Cortes, PhD, MT-BC, Music Therapist Accredited, Fellow of the Association for Music and Imagery Heidi Ahonen, PhD, Music Therapist Accredited, Fellow of the Association for Music and Imagery Morris Freedman, MD Lee Bartel, PhD |
[insert_php] $tz = $_SESSION[‘tz’]; $userTimezone = new DateTimeZone($tz); $gmtTimezone = new DateTimeZone(‘GMT’); $myDateTime = new DateTime(’15:15′, $gmtTimezone); $offset = $userTimezone->getOffset($myDateTime); echo date(‘H:i’, $myDateTime->format(‘U’) + $offset);[/insert_php]-[insert_php] $tz = $_SESSION[‘tz’]; $userTimezone = new DateTimeZone($tz); $gmtTimezone = new DateTimeZone(‘GMT’); $myDateTime = new DateTime(’16:15′, $gmtTimezone); $offset = $userTimezone->getOffset($myDateTime); echo date(‘H:i’, $myDateTime->format(‘U’) + $offset);[/insert_php] |
Music Therapy in Russia: History, Current Practices, and Perspectives Alisa Apreleva, M.A., MT-BC |
[insert_php] $tz = $_SESSION[‘tz’]; $userTimezone = new DateTimeZone($tz); $gmtTimezone = new DateTimeZone(‘GMT’); $myDateTime = new DateTime(’16:30′, $gmtTimezone); $offset = $userTimezone->getOffset($myDateTime); echo date(‘H:i’, $myDateTime->format(‘U’) + $offset);[/insert_php]-[insert_php] $tz = $_SESSION[‘tz’]; $userTimezone = new DateTimeZone($tz); $gmtTimezone = new DateTimeZone(‘GMT’); $myDateTime = new DateTime(’17:30′, $gmtTimezone); $offset = $userTimezone->getOffset($myDateTime); echo date(‘H:i’, $myDateTime->format(‘U’) + $offset);[/insert_php] |
The Effects of Mood Sequence Formulas™ in Adult Clients Judith Pinkerton, MT-BC/L Barbara Reuer, PhD, MT-BC/L Rae Sirott, LCSW,MT-BC/L Becky Wellman, PhD, MT-BC/L, DT |
[insert_php] $tz = $_SESSION[‘tz’]; $userTimezone = new DateTimeZone($tz); $gmtTimezone = new DateTimeZone(‘GMT’); $myDateTime = new DateTime(’17:45′, $gmtTimezone); $offset = $userTimezone->getOffset($myDateTime); echo date(‘H:i’, $myDateTime->format(‘U’) + $offset);[/insert_php]-[insert_php] $tz = $_SESSION[‘tz’]; $userTimezone = new DateTimeZone($tz); $gmtTimezone = new DateTimeZone(‘GMT’); $myDateTime = new DateTime(’18:45′, $gmtTimezone); $offset = $userTimezone->getOffset($myDateTime); echo date(‘H:i’, $myDateTime->format(‘U’) + $offset);[/insert_php] |
Music education and music therapy. Contant surfaces and boundaries MMag. Barbara Schnetzinger |
[insert_php] $tz = $_SESSION[‘tz’]; $userTimezone = new DateTimeZone($tz); $gmtTimezone = new DateTimeZone(‘GMT’); $myDateTime = new DateTime(’19:00′, $gmtTimezone); $offset = $userTimezone->getOffset($myDateTime); echo date(‘H:i’, $myDateTime->format(‘U’) + $offset);[/insert_php]-[insert_php] $tz = $_SESSION[‘tz’]; $userTimezone = new DateTimeZone($tz); $gmtTimezone = new DateTimeZone(‘GMT’); $myDateTime = new DateTime(’20:00′, $gmtTimezone); $offset = $userTimezone->getOffset($myDateTime); echo date(‘H:i’, $myDateTime->format(‘U’) + $offset);[/insert_php] |
Need some novelty? Favorite instruments and props to spice up your sessions Anita L. Gadberry, PhD, MT-BC, David L. Gadberry, PhD |
[insert_php] $tz = $_SESSION[‘tz’]; $userTimezone = new DateTimeZone($tz); $gmtTimezone = new DateTimeZone(‘GMT’); $myDateTime = new DateTime(’20:15′, $gmtTimezone); $offset = $userTimezone->getOffset($myDateTime); echo date(‘H:i’, $myDateTime->format(‘U’) + $offset);[/insert_php]-[insert_php] $tz = $_SESSION[‘tz’]; $userTimezone = new DateTimeZone($tz); $gmtTimezone = new DateTimeZone(‘GMT’); $myDateTime = new DateTime(’21:15′, $gmtTimezone); $offset = $userTimezone->getOffset($myDateTime); echo date(‘H:i’, $myDateTime->format(‘U’) + $offset);[/insert_php] |
Connecting the Dots: Laying Foundations for Perinatal MT Practices through Peer Supervision Heidi Lengel, MMT, MT-BC, CD(SBD) Kate Taylor, MAMT, MT-BC, Birth Doula |
[insert_php] $tz = $_SESSION[‘tz’]; $userTimezone = new DateTimeZone($tz); $gmtTimezone = new DateTimeZone(‘GMT’); $myDateTime = new DateTime(’21:30′, $gmtTimezone); $offset = $userTimezone->getOffset($myDateTime); echo date(‘H:i’, $myDateTime->format(‘U’) + $offset);[/insert_php]-[insert_php] $tz = $_SESSION[‘tz’]; $userTimezone = new DateTimeZone($tz); $gmtTimezone = new DateTimeZone(‘GMT’); $myDateTime = new DateTime(’22:30′, $gmtTimezone); $offset = $userTimezone->getOffset($myDateTime); echo date(‘H:i’, $myDateTime->format(‘U’) + $offset);[/insert_php] |
Serving the LGBTQ Community: Exploring Attitudes and Education Within the Music Therapy Profession Annette Whitehead-Pleaux, MA, MT-BC Leah Oswanski, MA, LPC, MT-BC Xueli Tan, MM, MT-BC Spencer Hardy, MT-BC |
[insert_php] $tz = $_SESSION[‘tz’]; $userTimezone = new DateTimeZone($tz); $gmtTimezone = new DateTimeZone(‘GMT’); $myDateTime = new DateTime(’22:45′, $gmtTimezone); $offset = $userTimezone->getOffset($myDateTime); echo date(‘H:i’, $myDateTime->format(‘U’) + $offset);[/insert_php]-[insert_php] $tz = $_SESSION[‘tz’]; $userTimezone = new DateTimeZone($tz); $gmtTimezone = new DateTimeZone(‘GMT’); $myDateTime = new DateTime(’23:45′, $gmtTimezone); $offset = $userTimezone->getOffset($myDateTime); echo date(‘H:i’, $myDateTime->format(‘U’) + $offset);[/insert_php] |
Facilitating Cognitive Outcomes in Children: Current Research and Clinical Techniques Blythe LaGasse, PhD, MT-BC |
[insert_php] $tz = $_SESSION[‘tz’]; $userTimezone = new DateTimeZone($tz); $gmtTimezone = new DateTimeZone(‘GMT’); $myDateTime = new DateTime(’23:50′, $gmtTimezone); $offset = $userTimezone->getOffset($myDateTime); echo date(‘H:i’, $myDateTime->format(‘U’) + $offset);[/insert_php]-[insert_php] $tz = $_SESSION[‘tz’]; $userTimezone = new DateTimeZone($tz); $gmtTimezone = new DateTimeZone(‘GMT’); $myDateTime = new DateTime(’00:30′, $gmtTimezone); $offset = $userTimezone->getOffset($myDateTime); echo date(‘H:i’, $myDateTime->format(‘U’) + $offset);[/insert_php] |
Closing |
General Abstract:
The Online Conference for Music Therapy (OCMT) is a virtual meeting through which music therapists from around the world can learn and interact. This conference is presented in a 24 hour live format through an online platform. Each session will be recorded and will be made available to all participants following the live session for viewing at their convenience.
General Format:
The Online Conference for Music Therapy is currently using AnyMeeting as our online platform through which presenters can utilize lecture, media, and demonstrations.
Prerequisites:
Participants only need a computer or tablet with internet access to participate in the Online Conference for Music Therapy. Alternately, participants can attend sessions live (though no access to recordings later) through a phone line connection as well.