Assignment Question
Fire Science Students: For this assignment, you will create an information gram, or infogram, chart that includes the following information: definition of the national fire problem; identification of early fire prevention efforts in Rome, England, and colonial America; and at least three fire trends in the national fire problem that a fire department or fire prevention agency has identified.
These trends should coincide with the data gathered from the reading and the following link: Evarts, B. (2019). Fire loss in the United States during 2018. Retrieved from https://www.nfpa.org/News-andResearch/Publications-and-media/NFPA-Journal/2019/September-October-2019/Features/Fire-Loss Infograms serve a vital purpose as you can include a lot of tidbits of vital information in a small brochure or pamphlet to detail the problem or cause that you are facing. Be sure to include specific local information about how the local trend appears to the department or agency and actions they use to prevent fires. Occupational Safetyand Health (OSH) Students:
For this assignment, you can contact the local fire department and follow the assignment above. Another option you can use for this assignment is to utilize local information specific to your work space such as trends in workplace fires. If you choose to go this route, you should create a shop or agency-specific infogram that will attempt to draw attention to the problem within your agency or department. For example, if you work in a paper mill or saw mill, you might provide information about the importance of dust control measures. If you work in a normal manufacturing facility, you might provide information about preventing small fires that start due to dirty rags being stored in illegal containers. Your infogram should contain the following information: definition of the national fire problem; identification of early fire prevention efforts in Rome, England, and colonial America; and shop- or agency-specific information regarding a problem that seems to be becoming a trend in your workplace. These infograms can be made with a little bit of effort and ingenuity with a Microsoft Publisher program that is standard on most Office platforms.
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 });