نتایج جستجو برای: and muhammad ibn abd

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

Journal: :Saudi medical journal 2013
Mir Sadat-Ali Haifa A Al-Turki

A drugs are an essential part of the management and prevention of the risk of venous thrombo-embolism (VTE). The National Institute for Health and Clinical Excellence (NICE) has produced guidelines to assist in reducing this risk.1 The risk of fatal embolism after high-risk surgery is 1-5%. In orthopedic and gynecological surgeries anti-thrombotics are widely used because VTE in patients underg...

جعفری, سیروس, حسیبی, مهرداد, خضرائیان, حمیده, دهقان منشادی, سید علی,

Background: Amphotericin B Deoxycholate (ABD) has been the best therapeutic agent for treatment of most systemic fungal infections. However, untoward adverse effects like nephrotoxicity may limit its appropriate therapeutic use. We studied administration of fat emulsion early after infusion of ABD to evaluate its effects on ABD-associated nephrotoxicity.Methods: This study was a randomized clin...

Journal: :Medical History 1995
Lawrence I Conrad

what is known as 'Arabian Medicine"' (p. VII). Recent research, however, shows more and more that one cannot speak of a medieval Jewish medicine proper. Jewish physicians studied the Arabic medical works which are based on the Galenic medical tradition. A good example is Maimonides, who according to Jewish scholars, made such a great contribution to medieval medicine. But it now clear that he w...

Journal: :Mütefekkir 2021

Eyyûbîler döneminde ya?ayan ve Memlük Devleti’nin kurulu? y?llar?na da ?ahitlik etmi? olan ?zzeddîn b. Abdüsselâm müderrisli?inin yan? s?ra Emevî Camii hatipli?i D?ma?k kad?l??? gibi pek çok önemli görevi üstlenmi? büyük âlimlerdendir. Bu görevleri dolay?s?yla o, halkla her zaman yak?n bir münasebet içerisinde olmu?, sultanlar devlet görevlileri taraf?ndan ilgi görmü? taltif edilmi?tir. Abdüsse...

Journal: :عرفان معاصر 0
قیس آل قیس استاذ مشارک ـ اکادیمیة الانسانیة و الدراسات الثقافیة ـ وزارة التعلیم العالی ـ طهران.

muhammad ibn hamed isfahani more popularly known as imad ad-din al-isfahani was a persian historian, scholar, and rhetorician. he left a valuable anthology of arabic poetry to accompany his many historical works. and worked as a man of letters during the zengid and ayyubid period. he was born in isfahan in the year 1125, and studied at the nizamiyya school in baghdad. he graduated into the bure...

Journal: :فصلنامه علمی پژوهشی علوم سیاسی 0
سیداحمد موثقی(مترجم) استادیار علوم سیاسی دانشگاه تهران

the political in the arab world has been affected from fundamentalist and modernist schools of thought from mohammad ibn abd-alwahhab and sayyid jamaloddin asadabadi, respectively . the present article has focused on the two contemparary repersentatives of these thoughts, namely, said ghótb and malek ibn nabi. although both of them intend to return to true islam, but they are fundemantally diff...

ژورنال: مطالعات عرفانی 2012
عابدی, محمود ,

Amir Khosrow Dehlawi has composed a roughly famous verse which is closely examined in the present study: “Ze daryāye shahādat choon nahange lā bar ārad sar/tayammom farz gardad nooh rā dar rooze toofānash”.In this poem, Amir Khosrow has intended to convey “Lā of Shahādah” which is previously employed by Sanai and other poets in an attempt to create novel senses. Undoubtedly, Amir Khosrow ...

Journal: :KnE Social Sciences 2023

Imam Muhammad bin Abd al-Rahim (may God have mercy on him) lived at the end of second century and middle third AH, characterized by maturity prosperity scientific movement. Therefore, competition in seeking knowledge traveling for it was a visible matter, classification, teaching, travel were some prominent features people that era. He student best scholars his time, most distinguished whom Ahm...

پایان نامه :دانشگاه آزاد اسلامی - دانشگاه آزاد اسلامی واحد تهران مرکزی - دانشکده زبانهای خارجی 1394

the present research was an attempt to see how quranic lexical collocations were translated into english by two professional translators namely, abdullah yusuf(2005), and muhammad s. shakir(2012). the study attempted qualitatively to shed light on how translators dealt with quranic lexical collocations when transferring them to the target language based on the newmark(1988) model , and quantit...

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

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

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