نتایج جستجو برای: hydroxyl radical

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

Journal: :Journal of agricultural and food chemistry 2006
Jeffrey Moore Jun-Jie Yin Liangli Lucy Yu

A novel fluorometric method was developed and validated for hydroxyl radical scavenging capacity (HOSC) estimation using fluorescein as the probe. A constant flux of pure hydroxyl radical is generated under physiological pH using a Fenton-like Fe3+/H2O2 reaction. The generation of pure hydroxyl radicals under the experimental conditions was evaluated and confirmed using electron spin resonance ...

M Gupta P Gomathi R Sambath Kumar U Kanti Mazumdar

The present study was carried out to evaluate the antioxidant and free radical scavenging activity of methanolic extract of Ervatamia coronaria leaves (Apocynaceae) in various systems. DPPH radical, superoxide anion radical, nitric oxide radical and hydroxyl radical scavenging assays were carried out to evaluate the antioxidant potential of the extract. The antioxidant activity of methanolic ex...

Journal: :International Journal of Dermatology 2007

Journal: :Biological & pharmaceutical bulletin 2005
Nobuhiro Kashige Toru Takeuchi Shigenobu Matsumoto Shinji Takechi Fumio Miake Tadatoshi Yamaguchi

Dihydropyrazines (DHPs), which generate hydroxyl and carbon-centered radicals, cleaved DNA single-strand. It is new knowledge that DHPs were recently determined to produce 8-hydroxydeoxyguanosine. The remarkable increase in the DNA strand-cleavage activity upon the addition of Cu2+ suggests that the primary reactive species is carbon-centered radicals rather than the hydroxyl radical generated ...

Journal: :Molecular pharmacology 1999
Z Zhong H D Connor M Yin N Moss R P Mason H Bunzendahl D T Forman R G Thurman

Cyclosporin A (CsA) nephrotoxicity is associated with renal hypoxia and increases in free radicals in the urine. This study was designed to elucidate the mechanism of radical production caused by CsA. Pretreatment of rats with CsA (25 mg/kg, i.g.) for 5 days decreased glomerular filtration rates by 65%, an effect largely prevented by both dietary glycine (5%) or renal denervation. CsA dissolved...

Journal: :International journal of molecular medicine 2006
Norie Nagatsuka Kazuki Harada Mami Ando Keigo Nagao

We reported that gelatin gel 'Nikogori' soup made from the collagen in chicken wing meat, which is a part of the medicated diet 'Yakuzen', has high peroxyl and hydroxyl radical scavenging activities as the antioxidative capacity using chemiluminescence and electron spin resonance methods. The peroxyl radical scavenging activity of the soy sauce and chicken jelly 'Nikogori' soup sample was much ...

2014
Rutanachai Thaipratum

Free radicals are atoms or molecules with unpaired electrons. Many diseases are caused by free radicals. Normally, free radical formation is controlled naturally by various beneficial compounds known as antioxidants. Several analytical methods have been used for qualitative and quantitative determination of antioxidants, and each has its own specificity. This project aimed to evaluate antioxida...

2007
Robert J. Griffin David R. Cocker

The results from a series of outdoor chamber experiments establishing the atmospheric aerosol-forming potential of fourteen terpenoid hydrocarbons have been used to estimate the annual amount of secondary organic aerosol formed globally from compounds emitted by vegetation. Hydroxyl radical, ozone, and nitrate radical oxidation each contribute to aerosol formation in fullphotooxidation experime...

2014
Rutanachai Thaipratum

At present, it is widely-known that free radicals are the causes of illness such as cancers, coronary heart disease, Alzheimer’s disease and aging. One method of protection from free radical is the consumption of antioxidant-containing foods or herbs. Several analytical methods have been used for qualitative and quantitative determination of antioxidants. This project aimed to evaluate antioxid...

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

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

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