For this formal writing assignment, you will delve into an aspect that features in both “The Bell Jar” and “Girl, Interrupted”. Requirements are 3-4 pages long, MLA format with a Works Cited page. You can choose anything that intrigues you and piques your interest. It could be the depiction of how madness is felt and portrayed, the social view and stigma of madness, treatment in institutions, recurring imagery and motifs and how they contribute to a reader’s understanding of madness, similar characterization and situations, external influences that exacerbate mental illness, for example. You must decide what you wish to write about and craft an original and insightful thesis and argument on your topic. Structural Requirements: 1. Your essay should have in introduction that: a. Hooks the reader b. Establishes the context for your discussion (including titles and authors of texts c. Leads up to and includes your thesis 2. Your essay should have at least three body paragraphs that each include: a. A clear topic sentence that tells what you are comparing or contrasting regarding the two stories b. Multiple pieces of direct evidence (minimum 9 total in essay – 3 per paragraph ) c. Analysis/interpretation of evidence to develop your argument d. Transitions between points e. A concluding sentence 3. Your essay should have a conclusion that: a. Revisits the main points of your essay b. Connects those points and draws out their implications c. Leaves the reader thinking.
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 });