Option #3 Ted Talks
TED stands for Technology, Entertainment, and Design. The TED organization sponsors global presentations on “Ideas Worth Spreading,” and you will often find that TED talks directly address disciplines in the Humanities, or they address the intersections of the Humanities with other fields.
Based on your review of the TED talks in this week’s Required Learning Resources, choose one to address for this discussion. Alternately, you could go to https://www.ted.com/ and choose another TED talk that addresses one of the Humanities disciplines in some way.
One you have chosen a TED talk, please do the following:
Identify the name of the speaker and the presentation, indicate when it was presented, and provide a link to the talk.
Identify the field (s) in the Humanities you think this talk addresses and explain how you know this.
Identify any other fields outside of the Humanities (if any) you think this talk addresses and explain how you know this.
Describe one of the main points you think the speaker is making.
Offer a critique —your assessment of the speaker’s ideas and the presentation overall.
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 });