نتایج جستجو برای: noureddine shirazi

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

2017
Joaquín Muñoz Sabater Christoph Rüdiger Noureddine Fritz Jean-Christophe Calvet Lionel Jarlan Yann Kerr

HAL is a multi-disciplinary open access archive for the deposit and dissemination of scientific research documents, whether they are published or not. The documents may come from teaching and research institutions in France or abroad, or from public or private research centers. L’archive ouverte pluridisciplinaire HAL, est destinée au dépôt et à la diffusion de documents scientifiques de niveau...

2015
Ali Mohammadi Maryam Hashemi Seyed Masoud Hosseini

BACKGROUND AND OBJECTIVES The efficacy of Mentha piperita L, Zataria multiflora Boiss and Thymus vulgaris L essential oils (EOs) was evaluated for controlling the growth of Phytophthora drechsleri, the causative agent of damage to many crops that is consumed directly by humans. MATERIALS AND METHODS The EOs used in this study was purchased from Magnolia Co, Iran. The pour plate method in petr...

1998
A. A. ILUNDAIN

M. DONOWITZ,1 C. DE LA HORRA,2 M. L. CALONGE,2 I. S. WOOD,2 J. DYER,2 S. M. GRIBBLE,2 F. SANCHEZ DE MEDINA,1 C. M. TSE,1 S. P. SHIRAZI-BEECHEY,3 AND A. A. ILUNDAIN2 1Departments of Medicine and Physiology, GI Division, Johns Hopkins University School of Medicine, Baltimore, Maryland 21205-2195; 2Departments of Animal Physiology and Biology, School of Pharmacy, University of Seville, E-41009 Sev...

Journal: :Classical Antiquity 2022

Research Article| October 01 2022 Glimpses of Gesture: Refusing and Recovering Loss in Honig Euripides Ava Shirazi Haverford College ashirazi@haverford.edu Search for other works by this author on: This Site PubMed Google Scholar Classical Antiquity (2022) 41 (2): 16–24. https://doi.org/10.1525/ca.2022.41.2.16 Views Icon Article contents Figures & tables Video Audio Supplementary Data Peer Revi...

2012
Kristian Daly Miran Al-Rammahi Daleep K. Arora Andrew W. Moran Christopher J. Proudman Yuzo Ninomiya Soraya P. Shirazi-Beechey

Expression of sweet receptor components in equine small intestine: relevance to intestinal glucose transport Kristian Daly,* Miran Al-Rammahi,* Daleep K. Arora, Andrew W. Moran, Christopher J. Proudman, Yuzo Ninomiya, and Soraya P. Shirazi-Beechey Epithelial Function and Development Group, Department of Functional and Comparative Genomics, Institute of Integrative Biology, Faculty of Health and...

2013
Mandana Shirazi Sagar V. Parikh Ideh Dadgaran Charlotte Silén

Mandana Shirazi, Sagar V. Parikh, Ideh Dadgaran, Charlotte Silén Education Development Center, Medical Education Department, Tehran University of Medical Sciences, Tehran, Iran, Departments of LIME and Clinical Science and Education, Södersjukhuset, Karolinska Institutet, Stockholm, Sweden University of Toronto, Toronto, Canada Medical-Surgical Nursing Department, Langroud Nursing and Midwifery...

Journal: :research on history of medicine 0
seyyed alireza golshani department of history, faculty of literature and humanity, shiraz university, shiraz, iran

being contemporary with avicenna and rhazes, abu maher shirazi was born in shiraz the 10th century ad. he was known as the rst inuential physician in shiraz in the islamic period and his students, such as haly abbas, called him a great scientist. concerning his signicant impact on medicine in this era, abu maher shirazi is a good candidate for the title “the founder of shiraz medical doctrine”.

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

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

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