Format:
Single-space your header, including only name, course title, and date.
Double-space your assignment.
Use Times New Roman font.
Include an introduction with a thesis statement and no generalizations.
Include body paragraphs with evidence from the text and analysis of that evidence.
Include a conclusion paragraph that re-states your argument and gestures to a
larger conclusion.
Use parenthetical citations. No Works Cited list is required.
3-4 pages.
Assignment:
Write a thesis-based analytical essay on John Scalzi’s Lock-In.
below are my paper requirements. there is not much information about the book online just forewarning. I need quotations in each paragraph to prove points.
Thesis. Your paper should make a nuanced, provable argument about Lock-In. Avoid
repeating yourself: do not prove one point many times. Prove one complex point
once.
Analysis. Do not summarize. Remember who your audience is: someone who knows
what happens in the text, but not why it matters for your thesis. Write to them. Base
your analysis on quotations from the text; they are the evidence that proves your
thesis. Feel free to draw on other material we have covered in class.
Clarity. Write well: Use transitions to connect ideas. Define difficult terms. Explain
why a quotation matters. Format your paper neatly. Proofread for typos and errors
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 });

