نتایج جستجو برای: vitamin c content

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

Journal: :Proceedings of the National Academy of Sciences of the United States of America 2003
Zhong Chen Todd E Young Jun Ling Su-Chih Chang Daniel R Gallie

Vitamin C (ascorbic acid) is essential to prevent disease associated with connective tissue (e.g., scurvy), improves cardiovascular and immune cell functions, and is used to regenerate alpha-tocopherol (vitamin E). In contrast to most animals, humans lack the ability to synthesize ascorbic acid as a result of a mutation in the last enzyme required for ascorbate biosynthesis. Vitamin C, therefor...

Journal: :The Journal of Experimental Medicine 1937
Claus W. Jungeblut Rose R. Feiner

1. The concentrations of reduced ascorbic acid present in the tissues of normal rhesus monkeys are of a magnitude in keeping with the values found for other animal species which are incapable of synthesizing vitamin C. These concentrations are subject to distinct increase by prolonged parenteral administration of ascorbic acid. 2. The amounts of vitamin C present in nervous tissue and the supra...

Journal: :Asia Pacific journal of clinical nutrition 1999
B M Duc D Humphries le T B Mai H A Dao T M Co H H Nga P T Kim

The iron and vitamin C content of water spinach and rice samples from three sites in Vietnam were chemically analysed. The iron content of home-milled rice from Nghe An was higher than the iron content of machine-milled rice from Thai Binh and Hanoi. In addition, the iron content of cooked rice was lower than that of uncooked rice as iron was removed during the washing and rinsing of the rice p...

The moderating role of salicylic acid (SA) and putrescine (PUS) as plant growth regulators (PGRs), on the growth parameters and phytochemical and qualitative characteristics of strawberry fruit 'Selva' under osmotic stress was investigated under soilless culture. The osmotic potential (salinity) of the nutrient solution containing different NaCl concentrations (0, 7.5, 15, 30 and 45 mM) and fol...

Journal: :The American journal of clinical nutrition 2008
Mari-Carmen Gomez-Cabrera Elena Domenech Marco Romagnoli Alessandro Arduini Consuelo Borras Federico V Pallardo Juan Sastre Jose Viña

BACKGROUND Exercise practitioners often take vitamin C supplements because intense muscular contractile activity can result in oxidative stress, as indicated by altered muscle and blood glutathione concentrations and increases in protein, DNA, and lipid peroxidation. There is, however, considerable debate regarding the beneficial health effects of vitamin C supplementation. OBJECTIVE This stu...

2013
Seyeon Park

The effect of high doses of vitamin C for the treatment of cancer has been controversial. Our previous studies, and studies by others, have reported that vitamin C at concentrations of 0.25-1.0 mM induced a dose- and time-dependent inhibition of proliferation in acute myeloid leukemia (AML) cell lines and in leukemic cells from peripheral blood specimens obtained from patients with AML. Treatme...

2013
Anitra C. Carr Stephanie M. Bozonet Margreet C. M. Vissers

Kiwifruit are a rich source of vitamin C and also contain numerous phytochemicals, such as flavonoids, which may influence the bioavailability of kiwifruit-derived vitamin C. The aim of this study was to compare the relative bioavailability of synthetic versus kiwifruit-derived vitamin C using a randomised cross-over pharmacokinetic study design. Nine non-smoking males (aged 18-35 years) receiv...

Abdi, Fatemeh, Hashemipour, Maryam Alsadat, Teymori, Maryam, Zeraat Pisheh, Mohsen,

Introduction: According to studies, high intake of fruits and vegetables are associated with reduced cancer incidence and mortality. The high levels of antioxidants in fruits and vegetables are believed to contribute in cancer prevention, possibly by inhibiting oxidative stress. This study aimed to investigate the effects of cigarette smoke, alcohol and vitamin E and vitamin C on oral mucosa an...

A. Ghasemnezhad, K. Mashayekhi M. Ghorbani S. Atashi Y. Ghasemi

The influence of harvesting date on some physicochemical properties of nectarine (Prunus persica var. Red gold) fruit including fruit weight, pigment content, total carbohydrate, total phenol and antioxidant activity were studied. Fruits were harvested in four different stages; a) two weeks after fruit set, b) pit hardening, c) three weeks after pit hardening and 6 weeks after pit hardening. Re...

2014
Jae-Ho Hwang Sung-Ju Rha Jae-Kwon Cho Seon-Jae Kim

This study investigated the relationship between flounder skin meal (FSM) and vitamin C in mediating collagen biosynthesis. Based on the vitamin C requirements (150 mg/kg) of the black rockfish (mean body weight 10.05 ± 0.44 g), a vitamin C level of 400 mg/kg was selected, and 0, 5, 10, or 20% of the casein (purified proteins) in the diet was replaced with FSM. The feeding study was conducted f...

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

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

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