نتایج جستجو برای: sulfite ion

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

Journal: :Applied and environmental microbiology 1978
R S Wodzinski D P Labeda M Alexander

A wide range of microorganisms was tested to determine their sensitivity to low concentrations of bisulfite-sulfite and nitrite, solubility products of SO2 and NO2, respectively. Photosynthesis by blue-green algae (cyanobacteria) was more strongly inhibited by 0.1 mM bisulfite-sulfite and 1 mM nitrite at pH 6.0 than photosynthesis by eucaryotic algae and respiration of bacteria, fungi, and prot...

Journal: :Analytical sciences : the international journal of the Japan Society for Analytical Chemistry 2014
Caiyun Liu Huifang Wu Wen Yang Xiaoling Zhang

A simple 4-hydroxynaphthalimide-derived colorimetric and ratiometric fluorescent probe (1) containing a receptor of levulinate moiety was designed and synthesized to monitor sulfite. Probe 1 could quantificationally detect sulfite by a ratiometric fluorescence spectroscopy method with high selectivity and sensitivity. Specially, probe 1 exhibited a 100 nm red-shifted absorption spectrum along w...

Journal: :Microbiology 2008
Karin Denger Sonja Weinitschke Theo H M Smits David Schleheck Alasdair M Cook

The utilization of organosulfonates as carbon sources by aerobic or nitrate-reducing bacteria usually involves a measurable, uncharacterized sulfite dehydrogenase. This is tacitly assumed to be sulfite : ferricytochrome-c oxidoreductase [EC 1.8.2.1], despite negligible interaction with (eukaryotic) cytochrome c: the enzyme is assayed at high specific activity with ferricyanide as electron accep...

2007
Alasdair M. Cook Theo H.M. Smits Karin Denger

One is used to considering sulfite oxidation as part of a lithotrophic process (e.g. SorAB or Sox system), much of which involves neutral or ionic inorganic sulfur species on the outer surface of the cytoplasmic membrane. In contrast, the processes referred to in this chapter involve organic compounds, which (1) include a highly stable sulfonate substituent (C−SO 3 ), (2) are involved in the or...

Journal: :The Biochemical journal 2009
Kohsuke Sekine Yukiko Sakakibara Toshiharu Hase Naoki Sato

Plant NiR (nitrite reductase) and SiR (sulfite reductase) have common structural and functional features. Both enzymes are generally distinguished in terms of substrate specificity for nitrite and sulfite. The genome of Cyanidioschyzon merolae, a unicellular red alga living in acidic hot springs, encodes two SiR homologues, namely CmSiRA and CmSiRB (C. merolae sulfite reductases A and B), but n...

Journal: :The Journal of biological chemistry 1982
C Mottley R P Mason C F Chignell K Sivarajah T E Eling

The mechanism of prostaglandin synthase-dependent (bi)sulfite (hydrated sulfur dioxide) oxidation was investigated using an enzyme preparation derived from ram seminal vesicles. The horseradish peroxidase-catalyzed oxidation of (bi)sulfite was used as a model system. Incubation of (bi)sulfite with prostaglandin synthase and arachidonic acid, 15-hydroperoxyarachidonic acid, or H2O2 results in th...

Journal: :Genetics 1996
D Avram A T Bakalinsky

An ssu2 mutation in Saccharomyces cerevisiae, previously shown to cause sulfite sensitivity, was found to be allelic to GRR1, a gene previously implicated in glucose repression. The suppressor rgt1, which suppresses the growth defects of grr1 strains on glucose, did not fully suppress the sensitivity on glucose or nonglucose carbon sources, indicating that it is not strictly linked to a defect ...

Journal: :Proceedings of the National Academy of Sciences of the United States of America 1998
R M Garrett J L Johnson T N Graf A Feigenbaum K V Rajagopalan

Sulfite oxidase catalyzes the terminal reaction in the degradation of sulfur amino acids. Genetic deficiency of sulfite oxidase results in neurological abnormalities and often leads to death at an early age. The mutation in the sulfite oxidase gene responsible for sulfite oxidase deficiency in a 5-year-old girl was identified by sequence analysis of cDNA obtained from fibroblast mRNA to be a gu...

Journal: :Dalton transactions 2015
Lars Eklund Tomas S Hofer Ingmar Persson

Theoretical ab initio quantum mechanical charge field molecular dynamics (QMCF MD) has been applied in conjunction with experimental large angle X-ray scattering (LAXS) and EXAFS measurements to study structure and dynamics of the hydrated oxo chloro anions chlorite, ClO2(-), chlorate, ClO3(-), and perchlorate, ClO4(-). In addition, the structures of the hydrated hypochlorite, ClO(-), bromate, ...

2010
Kalina Ranguelova Marcelo G. Bonini Ronald P. Mason

BACKGROUND Sulfur dioxide, formed during the combustion of fossil fuels, is a major air pollutant near large cities. Its two ionized forms in aqueous solution, sulfite and (bi)sulfite, are widely used as preservatives and antioxidants to prevent food and beverage spoilage. (Bi)sulfite can be oxidized by peroxidases to form the very reactive sulfur trioxide anion radical (*SO(3)-). This free rad...

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

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

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