نتایج جستجو برای: affective ratings

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

2016
Agnes Sianipar Pieter van Groenestijn Ton Dijkstra

This study investigated the lexical-semantic space organized by the semantic and affective features of Indonesian words and their relationship with gender and cultural aspects. We recruited 1,402 participants who were native speakers of Indonesian to rate affective and lexico-semantic properties of 1,490 Indonesian words. Valence, Arousal, Dominance, Predictability, Subjective Frequency, and Co...

Journal: :Proceedings of the National Academy of Sciences of the United States of America 2014
Jens Ambrasat Christian von Scheve Markus Conrad Gesche Schauenburg Tobias Schröder

We investigate intrasocietal consensus and variation in affective meanings of concepts related to authority and community, two elementary forms of human sociality. Survey participants (n = 2,849) from different socioeconomic status (SES) groups in German society provided ratings of 909 social concepts along three basic dimensions of affective meaning. Results show widespread consensus on these ...

Journal: :Psychological science 2003
Ann M Kring Lisa Feldman Barrett David E Gard

Studies of affective experience are guided by the assumption that the structure of affect generalizes across people. Yet this assumption has not been tested among educationally and economically diverse community residents or among individuals with psychopathology. This study explicitly examined the broad applicability of the valence-arousal circumplex and whether schizophrenia patients and nonp...

2007
Marcelo L. Berthier Ana Maria Fernández Eugenio Martínez Celdrán

Perceptual judgements and acoustic analyses of affective prosody during sentence repetition were examined in four patients with transcortical aphasias and in two normal controls. Although all aphasic patients had a relative preservation of sentence repetition, perceptual ratings revealed that they repeated using correct affective intonation significantly less frequently than normal control subj...

2009
Jeff T. Larsen Catherine J. Norris Peter McGraw Louise C. Hawkley John T. Cacioppo

The authors introduce the evaluative space grid (ESG), a two-dimensional grid that provides a single-item measure of positivity and negativity. In Study 1, ESG ratings of gamble outcomes were highly correlated with those obtained from conventional, less-efficient, unipolar measures, thus providing evidence for the grid’s convergent validity. In Study 2, participants rated their moment-by-moment...

2013
Antoinette Nicolle Vinod Goel

Many cognitive accounts of emotional processing assume that emotions have representational content that can be influenced by beliefs and desires. It is generally thought that emotions also have non-cognitive, affective components, including valence and arousal. To clarify the impact of cognition on these affective components we asked participants to rate sentences along cognitive and affective ...

2010
Bart Jochems Martha Larson Roeland Ordelman Ronald Poppe Khiet P. Truong

We carry out two studies on affective state modeling for communication settings that involve unilateral intent on the part of one participant (the evoker) to shift the affective state of another participant (the experiencer). The first investigates viewer response in a narrative setting using a corpus of documentaries annotated with viewer-reported narrative peaks. The second investigates affec...

Journal: :Journal of research in personality 2008
Christian E Waugh Barbara L Fredrickson Stephan F Taylor

Following highly negative events, people are deemed resilient if they maintain psychological stability and experience fewer mental health problems. The current research investigated how trait resilience (Block & Kremen, 1996, ER89) influences recovery from anticipated threats. Participants viewed cues ('aversive', 'threat', 'safety') that signified the likelihood of an upcoming picture (100% av...

Journal: :Emotion 2005
Heather C Abercrombie Ned H Kalin Richard J Davidson

To test the effects of cortisol on affective experience, the authors orally administered a placebo, 20 mg cortisol, or 40 mg cortisol to 85 men. Participants' affective responses to negative and neutral stimuli were measured. Self-reported affective state was also assessed. Participants in the 40-mg group (showing extreme cortisol elevations within the physiological range) rated neutral stimuli...

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

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

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"; } -->