نتایج جستجو برای: enzymes activity

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

Journal: :physiology and pharmacology 0
mohammad reza ashoori tmu s. zahra bathaie tmu hamid heidarzadeh tmu

introduction: one of the main mechanisms by which diabetic complications occur is an alteration of the structure and function of proteins due to hyperglycemia. aspirin (asa) affects cellular pathways through different mechanisms, including glycation inhibition and antioxidant activity. the aim of the present study, as a follow up to our previous one, is to investigate the effect of long-term, h...

Abbaspour, Nasser, Shahabi , Ziba ,

In this study, the effect of foliar spray of sodium nitroprusside (100 μM) as a nitric oxide donor on iron deficiency stress alleviation in cucumber plant was investigated. The results indicated that iron deficiency stress reduced growth parameters, total chlorophyll content, Fe content and antioxidant enzymes activity of catalase, ascorbate peroxidase as well as guaiacol peroxidase. Sodium nit...

آبرومند, علی, ضیایی نژاد, سعید, لاوت, دونالد,

Gastrointestinal ontogenetic studies constitute one of the basic and important investigations related to the nutrition of aquatic animals. In this investigation, specimens of the western white shrimp (Litopenaeus vannamei) at different developmental stages (from nauplius 1 to postlarvae 120) were assayed for the activities of digestive enzymes. According to the results, at all developmental sta...

ژورنال: :مجله تحقیقات دامپزشکی (journal of veterinary research) 2008
سعید نظیفی عزیزاله خداکرم تفتی مریم انصاری لاری مریم کارگر

the aim of the present study was to determine the relationship between histopathological lesions and tissue enzymes in chickens affected by marek's disease.five apparently healthy chickens(as control group)and 25 chickens affected by marek's disease were selected. after consideration of history and gross lesions, tissue samples were collected from kidney, liver, heart, ovary, pectoral muscl...

Journal: :international journal of environmental research 0
a. bartkowiak department of soil science and soil protection, faculty of agriculture and biotechnology, university of technology and life sciences, bernardyńska 6 st., 85-029 bydgoszcz, poland j. lemanowicz sub-department of biochemistry, faculty of agriculture and biotechnology, university of technology and life sciences, bernardyńska 6 st., 85-029 bydgoszcz, poland

to determine the extent and the size of the environment pollution with heavy metals, biologicalmethods, investigating the enzymatic activity of soil can be applied. most frequently, the enzymes investigated in the soils threatened with anthropogenic contamination are phosphatases, dehydrogenases as reacting fastest to the increase in the content of heavy metals in the environment. the aim of th...

Journal: :مجله دانشگاه علوم پزشکی کرمانشاه 0
hadi kharazi dept. of biochemistry, school of medicine, kermanshah university of medical sciences, kermanshah asad vaisi raigani fertility and infertility research center, kermanshah university of medical sciences, kermanshah behrouz etesami studenr research committee, kermanshah university of medical sciences, kermanshah mozafar khazaei fertility and infertility research center, kermanshah university of medical sciences, kermanshah amir kiani dept. of toxicology, school of medicine, kermanshah university of medical sciences, kermanshah ezatollah rafiee alavi dept. of pathology, school of medicine, lorestan university of medical sciences, khorram abad

background: reactive oxygen species (ros)-induced lipidperoxidation can lead to dysfunction of sperm and thereby, infertility may be occurred. so, always there is a balance between amount of ros and anti-oxidant molecules in semen. anti-oxidant enzymes of sperm; superoxide dismutase (sod), glutathione peroxidase (gpx), catalse and zinc and selenium can protect it from destructive effects of ros...

Akbari, Davood, bolhagh, Saber, Dehestani, Ali, Gerami, Mahyar, Haghpnah, Mostafa,

In this study, the effect of exogenpous Azelaic acid and potassium phosphite on some antioxidant enzymes activity, lignin synthesis and metabolic pathways were investigated in Eryngium caucasicum. This experiment was performed in a completely randomized design in controlled consitions. Plants at the three-leaf stage were treated with potassium phosphite (2 g/L) and azelaic acid (1 mM) by sprayi...

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

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

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