his module is Buddhist Ethics. This module is an introduction to the broad topic of Buddhist ethics. It will focus on the Buddhism(s) of South and South East Asia, with reference also be made to the Buddhism of Tibet and East Asia. It explores the fundamental ideological and cosmological principles of Buddhism and how these shape characteristic Buddhist ethical positions. These will include Buddhist concepts of karma, of causality, the nature of the self, the status of deities, the nature and goals of spiritual life, etc. It will employ historical texts in order to understand the character and purpose of typical Buddhist behaviours and practices from an ethical perspective. It will also draw in some areas of contemporary ethical discussion, such as the environment and the animal world; punishment, killing and violence; sexuality; consumerism; or social justice.
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 });