نتایج جستجو برای: oxidative induction time

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

Journal: :Journal of bioenergetics and biomembranes 2012
S M D Akbar H C Sharma S K Jayalakshmi K Sreeramulu

The cotton bollworm, Helicoverpa armigera is a polyphagous pest in Asia, Africa, and the Mediterranean Europe. Salicylic acid (SA) and jasmonic acid (JA) are the cell signaling molecules produced in response to insect attack in plants. The effect of these signaling molecules was investigated on the oxidative phosphorylation and oxidative stress of H. armigera. SA significantly inhibited the sta...

Journal: :Bioscience, biotechnology, and biochemistry 2010
Masakazu Takahashi Kazuhiro Yamashita Azusa Shiozawa Akihiko Ichiishi Fumiyasu Fukumori Makoto Fujimura

AP-1-like transcription factors play crucial roles in oxidative stress responses in yeast and filamentous fungi. The deletion of an AP-1-like transcription factor gene, nap-1, in Neurospora crassa slightly increased its sensitivity to oxidative stressors, including menadione. Microarray and quantitative real-time reverse transcriptase-PCR analyses were employed to identify menadione-inducible g...

Journal: :Blood 2003
Liana Asatryan Ouliana Ziouzenkova Roger Duncan Alex Sevanian

Low-density lipoprotein (LDL) oxidation mediated by a variety of catalysts in atherosclerotic lesions plays a crucial role in the genesis and evolution of atherosclerotic plaques. In this study we focused on oxidative properties of hemoglobin (Hb)-modified LDL because Hb is present in atherosclerotic lesions. Under low oxygen tensions Hb was previously found to modify apolipoprotein B100 with c...

Journal: :Molecules 2021

The aim of this study was to describe the thermal properties selected cultivars flaxseed oil by use differential scanning calorimetry (DSC) technique. crystallization and melting profiles were analyzed depending on different rates (1, 2, 5 °C/min) as well oxidative induction time (OIT) isothermally at 120 °C 140 °C, oxidation onset temperatures (Ton) 2 °C/min measured. manifested a single peak,...

2006
Jan Ehrchen Lars Steinmüller Katarzyna Barczyk Klaus Tenbrock Wolfgang Nacken Martin Eisenacher Ursula Nordhues Clemens Sorg Cord Sunderkötter Johannes Roth

(project Ro2/012/06) of the University of Muenster and by a grant of the Deutsche Forschungsgemeinschaft (DFG SU 195/3-1). Abstract Monocytes and macrophages may either promote or down-regulate inflammatory reactions depending on their state of activation. The effects of glucocorticoids (GC), the most widely used immunosuppressive drugs, on monocytes are currently not well defined. Analyzing th...

Journal: :journal of food biosciences and technology 2015
y. mahdi r. bassiri

the oxidative stability of margarine supplemented with different concentrations of fennel (foeniculum vulgare) seed extract (fse) was compared to the synthetic antioxidants; butylated hydroxyanisole (bha) and butylated hydroxytoluene (bht) at legal concentrations. the experiment was carried out under accelerated storage conditions for 4 weeks employing peroxide value (pv), p-anisidine value (av...

Journal: :The Biochemical journal 1999
Y Morel R Barouki

Gene expression is modulated by both physiological signals (hormones, cytokines, etc.) and environmental stimuli (physical parameters, xenobiotics, etc.). Oxidative stress appears to be a key pleiotropic modulator which may be involved in either pathway. Indeed, reactive oxygen species (ROS) have been described as second messengers for several growth factors and cytokines, but have also been sh...

2017
Eva Pigna Emanuela Greco Giulio Morozzi Silvia Grottelli Alessio Rotini Alba Minelli Stefania Fulle Sergio Adamo Rosa Mancinelli Ilaria Bellezza Viviana Moresi

Denervation leads to the activation of the catabolic pathways, such as the ubiquitin-proteasome and autophagy, resulting in skeletal muscle atrophy and weakness. Furthermore, denervation induces oxidative stress in skeletal muscle, which is thought to contribute to the induction of skeletal muscle atrophy. Several muscle diseases are characterized by denervation, but the molecular pathways cont...

2012
Lyudmila Shibryaeva

Ageing and stabilization polymers is a major part of materials science. Aging of polymers defined as a set of chemical and physical transformations, leads to the loss of their set the desired properties. The main role in these transformations belong to chemical processes of degradation and crosslinking of macromolecules. Processes decomposition and structuring polymer conjugates include radical...

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

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

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