Gilbane Gold Video:
ABET Rubric F1, Understanding of professional and ethical responsibility.
This assignment refers to the video shown. Also please see http://www.depts.ttu.edu/murdoughcenter/products/gilbane-gold.php
Submit a written report based on your understanding of the Gilbane Gold video as follows:
A: Being “personally” involved:
After viewing Gilbane Gold, list three major ethical issues in the video.
B: Being “responsible” for the future:
Assuming you are the President of ZCORP, list at least three actions you would take immediately (within the next 2 days). Refer to applicable IEEE code of ethics article(s) wherever applicable for at least for two of the listed actions. Please see http://www.ieee.org/about/corporate/governance/p7-8.html)
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 });

