Project description
lease answer all 4 questions in a minimum of 400 words each
1. Using a quotation from the course reading ONLY show what Aristotle and Augustine would say about the revenge plan of Lee Geum-ja, a woman released from prison after serving the sentence for a murder she did not commit. Refer to at least two scenes from the movie.
2. What would Bentham and Mill say about Tuskegee? What would rule and act utilitarianism say?Using a quotation from the course reading ONLY
3. What would Freud say about Kant\’s categorical imperative?Using a quotation from the course reading ONLY
4. What would Confucius and Kant say about Hardwig\’s essay \”is there a duty to die?\”Using a quotation from the course reading ONLY
———-
Added on 04.05.2016 01:51
Reading: Aristotle
http://classics.mit.edu/Aristotle/nicomachaen.html. Books I II III IV VII VIII
Reading Augustines City of God
http://www.newadvent.org/fathers/120112.htm
http://www9.georgetown.edu/faculty/jod/augustine/Pusey/
Reading: JS Mill
http://utilitarianism.com/mill1.htm
Reading for Kant:
https://ebooks.adelaide.edu.au/k/kant/immanuel/k16prm/
Readings: Freud From Civilization and its Discontents
http://www.adolphus.nl/xcrpts/xcfreudciv.html
Reading: Freud
http://www.historyguide.org/europe/freud_discontents.html
Hardwig
http://web.utk.edu/jhardwig/dutydie.htm
Reading for Confucius: Confucius Analects Buddhism
http://classics.mit.edu/Confucius/analects.html
Instruction files
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 });