نتایج جستجو برای: s reading on islam

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

ژورنال: مطالعات تفسیری 2020

Many Western thinkers subscribe to the theory of Pluralism. This idea is based on the assumption that there are different ways of salvation. The religion of Islam has a monopoly on the path to the truth. Some verses of the Holy Quran with emphasis on the verses "Islam prevails over all religions" can be used as an intra-religious response to the notion of pluralism. This research has tried to e...

Journal: :سیاست 0
کامران طارمی استادیار مرکز مطالعات عالی بین المللی دانشکدۀ حقوق و علوم سیاسی دانشگاه تهران

since the victory of the islamic revolution in 1979 shiite islam has been adopted as state ideology in iran. this paper is concerned with the impact of islam on iranian strategic culture. more specifically, it examines the impact of islam on the manner iran employs force in self-defense. to shed light on the influence of ideology, the article has relied heavily on ayatollah khomeini's spee...

2015
Nicholas Whitfield Thomas Schlich

http://journals.cambridge.org/asp Arabic Sciences and Philosophy (ASP) is an international journal devoted to the Arabic sciences, mathematics and philosophy in the world of Islam between the eighth and eighteenth centuries, in a cross-cultural context. In 2009, the journal extended its scope to include important papers on scientific modernization from the nineteenth century in the Islamic worl...

Journal: :متن پژوهی ادبی 0
مژگان رشتچی هیئت علمی دانشگاه علامه طباطبایی

the essential role of reading can be overlooked neither in the native nor in the second or foreign language. reading skill is an important asset in the process of literacy as well as a means of extending one's knowledge, however, teaching reading involves unique problems and challenges at all conceivable levels of instruction. focusing on teaching english to children, practitioners complai...

Journal: :health, spirituality and medical ethics journal 0
akram mehrandasht qom university of medical sciences seyed ali akbar famil rouhany islamic azad university, hamedan branch, hamedan, iran alireza isfandyari-moghaddam islamic azad university, hamedan branch, hamedan, iran

background and objectives: information ethics, according to islam, equals observing human rights and morals in dealing with information transmission and provision, which must be based on honesty and truthfulness. as islam highly values society and social issues, it believes that human behaviors and interactions are strongly interconnected in a society. committing to ethical issues regarding inf...

2016
Abbas Heydari Fatemeh Khorashadizadeh Fatemeh Heshmati Nabavi Seyed Reza Mazlom Mahdi Ebrahimi

CONTEXT In order to gain a more detailed insight into the concept of spiritual health, a hybrid model of concept analysis was used to remove some of the ambiguity surrounding the conceptual meaning of spiritual health in Islamic and Iranian contexts. The purpose of this study was to clarify the meaning and nature of the spiritual health concept in the context of the practice of Islam among Iran...

2012
N. S. Johari I. Ahmad

N. S. Johari, I. Ahmad, and N. Halib b,c,* School of Chemical Science and Food Technology, Faculty of Science and Technology, University Kebangsaan Malaysia, 43600 UKM, Bangi, Selangor, Malaysia Medical Technology Division, Malaysian Nuclear Agency, Bangi, 43000 Kajang, Selangor, Malaysia Faculty of Dentistry, Universiti sains Islam Malaysia (USIM), 15 Floor, Menara B, Persiaran MPAJ, Pandan In...

2014
Islam Almasri

Recently, a number of methods have been proposed to improve image retrieval accuracy by capturing context information. These methods try to compensate for the fact that a visually less similar image might be more relevant because it depicts the same object. We propose a new quick method for refining any pairwise distance metric, it works by iteratively discovering the object in the image from t...

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

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

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