Research Proposal
Your proposal should be 4 pages maximum (not including references), 2 pages maximum for references, single spaced, 12 font Times, 1 inch (2.5 cm) margins.
Due date: Dec 5, 2022.
The purpose of a research proposal is to get funding for projects. Professors write proposals to fund research in their labs and graduate students write proposals to win scholarships or have their thesis or dissertation plan approved.
Research proposals are therefore aimed at convincing someone that their project is worthwhile.
What are the aims of a proposal?
Relevance – Convince the reader that the project is interesting, new and important.
Context – Demonstrate that you are familiar with the field; that you understand the current state of research on the topic and that you have strong academic basis.
Approach – Convince the reader that the methodology you will use is appropriate;
that you have thought about the data, tools and procedures required to complete the research.
Feasibility – Confirm that the project is doable considering time constraints.
What are the sections in a proposal?
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 });