نتایج جستجو برای: hydrogen sulfide removal

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

2012
Hiroyo Otaki R. Craig Everroad Katsumi Matsuura Shin Haruta

Microbial mats containing the filamentous anoxygenic photosynthetic bacterium Chloroflexus aggregans develop at Nakabusa hot spring in Japan. Under anaerobic conditions in these mats, interspecies interaction between sulfate-reducing bacteria as sulfide producers and C. aggregans as a sulfide consumer has been proposed to constitute a sulfur cycle; however, the electron donor utilized for micro...

Journal: :Journal of hazardous materials 2008
Antonio Velasco Martha Ramírez Tania Volke-Sepúlveda Armando González-Sánchez Sergio Revah

The ability of sulfate-reducing bacteria to produce hydrogen sulfide and the high affinity of sulfide to react with divalent metallic cations represent an excellent option to remove heavy metals from wastewater. Different parameters have been proposed to control the hydrogen sulfide production by anaerobic bacteria, such as the organic and sulfate loading rates and the feed COD/SO4(2-) ratio. T...

Journal: :Journal of Chemical Education 1939

Journal: :Applied microbiology 1964
E KUESTER S T WILLIAMS

The ability of streptomycetes to produce hydrogen sulfide is generally used for taxonomic purposes. It was found that the previously used method, the blackening of Peptone Iron Agar, does not clearly indicate formation of hydrogen sulfide. It was shown that the blackening of a lead acetate strip is the most accurate indicator for H(2)S-producing streptomycetes. A great variety of organic and in...

2017
Eduard Llobet Jérôme Brunet Alain Pauly Amadou Ndiaye Christelle Varenne

This paper presents a focused review on the nanomaterials and associated transduction schemes that have been developed for the selective detection of hydrogen sulfide. It presents a quite comprehensive overview of the latest developments, briefly discusses the hydrogen sulfide detection mechanisms, identifying the reasons for the selectivity (or lack of) observed experimentally. It critically r...

2016

Nitric oxide (NO) and hydrogen sulfide (H2S) pathways are involved in the development of hypertension, a condition that can originate from early life. We examined whether asymmetric dimethylarginine (ADMA, a nitric oxide synthase inhibitor)/NO and H2S generating pathway contributed to programmed hypertension in offspring exposed to prenatal dexamethasone (DEX) and postnatal high-fat (HF) and wh...

Journal: :The Analyst 2015
Tianbao Liu Jie Lin Zhen Li Lin Lin Yuning Shen Hailiang Zhu Yong Qian

We have developed a novel colorimetric and ratiometric fluorescence probe for the selective and sensitive monitoring of hydrogen sulfide based on a dicyanoisophorone platform. An excellent linear relationship of fluorescence intensity ratio (I637/I558) (R(2) = 0.9867) versus hydrogen sulfide concentration in the range of 1-12 μM was obtained. This probe exhibited a remarkable fluorescence respo...

The removal of hydrogen sulfide (H2S) from airstreams was studied in a biotrickling filter packed with porous lava as a carrier of Thiobacillus thioparus (DSM5368) with counter current flows of the air and liquid streams. The effect of operating parameters on biotrickling filter performance was studied. Experiments were performed at different empty bed residence times (9-60 sec), and...

Journal: :Anesthesiology 2008

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

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

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