Assignment Question
After reading both of Fr. Boyle’s books, Tattoos on the Heart and Barking to the Choir, give a detailed account of the content, referring to specific reflections by Boyle as well as significant stories of his homeboys. This paper needs to be both reflective and critical. Three outside sources, such as scholarly reviews, need to be referenced and cited as well as Scripture, and obviously both of his books listed above. (Both books are included in the number of sources required). Content should include the history of Homeboy Industries, its struggles, and its impact on society. Also include reflections on society’s different perspectives on gangs and their members and how Boyle has influenced society’s views.
Two articles are: “The Paradox of Privilege: Fr. Gregory Boyle, S.J., Relational-Cultural Theory, and the Expansion of the Margins” by Linda Land-Closson. 2017. “Showing Gang Members a Way Out of Darkness” by Joanne Alford. 2018. “The Draw of the ‘Dead Town'” by Suzanne Smalley and Evan Thomas. 2009.
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 });