نتایج جستجو برای: ascorbic acid content

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

Journal: :Journal of clinical pathology 1972
J V Lloyd P S Davis H Emery H Lander

The platelet ascorbic acid concentration was measured in 26 normal subjects and found to be 20 times as high as in plasma. This is in agreement with previous reports in the literature. The platelets of patients with uraemia, leukaemia, and megaloblastic anaemia had a lower than normal platelet ascorbic acid content. In uraemia and megaloblastic anaemia the plasma ascorbic acid concentration was...

Journal: :Biochemical Journal 1946

In order to evaluate the effect of potassium sulfate fertilizer and ascorbic acid application on yield and yield components and growth of quinoa (Chenopodium quinoa Willd.), a field experiment was carried out at 2018-2019 at Isfahan, central Iran. A factorial experiment based on a randomized complete block design with three replications was used. Experimental treatments were potassium sulfate i...

In order to investigate the effects of foliar application of salicylic and ascorbic acids on some physiological characteristics of soybean (Glycine max L. cv. Williams) under salinity stress, a factorial pot experiment was conducted based on completely randomized design with four replications in the summer 2012 in the Yasouj University. Factors were included of four levels of salinity (0, 50, ...

The present work aimed at investigating changes in growth and some metabolic activities in NaCl-stressed bean plants, and assessing the role of ascorbic acid to alleviate these changes. The field experiment was carried out to study the response of presoaked fava bean seeds (Vicia fava cv. Misr 2) in freshly prepared ascorbic acid (50 ppm ≈ 0.3 mM; as recommended dose as described by  El-Tayeb, ...

Journal: :فرآوری و نگهداری مواد غذایی 0
نیلوفر شریف دانشجوی کارشناسی ارشد، گروه علوم و صنایع غذایی دانشگاه ارومیه میرخلیل پیروزی فرد استادیار گروه علوم و صنایع غذایی دانشگاه ارومیه محمد علیزاده استادیار گروه علوم و صنایع غذایی دانشگاه ارومیه محسن اسمعیلی استادیار گروه علوم و صنایع غذایی دانشگاه ارومیه

effect of different ratios of sucrose to fruit concentrate (orange and sour cherry), level of cacl2 (0-2%) and storage time (0-90 days) on physicochemical properties of candied apples were investigated using of a combined design. different quality indices such as total sugars content, ascorbic acid, color attribute (chroma) and overall acceptance were modeled and then multiobjective optimizatio...

Journal: :The British journal of nutrition 1982
R M Evans L Currie A Campbell

1. A study was undertaken to investigate the distribution of ascorbic acid between various cellular components of blood, in normal individuals, and its relation to the plasma concentration. Forty-one unsupplemented individuals and sixteen supplemented (2 g/d for 5 d) individuals were studied. 2. Granulocytes, mononuclear leucocytes, platelets and erythrocytes were separated by differential sedi...

2013
Daniel R. Gallie

L-Ascorbic acid (vitamin C) is as essential to plants as it is to animals. Ascorbic acid functions as a major redox buffer and as a cofactor for enzymes involved in regulating photosynthesis, hormone biosynthesis, and regenerating other antioxidants. Ascorbic acid regulates cell division and growth and is involved in signal transduction. In contrast to the single pathway responsible for ascorbi...

Journal: :علوم باغبانی 0
زهره روحs محمدرضا اصغرs یوسف رسمs زهرا اصلانs

abstract effect of different concentrations of salicylic acid on postharvest life of kiwifruit (actinidia deliciosa) cultivar hayward at 0 ±.5 °c and 90-95% rh was studied. fruits were treated with salicylic acid (0, 1 and 2 mmol/l-1) and stored at 0±.5°c for 16 weeks. fruit quality attributes assessment including firmness, total acidity, soluble solid content, ascorbic acid, antioxidant activi...

Mahtab Zonouri, Nasser Ghaderi Teimour Javadi

Drought is the most common environmental stress in vineyard occurs in soils with low water content, even in irrigation condition. To evaluate foliar spraying of ascorbic acid under drought stress, a research during 2012 to 2013 years in the natural environment, and one year after the establishment of the cuttings in clay loam soil was conducted. Cultivars with two-level white seedless and khosh...

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

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

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