نتایج جستجو برای: platinum group elements

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

Journal: :Environmental science & technology 2001
J C Ely C R Neal C F Kulpa M A Schneegurt J A Seidler J C Jain

Automobile catalytic converters are dispersing platinum-group elements (PGEs) Rh, Pt, and Pd into the environment (1-3). This paper represents the first detailed study to assess the PGE content of soils and grasses from U.S. roadsides. These soils were analyzed using cation exchange pretreatment and ultrasonic nebulizer-ICP-MS (4). Highway and several urban sites showed Pt abundances of 64-73 n...

Journal: :Chemistry 2016
Beatriz Eguillor Miguel A Esteruelas Virginia Lezáun Montserrat Oliván Enrique Oñate Jui-Yi Tsai Chuanjun Xia

A MHC6 complex of a platinum group metal with a capped octahedral arrangement of donor atoms around the metal center has been characterized. This osmium compound OsH{κ(2) -C,C-(PhBIm-C6 H4 )}3 , which reacts with HBF4 to afford the 14 e(-) species [Os{κ(2) -C,C-(PhBIm-C6 H4 )}(Ph2 BIm)2 ]BF4 stabilized by two agostic interactions, has been obtained by reaction of OsH6 (PiPr3 )2 with N,N'-diphen...

2001
Colin E. Dunn Gwendy E.M. Hall Graham Nixon

The surface geochemical response to bedrock containing elevated levels of the platinum group elements (PGE) is commonly so subtle that standard geochemical methods are insufficiently sensitive to assist the exploration geologist. At the Geological Survey of Canada, recent research on analytical methods by one of us (GEMH) has been directed toward the development of a selective leach of soils an...

Journal: :Chemical Society reviews 2003
David J Evans Christopher J Pickett

The reversible reduction protons to dihydrogen: 2H+ + 2e [symbol: see text] H2 is deceptively the simplest of reactions but one that requires multistep catalysis to proceed at practical rates. How the metal-sulfur clusters of the hydrogenases catalyse this interconversion is currently the subject of extensive structural, spectroscopic and mechanistic studies of the enzymes, of synthetic assembl...

Journal: :Chemical communications 2006
Jered C Garrison Matthew J Panzner Paul D Custer D Venkat Reddy Peter L Rinaldi Claire A Tessier Wiley J Youngs

The reaction of 4-ethynyl-pyridine with tert-butyl lithium followed by its addition to (Me3tacn)RhCl3 affords the facial octahedral complex (Me3tacn)Rh(CCPy)3, condensation of which with the square planar complex cis-(DCPE)Pt(NO3)2 results in a self-assembled trigonal bipyramidal cage with Rh(III) and Pt(II) atoms occupying the vertices.

Journal: :Science 2005
G F Kunz

WHAT promises to be the most complete and authoritative work on platinum and platinum deposits is about to be published in Geneva, Switzerland. The author, Louis Duparc, is professor of chemistry and petrology in the University of Geneva; the name of Marguerite N. Tikonovitch is announced as that of the associate author.' Professor Duparc has long been known as the writer of many papers on the ...

Journal: :Journal of the Japan Institute of Metals 2011

خادمی , ابراهیم, شهاب پور, جمشید,

The north - cast Arsanjan ophiolite complex is part of the Neyriz ophiolite complex located 24 km north - east of Arsanjan in the south - eastern part of the Zagros range . In I :250,000 geologic map of Shiraz, this complex has been conside red as an ultramalic t:umplcx, however, it is principally represented by serpentinized harzburgite and dunile, basalt, metadolerite, spilite, limeston...

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

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

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