Frances Nelson standing with Jeremy Cordeaux Smiling in the dining room

40 years as chair of the Parole Board: Frances Nelson KC’s Insights on Law, Justice, and Parole

Frances Nelson KC’s sits down with Jeremy Cordeaux at the dining room table for the LIVE stream of ‘The Court of Public Opinion‘ on Friday March 1, 2024. Celebrating 40 years as chair of the Parole Board in South Australia. Insights into the parole decision complexities were shared. Challenges in ensuring community safety were discussed. The nuanced process of assessing parole eligibility was highlighted. The importance of rehabilitation monitoring was emphasised. Nelson’s tenure and the balance of justice, public safety, and rehabilitation in the parole system were delved into.

Topics Covered:

  • The role and responsibilities of a parole board chair
  • High-profile legal cases and their impact on law
  • The dynamics of parole decision-making
  • Strategies to combat recidivism
  • The evolution of legal practices over decades

Listen below

What Do You Think?

Click below to find out more on
The Court Of Public Opinion

Subscribe and review on your favourite podcast app

Who is behind the show?

Related Articles

gif video of different types of people listening
jQuery(document).ready(function($) { var playerContainer = $('#auscast-player-container'); var player = $('#auscast-player'); // Show player and store session $('#play-auscast').click(function() { playerContainer.slideDown(); sessionStorage.setItem('auscastPlaying', 'true'); sessionStorage.setItem('auscastSrc', player.attr('src')); }); // Keep the player open and playing across page reloads if (sessionStorage.getItem('auscastPlaying') === 'true') { playerContainer.show(); player.attr('src', sessionStorage.getItem('auscastSrc')); } // Close player $('#close-auscast-player').click(function() { playerContainer.slideUp(); sessionStorage.removeItem('auscastPlaying'); sessionStorage.removeItem('auscastSrc'); player.attr('src', ''); // Stop playback }); // Stop stream when another audio plays $('audio, video').on('play', function() { player.attr('src', ''); sessionStorage.removeItem('auscastPlaying'); sessionStorage.removeItem('auscastSrc'); }); });