This is a mini thesis with no quantitative research requirement. However, two key elements are required: (1) A critical literature review, (2) A programme proposal with actual session plans.
Here are some points to note:
(1) The focus could lean more towards art therapy / expressive arts therapy than positive psychology, although both approaches should be discussed
(2) Definitely include references from Natalie Rogers, Cathy Malchiodi, Cathy Moon, Bruce Moon, Paolo J. Knill, Martin Seligman, Mihaly Csikszentmihalyi, Jon Kabat-Zinn etc.
(3) The paper should be written in a culturally-specific manner, starting with general police culture then narrowed down to the Hong Kong, Chinese context (you may reference the “Occupy Central Movement” in Hong Kong in 2014, but with a politically neutral stance)
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 });

