نتایج جستجو برای: ascorbate levels

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

Journal: :The American journal of clinical nutrition 1988
J A Vinson P Bose

This study was performed to determine whether synthetic ascorbic acid (AA) alone or in a natural citrus extract containing bioflavonoids, proteins, and carbohydrates was more bioavailable to human subjects. The effect of a single 500-mg ascorbate dose of the two forms and a placebo citrus extract on plasma ascorbate was examined in eight fasting subjects. A comparison of the areas under the pla...

2003
ROBERT C VINCENT G. ZANNONI

Effect of Ascotbate on Covalent Binding of Benzene and Phenol Metabohtes to Isolated Tissue Preparations. SMART, R. C. and ZANNONI, V. G. (1985). Toxicol. Appl. Pharmacol. 77, 334-343. [‘4C]Phenol and [‘4C]benzene are metabolized in the presence of NADPH and hepatic microsomes isolated from phenobarbitalor benzene-pretreated or untreated guinea pigs to intermediates capable of covalently bindin...

2018
Joon-Kyung Lee Sang-Hyuk Jung Sang-Eun Lee Joo-Hui Han Eunji Jo Hyun-Soo Park Kyung-Sun Heo Deasun Kim Jeong-Sook Park Chang-Seon Myung

Ascorbic acid is one of the most well-known nutritional supplement and antioxidant found in fruits and vegetables. Calcium ascorbate has been developed to mitigate the gastric irritation caused by the acidity of ascorbic acid. The aim of this study was to compare calcium ascorbate and ascorbic acid, focusing on their antioxidant activity and effects on gastric juice pH, total acid output, and p...

Journal: :Journal of experimental botany 2005
Chenghong Huang Wenliang He Jinkui Guo Xuexiang Chang Peixi Su Lixin Zhang

The Arabidopsis thaliana ascorbate-deficient vtc-1 mutant has only 30% ascorbate contents of the wild type (WT). This ascorbate-deficient mutant was used here to study the physiological roles of ascorbate under salt stress in vivo. Salt stress resulted in a more significant decrease in CO2 assimilatory capacity in the vtc-1 mutant than in the WT. Photosystem II function in the Arabidopsis vtc-1...

Journal: :Plant physiology 1982
P P Jablonski J W Anderson

Ruptured pea (Pisum sativum cv. Massey Gem) chloroplasts exhibited ascorbate peroxidase activity as determined by H(2)O(2)-dependent oxidation of ascorbate and ascorbate-dependent reduction of H(2)O(2). The ratio of ascorbate peroxidase to NADP-glyceraldehyde 3-phosphate dehydrogenase activity was constant during repeated washing of isolated chloroplasts. This indicates that the ascorbate perox...

Journal: :The American journal of clinical nutrition 1987
D J VanderJagt P J Garry H N Bhagavan

Plasma ascorbic acid concentrations were determined in eight men and nine women over age 65 on controlled intakes of vitamin C. Plasma ascorbic acid levels were significantly lower in elderly men compared with women for vitamin C intakes ranging from 30 to 280 mg/d. A maximum steady-state level of 1.0 mg/dL (56.78 mumol/L) ascorbic acid was observed in male subjects at an intake of approximatel...

Journal: :Proceedings of the National Academy of Sciences of the United States of America 2008
Qi Chen Michael Graham Espey Andrew Y Sun Chaya Pooput Kenneth L Kirk Murali C Krishna Deena Beneda Khosh Jeanne Drisko Mark Levine

Ascorbic acid is an essential nutrient commonly regarded as an antioxidant. In this study, we showed that ascorbate at pharmacologic concentrations was a prooxidant, generating hydrogen-peroxide-dependent cytotoxicity toward a variety of cancer cells in vitro without adversely affecting normal cells. To test this action in vivo, normal oral tight control was bypassed by parenteral ascorbate adm...

Journal: :Organic & biomolecular chemistry 2017
Yi-Jung Tu David Njus H Bernhard Schlegel

Ascorbic acid is a well-known antioxidant and radical scavenger. It can be oxidized by losing two protons and two electrons, but normally loses only one electron at a time. The reactivity of the ascorbate radical is unusual, in that it can either disproportionate or react with other radicals, but it reacts poorly with non-radical species. To explore the oxidation mechanism of ascorbic acid, the...

Journal: :The Brazilian journal of infectious diseases : an official publication of the Brazilian Society of Infectious Diseases 2004
Garba Ibrahim Hassan Ubom Gregory Haruna Maryam

Falciparum malaria infection is associated with significant destruction of erythrocytes. This leads to the release of toxic metabolic products, including oxidant compounds. We measured the serum concentration of the antioxidant, ascorbic acid, in 129 patients presenting with acute falciparum malaria infection and in 65 healthy individuals. None of the study subjects administered any form of asc...

2017
Pierre-Christian Violet Mark Levine

Ascorbic acid (vitamin C) has followed opaque paths in treating pharmacologic ascorbate. Because myeloma cells are iron-rich, increasmultiplemyeloma, and othermalignancies. Inmyeloma cells, ascorbate surprisingly depleted glutathione and potentiated arsenate trioxide efficacy. Because oral ascorbate at 1 g produces plasma saturation, this dose was selected with arsenate. Predictably, in small t...

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

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

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