Class Presentation on Ethics in Engineering
1. TOPICS:
A. Discovering that your boss is sexually harassing a coworker in exchange for a promotion
2. Write a two pages’ report on the selected topic of your choice, in clearly defined six or seven paragraphs as follows:
• Abstract
• Your definition of the problem,
• Who does the issue affect,
• What moral and/or ethical values are involved and
• What is your view on this issue
• What action (s) you would take and why?
• References, if any used.
3. Submit this anytime by 5.00pm on 12/07/2015. Write the Group number and names of the members and student numbers.
4. Chose one/two members of the group to make a 3 minute (maximum) class presentation on the last day of the class during the regular class hour. Make this as a professional presentation to a company with a professional audience.
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 });

