The Online Conference for Music Therapy
2016 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] |
Introductions, How-To Use the Platform; Instructions for CMTE Participant;s and General Information |
[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. Dale Taylor, Ph.D. |
[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] |
Autism Discourse: Ethically Navigating Hot Button Topics in the Autism Community C.J. Shiloh, 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] |
Finding the Light, Letting it Shine! Carolyn Bowes 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] |
The Importance of Understanding Auditory Processing in Music Therapy Lillieth Grand, 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] |
V+E+R=O: A four-step formula to help manage change throughout your career! Tim Ringgold, MT-BC |
[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] |
A Neuropsychotherapeutic perspective of Music Therapy: Translating research into practice. Claire Stephensen, Registered 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] |
The role of music therapy in relationship therapy Carol Lotter, MMus(Music Therapy), HPCSA registered music therapist, Fellow of the Association for Music and Imagery |
[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] |
Expanding music therapy research in the surgical arena Jaclyn Bradley Palmer, MM, 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 Dr. Mercedes Pavlicevic |
[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] |
The Effects of Music on Pain: A Meta-Analysis Jin-Hyung Lee, PhD, MT-BC, KCMT |
[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] |
WFMT 30th Anniversary: Celebrating our History, Growth and Role in Expanding Horizons Amy Clements-Cortes, PhD, RP, MT-BC, Music Therapist Accredited; Gene Behrens, PhD, MT-BC; Annabelle Brault, BMT; Anita L. Gadberry, PhD, MT-BC; Annie Heiderscheit, PhD, MT-BC; Aksana Kavaliova-Moussi, MMT, Music Therapist Accredited; Melissa Mercadal Brotons, PhD, MT-BC, REMTA; Baishali Mukherjee, PhD; Sumathy Sundar, PhD; Daniel B. Tague, PhD, MT-BC |
[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] |
Intermodality as a National Peculiarity: Russian Take on Music Therapy Anton Cherepanov, MA; Anastasia Beltyukova, MA; Ekaterina Urlina, MA; Alisa Apreleva, MA, BMT, MT-BC, SBD |
[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 Greek traditional lament in a child’s bereavement music therapy. Mitsi Akoyunoglou-Christou, PhD, Registered Music Therapist |
[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] |
Expanding Clinical Horizons through Evidence Based Practice Caitlin Krater, MS, MT-BC, Katherine Myers-Coffman, MS, MT-BC |
[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] |
Insight into Working with Oncology Patients: Evidence Based Practice and Personal Experience Lisa M. Gallagher, MA, MT-BC |
[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] |
Unpacking the tacit knowledge of music therapists working with parent-child dyads Carol Ann Blank, ABD (Drexel University), MMT, MT-BC |
[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] |
Active Music Therapy in the Treatment of Physical Improvement in Rehabilitation Demian Kogutek, BMT, MMT, Music Therapist Accredited |
[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] |
Neurologic Music Therapy – Addressing the Movement Differences of Autism While Assuming Competence Karyn (Casey) DePriest, 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] |
Conference Closing Session; Wrap-Up; CMTE Participant Reminders |
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 WizIQ 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.