Project description
The roles of prison staff
1) What do prison officers do? NAV
2) Are there potential conflicts between their caring and turnkey roles? Mellisa&llions
3) What do criminologists mean by the emotional labour of being a PO? rawda
4) Do prison officers have power? rakinder
5) Are there limits to their power? rosin
6) How should we understand the complex role(s) of prison officers? All together.
this is a group presentation how ever my part is the no. 3. so just focus on ( WHAT DO CRIMINOLOGIST MEAN BY THE EMOTIONAL LABOUR OF BEING A PO ) 2 slides and 200 speaking notes as a script so 100 each.
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 });

