1. Search for articles by topic using the library web site. You may search through “articles and more” in the library catalog or you may choose an individual database from one of the library Subject Guides. Choose one of the topics listed below or choose another topic with Instructor’s approval.
2. Type a one-page summary of the article using APA guidelines for writing and citing sources. (1” margins, 12 font, double spaced, correct citation format)
3. Part of your one page summary should identify the article as either popular, trade/professional, academic but secondary research, or academic original research.
Use this key word or phrase and tie it to current issues in your discipline of Child Development & Family Living. Two examples to pick from are below
Hunger and________________
Economic conditions and _________________________
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 });

