Develop a scholarly project that demonstrates an application of evidence to practice for substantive change. This project emphasizes critical appraisal and application of evidence-based research, scholarly writing, and critical thinking. The scholarly project will be submitted as a written paper in APA format/style. In addition, learners will present a summary of the final project orally or by creating a PowerPoint presentation.
Learners will select one of the following types of projects related to their specific advanced role specialization and target population:
Educational program
Evidence-based healthcare policy change
Evidence-based clinical issue or protocol
Overview of the Evidence Based Project (EBP):
Part 1 of the project proposal in a one-page APA formatted paper (excluding the cover page and reference page). Be sure to reflect on feedback from faculty and classmates from this week’s discussion. Include:
Part 1: Introduction
Summarize the practice issue in need of change providing background information and the perceived significance of the problem
Describe the specific aims of the project – what improved outcomes do you hope to achieve
State your question in PICOT format, labeling each part with P-I-C-O-T in parentheses
Discuss the significance of the issue in terms of poor outcomes, cost, et
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 });

