The Sociology Portfolio will be an analysis of 5 current news or articles that relate to each weeks topic that is covered below:
Topics
Week 1 – Conceptualizing Sociology
Week 2 – Sociological Investigation
Week 3 – Culture and Society
Week 4 – Socialization and Social Interactions in Everyday Life
Week 5 – Groups and Organizations
Find an article in the news for each week that relates to what we are covering in the course for each week below for a total of 5 analysis. The portfolio will contain 5 short analyses of an article that you choose based on the topics above. Each source should be based on each weeks topic for a total of 5 articles.
Book (a) Macionis, J. (2012). Sociology. 15th Edition
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 });

