نتایج جستجو برای: contemplation of god

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

2010
Darcy Miller

Feminine language for God has been largely absent within Christianity. However, a focus on feminine aspects of the divine can help Christians reclaim characteristics of God that get lost in a religion where language of God the Father is pervasive. This paper addresses the use of Mother as a metaphor for God and its implications for a therapeutic context. The current conversation around parental...

2017
Katherine O'Lone Ryan McKay

Do forgiving God primes strengthen support for state-sanctioned punishment? Laurin et al (2012) found that beliefs in powerful, intervening Gods (both in general and when made salient) reduce people’s endorsement of state-sanctioned punishment. In light of this, we investigated whether the manner in which God intervenes (via forgiveness or punishment) influences people’s endorsement of state-sa...

2017

Reincarnation is a major facet of the eastern religions of Hinduism and Buddhism. Many sects have variant views of reincarnation. Here is a general summary of the basic principles. Most hold to a pantheistic view of God. Pantheism comes from the Greek pan meaning “all” and concept of theism meaning “God.” In Pantheism, God is an impersonal force made up of all things; the universe is God and Go...

2018

Reincarnation is a major facet of the eastern religions of Hinduism and Buddhism. Many sects have variant views of reincarnation. Here is a general summary of the basic principles. Most hold to a pantheistic view of God. Pantheism comes from the Greek pan meaning “all” and concept of theism meaning “God.” In Pantheism, God is an impersonal force made up of all things; the universe is God and Go...

Journal: :Scandinavian Journal of Trauma, Resuscitation and Emergency Medicine 2009
Kjetil Søreide Hans Morten Lossius

Editorial As we enter July 2009, we are pleased to have passed the first 365 days of being an open access, freely available online journal on the World Wide Web and indexed in Pubmed. Currently 49 papers have been published and several more are awaiting publication in the near future. We experience a steady and sound inflow of new manuscripts submitted to the Journal, and are in the position to...

2010
Paul K. Moser Mark L. McCreary

Philosophers have often misunderstood Kierkegaard’s views on the nature and purposes of God due to a fascination with his earlier, pseudonymous works. We examine many of Kierkegaard’s later works with the aim of setting forth an accurate view on this matter. The portrait of God that emerges is a personal and fiercely loving God with whom humans can and should enter into relationship. Far from a...

Background and Objectives: Spirituality and the quality of communication with God with an emphasis on Islamic teachings can play an essential role in life, including marital relationships. On the other hand, the applicability of relationship with God quality in prohibition, activation, and verbal dialogue is important in this regard. Therefore, this study aimed to evaluate the model of marriage...

Journal: :فلسفه دین 0
رضا برنجکار استاد پردیس فارابی دانشگاه تهران مهدی فدایی دانشجوی دکتری مدرسی معارف اسلامی،دانشگاه معارف اسلامی قم

according to ayatollah maleki mianji, in monotheistic religions, the knowledge of the nature of god is not suspect and the unknown; rather  the knowledge of god in the hearts and lives has been entrusted. on the other hand, according to the theology of calvin lot of effort to reject and repudiate the existence of god and living  without  him, is the witness to desire and inclination to god. aya...

2014
Thomas A. Fergus Wade C. Rowatt

Scrupulosity is a moral/religious subtype of obsessive–compulsive disorder (OCD) that remains understudied within the extant literature. Drawing from separate lines of research suggesting that attachment insecurities underlie OCD and that God functions psychologically much like other attachment figures, we examined a purported association between attachment to God and scrupulosity. A large samp...

Journal: :فلسفه دین 0
ابراهیم رضایی استادیار گروه معارف اهل البیت، دانشگاه اصفهان محمد صافیان استادیار گروه فلسفه، دانشگاه اصفهان

in heidegger’s thought god is appeared in three main forms: existence, sacred idea, and the final god. the existence, is apprehended with an internal experience; and the sacred will discovered by confronting with an art work which is exhaustive; but the final god, needs to eager expectancy, the god whose absence is expressed in the verses of poets. so the existence, art works and god's abs...

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

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

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