نتایج جستجو برای: platinum nanoparticles

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

Journal: :Dalton transactions 2012
Mareike Richter Arndt Karschin Bernhard Spingler Peter C Kunz Wolfgang Meyer-Zaika Wolfgang Kläui

Sodium 2-(diphenylphosphino)ethyl phosphonate (1) was investigated as a stabilising agent for platinum nanoparticles (Pt-NPs) in aqueous solution. This phosphino phosphonate is known to stabilise rhodium nanoparticles (NPs) in water. Here we report that in the case of Pt-NPs this ligand is indirectly involved in the stabilisation mechanism and the actual stabilisation agent is the platinum comp...

Journal: :Inorganic chemistry 2013
Timothy C Johnstone Stephen J Lippard

In an effort to expand the therapeutic range of platinum anticancer agents, several new approaches to platinum-based therapy, including nanodelivery, are under active investigation. To better understand the effect of ligand lipophilicity on the encapsulation of Pt(IV) prodrugs within polymer nanoparticles, the series of compounds cis,cis,trans-[Pt(NH3)2Cl2L2] was prepared, where L = acetate, pr...

Journal: :Materials advances 2022

Presented is an experimental study to formulate a delivery system for platinum nanoparticles (PtNPs) cancer treatment.

Journal: :journal of ultrafine grained and nanostructured materials 2012
m. g. hosseini m. m. momeni

we explore electro-catalytic properties of a system consisting of platinum and palladium nanoparticles dispersed over a nanotubular self-organized tio2 matrix. these electrodes prepared by electroess and microemulsion of palladium and palladium nanoparticles on to tio2 nanotubes, respectively. titanium oxide nanotubes were fabricated by anodizing titanium foil in ethylene glycol (eg) fluoride-c...

Journal: :Journal of colloid and interface science 2008
Masaki Ueji Masafumi Harada Yoshifumi Kimura

A high-temperature and high-pressure flow-reactor system was applied to the synthesis of monometallic ruthenium (Ru) nanoparticles and platinum/ruthenium (Pt/Ru) bimetallic nanoparticles using the thermal reduction of ruthenium ion (Ru(III)) and the mixture of platinum (Pt(IV)) and ruthenium ions in water and ethanol mixture in the presence of poly(N-vinyl-2-pyrrolidone). Monometallic Ru nanopa...

2014
Chuandao Wang

................................................................................................................... 3 Acknowledgements....................................................................................................... 5 List of Figures........................................................................................................... 10 List of Tables....................

2016
Urs Hartfelder Jagdeep Singh Johannes Haase Maarten Nachtegaal Daniel Grolimund Jeroen A. van Bokhoven

Highly active phases in carbon monoxide oxidation are known, however they are transient in nature. Here, we determined for the first time the structure of such a highly active phase on platinum nanoparticles in an actual reactor. Unlike generally assumed, the surface of this phase is virtually free of adsorbates and co-exists with carbon-monoxide covered and surface oxidized platinum. Understan...

2013
Anh Thi Ngoc Dao Derrick M. Mott Koichi Higashimine Shinya Maenosono

Platinum coated by silver nanoparticles was synthesized, which displays a unique structure where polycrystalline platinum particles are completely encapsulated in continuous monocrystalline silver shells. These particles display accentuated electronic properties, where the silver shells gain electron density from the platinum cores, imparting enhanced properties such as oxidation resistance. Th...

Journal: :Nature communications 2015
Mark A Newton Davide Ferri Grigory Smolentsev Valentina Marchionni Maarten Nachtegaal

Room-temperature carbon monoxide oxidation, important for maintaining clean air among other applications, is challenging even after a century of research into carbon monoxide oxidation. Here we report using time-resolved diffuse reflectance infrared spectroscopy, X-ray absorption fine structure spectroscopy and mass spectrometry a platinum carbonate-mediated mechanism for the room-temperature o...

Journal: :Faraday discussions 2015
Roman Latsuzbaia Emanuela Negro Ger Koper

The design of a synthesis strategy for metal nanoparticles by templating dense microemulsions is proposed. Particle size is controlled by surfactant size rather than by microemulsion composition. The strategy was demonstrated with various systems with different surfactant: cationic, anionic and non-ionic and of different sizes. Formulations were determined using the microemulsion phase diagrams...

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

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

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