This paper is 10 pages in length excluding the bibliography. Students can choose
any topic they would like related to Eating Disorders except for topics that are
specifically focused on medical issues.
Suggestions for topics include:
1. Eating disorders and diversity.
2. Eating disorders and families.
3. Eating disorders and sexual abuse.
4. Eating disorders and athletes.
5. Describe a treatment model (e.g. cognitive behavioural treatment of bulimia,
family therapy, intensive programs, etc.)
6. How do eating disorders affect a woman’s ability to parent?
7. The ethical issues associated with compulsory treatment.
8. Prevention of eating disorders or weight related issues.
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 });