1) Thomas, S. A. (1977). Theory and practice in feminist therapy. Social Work, 22(6), 447454. http://www.jstor.org/stable/23713064
2) Draganovic, Selvira. (2012). Approaches to Feminist Therapy: A Case Study Illustration. Epiphany. 4. 10.21533/epiphany.v4i1.34.
3) Corey, G. (2017). Chapter 12- Feminist therapy. In Theory and practice of counselling and psychotherapy (pp. 337366). essay, Brooks Cole.
4) Burstow, B. (1992). Radical feminist therapy: Working in the context of violence. Sage Publications.
5) Ehrenreich, B. (1976). What is socialist feminism?. Nationwide Women’s Program.
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 });