1. Cover page: the title of your research. Your name, group, supervisor’s name, University name, date.
2. Abstract and key words (no more than 70 words).
3. Description of the project:
3.1. Current state of the problem: Why do you initiate the project?
3.2. Basic objectives: the rationale for your research and the main questions you want to investigate;
3.3. Critical review of the literature. Indicate how does your research relate to or differ from previous work in the field. What is your contribution?
3.4. Basic information sources: primary, secondary, tertiary. Comment credibility and access problems.
3.5. Research strategy.
3.6. Methodology: which methodology and analytical methods (including details of sample size and type) you have chosen and why; What kind of sampling are you going to use? How are you going to analyse the quantitative/qualitative data.- basic methods.
3.7. Structure of the project. Brief explanation of every part (no more than 60 words per part). A plan showing roughly when each element of the research will be carried out.,
4. Expected results: the practical value of the research. The technical and ethical problems which you may encounter.
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 });

