Listen carefully to the following episode of the podcast Hidden Brain, “Creating God (https://www.npr.org/2018/07/16/628792048/creating-god)” (which later re-aired as “Where Does Religion Come From? One Researcher Points To ‘Cultural’ Evolution”).(I would listen to it two or three times, at least, taking notes; you can listen from this web link or look it up in a podcast app that you like.)Then write a 1000 word essay that includes a paragraph on each of the following:1. Summarize the evolutionary theory of religion described in the podcast (what aspects of religion does the theory seek to explain? what explanations does it offer?).2. Discuss this theory as an example of a functionalist approach to religion (what specific functions does it identify?).3. Compare this approach to an insider’s perspective (how does an insider’s perspective differ? does this theory necessarily undermine or falsify an insider’s understanding of religion?).Format: double spaced, 12 point font, 1 inch margins; give the word count in parentheses at the end
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 });