نتایج جستجو برای: islamic approach

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

2012
Sharmin Islam Rusli Bin Nordin Ab Rani Bin Shamsuddin Hanapi Bin Mohd Nor Abu Kholdun Al-Mahmood

The comparative approach regarding the ethics of surrogacy from the Western secular and Islamic bioethical view reveals both commensurable and incommensurable relationship. Both are eager to achieve the welfare of the mother, child and society as a whole but the approaches are not always the same. Islamic bioethics is straightforward in prohibiting surrogacy by highlighting the lineage problem ...

پایان نامه :دانشگاه بین المللی امام خمینی (ره) - قزوین - دانشکده علوم پایه 1390

abstract: the present study is about prophet ishmael, some parts of his life; his personality in the quran and the bible; and the comparison of the content of these two religious books. compilation of the study has been done with a new perspective and new presentation approach. since prophets have been human beings’ role model and their life has been a perfect example for humanity in all ages,...

Journal: :CMAJ : Canadian Medical Association journal = journal de l'Association medicale canadienne 2001
A S Daar A B al Khitamy

Islamic bioethics derives from a combination of principles, duties and rights, and, to a certain extent, a call to virtue. In Islam, bioethical decision-making is carried out within a framework of values derived from revelation and tradition. It is intimately linked to the broad ethical teachings of the Qur'an and the tradition of the Prophet Muhammed, and thus to the interpretation of Islamic ...

پایان نامه :دانشگاه تربیت معلم - تهران - دانشکده علوم انسانی 1390

abstract al- muntazam by ibn al -jawzi is one of the greatest the book ancient book of texts on history of islam in the 6th century.it is very important one;because of including rare reports which are not found any where.in addition to historical reports,his outlook , in which embodies information on mythologies, milal wa nihal (sects and creeds), geography, and political, social and religiou...

2014
Eun-Jung Katherine Kim Eun-Jung K. Kim EUN-JUNG KATHERINE KIM

A number of states have proposed initiatives or implemented laws that prohibit state courts from applying, considering, or interpreting foreign law, and in particular, Islamic law. The constitutionality of anti-Sharia legislation is in question. Its proponents claim that the Sharia ban protects state and federal constitutional rights, whereas its opponents claim that the ban infringes on the re...

Journal: :مدیریت شهری 0
lotfollah forouzandeh dehkordi mohammad mahmoudi maymand saeid abesi mehdi haddadzadeh

current theories argue that decision making is largely based on quick and intuitive processes.the results of study on topping organizations show that successful decision-makings are intuitive rather than rational. therefore in recent years the issue of intuition and intuitive decision making as an effective management has attracted increasing attention in scientific circles and world-class rese...

2013
Mansur Masih

Recently there has been a heightened global concern over ‘contagion’ in the conventional financial markets. Our study is motivated by the desire to test empirically whether this contagion is reflected in the fast growing Islamic financial markets as well. This study is the first attempt at testing whether there has been any contagion among the Shari’ah-compliant stock markets during the most re...

2015
Shawn Wang Andrea M. Matwyshyn

Islamic Finance is more than an asset class – it is a way of life lived by 1.6 billion Muslims around the world. But its reach goes even further – non-Islamic countries, governments, and businesses, have all invested in or issued Islamic securities for one reason or another. With the ongoing push of globalization of trade and finance, Islamic financial flows, long a localized phenomenon, have b...

2003
SALIM RASHID Salim Rashid

Islamic economists preoccupation with the deductive approach needs being moderated by a greater recourse to induction, especially in discussing the role of values in the economic system. Values have played an important role in the Christian West in the past, not withstanding the current advocacy of moral relativism. Every social decision implies a value judgment. Values permeate the contemporar...

2010
S. F. U. Akter A. R. M. Fauzi M. S. Nordin S. Satwi A. Mohamed M. A. Aznan

Department of Community Medicine, International Islamic University, Malaysia. Department of Internal Medicine, International Islamic University, Malaysia. Institute of Education, International Islamic University, Malaysia. Hospital Tengku Ampuan Afzan, International Islamic University, Malaysia. Pharmaceutical Chemistry, International Islamic University, Malaysia. Department of Family Medicine,...

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

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

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