نتایج جستجو برای: and detected relative advantage

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

2014

LIDAR is an optical remote sensing technology. An emitter sends out infrared laser pulses and the reflected light is detected by a photodiode. The distance and relative speed of other objects can be determined from the runtime of the signal (time of flight) and the speed of light. This measurement method is similar to radar. Both technologies offer similar ranges for similar applications but LI...

Journal: :journal of medical signals and sensors 0
jalil rasekhi mohammad reza karami mollaei mojtaba bandarabadi cesar a teixeira antonio dourado

bivariate features, obtained from multichannel electroencephalogram (eeg) recordings, quantify the relation between different brain regions. studies based on bivariate features have shown optimistic results for tackling epileptic seizure prediction problem in patients suffering from refractory epilepsy. a new bivariate approach using univariate features is proposed here. differences and ratios ...

Journal: :iranian journal of radiation research 0
a. sabet department of nuclear medicine, university hospital bonn, germany h. ahmadzadehfar department of nuclear medicine, university hospital bonn, germany f.j. huertos lopez department of nuclear medicine, university hospital bonn, germany m. muckle department of nuclear medicine, university hospital bonn, germany a. schmiedel department of radiology, university hospital bonn, germany h.j. biersack department of nuclear medicine, university hospital bonn, germany

background: despite the relative success of surgical resection followed by proton, proton/photon, or conventional radiotherapy in terms of recurrence-free survival, chordomas are still associated with a high rate of recurrence. to our knowledge there are only very few reported cases of this rare tumor detected by f-18 fdg-pet. materials and methods: in this case we show the significance of f-18...

Journal: :آب و خاک 0
سید کابلی سید کابلی آخوندعلی آخوندعلی

abstract the aim of this study, is to evaluate the effect of loss methods application on run-off volume and hydrograph shape used by hydrologic models. in this research, four loss methods including constant loss (φ index), initial loss-loss rate, scs and constant fraction approach were applied to be evaluated. to do this, clark rainfall-runoff model was applied for 24 storm events from kasilain...

Journal: Iranian Economic Review 2001

This article has considered the volume and direction of Iran’s trade using the gravity model. The major issue in this analysis is to explore why Iran over or under-traded with the 76 countries relative to the predicted trade flows of the model. The study attempts to explore the reasons from the respect of both the model itself and Iran’s trade structure. This is done by analysing the performanc...

Journal: :مدیریت فناوری اطلاعات 0
علی محمدی دانشیار مدیریت و علوم اجتماعی، دانشکدۀ اقتصاد، دانشگاه شیراز، ایران یاسر امیری دانشجوی دکترای مدیریت سیستم دانشگاه شیراز، ایران

information technology (it) in the present era has affectedall aspects of organizations as a new strategy; therefore imagine anorganization without it and keeping abreast with new technologies seemsimpossible. the current research seeks to identify factors affecting theadoption of it innovation in governmental organizations. to this end theindices affecting it innovation adoption have been extr...

Journal: :journal of reproduction and infertility 0

background: in recent studies, partial deletions of the azoospermia factor c region (azfc) on the y-chromosome have been detected in males with infertility problems. however, there has been a lot of debate about their significance. in order to study such deletions, a simple but accurate method for their detection was applied in this study. methods: we present data obtained from the multiplex li...

Journal: :مدیریت زنجیره تأمین 0
مسعود مصدق خواه حسینعلی حسن پور حسین قنبریان

one of the important issues in the field of organizational decisions is determine the optimal time of use the equipment. managers should take proper decision to repair, rebuild or replace the equipment, so that the greatest benefit and the least cost to the organization. in the military, moving units, items, equipment and manpower, is the part of the logistics system mission. in this regard, th...

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

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

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