Presentation
Reading and analysing a Strategic Plan and communicating changes to a wider audience.
Assessment – Information and suggested Power-point slides
Powerhouse Museum Australia
The Powerhouse Museum is located in Ultimo near Darling Harbour, Sydney. It is a public museum operated by the State Government for the people of New South Wales. Its unique and diverse collection spans history, science, technology, design, industry, decorative arts, music, transport and space exploration. It is also home to the material heritage and stories of Australian culture, history and lifestyle, providing a comprehensive insight into this rich and diverse country.
http://www.powerhousemuseum.com/about/aboutStrategic.php
http://www.powerhousemuseum.com/pdf/about/strategic_plan_2009-2012.pdf
http://en.wikipedia.org/wiki/Powerhouse_Museum
Assessment I – Suggested Slides
Slides
1. Future strategies
2. Change requirements (to facilitate change)
3. External trends that will impact on objectives (i.e. opportunities or threats)
4. Priority list of changes
5. Specialist Requirements
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 });