نتایج جستجو برای: corrugated bed

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

2008
Xiaodong Wu Mustafa H. Chowdhury Chris D. Geddes Kadir Aslan Roman Domszy Joseph R. Lakowicz Arthur J.-M. Yang

In this paper, we perform surface plasmon-coupled emission studies on Rhodamine 6G molecules embedded in a corrugated structure of a thin film composed of fluorinated silica particles, and a binding medium. Our results show enhancements of photoluminescence due to surface corrugation. By varying the size of the fluorinated silica nanoparticles we were able to control the surface correlation len...

Journal: :Optics express 2012
P Wróbel T Stefaniuk T J Antosiewicz A Libura G Nowak T Wejrzanowski M Andrzejczuk K J Kurzydłowski K Jedrzejewski T Szoplik

We present a method of fabricating Ge-doped SiO2 fibers with corrugations around their full circumference for a desired length in the longitudinal direction. The procedure comprises three steps: hydrogenation of Ge-doped SiO2 fibers to increase photosensitivity, recording of Bragg gratings with ultraviolet light to achieve modulation of refractive index, and chemical etching. Finite-length, rad...

Seyyed Mohammad Saeed Sobhan Seyyed Rasoul Mirghaderi

Thin-walled hollow steel columns, either circular or box shaped, are commonly used as piers in bridges. Recent earthquakes, e.g. Hyogoken-Nanbu or Kobe 1995, on the other hand have shown that these columns are vulnerable to damage when subjected to earthquake loading. This paper presents a new innovative thin-walled hollow steel column fabricated of corrugated plates, “thin-walled steel columns...

2017
K. Lekomtsev A. Lyapin S. Boogert P. Karataev John Adams A. Aryshev M. Shevelev N. Terunuma J. Urakawa A. A. Tishchenko

In this paper, we investigate a corrugated mm-scale capillary as a compact accelerating structure in a drive – witness acceleration scheme, and suggest a methodology to measure acceleration of a witness bunch. Two typical measurements and the energy gain in a witness bunch as a function of the distance between bunches are discussed. A corrugated capillary is considered as an accelerator/deceler...

Journal: :Nature 1998

ژورنال: سلامت کار ایران 2010
آذین, سید علی, حیدری, محمد مهدی, صالح پور, سوسن, میرمحمدصادقی, ساجده , چراغوندی, علی,

Background and aimsThe relationship between pleural malignant mesothelioma and exposure to asbestos is well-known, but there is no accurate information regarding high risk occupations and types of exposure in Iran. In this study we specified high risk jobs for asbestos exposure.MethodsIn this case-control study, 64 cases with diagnosis of pleural malignant mesothelioma who were admitted in Masi...

2015
Lv Yajun

To evaluate the seismic performance of pre-cast concrete shear wall with vertical reinforcements spliced by two different grout ways, quasi-static tests of two concrete shear walls holed by prefabricated corrugated pipe and one concrete shear wall holed by drawing out the pipe were tested. The test results showed that the wall holed by prefabricated corrugated pipe was basically the same as the...

2016
Eduardo P. Dolhun Andrew W. Antes

Chagas disease is a vector-borne and potentially fatal parasitic disease that is transmitted by the triatomine bug, a nocturnal feeding, flying arthropod, often referred to by its colloquial name, the "kissing bug." Vector-borne transmission is considered the most important means of spreading Chagas disease in endemic and nonendemic areas. Corrugated cardboard boxes may accelerate the spread of...

2004
Orazio Giustolisi

Genetic Programming has been used to determine Chèzy resistance coefficient for full circular corrugated channels. Three corrugated plastic pipes have been experimentally studied in order to generate data. The tests aim at measuring hydraulic parameters of the open-channel flow for some slopes, from 3.49–17.37% (2–10°), in order to discover the dependence of the channel resistance coefficient w...

2014
Heung-Youl Kim Hyung-Jun Kim Kyung-Hoon Park

In this study, fire resistance tests were performed on a conventional slim floor beam and a prestressed composite beam with corrugated webs, which is suitable for a long-span structure with a reduction in story height by utilizing the prestress and accordion effect. In the fire test program, the ISO 834 standard fire curve was adopted. Key test variables were the effect of prestress, shape of c...

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

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

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