نتایج جستجو برای: pb and no3

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

2008
Ya-Feng Li Li Jin Dan-Ping Li Long Zhang

The title compound, neodymium(III) oxide nitrate, which is isostructural with LaO(NO(3)), arose from a solvothermal reaction. The Nd ion (site symmetry m) is ten-coordinated by eight O atoms of NO(3) groups and two μ(2)-oxide ions. A three-dimensional structure is constructed by the inter-connection of NdO(10) polyhedra. The oxide ion and the N atom and one of the nitrate O atoms possess site s...

2010
Kan Huang Guoshun Zhuang Yanfen Lin Juan Li Yele Sun Wenjie Zhang Joshua S. Fu

[1] Characteristics of optical and chemical properties of dust aerosol over Beijing and their relation were studied in the spring dust season, 2006 to understand the impact of dust and anthropogenic aerosol on the regional climate. Two dust plumes (DS1 and DS2) were identified with contrasting physicochemical properties. Strong absorbing of aerosol at 439 nm was observed, probably due to the si...

2009
Jorge Herrera Susana Rodriguez Armando P. Baez

Measurements of trace metals and inorganic ions were carried out on PM10 aerosols sampled at two sites in the city of San Jose, Costa Rica. Samples were collected with a Thermo Andersen high volume PM10 sampler on glass fiber and quartz filters. The ions SO4 2, NO3 , Cl , F , PO4 3, NH4 + , K + , Na + , Ca 2+ and Mg 2+ were analyzed by ion chromatography and the trace metals V, Cu, Cr, Pb, Ni, ...

Journal: :Acta Crystallographica Section E Structure Reports Online 2008

Journal: :advances in environmental technology 0
bahareh sadeghalvad phd candidate in department of mining & metallurgical engineering, amirkabir university of technology, tehran, iran mojtaba torabzadehkashi b.a student in department of mining & metallurgical engineering, amirkabir university of technology, tehran, iran amir reza azadmehr assistance professor department of mining & metallurgical engineering, amirkabir university of technology, tehran, iran. a_azadmehr@aut.ac.ir, address: amirkabir university of technology, 424 hafez avenue, tehran, iran

heavy metals such as cu(ii) and pb(ii) are among the hazardous pollutants that lead to severe ecological problems and have a toxic effect on living organisms. the removal of cu(ii) and pb(ii) by iranian bentonite experiment were conducted in single component and multi component systems. the bentonite from the birjand area was characterized by x-ray diffraction pattern and ftir spectroscopy. the...

Journal: :journal of nanostructures 2012
l. hashemi a. tahmasian a. morsali j. abedini

two new nano-sized lead(ii) and mercury(ii) coordination polymers, [pb(2-bpdh)(no3)2(h2o)]n(1); (2-bpdh = 2,5-bis(2-pyridyl)-3,4-diaza-2,4-hexadiene)} and [hg(4-bpdb)(scn)2]n (2); (4-bpdb= 1,4-bis(4-pyridyl)-3,4-diaza-1,3-butadiene) were synthesized by a sonochemical method. the structure of 1 may be considered coordination polymer of lead(ii) and single crystal x–ray analysis of compound 2reve...

Journal: :Water Science & Technology: Water Supply 2021

Abstract The purpose of this research was to evaluate the potential plant-immobilized bacterial cells synergism for enhanced remediation polluted river water. water sample collected from Kalyani river, Uttarakhand, India and characterized by high concentration COD (1010 mg/l), BOD (230 NO3−-N (30 PO43−-P (48.9 Pb (1.028 mg/l). This treated on a lab scale with immobilized Epipremnum aureum in va...

Journal: :Journal of environmental quality 2008
John H Duff Anthony J Tesoriero William B Richardson Eric A Strauss Mark D Munn

Physical, chemical, hydrologic, and biologic factors affecting nitrate (NO3(-)) removal were evaluated in three agricultural streams draining orchard/dairy and row crop settings. Using 3-d "snapshots" during biotically active periods, we estimated reach-level NO3(-) sources, NO3(-) mass balance, in-stream processing (nitrification, denitrification, and NO3(-) uptake), and NO3(-) retention poten...

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

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

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