نتایج جستجو برای: silver nanostructures

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

2013
Md. Jahangir Alam

Ag-Au alloy nanoparticles with tunable shape and composition were prepared by a replacement reaction between Ag nanoparticles and chloroauric acid at one hundred and fifty degree celsius temperature under oilbath heating. The replacement reaction between silver nanostructures and chloroauric acid solution has recently been demonstrated as a versatile method for generating Au-Ag alloy nanostruct...

Journal: :Nanotechnology 2010
Brian D Sosnowchik Heather C Chiamori Yong Ding Jong-Yoon Ha Zhong Lin Wang Liwei Lin

Titanium dioxide (TiO(2)) is one of the most widely studied and important materials for catalysis, photovoltaics, and surface science applications, but the ability to consistently control the relative exposure of higher surface energy facets during synthesis remains challenging. Here, we present the repeatable synthesis of highly reactive, rutile {001} or {101} facets on broad, sword-shaped TiO...

Journal: :Journal of biophotonics 2009
Natalie L Garrett Peter Vukusic Feodor Ogrin Evgeny Sirotkin C Peter Winlove Julian Moger

We show that naturally occurring chitinous nanostructures found on the wings of the Graphium butterfly can be used as substrates for surface-enhanced Raman scattering when coated with a thin film of gold or silver. The substrates were found to exhibit excellent biocompatibility and sensitivity, making them ideal for protein assaying. An assay using avidin/biotin binding showed that the substrat...

Journal: :Biotechnology progress 2008
Shiying He Yu Zhang Zhirui Guo Ning Gu

An environmentally friendly method using a cell-free extract (CFE) of Rhodopseudomonas capsulata is proposed to synthesize gold nanowires with a network structure. This procedure offers control over the shapes of gold nanoparticles with the change of HAuCl4 concentration. The CFE solutions were added with different concentrations of HAuCl4, resulting in the bioreduction of gold ions and biosynt...

2017
Emiliano Cortés Wei Xie Javier Cambiasso Adam S Jermyn Ravishankar Sundararaman Prineha Narang Sebastian Schlücker Stefan A Maier

Nanoscale localization of electromagnetic fields near metallic nanostructures underpins the fundamentals and applications of plasmonics. The unavoidable energy loss from plasmon decay, initially seen as a detriment, has now expanded the scope of plasmonic applications to exploit the generated hot carriers. However, quantitative understanding of the spatial localization of these hot carriers, ak...

Journal: :Journal of the American Chemical Society 2017
Safa'a Al-Rehili Karim Fhayli Mohamed Amen Hammami Basem Moosa Sachin Patil Daliang Zhang Ohoud Alharbi Mohamed Nejib Hedhili Helmuth Möhwald Niveen M Khashab

Toroidal structures based on self-assembly of predesigned building blocks are well-established in the literature, but spontaneous self-organization to prepare such structures has not been reported to date. Here, organic-inorganic hybrid microtoroids synthesized by simultaneous coordination-driven assembly of amphiphilic molecules and hydrophilic polymers are reported. Mixing amphiphilic molecul...

Journal: :Nanoscale 2011
Gaetano Campi Alessandra Mari Augusto Pifferi Heinz Amenitsch Michela Fratini Lorenza Suber

Silver nanocrystals have been prepared by reacting silver nitrate with ascorbic acid in aqueous solution containing a low concentration of a commercial polynaphthalene sulfonate polymer (Daxad 19). Various crystalline morphologies have been obtained simply by tuning the reaction temperature. We have investigated the nanoparticle formation mechanism at three different temperatures by in situ and...

Journal: :Journal of the American Chemical Society 2013
Hongyan Liang David Rossouw Haiguang Zhao Scott K Cushing Honglong Shi Andreas Korinek Hongxing Xu Federico Rosei Wenzhong Wang Nianqiang Wu Gianluigi A Botton Dongling Ma

Here we report the wet-chemical synthesis of asymmetric one-dimensional (1D) silver "nanocarrot" structures that exhibit mixed twins and stacking fault domains along the <111> direction. Oriented attachment is the dominant mechanism for anisotropic growth. Multipolar plasmon resonances up to fourth order were measured by optical extinction spectroscopy and electron energy-loss spectroscopy (EEL...

2016
Fani Madzharova Zsuzsanna Heiner Marina Gühlke Janina Kneipp

Using picosecond excitation at 1064 nm, surface-enhanced hyper-Raman scattering (SEHRS) spectra of the nucleobases adenine, guanine, cytosine, thymine, and uracil with two different types of silver nanoparticles were obtained. Comparing the SEHRS spectra with SERS data from the identical samples excited at 532 nm and with known infrared spectra, the major bands in the spectra are assigned. Due ...

Journal: :Proceedings of the National Academy of Sciences of the United States of America 2011
Quan Yuan Yunfei Zhang Yan Chen Ruowen Wang Chaoling Du Emir Yasun Weihong Tan

Plasmonic near-field coupling can induce the enhancement of photoresponsive processes by metal nanoparticles. Advances in nanostructured metal synthesis and theoretical modeling have kept surface plasmons in the spotlight. Previous efforts have resulted in significant intensity enhancement of organic dyes and quantum dots and increased absorption efficiency of optical materials used in solar ce...

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

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

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