research essay
Paragraph 1
Introduction
States the career.
Thoroughly describes the duties and
responsibilities of the job.
One full paragraph (6-8 sentences)
Remains objective. Does not include
opinion statements.
Paragraphs 2-3
Research
Thoroughly explains at least three
sections from the research worksheet
such as degrees and certifications,
earnings, benefits, etc.
Two full paragraphs (6-8 sentences each)
Remains objective. Does not include
opinion statements. Paragraph 4
Conclusion
States an opinion of the career.
Includes at least two pros (positives) and
two cons (negatives) of the career.
One full paragraph (6-8 sentences)
One concluding sentence that concisely
summarizes the essay.
Overall
Mechanics
Does not use personal pronouns such as I
or me, or second person pronouns such
as you.
Contains only a few spelling, punctuation,
syntactical, or grammatical errors
Full Heading (Upper left hand corner)
o Includes Name and Date
Creative Title (Centered on page)
Typed
Double Spaced
Times New Roman
Size 12
At least 300 words (one full page)
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 });

