Structure shoud follow below:
This may have slight variations depending on the type of dissertation. However, the following is a general example:
Cover Page: include Module name and code; Title of your project; Your name and student ID; Word count
Executive Summary/Abstract (200 words, +/-10%): this should briefly describe the scope of your dissertation, the question being asked and conclusions reached.
Contents Page: include Table of Contents, List of Figures (not included in word count)
Introduction: Background, aim(s) & objectives of the dissertation and a clear statement of the question(s) that you analyse and the methodology you are using.
Main body of the dissertation: each part (Literature Review, Data Analysis etc) should be numbered with section headings and subheadings, as necessary (this would be expected to represent the largest part of the dissertation ie at least 3,000 words in a 5,000 word dissertation).
Conclusion/Recommendations: this needs to be linked to the preceding analysis highlighting key findings and any limitations.
List of References: Using Harvard convention and alphabetically ordered (not included in word count).
Appendices: only include items (data, that have been used fairly extensively in the body of your dissertation (not included in word count)
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 });

