نتایج جستجو برای: naser al

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

2017
Hadi Hassankhani Hamidreza Haririan Joanne E. Porter

EVIDENCE-BASED GUIDELINE DEVELOPMENT Hadi Hassankhani, Hamidreza Haririan, Joanne E. Porter. Associate professor of Nursing, Medical-Surgical Department, Nursing and Midwifery School, Tabriz University of Medical Sciences, Iran; PhD Candidate in Nursing, Nursing and Midwifery School, Tabriz University of Medical Sciences, Iran; PhD, Senior Lecturer in Nursing, Nursing Department, School of Nurs...

Journal: :Manarul Qur'an 2022

This research is aimed to explore al-Farabi philosophy in the practice of Islamic education. Al-Farabi called as “the second teacher” after Aristotle due his ability understand Aristotle, who was known first teacher philosophy. He also Moslem philosopher tried face and intertwine classical Greek political Islam well possible. made effort make understandable under context religions. In this rega...

2009
Joseph M. Betz Mark I. Avigan

Joseph M. Betz, PhD Linda Anderson, PhD Mark I. Avigan, MD Joanne Barnes, PhD Norman R. Farnsworth, PhD Barbro Gerdén, MD Leigh Henderson, MS Edward J. Kennelly, PhD Uwe Koetter, PhD Stephanie Lessard, MS Tieraona Low Dog, MD, PhD Michelle McLaughlin, BS Belal Naser, MD Ruediger G. W. Osmers, MD, PhD Linda S. Pellicore, PhD John R. Senior, PhD Richard B. van Breemen, PhD Wolfgang Wuttke, MD Joh...

2016
Arafat Ahmed Bhuiyan Md. Rezwanul Karim James T. Hart Peter J. Witt Jamal Naser Asterios Pantokratoras

Arafat Ahmed Bhuiyan 1,2, Md. Rezwanul Karim 1,2, James T. Hart 1, Peter J. Witt 3 and Jamal Naser 1,* 1 Faculty of Science, Engineering and Technology, Swinburne University of Technology, Victoria VIC 3122, Australia; arafat@iut-dhaka.edu (A.A.B.); rezwanul@iut-dhaka.edu (M.R.K.); jhart@swin.edu.au (J.T.H.) 2 Department of Mechanical Engineering, Islamic University of Technology, Gazipur-1704,...

Journal: :CASM 2016
Ghulam Abbas

Overview Systems engineering (SE) is an interdisciplinary approach to cope with the ever-increasing complexities of technological systems. The field of SE has imparted valuable insights on optimizing and analyzing complex systems, which have greatly benefited from the methodologies and principles of SE. The approach of SE is to combine classical engineering considerations with the stipulated co...

, ,

Having studied mathematics and mining engineering abroad, Mirza Nazem was one of the first Iranian scholars in Europe and a very successful technocrat of Qajar era. He was a man of discipline and sheer will who was very professional in his field of action and enjoyed writing. He was also trusted by both Naser al-Din Shah and Mozaffar al-Din Shah, which allowed him to gain numerous administrativ...

2014
Naser A. Anjum Ibrahim M. Aref Armando C. Duarte Eduarda Pereira Iqbal Ahmad Muhammad Iqbal

Naser A. Anjum, Ibrahim M. Aref, Armando C. Duarte, Eduarda Pereira, Iqbal Ahmad and Muhammad Iqbal* 1 Department of Botany, Faculty of Science, Hamdard University, New Delhi, India 2 CESAM-Centre for Environmental and Marine Studies and Department of Chemistry, University of Aveiro, Aveiro, Portugal 3 Plant Production Department, College of Food and Agricultural Sciences, King Saud University,...

Journal: :International journal of cancer care and delivery 2023

By Naser Shagerdi Esmaeli, Mohsen Hamidpour. A study that analyzes the infection profile during hospitalization and associated risk factors among patients undergoing autologous HSCT at University Hospital, Shahid Ghazi Tabatabaei Tabriz, Iran.

2016
Reyad R. Shawish Naser A. Al-Humam

Food-borne pathogens are of high concern for public health and food safety. Staphylococcus aureus food poisoning is one of the most ecoReyad R. Shawish Naser A. Al-Humam nomically devastating types of food poisoning globally. The purpose of this study was to detect staphylococcal classical enterotoxins (SEs) in processed beef from Kingdom of Saudi Arabia (KSA) and Egypt. 1 Department of Food Hy...

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

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

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