Assessment Task
1. You will select two theoretical accident models from the following list:
· Heinrich’s Domino Theory
· Haddon Matrix
· Reason System of Safety Management Model
· Time Sequence Model
· Extended Energy Damage Model
2. Populate the models with the critical factors from a case study provided by the lecturer in Moodle to explain, in the language of the models, the failures which occurred in the accident. The case study being: TEXAS CITY REFINERY EXPLOSION
3.
4. Students will then prepare a written report to explain:
· The reasons why the particular models were chosen
· The key characteristics of the models
· The tapestry of failures which led to the case study accident, as evidenced by application of the chosen accident models
· The perceived strengths and weaknesses of the chosen models in describing the accident phenomenon
It should be supported by relevant citations (minimum of 10) from the literature.
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 });

