Project description
This one page typed paper will be DUE Friday, May 6, 2016. Be sure that it is a full page of text with no grammar or spelling issues, and be sure that you do not take up 25% of the page with your name and class information. If it isnt a full page of Times New Roman, double spaced 12-point black text, it wont be counted for full points. I want to feel that you have analyzed the issue, and have attempted to see it from both sides before choosing a side.
There is an ethical issue surrounding the phenomenon of Digital Necromancy, or the resurrection of dead celebrities in television commercials, films, and live performances. Once a celebrity dies, their commercial viability is still in effect. Usually, their likeness rights revert to their family.
The question:
Would you want someone, say your weird cousin Lou, making decisions about how your likeness is used after you die? If you were a vegetarian, would it be appropriate to digitize you into Foster Farms chicken advertisements? John Wayne, American cowboy film star, died of lung cancer from smoking four packs of cigarettes a day and liver issues stemming from drinking. He was recently featured in a Budweiser commercial. Bruce Lee, Chinese film star and martial arts virtuoso had a personal philosophy about health that included not drinking or doing drugs. Johnnie Walker, a maker of fine scotch whiskey, just featured him in a lengthy and digitally groundbreaking commercial. Although these commercials are beautifully done, is it proper to include a performer to sell products that is no longer alive, or is the art of resurrecting a walking, talking icon too wondrous to ignore? Im sure Bruce Lee fans (like me) were very excited to see him again in any form, and possibly didnt take offense to the message being presented. Still, if you cant get an authorization from a dead celebrity, should they just be leftdead?
Whats your take on the issue?
Please use examples, you are allowed to search the Internet for them if you wish.
Read this article:
http://www.theguardian.com/culture/2015/apr/10/bruce-lee-audrey-hepburn-ethics-digital-necromancy
Watch this video and read the attached article:
http://business.time.com/2013/08/02/digital-necromancy-advertising-with-reanimated-celebrities/
John Wayne commercial:
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 });

