Professor Ian Pilmer in the dining room talking to Jeremy Cordeaux

Professor Ian Plimer: What is Climate Change?

Professor Ian Plimer is a former professor of Mining Geology at the University of Adelaide, South Australia, and Emeritus Professor of Earth Sciences at the University of Melbourne.

Professor Ian Plimer joined Jeremy Cordeaux in the dining room and spoke about all things Climate Change and more. 

Ian Plimer is a former professor of Mining Geology at the University of Adelaide, South Australia, and Emeritus Professor of Earth Sciences at the University of Melbourne.

Plimer has two books questioning the existance of man-made climate change including Heaven and Earth, and a second titled How To Get Expelled From School: A guide to climate change for pupils, parents and puntersdescibed by some as the “anti-Warmist manual for the younger reader.”

Jeremy Cordeaux will be streaming ‘The Court Of Public Opinion‘ every Friday between 9am – Midday (ACST). To listen and to get involved, simply head to www.jeremycordeaux.com

Listen below

Watch below

What Do You Think?

Leave a Reply

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'); }); });