Research & Analysis Paper
In 8-10 full pages (with 1” margins, in a standard double-spaced font, in MLA format, and with cover page and Works Cited added thereafter), please provide your own thesis statement and supporting research addressing the following question:
What, from two of the authors’ histories and influences, contributes most to their styles and content?
All authors and works through the end of Week 2 may be considered.
The best papers will be
1. Ambitiously thesis-driven, focused on a significant link between the two authors;
2. Entirely in MLA format with 8 full pages of content lacking in grammatical, punctuation, or spelling errors;
3. Supported by extensive in-text parenthetical citations from at least six high-quality research sources (beside the stories discussed in class);
4. Engaged in careful, revealing analysis both about the author, his/her context, and his/her style;
5. Thoughtfully structured for reading flow and in reference to in-class discussion; and
6. Concluded with thoughtful and compelling oversights, questions, or calls to action.
The stories that may be considered;
Borges – “Library of Babel”
Sedaris – “Me Talk Pretty One Day”
Bradbury – “The Veldt”
Vonnegut – “Harrison Bergeron”
Bradbury – “There Will Come Soft Rains”
Borges – “The Garden of Forking Paths”
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 });

