Write a message to your instructor in memorandum form explaining the process that you would use to select one or two classmates from our class with whom to form a collaborative writing team for working together on selected assignments. Assignments such as the Progress Report, the Proposal, and the Feasibility Report may be approached with a small team not to exceed three persons. How would you go about selecting a team with whom to work?
please refer to Chapter 12, Planning Correspondence and E-mail. Also read carefully pp. 330-332, Special Considerations for E-Mail, in this chapter. Read Chapter 4, Achieving a Readable Style.
The Text Book is “Reporting Technical Information, 11th Edition, by Houp, Pearsall, Tabeaux, and Dragga. ISBN No: 0-19-517879-3.”
My Major is ” Petroleum Engineering”
And the course name is “TECHNICAL AND INDUSTRIAL CORRESPONDENCE
AND REPORT WRITING.”
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 });

