نتایج جستجو برای: iron inorganic biochemistry

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

Journal: :Biochimica et Biophysica Acta (BBA) - Bioenergetics 2001

2009
Daniel A. Ankrah Erik G. Søgaard

Soluble Fe(II) in ground water in Denmark is mostly removed conventionally by the simple process known as purely physico-chemical (or abiotic). By this process, the raw water is exposed to atmospheric oxygen to oxidise the iron from soluble Fe(II) to insoluble Fe(III) oxides, which is then removed by single or double filtration units, depending on the ground water quality. Ground water containi...

Journal: :Journal of the Chinese Medical Association : JCMA 2011
Tzee-Chung Wu I-Fei Huang Yi-Chun Chen Po-Hon Chen Ling-Yu Yang

BACKGROUND We investigated the differences in serum biochemistry levels between breast-fed and formula-fed infants. We provide reference values of serum biochemistry levels for 4-week-old (w/o) and 8 w/o infants for future clinical applications. METHODS Sixty healthy infants were enrolled in this study (30 infants were included in the breast-fed and formula-fed groups, respectively). During h...

خادمی, حسین, دهقان, رمضانعلی , شریعتمداری, حسین ,

  Studying soil phosphorus fractions is useful in understanding soil pedogenesis as well as soil fertility. In this reseach, 20 soil samples were taken from different depths of 0-30 and 30-60 cm of upper-slope, mid-slope and lower-slope positions of four toposequences in arid (Jei and Ziar in Isfahan) and semiarid (Farokhshahr and Shahrekord) regions. In each toposequence, the soil depth was re...

Journal: :The Journal of clinical investigation 1974
S B Raffin C H Woo K T Roost D C Price R Schmid

Hemoglobin and myoglobin are a major source of dietary iron in man. Heme, separated from these hemoproteins by intraluminal proteolysis, is absorbed intact by the intestinal mucosa. The absorbed heme is cleaved in the mucosal cell releasing inorganic iron. Although this mucosal heme-splitting activity initially was ascribed to xanthine oxidase, we investigated the possibility that it is catalyz...

Background & Aims: In recent years, iron oxide nanoparticles have been used in contrast-enhanced magnetic resonance imaging for diagnosing a wide range of diseases. In order to provide biocompatibility and prevent the toxicity of the nanoparticles, using organic or inorganic coating around these nanoparticles is important for their application. The aim of this study is to investigate the effect...

2001
HELEN S. MITCHELL LILA MILLER

Within the last 18 months there have developed two theories concerning the inorganic factors which influence hematopoietic processes. (I) In rats on a basal diet of milk and iron, supplementary copper alone will stimulate a maximum hemoglobin production. (2) On such a diet a group of elements including copper produces a maximum hemoglobin response while copper alone is slightly less effective. ...

2016
Nagayoshi Ueoka Atsushi Kouzuma Kazuya Watanabe

The genus Acidithiobacillus includes iron-oxidizing lithoautotrophs that thrive in acidic mine environments. Acidithiobacillus ferrooxidans is a representative species and has been extensively studied for its application to the bioleaching of precious metals. In our attempts to cultivate the type strain of A. ferrooxidans (ATCC 23270(T)), repeated transfers to fresh inorganic media resulted in ...

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

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

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