نتایج جستجو برای: cognitive appraisal

تعداد نتایج: 268631  

Journal: : 2023

Background. Symptoms of compulsive repetition or “intrusion” (unwanted thoughts, [ ashbacks, images, disturbing dreams, nightmares) are o\ en considered as a distinctive feature post-traumatic stress disorder (PTSD). Cognitive models claim that PTSD symptoms stimulated and become chronic due to an overly negative assessment the traumatic experience and/or its consequences. ] e relevance study i...

2016
Brian Walitt Marta Čeko Manish Khatiwada John L. Gracely Rakib Rayhan John W. VanMeter Richard H. Gracely

The subjective experience of cognitive dysfunction ("fibrofog") is common in fibromyalgia. This study investigated the relation between subjective appraisal of cognitive function, objective cognitive task performance, and brain activity during a cognitive task using functional magnetic resonance imaging (fMRI). Sixteen fibromyalgia patients and 13 healthy pain-free controls completed a battery ...

Journal: :Psicothema 2017
Pilar González-Navarro Lucía Llinares-Insa Rosario Zurriaga-Llorens Susana Lloret-Segura

BACKGROUND In the context of cognitive appraisal, the Work Conflict Appraisal Scale (WCAS) was developed to assess work conflict in terms of threat and challenge. METHOD In the first study, the factorial structure of the scale was tested using confirmatory factor analysis with a Spanish multi-occupational employee sample (N= 296). In the sec-ond study, we used multi-sampling confirmatory fact...

Journal: :Trauma, violence & abuse 2011
Margaret V Sherrer

A compelling body of literature suggests that negative appraisal may be associated with adverse reactions to traumatic stress. However, very few studies have examined how appraisal influences posttraumatic adaptation in people with serious mental illness (SMI) despite evidence of disproportionately high prevalence rates of trauma exposure and Posttraumatic Stress Disorder (PTSD) in this populat...

Journal: :Journal of personality and social psychology 1986
S Folkman R S Lazarus C Dunkel-Schetter A DeLongis R J Gruen

Despite the importance that is attributed to coping as a factor in psychological and somatic health outcomes, little is known about actual coping processes, the variables that influence them, and their relation to the outcomes of the stressful encounters people experience in their day-to-day lives. This study uses an intraindividual analysis of the interrelations among primary appraisal (what w...

2012
Jerry Lin Marc Spraragen Michael Zyda

To allow better models of emotions integrated into cognitive architecture, we propose a memory framework which supports both traditional cognitive processes as well as appraisal theories of emotion. This is a new approach in emotion representation that we argue allows for deeper integration of emotion and cognition as well as greater emotional expressivity.

2012
Amy M. Bippus Stacy L. Young

Based on appraisal theory (Lazarus 1991, 1999), this study examined the degree to which primary and secondary cognitive appraisals of hurtful messages predict the amount of hurt individuals feel, and the coping behaviors they enact. This study presents a significant step forward in its operationalization of both primary and secondary appraisal variables by treating hurt as an outcome, rather th...

2001
Craig A. Smith Leslie D. Kirby

The major assumptions of the appraisal approach to emotion, and progress in the development of two classes of models of emotion that embody this approach, are reviewed. The first class of model is structural and describes the relations between components of appraisal and components of the emotional response, such as subjective feeling state, facial actions, and autonomic activities. We present ...

2012
Slobodan Marković

In this paper aesthetic experience is defined as an experience qualitatively different from everyday experience and similar to other exceptional states of mind. Three crucial characteristics of aesthetic experience are discussed: fascination with an aesthetic object (high arousal and attention), appraisal of the symbolic reality of an object (high cognitive engagement), and a strong feeling of ...

Journal: :CoRR 2017
Andres Campero Bjarke Felbo Joshua B. Tenenbaum Rebecca Saxe

We explore the representational space of emotions by combining methods from different academic fields. Cognitive science has proposed appraisal theory as a view on human emotion with previous research showing how human-rated abstract event features can predict finegrained emotions and capture the similarity space of neural patterns in mentalizing brain regions. At the same time, natural languag...

نمودار تعداد نتایج جستجو در هر سال

با کلیک روی نمودار نتایج را به سال انتشار فیلتر کنید

function paginate(evt) { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term pg=parseInt(evt.target.text) var data={ "year":filter_year, "term":term, "pgn":pg } filtered_res=post_and_fetch(data,url) window.scrollTo(0,0); } function update_search_meta(search_meta) { meta_place=document.getElementById("search_meta_data") term=search_meta.term active_pgn=search_meta.pgn num_res=search_meta.num_res num_pages=search_meta.num_pages year=search_meta.year meta_place.dataset.term=term meta_place.dataset.page=active_pgn meta_place.dataset.num_res=num_res meta_place.dataset.num_pages=num_pages meta_place.dataset.year=year document.getElementById("num_result_place").innerHTML=num_res if (year !== "unfilter"){ document.getElementById("year_filter_label").style="display:inline;" document.getElementById("year_filter_place").innerHTML=year }else { document.getElementById("year_filter_label").style="display:none;" document.getElementById("year_filter_place").innerHTML="" } } function update_pagination() { search_meta_place=document.getElementById('search_meta_data') num_pages=search_meta_place.dataset.num_pages; active_pgn=parseInt(search_meta_place.dataset.page); document.getElementById("pgn-ul").innerHTML=""; pgn_html=""; for (i = 1; i <= num_pages; i++){ if (i===active_pgn){ actv="active" }else {actv=""} pgn_li="
  • " +i+ "
  • "; pgn_html+=pgn_li; } document.getElementById("pgn-ul").innerHTML=pgn_html var pgn_links = document.querySelectorAll('.mypgn'); pgn_links.forEach(function(pgn_link) { pgn_link.addEventListener('click', paginate) }) } function post_and_fetch(data,url) { showLoading() xhr = new XMLHttpRequest(); xhr.open('POST', url, true); xhr.setRequestHeader('Content-Type', 'application/json; charset=UTF-8'); xhr.onreadystatechange = function() { if (xhr.readyState === 4 && xhr.status === 200) { var resp = xhr.responseText; resp_json=JSON.parse(resp) resp_place = document.getElementById("search_result_div") resp_place.innerHTML = resp_json['results'] search_meta = resp_json['meta'] update_search_meta(search_meta) update_pagination() hideLoading() } }; xhr.send(JSON.stringify(data)); } function unfilter() { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":"unfilter", "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } function deactivate_all_bars(){ var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(bar) { bar.dataset.active = false bar.style = "stroke:#71a3c5;" }) } year_chart.on("created", function() { var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(check) { check.addEventListener('click', checkIndex); }) }); function checkIndex(event) { var yrchart = document.querySelectorAll('.ct-bar'); var year_bar = event.target if (year_bar.dataset.active == "true") { unfilter_res = unfilter() year_bar.dataset.active = false year_bar.style = "stroke:#1d2b3699;" } else { deactivate_all_bars() year_bar.dataset.active = true year_bar.style = "stroke:#e56f6f;" filter_year = chart_data['labels'][Array.from(yrchart).indexOf(year_bar)] url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":filter_year, "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } } function showLoading() { document.getElementById("loading").style.display = "block"; setTimeout(hideLoading, 10000); // 10 seconds } function hideLoading() { document.getElementById("loading").style.display = "none"; } -->