This event has passed
Start Date
10:00 PM, 2 March 2022 (UTC)
End Date
10:00 PM, 2 March 2022 (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) */ //Tuesday 2024 Nov 19 5:00pm var d1 = new Date(2024,
10, 19, 16, 00, 00, 00); //Tuesday 2024 Nov 19 7:30pm var d2 = new Date(2024,
10, 19, 18, 30, 00, 00); //Wednesday 2024 Nov 20 8:00am var d3 = new Date(2024,
10, 20, 07, 00, 00, 00); //Wednesday 2024 Nov 20 09:00am var d4 = new Date(2024,
10, 20, 08, 00, 00, 00); //Wednesday 2024 Nov 20 5:00pm var d5 = new Date(2024,
10, 20, 16, 00, 00, 00); //Wednesday 2024 Nov 20 7:30pm var d6 = new Date(2024,
10, 20, 18, 30, 00, 00); //Thursday 2024 Nov 21 8:00am var d7 = new Date(2024,
10, 21, 07, 00, 00, 00); //Thursday 2024 Nov 21 09:00am var d8 = new Date(2024,
10, 21, 08, 00, 00, 00); //Thursday 2024 Nov 21 5:00pm var d9 = new Date(2024,
10, 21, 16, 00, 00, 00); //Thursday 2024 Nov 21 6:45pm var d10 = new Date(2024,
10, 21, 17, 45, 00, 00); //Friday 2024 Nov 22 8:00am var d11 = new Date(2024,
10, 22, 07, 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
7, 8 & 9 September 2022
What can systems psychodynamics add to our understanding of social movements?
We have four keynote panels and many individual papers all addressing the dynamics of social movements. The program also has a social dreaming session and social times for networking.
Social Movements have long been part of societies world-wide. We can instance such momentous issues as indigenous land rights; female suffrage and the emancipation of slaves; as well as protests against wars or government economic measures; and more recently there are demonstrations surrounding climate change, cruelty to animals, racial discrimination and gender, even against government public health measures.
A social movement may be defined as ‘a loosely organized but sustained campaign in support of a social goal’ (Britannica). They most often involve a protest against ideas, actions and the culture of the establishment or a call to action for change. As distinct from an interest group, social movements are organized to initiate social change and involve action by the members, often in the form of protest using multiple methods. They are collective and may arise spontaneously amongst people with a common outlook, but then become sustained and organized.
This is an area of interest to systems psychodynamic and socioanalytic researchers and practitioners. Such movements are of interest in themselves, but they also may affect the people and groups in our everyday work, leisure and not-for-profit organisations.
🇦🇺
5.00 – 7.00 pm Opening & Panel
7.00 – 9.00 pm Panel & discussion
9.00 – 9.30 pm Social space
8.00 – 9.00 am Social dreaming
9.00 – 11.00 am Panel & discussion
11.00 – 11.30 am Social space
5.00 – 7.00 pm Dialogue session
7.00 – 9.00 pm Parallel papers
9.00 – 9.30 am Social space
8.00 – 9.00 Social dreaming
9.00 – 11.00 am Parallel papers
11.00 – 11.30 am Social space
5.00 – 7.00 pm Parallel papers
7.00 – 9.00 pm Closing reflection
9.00 – 9.30 pm Social space
🇺🇸
3.00 – 5.00 am Opening & Panel
5.00 – 7.00 am Panel & discussion
7.00 – 7.30 am Social space
6.00 – 7.00 pm Social dreaming
7.00 – 9.00 pm Panel & discussion
9.00 – 9.30 pm Social space
3.00 – 5.00 am Dialogue session
5.00 – 7.00 am Parallel papers
7.00 – 7.30 am Social space
6.00 – 7.00 am Social dreaming
7.00 – 9.00 pm Parallel papers
9.00 – 9.30 pm Social space
3.00 – 5.00 am Parallel papers
5.00 – 7.00 am Closing reflection
7.00 – 7.30 am Social space
🇬🇧
8.00 – 10.00 am Opening & Panel
10.00 – 12.00 noon Panel & discussion
12.00 – 12.30 pm Social space
11.00 pm – 12.00 am Social dreaming
12.00 – 2.00 am Panel & discussion
2.00 – 2.30 am Social space
8.00 – 10.00 am Dialogue session
10.00 – 12.00 noon Parallel papers
12.00 – 12.30 pm Social space
11.00 pm – 12.00 am Social dreaming
12.00 – 2.00 am Parallel papers
2.00 – 2.30 am Social space
8.00 – 10.00 am Parallel papers
10.00 – 12.00 noon Closing reflections
12.00 – 12.30 pm Social space
🇸🇬
3.00 – 5.00 pm Opening & Panel
5.00 – 7.00 pm Panel & discussion
7.00 – 7.30 pm Social space
6.00 – 7.00 am Social dreaming
7.00 – 9.00 am Panel & discussion
9.00 – 9.30 am Social space
3.00 – 5.00 pm Dialogue session
5.00 – 7.00 pm Parallel papers
7.00 – 7.30 pm Social space
6.00 – 7.00 am Social dreaming
7.00 – 9.00 am Parallel papers
9.00 – 9.30 am Social space
3.00 – 5.00 pm Parallel papers
5.00 – 7.00 pm Closing reflections
7.00 – 7.30 pm Social space
Register Now
During COVID lockdown late in 2020, Deb Martindale, Sally Mussared, Kenwyn Smith and Seth Thomasson were motivated by the Uluru Statement from the Heart to respond to the government’s interim report. This led to the consideration that perhaps our role as ‘white fellas’ in the Yoorrook (Victorian Truth Telling Commission) was to actively listen. Regular reflection sessions have led to us being moved by what we have heard in the public hearings from Victorian First People Elders whose experiences illustrate many of the key impacts of colonisation still felt today, including Jack Charles, Uncle Johnny Lovett, Aunty Fay Carter, Aunty Alma Thorpe, Uncle Larry Walsh and Isobel Paipadjerook Morphy-Walsh, Uncle Kevin Coombs and Uncle Colin Walker. The impacts of our listening are developing, and we encourage you to listen to the Uluru Statement from the Heart to consider your role in this social movement.
Panelists
Kat Hamilton – Force of Nature, Esther Salomon – Animal Think Tank and Simon Western – Eco-leadership Institute, share what brought them into activism, the purpose of their organisation and social movement, and the effects of their activism.
Panelists
Lydia Aplizar – Mexican feminist human rights activist, mak wemuk (Davíd Luna) – Indigenous (of the Coahuiltecan peoples) and Latinx (Chicanx), Anita Prasad – grassroots community development and social justice leader and organizer, and Barbara Williams – psychoanalytically oriented organizational consulting practice focusing on leadership development, shared leadership and governance come together to explore when social movement organizing meets systems psychodynamics.
Panelists
Creating businesses that make positive contributions to their social and
environmental
context is a significant area of focus and investment in developed economies. A
dialogue event opening a conversation about the dynamics of making progress on
Environmental, Social and Corporate Governance (ESG) issues in the corporate
context. The dialogue will offer participants the opportunity to engage in
conversation with corporate leaders, Aarti Kapoor, Emma Oliver and Jenny Smith.
The discussion aims to unearth the desires, opportunities, tensions and
organisational dynamics that appear for executives and employees around ESG in
the workplace.
Learn More
Learn More
Learn More
Learn More
Learn More
Learn More
Learn More
Learn More
Learn More
Learn More
Learn More
Reflective practice in action with each member of the Symposium Planning Committee presenting their highlight of the symposium. Small group discussions to explore your highlights of the symposium and what was gained from the papers and presentations attended. Followed by a large group open discussion.
Contributors
Register Now
NIODA Symposium 2022: Organising Protest: Where is our Systems Psychodynamic thinking on SOCIAL MOVEMENTS?
Wednesday 7 – Friday 9 September 2022
5 pm, 7 pm, 8 am & 9 am 🇨🇰 Melbourne
8 am, 10 am, 11pm & 12 am 🇬🇧 London
3 am, 5 am, 6 pm & 7 pm 🇺🇸 New York
3 pm, 5 pm, 6 am & 7 am 🇸🇬 Singapore
AUD $290 including; panel discussions, parallel paper
presentations, open reflection sessions, social dreaming sessions, social spaces
& session recordings
Live interactive online sessions via Zoom
Register Now
exploring and creating possibilities
NIODA's fifth annual symposium
live interactive online
2021 program
2021 proceedings
NIODA's fourth annual symposium
live interactive online
2020 program
2020 proceedings
NIODA's third annual symposium
Parkville, Melbourne
2019 program
NIODA's second annual symposium
Mount Macedon, Victoria
2018 program
2018 proceedings
NIODA's first annual symposium
Melbourne
2017 proceedings