نتایج جستجو برای: creating religious division

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

2012
Jochen E. Gebauer Delroy L. Paulhus Wiebke Neberich

How are the Big Two personality dimensions of agency (e.g., competence, uniqueness, ambition) and communion (e.g., warmth, relatedness, morality) related to religiosity? A standard view assumes that communion encourages religiosity, whereas agency is independent of religiosity. Our model is more nuanced, taking into account the Big Two’s motivational base as well as culture: Because communal in...

2011
Simon Dein

The subject of religious experience has been marginalised in the social sciences. Although authors such as James (1903) have suggested that religious experience is pre-cultural and pre-cognitive, this paper argues against the perennialist position, suggesting instead that religious experience and its narration are both socially constructed. The ideological role of religious experience is discus...

2008
Derek Pyne Carl Jung

This paper attempts to explain several empirical findings regarding religion. The main one is between religion and the fear of death. Some empirical evidence indicates moderately religious individuals fear death more than either atheists or extremely religious individuals. The model also explains the positive relationship often found between religious activity (e.g. church attendance) and age. ...

2016
Agnieszka Sowa Stanisława Golinowska Dorly Deeg Andrea Principi Georgia Casanova Katherine Schulmann Stephania Ilinca Ricardo Rodrigues Amilcar Moreira Henrike Gelenkamp

Religious attendance is an important element of activity for older Europeans, especially in more traditional countries. The aim of the analysis is to explore whether it could be an element contributing to active ageing as well as to assess differences between the religious activity of older individuals with and without multimorbidity defined as an occurrence of two or more illnesses. The analys...

2014
Troy Blanchard Samuel Stroope Charles Tolbert

We draw on the organizational ecology tradition to frame the relationship between the religious environment of a community and local religious participation. Prior research linking religious environments to religious participation downplays a key organizational aspect of religion: the congregation. Following the organizational ecology usage of density, we argue that congregational density—the n...

2014
Anne Berthold Willibald Ruch

According to systematic reviews, religious beliefs and practices are related to higher life satisfaction, happiness, and positive affect (Koenig and Larson, 2001). The present research extends previous findings by comparing satisfaction with life and character strengths of non-religious people, religious people, who practice their religion and people that have a religious affiliation but do not...

2000
Margaret Battin

In Ethics in the Sanctuary, Margaret Battin argues that traditional evangelism, directed to promoting religious belief, practice, and affiliation, that is proselytizing, is morally questionable to the extent that it involves unwarranted paternalism in the interests of securing other-worldly benefits for potential converts. I argue that Christian evangelism is justified in order to make the this...

2017
Amanda Pereira-Salgado Patrick Mader Clare O’Callaghan Leanne Boyd Margaret Staples

BACKGROUND International guidance for advance care planning (ACP) supports the integration of spiritual and religious aspects of care within the planning process. Religious leaders' perspectives could improve how ACP programs respect patients' faith backgrounds. This study aimed to examine: (i) how religious leaders understand and consider ACP and its implications, including (ii) how religion a...

2009
Robert N. McCauley

1. Introduction In a scene in " The Importance of Being Earnest " Oscar Wilde pinpoints an array of properties of religious ritual systems that cognitive theorizing about religious rituals, viz., the theory of religious ritual competence, has subsequently systematized (Lawson and McCauley 1990; McCauley and Lawson 2002). To the amusement of hundreds of audiences, Wilde's play also identifies a ...

Journal: :Journal of traumatic stress 2013
Christian S Chan Jean E Rhodes

Positive and negative religious coping strategies and their relation with posttraumatic stress (PTS), psychological distress, and posttraumatic growth (PTG) were examined in the context of Hurricane Katrina. Positive religious coping was hypothesized to be associated with PTG, whereas negative religious coping was hypothesized to be associated with PTS and psychological distress. Low-income mot...

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

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

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