Write a research paper outlining the long-term harm that censorship does to us.Lukianoff & Haidt, “The Coddling of the American Mind” DeGhett, “The War Photo No One Would Publish” 2 or more outside sources Paper Value: 150 points (most all semester!) Write six or more pages that explore ideas from my Unit 3 texts (attached below)and apply them to a current news story. Reading 1: https://bccreckoning.commons.gc.cuny.edu/wp-content/blogs.dir/3976/files/2018/06/Coddling.Fall2016ENG1011MainReading.pdf Reading 2: Your paper will include the same format we have followed for Papers 1 & 2: Start by Googling a news story or a combination of key terms from our readings (trigger warnings/college campuses, photojournalism and war, media coverage of negative events, free speech on college campuses, etc.) to find a news story that you might want to work with. Go to library databases and search a combination of key terms. At least one source should be a scholarly article from library databases. One can be a news story (make it substantial, not too short.) Possible relevant news stories: Michelangelo’s David (Florida) Banned books War photojournalism in Ukraine – Links to an external site. etc. Introduction Get us thinking about the topic. Mention a key term; define it in your own words. Set up a debate between 2 authors that centers around that key term. Just 2 authors! Be sure to introduce authors & “Article Titles” correctly. End with your thesis statement, which should make a recommendation about how best to move forward, or what we should learn (2-3 sentences; original perspective; includes a key term) Several Connection Paragraphs (They Say section) The first one will be L-H and DeGhett Others can be other combinations (but just 2 readings at a time) Each new paragraph should build on some idea from the last one. I Say Section (several paragraphs) What do you think? How does your perspective as a college student, 20-something(?), etc. allow you to perhaps have a different viewpoint than our authors? How might current news stories play into this? Conclusion Works Cited page (starting no sooner than the top of page 7)
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 });
