Your paper should compare two different works of popular culture (this may include films, television programs, music, fiction, comic books, etcetera) that focus primarily of LGBT life. Please note that you may not use a work that has been extensively discussed in class. If you’re not sure, ask! In order to develop a manageable thesis statement, you might then wish to ask yourself one or more of the following questions:
What specific aspect of LGBT culture does the work focus on? How is this culture represented?
Is this representation largely accurate? Largely distorted? Perhaps a bit of both? Why?
Is LGBT life depicted in a positive or negative way?
What are the larger implications of this portrayal?
Requirements
1.Your paper should be approximately 4-6 pages, or between 1000-1500 words. It should, further, be double-spaced and employ 12pt font, MLA or APA format, and consistent pagination.
2.You should consult at least three secondary sources from a variety of magazines, newspaper articles, academic journals and monographs, interviews, films, and videos. Your textbook does not count as one of your sources, though you are certainly welcome to use it.
3.The majority of your sources should be dated after the year 2000. Certain topics may require sources before this; however, please consult with me should you wish to use an older source. You should only used dated material for historical/critical analysis. The more recent your information, the more relevant it will be.
4.You should use parenthetical documentation (MLA or APA format references) throughout your paper when citing direct quotations, summarizing, or paraphrasing.
5.Include a Works Cited page (MLA format) or a References page (APA format). This page should be numbered but does not count as one of your pages.
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 });

