نتایج جستجو برای: metal cladding

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

Journal: :Dalton transactions 2010
Manuel Natali Christer Aakeröy John Desper Silvia Giordani

The ability of a carboxylic acid functionalized spiropyran, SP, to act as a reversible and selective receptor for metal ions has been systematically examined. A series of spectroscopic measurements, combined with single-crystal X-ray diffraction have been employed in order to determine metal-ion sensitivity and selectivity, binding constants, solution compositions, binding kinetics as well as s...

1998
L. Dong L. Reekie D. N. Payne

A new method for suppression of coupling from guided optical modes into cladding modes in an optical fibre Bragg grating using a fibre with a strongly depressed cladding is proposed. Strong suppression of the coupling has been demonstrated both theoretically and experimentally. Optical fibre Bragg gratings have attracted much attention in recent years due to their numerous applications such as ...

2017
Pengfei Wang Qian Wang Gerald Farrell Thomas Freir John Cassidy Ginu Rajan

An investigation of macrobending loss characteristics of a standard singlemode fiber (SMF28) for small bend radii is presented theoretically and experimentally, which includes the bend loss of the SMF28 with coating layers and the bare SMF28 after stripping the coating layers and chemical etching of partial cladding. The significant influence of reflection occurring at the interface between the...

2008
A. Iadicicco S. Campopiano A. Cutolo M. L. Korwin-Pawlowski W. J. Bock A. Cusano

In this work, a comparative study aimed to investigate the effects of cladding stripping on the external refractive index sensitivity in tapered and UV long period gratings is presented. Here, wet chemical etching combined with microscopic analysis allow us to identify the experimental dependence of the surrounding refractive index (SRI) sensitivity on the cladding radius for both grating types...

Journal: :Optics express 2003
Yong Xu Amnon Yariv James Fleming Shawn-Yu Lin

We developed an asymptotic formalism that fully characterizes the propagation and loss properties of a Bragg fiber with finite cladding layers. The formalism is subsequently applied to miniature air-core Bragg fibers with Silicon-based cladding mirrors. The fiber performance is analyzed as a function of the Bragg cladding geometries, the core radius and the material absorption. The problems of ...

Journal: :Journal of the Optical Society of America. A, Optics, image science, and vision 2005
Markus Hautakorpi Matti Kaivola

We study the applicability of the weakly guiding approximation (WGA) to the modal analysis of an M-type optical fiber in which a ring-shaped core lies between two uniform cladding layers. Besides being dependent on the refractive indices, the accuracy of the approximation is shown to be substantially affected by the transverse dimensions of the core. The accuracy is characterized by calculating...

Journal: :Optics express 2009
Meng Jiang A Ping Zhang Yang-Chun Wang Hwa-Yaw Tam Sailing He

A long-period grating (LPG) based compact optical fiber sensor working in reflection mode is demonstrated. A technique to make a mirror on the cladding region of a fiber end-face to reflect only the cladding modes was realized by growing a polymeric microtip on the core region of the fiber end-face, by photopolymerization, followed by coating the fiber end-face with an aluminum film. Using the ...

2015
Hongli Zhou Xueru Zhang Yuxiao Wang Yinglin Song

Using the beam propagation method, an analytical expression of the reflection spectra of a Kretschmann configuration is derived in order to excite hybridized surface plasmonic polaritons (HSPPs). In this configuration, the cladding is a uniaxial dielectric with the optical axis parallel to the interface. The validity of the analytical expression is confirmed by a finite-difference time-domain a...

Journal: :Optics express 2008
Jun-Ichi Sakai Hideaki Niiro

Confinement loss is comprehensively evaluated for TE, TM, and hybrid modes of Bragg fibers using a multilayer division method newly developed. We show the loss dependence on the core radius, wavelength, cladding index contrast, and the number of cladding pairs. The confinement loss is reduced in proportion to (a/b)(2N) and (n(2) (b)b/n(2) (a)a)(2N) for the TE and other three modes, respectively...

2012
Paul E. Henning M. Veronica Rigo Peter Geissinger

A highly porous optical-fiber cladding was developed for evanescent-wave fiber sensors, which contains sensor molecules, maintains guiding conditions in the optical fiber, and is suitable for sensing in aqueous environments. To make the cladding material (a poly(ethylene) glycol diacrylate (PEGDA) polymer) highly porous, a microsphere templating strategy was employed. The resulting pore network...

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

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

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