نتایج جستجو برای: ie time

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

Journal: :Journal of Electromagnetic Waves and Applications 2023

The cylindrical Integral Equation -- Generalized Sheet Transition Condition (IE-GSTC) is validated by applying it to physical metasurfaces, i.e. metasurfaces defined material properties and dimensions rather than susceptibility tensor components. previously reported IE-GSTC, which was formulated for zero thickness GSTC discontinuities, extended handle the finite of metasurfaces. A simple analyt...

دکتر علی بیکمرادی, , دکتر قدرت الله روشنایی, , دکتر مهناز خطیبان, , صبور حسینی, ,

Introduction & Objective: It is important to identify the rate of burnout among emergency services staff because they are the first people who attend the emergency situations. This study was done to determine the operational staffs’ burnout in the Medical Emergency Services in Hamadan. Materials & Methods: In this cross - sectional study, all 110 operational staff of the Emergency Medical Se...

Journal: :European Heart Journal 2021

Abstract Background Infective endocarditis (IE) requires a high degree of suspicion and advanced level multidisciplinary management. In 2015, the European guidelines recommended formation an endocarditis-team (ET) for optimal treatment IE. 2011, we already established ET within hospital that was only consulted on demand certain patients. Since has been increasingly involved in management almost...

Journal: :Industrial Engineering and Management Systems 2014

Journal: :SOSEBI Jurnal Penelitian Mahasiswa Ilmu Sosial Ekonomi dan Bisnis Islam 2023

Abstrak: Penelitian ini mengkaji tentang Minat Pemuda Gampong Alue Ie Mirah dalam Berwirausaha (Studi Kasus di Kecamatan Indra Makmur Kabupaten Aceh Timur). berfokus pada faktor pendorong minat pemuda berwirausaha serta upaya yang dilakukan untuk sukses. Teori digunakan penelitian yaitu teori motivasi perspektif McClelland. menggunakan metode kualitatif dengan pendekatan deskriptif. Hasil menun...

Journal: :medical journal of islamic republic of iran 0
shahla roodpeyma from the' department of pediatrics, ayatollah taleghani medical center, shahid beheshti university

a total of 14 cases of infective endocarditis (ie) in children aged 6 months to 10 years were seen from december 1987 to december 1992 at the pediatric unit of ayatollah taleghani medical center. the majority of patients (12 of 14) were between 5 and 10 years of age. acyanotic congenital heart disease was known to preexist in 78.6% and rheumatic valvular heart disease in 21.4% of cases. organis...

امروزه آلودگی آرسنیک (As) یکی از معضلات نگران‌کننده برای سلامت انسان به‌ویژه در مناطق صنعتی است. از این رو مطالعة روش‌های غیر متحرک‌کننده و عوامل مؤثر بر آن ضرورت می‌یابد. در این تحقیق، برخی عوامل مؤثر بر درصد غیر متحرک‌سازی[1] (IE) آرسنیک در خاک‌ شامل زمان واکنش، pH اولیه، مقدار آهن صفر ((ZVI، آهن دوظرفیتی [Fe(II)]، و زئولیت حاوی آهن مطالعه شد. آلوده‌سازی خاک به As(III) در غلظت‌های 300 و 440 م...

Journal: :Journal of clinical microbiology 2011
Zdenek Novak Nazma Chowdhury Shannon A Ross Sunil K Pati Karen Fowler Suresh B Boppana

Failure of a cytomegalovirus (CMV) real-time PCR assay targeting glycoprotein B (gB) was investigated. A multiplex assay targeting gB and immediate-early 2 (IE2) genes showed discordant results (gB negative and IE positive or a >10-fold-higher viral load with IE primers) in saliva from 14.6% of CMV-infected newborns. Sequencing revealed 3 patterns of gB variations.

2017
Saeeda Fatima Benajmin Dao Ayesha Jameel Konika Sharma David Strogatz Melissa Scribani Harish Raj Seetha Rammohan

BACKGROUND The epidemiology of infective endocarditis (IE) depends on a number of host factors whose prevalence can vary globally. The usual patient population affected by IE is sicker and older, often with many comorbid conditions. The risk is growing in younger populations due to the emerging epidemic of intravenous (IV) drug use. We have performed a temporal trend analysis of various factors...

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

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

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