Canvas Discussion #4, Paul Gilding, “The Earth Is Full”
For this Discussion you will watch Paul Gilding’s TED Talk, ”The Earth Is Full.”
Link: https://www.ted.com/talks/paul_gilding_the_earth_is_full?language=en
First, watch the TED Talk & read over the transcriipt. Then, write an initial post of at least 500 words in which you address this prompt:
Gilding paints a very dire future in his talk, but he ultimately ends on a hopeful note. In your initial post, discuss the ways in which Gilding suggests we can avoid the worst case scenario of climate change. Do you think most people will be able to make the sacrifices his says are necessary? Do you think people will rise to the challenges presented to us by this serious crisis? How has our experience with Covid-19 better prepared us to address the issue of climate change? What role do you expect your generation will have to play in resolving this crisis?
Last Completed Projects
topic title | academic level | Writer | delivered |
---|
jQuery(document).ready(function($) { var currentPage = 1; // Initialize current page
function reloadLatestPosts() { // Perform AJAX request $.ajax({ url: lpr_ajax.ajax_url, type: 'post', data: { action: 'lpr_get_latest_posts', paged: currentPage // Send current page number to server }, success: function(response) { // Clear existing content of the container $('#lpr-posts-container').empty();
// Append new posts and fade in $('#lpr-posts-container').append(response).hide().fadeIn('slow');
// Increment current page for next pagination currentPage++; }, error: function(xhr, status, error) { console.error('AJAX request error:', error); } }); }
// Initially load latest posts reloadLatestPosts();
// Example of subsequent reloads setInterval(function() { reloadLatestPosts(); }, 7000); // Reload every 7 seconds });