-Applicants should conduct online research about the field of surgical technology and read the career information found at
http://www.ast.org/AboutUs/About AST/
-The essay should be 1-2 pages in length
-The essay should be typed with standard margins, spacing, and standard font
– the essay should discuss in your own words, surgical technology as a healthcare field and why you are interested in a career as a ST
-(My thoughts)I want to be an ST because it is a way that I can help people . I like the fact that it is by the book , and i like that it is challenging on occasion. I see this as an opportunity to be able to help people. It may not be in the same fashion as a nurse, but it is just as important .
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 });

