نتایج جستجو برای: nitrate reduction

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

2005
CARLOS A. NEYRA

Soybean (Gcine nax L. cv Williams) seeds were sown in pots containing a 1:1 perlite-vermiculite mixture and grown under greenhouse coditions. Nodules were initiated with a nitrate reductase expressing strain of Rhizobiumjaponicwn, USDA 110, or with nitrate reductase nonexpressing mutants (NR108, NR303) derived from USDA 110. Nodules initiated with either type of strain were normal in appearance...

Journal: :Proceedings of the National Academy of Sciences of the United States of America 1967
R H Garrett A Nason

The enzyme systems which catalyze the reduction of nitrate to nitrite have generally been classified into two broad types: (a) assimilatory nitrate reductase, which is responsible for the first step in the reduction of nitrate for the ultimate biosynthesis of nitrogen-containing cell constituents (e.g., amino acids aind purines and pyrimidines), and (b) respiratory or dissimilatory nitrate redu...

2013
Hermann Bothe Klaus-Peter Häger

Assimilatory nitrate reductase was particle-bound in extracts from Azotobacter vinelandii. Nitrate reduction by particle fractions was dependent on NADPH and a particle-bound electron carrier. When the enzyme was solubilized from the particles by treatment with detergents, the particle-bound electron carrier could be substituted by ferredoxin or flavodoxin. Flavodoxin reduced at the expense of ...

2016
Eveline M. van den Berg Marissa Boleij J. Gijs Kuenen Robbert Kleerebezem Mark C. M. van Loosdrecht

Denitrification and dissimilatory nitrate reduction to ammonium (DNRA) compete for nitrate in natural and engineered environments. A known important factor in this microbial competition is the ratio of available electron donor and elector acceptor, here expressed as Ac/N ratio (acetate/nitrate-nitrogen). We studied the impact of the Ac/N ratio on the nitrate reduction pathways in chemostat enri...

2017
Xinlei Ge Yanan He Yele Sun Jianzhong Xu Junfeng Wang Yafei Shen Mindong Chen

Nitrate is a very important aerosol component, thus elucidation of its characteristics and formation mechanisms is essential and important for effective reduction of aerosol pollution. In this work, highly time-resolved submicron aerosol (PM1) data measured by Aerodyne aerosol mass spectrometers (AMS) in Nanjing, Beijing and Lanzhou during both summer and winter were integrated to investigate t...

ژورنال: سلامت و محیط زیست 2012
اسرافیلی, علی, جنیدی جعفری, احمد, رضایی کلانتری, روشنک, محسنی بندپی, انوشیروان, نائیج, ام البنین,

MicrosoftInternetExplorer4 Background and Objectives: Nitrate is one of the most groundwater pollutants in world. Reduction of nitrate to nitrite by microorganisms cause serious health hazards. Nitrate can be eliminated using either adsorbtion or reduction. In this study, we investigated the adsorption of nitate on zeolite and the feasibility of removal improvement using supported  zero v...

Journal: :Journal of bacteriology 1971
R J Downey

The reduced nicotinamide adenine dinucleotide phosphate (NADPH)-nitrate oxidoreductase (EC 1.6.6.2) from Aspergillus nidulans was purified over 200-fold by use of salt fractionation, gel filtration, and ion-exchange chromatography. The purified enzyme was specific for NADPH and catalyzed reduction of nitrate, cytochrome c from isolated mitochondria of Aspergillus, and mammalian cytochrome c. An...

Journal: :Frontiers in microbiology 2016
Chengjian Yang John A. Rooke Irene Cabeza Robert J. Wallace

Ruminal methane production is among the main targets for greenhouse gas (GHG) mitigation for the animal agriculture industry. Many compounds have been evaluated for their efficacy to suppress enteric methane production by ruminal microorganisms. Of these, nitrate as an alternative hydrogen sink has been among the most promising, but it suffers from variability in efficacy for reasons that are n...

Journal: :Plant physiology 1975
D A Ashley W A Jackson R J Volk

Nitrate uptake, reduction, and translocation were examined in intact, 14-day-old, nitrogen-depleted wheat (Triticum vulgare var. Knox) seedlings during a 9-hour exposure to 0.2 mm Ca (NO(3))(2). The nitrate uptake rate was low during the initial 3-hour period, increased during the 3- to 6-hour period, and then declined. By the 3rd hour, 14% of the absorbed nitrate had been reduced, and this inc...

Journal: :FEMS microbiology letters 2014
Laura Platzen Abigail Koch-Koerfges Brita Weil Melanie Brocker Michael Bott

The influence of nitrate and nitrite on growth of Corynebacterium glutamicum under aerobic conditions in shake flasks was analysed. When dissolved oxygen became limiting at higher cell densities, nitrate was reduced almost stoichiometrically to nitrite by nitrate reductase (NarGHJI). The nitrite concentration also declined slowly, presumably as a result of several reactions including reduction ...

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

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

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