Discussion: This is the longest and most entertaining section. It’s where you quibble with the study. Why these results could be significant (what the reasons might be for the patterns found or not found)You point out all the weaknesses in their strategy, management of variables, choice of strategy, and so on. This leads naturally into the last paragraph, where you normally say that ‘future studies should consider…’ (whatever they left out or did wrong).
THIS IS THE LINK TO THE WEBSITE OF THE STUDY THAT IS USED FOR THIS PAPER
http://www.nature.com/articles/ijo2012197.epdf?referrer_access_token=zchkY_rI-bzbnDUFlOQTmdRgN0jAjWel9jnR3ZoTv0NHbiVe1wTff95sttX7KKC6vK1pUPs20ayDMkRhXt5REfXzKCTm8OUMjCc0qV1cSChIeCJgXJbmJIvZHt9cGPRA0TZysSyUelhVg0n_SodtdYOQEio8Gd1_rgf1s4cjoxvH4lopXSJmzkwdJFVBOkj5xOaUIidWS4v4950Dk70INk2tMXjEqRWDKEb8P8vPbPxjv4P6yLEY3Vn-L5yoYN55&tracking_referrer=www.huffingtonpost.com
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 });

