نتایج جستجو برای: simultaneous dual cultures

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

Journal: :Optical Fiber Technology 2022

We present a study of simultaneous detection curvature and strain in optical fiber. This contains micro tapered section nano section. The transmission spectrum shows interference multiple modes, the frequency modulation can be used to distinguish monitor specific physical parts fiber structure. is achieved using one component; this component an intensity with sensitivity 0.26 dB/m?1. informatio...

Journal: :international journal of automotive engineering 0
a. paykani r. khoshbakhti saray m. mohammadi kousha t. shervani tabar

in this study, a numerical simulation using the cfd software, fluent, has been conducted to examine the effect of various shapes of the venturi component sections in order to find the optimum venturi specifications to increase the egr rate with minimum pressure loss at the part load operation range. the cfd results reveal that the venturi should be precisely optimized to introduce the required ...

ژورنال: مددکاری اجتماعی 2020

Introduction: Family function has been changed by the couplechr('39')s simultaneous employment and presents particular problems ahead of them. The children dimension is one of the dimensions that strongly influences the family function. The purpose of this study was to extract the lived experience of the dual-career couple from the influence of the children dimension on family functioning.  Met...

Journal: :molecular and biochemical diagnosis (journal) 2014
seyed hossein mousavi fard shahin merat kiana shahzamani reza ghanbari neda yahoo

background:accumulative research is in progress to clarify clinical aspects of gbv-c. the possibility of interaction between hcv and gbv-c as well as its consequence on development of liver diseases is the most important clinical aspect which encourages researchers to develop a rapid and cost effective technique for simultaneous detection of both viruses.methods: in this study, a sybr green rea...

Journal: :Emerging Infectious Diseases 1998
A. J. Sulzer

Well-documented cases of simultaneous human infection with more than one tick-borne pathogen are rare. To our knowledge only two dual infections have been reported: simultaneous human infection with the agent of human granulocytic ehrlichiosis and Borrelia burgdorferi and simultaneous human infection with B. burgdorferi and Babesia microti (1-2). Rocky Mountain spotted fever has long been known...

Journal: :Computers, Environment and Urban Systems 2007
Hugo Ledoux Christopher M. Gold

We propose a new general-purpose data structure useful for a variety of three-dimensional applications. The data structure has the characteristic of storing simultaneously the primal and dual subdivisions of a three-dimensional manifold. We argue in this paper that storing both subdivisions, for instance the Voronoi diagram and the Delaunay tetrahedralization, can be beneficial for many applica...

Journal: :Journal of biomedical optics 2014
Jianbing Xu Luoqin Yu Xiaoming Wei Xie Wang Po Ching Chui Kin Tak Chan Edmund Y Lam Nikki P Lee Kenneth K Y Wong

Dual-band optical coherence tomography (OCT) can greatly enhance the imaging contrast with potential applications in functional (spectroscopic) analysis. A new simultaneous dual-band Fourier domain mode-locked swept laser configuration for dual-band OCT is reported. It was based on a custom-designed dual-channel driver to synchronize two different wavelength bands at 1310 and 1550 nm, respectiv...

2012
Glenn Sheasby Jonathan Warrell Yuhang Zhang Nigel Crook

The tasks of stereo matching, segmentation, and human pose estimation have been popular in computer vision in recent years, but attempts to combine the three tasks have so far resulted in compromises: either using infra-red cameras, or a greatly simplified body model. We propose a framework for estimating a detailed human skeleton in 3D from a stereo pair of images. Within this framework, we de...

Journal: :Journal of experimental psychology. Human perception and performance 2004
Klaus Oberauer Reinhold Kliegl

The authors tested the hypothesis that with adequate practice, people can execute 2 cognitive operations in working memory simultaneously. In Experiment 1, 6 students practiced updating 2 items in working memory through 2 sequences of operations (1 numerical, 1 spatial). In different blocks, imperative stimuli for the 2 sequences of operations were presented either simultaneously or sequentiall...

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

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

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