Project description
Discussions on Emerging Technological Innovations
Read the report, McKinsey & Company, Disruptive technologies: Advances that will transform life, business, and the global economy, May 2013
Search the Internet for the most exciting form of technological innovations
Generate the top 5 technological innovations that you believe they are going to hit our market and change our lives over the next ten years
Post your findings on Blackboard Discussion Board titled Emerging Technological Innovations
Reply to other posts on the blackboard
Due on Friday May 6 @11:59pm
Your posts made on the discussion board will be used as evidence of participation on the second class on Week 14
This activity accounts for 0.5 out of 10 points for participation evaluation
Instruction files
mgi_disruptive_technologies_executive_summary_may2013.pdf(2,86 MiB)
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 });

