Paper based on a psychologist Dr. Aaron T. Beck, that influenced my school of thought that I follow (COGNITIVE BEHAVIOR THERAPY).
—-> What evidence based research did you find that supports your choice? (CHOOSE evidence from 2010-2016).
—-> How have statistical findings contributed to your choice? (2010-2016).
—-> Include the birth, family life, education, accomplishments, major theory and death (if they are deceased) of this psychologist.
—-> Describe application of CBT in humanitarian settings and emergencies (keywords: refugees, displaced persons, UNHCR, WHO, International non governmental organizations)
—-> suggested references:
Goodwin, James C. (2015). A History of Modern Psychology. (5th ed). Hoboken, NJ. John Wiley & Sons, Inc. ISBN: 978-1-118-83375-9 —–> chapter 14, attaching this.
Hergenhahn, B. R. (2009). An introduction to the history of psychology (6th ed.). Belmont, CA: Wadsworth Cengage Learning. ISBN-13: 978-0-495-50621-8 link to book: http://s3.amazonaws.com/academia.edu.documents/45664456/An_Introduction_to_the_History_of_Psychology.pdf?AWSAccessKeyId=AKIAJ56TQJRTWSMTNPEA&Expires=1472847084&Signature=QJw2QHmZqiZZ%2BxoHfsedQtMt4uo%3D&response-content-disposition=inline%3B%20filename%3DAn_Introduction_to_the_History_of_Psycho.pdf
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 });

