نتایج جستجو برای: ytterbium compounds

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

Journal: :Optics express 2010
Christina B Olausson Lara Scolari Lei Wei Danny Noordegraaf Johannes Weirich Thomas T Alkeskjold Kim P Hansen Anders Bjarklev

We demonstrate electrical tunability of a fiber laser using a liquid crystal photonic bandgap fiber. Tuning of the laser is achieved by combining the wavelength filtering effect of a tunable liquid crystal photonic bandgap fiber device with an ytterbium-doped photonic crystal fiber. We fabricate an all-spliced laser cavity based on the liquid crystal photonic bandgap fiber mounted on a silicon ...

Journal: :Physical chemistry chemical physics : PCCP 2012
Alessandro Sanguineti Angelo Monguzzi Gianfranco Vaccaro Franco Meinardi Elisabetta Ronchi Massimo Moret Ugo Cosentino Giorgio Moro Roberto Simonutti Michele Mauri Riccardo Tubino Luca Beverina

A new oxyiminopyrazole-based ytterbium chelate enables NIR emission upon UV excitation in colorless single layer luminescent solar concentrators for building integrated photovoltaics.

Journal: :Acta crystallographica. Section B, Structural science 2006
Alla Arakcheeva Gervais Chapuis

A method based on the superspace approach is presented with the aim of generating a family of modular structures from a single incommensurately modulated structure. This approach based on the variation of the modulation vector q is applied to the generation of the K5Yb(MoO4)4, potassium ytterbium tetramolybdate, family of modular structures. The beta coefficient of the modulation vector q = bet...

Journal: :Australian Journal of Chemistry 2019

Journal: :Radiochemistry 2023

Abstract A simple sublimation technology for the lutetium and ytterbium separation was proposed, which already at stage of preliminary experiments showed effectiveness: (a) completeness Yb resulted in short-term thermal annealing is least 98%, distilled product completely free from 177 Lu, no additional preparation repeated irradiation required ; (b) traditional ion-exchange chromatography can ...

2017
Aradhana Pindwal Arkady Ellern Aaron D. Sadow

The rare-earth bis(alkyl) compound Sm{C(SiHMe2)3}2THF2 (1b) is prepared by the reaction of samarium(II) iodide and 2 equiv of KC(SiHMe2)3. This synthesis is similar to that of previously reported Yb{C(SiHMe2)3}2THF2 (1a), and compounds 1a,b are isostructural. Reactions of 1b and 1 or 2 equiv of B(C6F5)3 afford SmC(SiHMe2)3HB(C6F5)3THF2 (2b) or Sm{HB(C6F5)3}2THF2 (3b), respectively, and 1,3-disi...

Journal: :Advanced Synthesis & Catalysis 2021

An ytterbium catalyzed formal [3+3] cycloaddition of cyclic enamines and ?,?-unsaturated ketones is reported. The reaction proceeds with a ‘head to tail’ regioselectivity through conjugate addition the enamine moiety followed by an amine-carbonyl condensation. In use chiral provided high degree stereoselectivity, driven possible balance between steric ?-stacking effects. resulting bicyclic 1,4-...

2016
A. Fert P. M. Levy P. Bonville

Journal: :Applied sciences 2021

The design of sustainable and efficient materials for energy storage degradation environmental pollutants (specifically organic dyes) is a matter major interest these days. For this purpose, cerium- ytterbium-based GO/g-C3N4/Fe2O3 composites have been synthesized to explore their properties, especially in charge devices such as supercapacitors, also photocatalysts the carcinogenic dyes from env...

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

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

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