read “Writing in College”, part 1 by Williams and McEnerney on http://writing-program.uchicago.edu/resources/collegewriting/high_school_v_college.htm
in which they write that the crucial difference between writing in high school and writing in College is that in higher education you must make an argument and support it with claims and analysis. They write that, “Writing is a way of thinking through a problem, of discovering what you want to say.” (Williams and McInerney, no.1, 6) .
This week, you will deconstruct an article into its basic elements and you will find that you will have to identify the “argument” (or thesis), the claims, the evidence, and the conclusion. Your discussion should address how did the author of the article you chose “think through” the problem and discover what he wanted to say?
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 });

