Back to home

Tuesday, 20 July 2021

Small Study Group Series 2021

Small Study Group Series 2021

This event has passed

Start Date

10:00 PM, 20 July 2021 (UTC)

End Date

10:00 PM, 20 July 2021 (UTC)

Content imported from legacy system - Formatting may vary.

Small Study Group Series

Eight online sessions with

Dr Wendy Harding

//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) */ //Monday August 2 5:00pm var d1 = new Date(2021, 7, 2, 15, 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 not in here </or in here> */ var dateLocalStart = convertToLocal(d1, compareToAEST); var dateLocalStart2 = convertToLocal(d2, compareToAEST); var dateLocalStart3 = convertToLocal(d3, compareToAEST); var dateLocalStart4 = convertToLocal(d4, compareToAEST); var dateLocalStart5 = convertToLocal(d5, compareToAEST); var dateLocalStart6 = convertToLocal(d6, compareToAEST); var dateLocalStart7 = convertToLocal(d7, compareToAEST); var dateLocalStart8 = convertToLocal(d8, compareToAEST); if(document.getElementById("ws1timestart")) { document.getElementById("ws1timestart").innerHTML = dateLocalStart; } if(document.getElementById("ws2timestart")) { document.getElementById("ws2timestart").innerHTML = dateLocalStart2; } if(document.getElementById("ws3timestart")) { document.getElementById("ws3timestart").innerHTML = dateLocalStart3; } if(document.getElementById("ws4timestart")) { document.getElementById("ws4timestart").innerHTML = dateLocalStart4; } if(document.getElementById("ws5timestart")) { document.getElementById("ws5timestart").innerHTML = dateLocalStart5; } if(document.getElementById("ws6timestart")) { document.getElementById("ws6timestart").innerHTML = dateLocalStart6; } if(document.getElementById("ws7timestart")) { document.getElementById("ws7timestart").innerHTML = dateLocalStart7; } if(document.getElementById("ws8timestart")) { document.getElementById("ws8timestart").innerHTML = dateLocalStart8; } }

Small Study Group Series

Eight live interactive online sessions with

Dr Wendy Harding

Eight two-hour sessions 3 – 5 pm

Monday 2 August till 4 October 2021 (Excluding 30 August, 27 September)

NIODA is offering alumni and friends of NIODA an exciting and valuable opportunity to explore online small group dynamics through participation in a small study group. Studying online small group dynamics  is likely to be new to all, with the learning providing such an edge to the work we are all currently engaged in on virtual mediums. The study group method is that of 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 online and onsite 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.

Dr Wendy Harding will lead and manage the sessions, along with taking up the consultant role to the study group.

Small Study Group Series: Dr Wendy Harding

AUD $2,000 for eight live interactive online two-hour sessions

The study group will be fully interactive and online. The commitment is for eight, two-hour sessions on Monday evenings 3 – 5 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.

3 – 5 pm 🇨🇰  Melbourne
1 – 3 pm 🇸🇬  Singapore
6 – 8 am 🇬🇧  London
1 – 3 am (eek!) 🇺🇸  New York

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:

time start

Register Here

Small Study Group Series 2021

Wendy Harding, CEO NIODA

Dr Wendy Harding

Small Study Group Series

CEO & Director of Academic Programs NIODA, Australia

Dr Wendy Harding is a senior practitioner in the Australian and global organisation dynamics field. Dr Harding is the current CEO and Director of Academic Programs at NIODA, having over 30 years’ experience in teaching, consulting, coaching, supervision and research. Across these years Wendy has undertaken many coaching, supervision, consultancy and action research projects in a broad span of organisational settings from large government departments to a variety of corporate and not-for-profit organisations. Organisational consulting projects have focussed on team and whole of organisation development and structural and cultural change, using a range of intervention methods. Individual coaching and supervision have been undertaken with a culturally diverse range of people working at all levels in organisations from executive level to direct service delivery.

Wendy’s coaching/supervision/consulting philosophy is based in strong beliefs in the capacity of people to be able to make change that supports their work. The role of a coach/supervisor/consultant is then to provide opportunity for shared reflection and consideration of the experience of undertaking the work in the organisation. In coaching and supervising deep reflection enables unblocking of obstructions to think, learn and action differently about the work. In organisational consulting what is enabled is the capacity to influence structure, culture and strategic processes, to thus add value to the organisation. Wendy’s practice involves the introduction of theory, method and technologies in support of these considerations, however, at its core is always about reflection and dialogue; about people working constructively together.

When & Where

NIODA Small Study Group Series 2020: Eight two-hour live interactive online sessions with Dr Wendy Harding

📆  Dates

Monday 2 August – 4 October 2021

⏰. Session Times

3 – 5 pm 🇨🇰  Melbourne
1 – 3 pm 🇸🇬  Singapore
6 – 8 am 🇬🇧  London
1 – 3 am (eek!) 🇺🇸  New York

Please note there is a mid-session break on Monday 30 August
and no session on Monday 27 September

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.

💷  For only

AUD $2,000 including; all eight two-hour session; study group, weekly readings, and critical discussions with limited participant numbers

👩🏻‍💻. Location

Live interactive online sessions via Zoom

Register Here

About NIODA

The National Institute of Organisation Dynamics Australia (NIODA) offers internationally renowned post-graduate education and research in organisation dynamics, and decades of experience consulting with Australian organisations.

The study of organisation dynamics brings together socio-technical and psychoanalytic disciplines to explore the unconscious dynamics that exist in every group, team or organisation. Learning more about these theories, and reflecting on the experience of them, can support leaders and managers to unlock great potential in their organisations, tackling issues through a whole new light.