Compose a research paper outlining the community group’s objectives.You will be required to research and find one support group in the community and attend one meeting. You will write a three page summary of your experience. This may be an AA group, MADD, Alanon, Cancer Family Support Group, Grief Group or any other mutual self-help community sponsored group. Be sure you find a group that is an “open meeting”, meaning new members may attend. There are definitely some closed groups in the self-help area. If you have any question as to whether the group you are considering attending is defined as a “self-help” group that fits with this assignment, consult with the instructor and receive permission to use the group for this assignment.
Make sure you introduce yourself in the group as a student from UC working on an assignment, (i.e., making myself more aware of group opportunities in the community).
Report what the experience was like, what you observed, thought and felt. What personal experiences were evoked through your attendance at the group you chose? Was there any history for you with a particular support group, (i.e., a family member attended such a group either in the past or currently)? What was the most important learning you gained from attending this group?
Papers should be double-spaced pages and be presented in the standard format (12-point font, 1inch margins all around). Follow APA Publication Manual, 7th edition in citing any pertinent references. No abstract is needed; however, you must have a title page. You should submit the paper electronically in Canvas.
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 });