نتایج جستجو برای: photochromic lens

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

Journal: :Dalton transactions 2011
Takuya Shiga Hitoshi Miyasaka Masahiro Yamashita Masakazu Morimoto Masahiro Irie

Two assemblies composed of single-molecule magnets (SMMs) linked by photochromic ligands, [Cu(II)(2)Tb(III)(2)(L)(2)(NO(3))(2)(dae-o)(2)]·2(n-BuOH) (1) and {[Cu(II)Tb(III)(L)(n-BuOH)(0.5)](2)(dae-c)(3)}·5(DMF)·4(n-BuOH)·2(H(2)O) (2), were synthesized by reacting the SMM [Cu(II)Tb(III)(L)(NO(3))(3)] (H(2)L = 1,3-bis((3-methoxysalicylidene)amino)propane) and photochromic molecules, H(2)dae-o and ...

طلایی خوزانی, طاهره, فاضل, علیرضا , عرب, محمدرضا ,

  Lens development requires precise interaction between cranial surface ectoderm, Neuroectoderm and interposed mesenchyme. Cell surface glycoconjugate and extracellular matrix govern lens morphogenesis. The aim of the present study was to investigate the presence and distribution of Glycoconjugate and extracellular matrix components.   Embryos from day 11-20 of gestation from whistar rat were c...

1999
Sivaprasad Mitra Naoto Tamai

Dynamics of photochromism have been studied in anil compounds using femtosecond transient absorption and picosecond fluorescence spectroscopies. The experimental observations were compared with the theoretical results obtained Ž . from AM1–SCF calculations. Excited-state intramolecular proton transfer ESIPT and photochromic reaction were found to occur from the S state, whereas normal fluoresce...

1999
C. Bechinger P. Leiderer

The photochromic effect of thin amorphous W03 films, i.e., the coloration upon exposing the sample to ultra$iolet light, has been investigated by means of optically excited surface plasmons. Due to the high sensitivity of this technique, it was possible to investigate the dynamics of this effect on a scale as short as seconds. Our results demonstrate the dominant role of oxygen during the color...

Journal: :Organic & biomolecular chemistry 2014
Lucie Ordronneau Julien Boixel Vincent Aubert Matias S Vidal Sergio Moya Pedro Aguirre Loic Toupet J A Gareth Williams Hubert Le Bozec Véronique Guerchais

The synthesis and characterization of a series of fluorescent bis-dithienylethene (DTE)-based bipyridines, where the donor (D) and acceptor (A) groups are located on the same thiophene ring of the DTE unit, and their zinc(II) and rhenium(I) complexes are reported. Their photochromic properties have been investigated by UV-visible and (1)H NMR spectroscopy. These studies reveal that in non-polar...

2015
Yu Huang Fengyu Li Changqing Ye Meng Qin Wei Ran Yanlin Song

Current multi-analytes chips are limited with requiring numbers of sensors, complex synthesis and compounds screen. It is expected to develop new principles and techniques to achieve high-performance multi-analytes testing with facile sensors. Here, we investigated the correlative multi-states properties of a photochromic sensor (spirooxazine), which is capable of a selective and cross-reactive...

Journal: :ACS chemical neuroscience 2011
Alexandre Mourot Michael A Kienzler Matthew R Banghart Timm Fehrentz Florian M E Huber Marco Stein Richard H Kramer Dirk Trauner

Photochromic channel blockers provide a conceptually simple and convenient way to modulate neuronal activity with light. We have recently described a family of azobenzenes that function as tonic blockers of K(v) channels but require UV-A light to unblock and need to be actively switched by toggling between two different wavelengths. We now introduce red-shifted compounds that fully operate in t...

2000
G. M. Tsivgoulis

The aim of this work was the synthesis and study of photochromic compounds with new properties. Five dithienylethene type compounds (1a-3a and 1b-2b) were synthesized and studied. They can reversibly interconvert between two thermally stable forms, an open and a closed one, by using light of different wavelengths as triggers. Compounds 2 and 3 represent oligothiophenes endowed with a photoactiv...

Journal: :International Journal of Photoenergy 1999

Journal: :Photochemical & Photobiological Sciences 2019

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

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

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