نتایج جستجو برای: 109 and 157

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

Journal: :iranian journal of neuro surgery 0
holden o. fatigba * correspondence: holden o. fatigba; po box 2 chd-borgou (benin), africa, e-mail: holfatigba@gmail.com, tel.+229.97 49 22 45 aristote a. hans-moevi department of surgery, medicine school of abomey-calavi university, benin, africa mofou belo medicine school of lomé university, togo, africa kofi-m. savi de tové department of imaging diagnose, medicine school of parakou university, benin, africa aicha g. pape unit of neurosurgery, medicine school of parakou university, borgou, benin, africa moustapha mijiyawa medicine school of lomé university, togo, africa

background & aim: lumbar spinal stenosis (lss) is a common condition. this congenital or acquired stenosis has multiple etiologies. the goal of this study was to describe intraoperative pathoanatomic findings of lumbar spinal stenosis observed within a black african population. methods & materials/patients: it was a retrospective and descriptive study performed at departmental teaching hospital...

2000
Glyn Wittwer

This paper is an adaptation to the WAYANG model of Indonesia of the ORANIG course paper authored by Horridge, Parmenter and Pearson. WAYANG is based partly on an earlier version of WAYANG documented by Peter Warr and associates, and uses the database devised by them, and partly on ORANI-G. The description of the model's equations and database is closely integrated with an explanation of how the...

2012
Abdel Aziem A Ali

BACKGROUND Female Genital Mutilation (FGM) or cutting caries legal and bioethical debates and it is practiced in many developing countries. METHODS Random selection of 154 midwives was used for the study during June 2012 and through July 2012 aiming to assess knowledge and attitudes of the midwives towards FGM in Eastern Sudan. RESULTS A total of 157 midwives enrolled in this study. They ha...

Journal: :Antimicrobial agents and chemotherapy 2012
Louis D Saravolatz Joan Pawlak Leonard Johnson Hector Bonilla Louis D Saravolatz Mohamad G Fakih Anders Fugelli Wenche Marie Olsen

LTX-109 and eight other antimicrobial agents were evaluated against 155 methicillin-resistant Staphylococcus aureus (MRSA) isolates, including strains resistant to vancomycin and strains with decreased susceptibility to daptomycin and linezolid, by microdilution tests to determine MICs. Time-kill assays were performed against representative MRSA, vancomycin-intermediate S. aureus (VISA), and va...

Journal: :Antimicrobial agents and chemotherapy 2015
Anna C Nilsson Håkan Janson Hedda Wold Anders Fugelli Karin Andersson Camilla Håkangård Pernilla Olsson Wenche Marie Olsen

Nasal decolonization has a proven effect on the prevention of severe Staphylococcus aureus infections and the control of methicillin-resistant S. aureus (MRSA). However, rising rates of resistance to antibiotics highlight the need for new substances for nasal decolonization. LTX-109 is a broad-spectrum, fast-acting bactericidal antimicrobial drug for topical treatment, which causes membrane dis...

2016
Zeljko Djakovic Ivka Djakovic Vedran Cesarec Goran Madzarac Tomislav Becejac Goran Zukanovic Domagoj Drmic Lovorka Batelja Anita Zenko Sever Danijela Kolenc Alen Pajtak Nikica Knez Mladen Japjec Kresimir Luetic Dinko Stancic-Rokotov Sven Seiwerth Predrag Sikiric

AIM To cure typically life-threatening esophagogastric anastomosis in rats, lacking anastomosis healing and sphincter function rescue, in particular. METHODS Because we assume esophagogastric fistulas represent a particular NO-system disability, we attempt to identify the benefits of anti-ulcer stable gastric pentadecapeptide BPC 157, which was in trials for ulcerative colitis and currently f...

Journal: :Japanese Journal of Radiological Technology 1995

Journal: :European Scientific e-Journal 2017

Journal: :Meteoritics & Planetary Science 2021

Meteoritical Bulletin 109 contains the 2790 meteorites approved by Nomenclature Committee of Society in 2020. It includes 17 falls (Al Farciya, Auckland, Cavezzo, Flensburg, Gatuto, Kolang, Mahadeva, Matarka, Narashino, Novo Mesto, Oslo, Saint-Ouen-en-Champagne, Santa Filomena, Tarda, Tiros, Wad Lahteyba, Zhob), with 2336 ordinary chondrites, 131 carbonaceous chondrites (including 8 ungrouped o...

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

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

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