This event has passed
Start Date
10:00 PM, 13 September 2020 (UTC)
End Date
10:00 PM, 13 September 2020 (UTC)
//formats minutes to be always double digits function fixMinutes(mins) { if
(mins < 10) { return "0" + mins; } return mins; } //formats hours to be always
double digits function fixHours(hours) { if (hours < 10) { return "0" + hours; }
return hours; } function formatAMPM(hours, minutes){ var cycle = " am"; if
(hours > 11) { hours = hours - 12; cycle = " pm"; } if (hours == 0) { hours =
12; } return hours + "." + minutes + cycle; } //formats the time to display in
DAY MONTH DATE 24HRSTART-24HRFINISH function formatTime(d) { //return
dayArray[d.getDay()] + " " + monthArray[d.getMonth()] + " " + d.getDate() +
" " + fixHours(d.getHours()) + fixMinutes(d.getMinutes()) + "-" +
fixHours(((d.getHours() + 2) % 24)) + fixMinutes(d.getMinutes()); return (
formatAMPM(d.getHours(), d.getMinutes()) + " - " + formatAMPM((d.getHours() +
2), d.getMinutes())); } function formatDate(d) { var dayArray = ["Sunday",
"Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"]; var
monthArray = ["January", "February", "March", "April", "May", "June", "July",
"August", "Sep", "October", "November", "December"]; return
dayArray[d.getDay()] + " " + d.getDate() + " " + MonthArray[d.getMonth()] +
" " + d.getFullYear(); } //retrieves the minutes from last midnight function
minsFromMidnight(d) { return d.getHours() * 60 + d.getMinutes(); } //converts
from minutes from last midnight back to HH/MM format function
minsToHoursMins(mins) { var hours = Math.floor(mins/60); var minutes = mins %
60; return [hours, minutes]; } //takes browser information and calculates the
converted time of the workshop function convertToLocal (d, c) { var melbMins =
minsFromMidnight(d); var newDate = d.getDate(); var convertedMins = melbMins +
c; var newHours = minsToHoursMins(convertedMins)[0]; var newMins =
minsToHoursMins(convertedMins)[1]; return new Date(d.getFullYear(),
d.getMonth(), newDate, newHours, newMins, d.getSeconds(), d.getMilliseconds()) }
function displayWorkshopTime() { /* uncomment the date you need (below the
corresponding title) */ //Wednesday 30 September 5:00pm var d1 = new Date(2020,
8, 30, 17, 00, 00, 00); //Wednesday 9 September 7:00pm var d2 = new Date(2020,
8, 9, 19, 00, 00, 00); //Thursday 10 September 9:00am var d3 = new Date(2020, 8,
10, 09, 00, 00, 00); //Thursday 10 September 5:00pm var d4 = new Date(2020, 8,
10, 17, 00, 00, 00); //Thursday 10 September 7:00pm var d5 = new Date(2020, 8,
10, 19, 00, 00, 00); //Friday 11 September 9:00am var d6 = new Date(2020, 8, 11,
09, 00, 00, 00); //Friday 11 September 5:00pm var d7 = new Date(2020, 8, 11, 17,
00, 00, 00); //Friday 11 September 7:00pm var d8 = new Date(2020, 8, 11, 19, 00,
00, 00); //gets users local timezone based off their device var local = new
Date(); //gets time offset from UTC in minutes var offset =
-(local.getTimezoneOffset()); //gets time relative to AEST var compareToAEST =
offset - 600; /* THESE DISPLAY THE TIME ON THE WEBPAGE In order for the script
to do anything whatever HTML object you would like to insert the time into be it
a paragraph or a box or a button etc, will need to have an ID tag matching the
quoted text. i.e. id = "workshop1" MUST be in the opening tag
NIODA is offering alumni and friends of NIODA a valuable opportunity to refresh your organisation dynamics understanding through participation in a small study group. The study group offers intensive exploration of small group dynamics through the traditional Tavistock style study group method. In this, the participant group explore their own conscious and unconscious patterns of small group behaviour in the ‘here and now’ using group/system-level analysis. This design encourages in-depth ‘learning through experience’ as well as laying a theoretical foundation for understanding interpersonal group dynamics.
Through this experience, it is anticipated participants will increase their capacity to identify, analyse and manage workgroup dynamics; to appreciate the emotional labour of work, and to enable constructive leader-follower relations.
The direct group experience is supplemented by critical discussion of selected theories and models of group dynamics.
Your learning will be supported with weekly readings.
Professor Susan Long will lead and manage the sessions, along with taking up the consultant role to the study group.
AUD $1,100 for seven live interactive online two-hour sessions
The study group will be fully interactive and online. The commitment is for seven, two-hour sessions on Wednesday evenings 5 – 7 pm (Melbourne time). The two hours will involve one hour of a traditional Group Relations style small study group and one hour of reflection, development of working hypotheses and links to work.
5 – 7 pm 🇨🇰 Melbourne
8 -10 am 🇬🇧 London
3 – 5 am (eek!) 🇺🇸 New York
3 -5 pm 🇸🇬 Singapore
Please note, there are time zone shifts during these sessions to daylight savings and wintertime, so the session times do vary. The time listed below is set to calculate the first start time depending on the time zone of your computer. The first session will start at:
Register Here
Director of Research NIODA, Australia
Currently, Susan supervises research students and conducts organisational research. Susan also teaches and supervises doctoral candidates at different universities and teaches in the INSEAD Master of Coaching and Consulting program in Singapore.
As an organisational consultant in private practice Susan works with organisational change, executive coaching, board development, role analysis, team development and management training. She originally trained as a clinical psychologist and psychotherapist.
NIODA Small Study Group Series 2020: Seven two-hour live interactive online sessions with Prof Susan Long
Wednesday 30 September – 11 November 2020
5 – 7 pm 🇨🇰 Melbourne
8 – 10 am 🇬🇧 London
3 – 5 am (eek!) 🇺🇸 New York
3 – 5 pm 🇸🇬 Singapore
Due to changes in different countries for daylight savings, summertime, wintertime there will be variations. At the beginning of October, Melbourne changes to daylight savings time, so there is a variation of one hour for other time zones. And then, for example, in the UK, summertime ends 25 October, so after this, there will be another time shift. If you would like further details, please note this on your application form.
AUD $1,100 including; all seven two-hour session; study group, weekly readings, and critical discussions with limited participant numbers
Live interactive online sessions via Zoom
Register Here