نتایج جستجو برای: stakeholders don

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

2015
Gina Manda Mihaela Andreea Mocanu Daniela Eliza Marin Ionelia Taranu

Contamination of crops used for food and feed production with Fusarium mycotoxins, such as deoxynivalenol (DON), raise important health and economic issues all along the food chain. Acute exposure to high DON concentrations can alter the intestinal barrier, while chronic exposure to lower doses may exert more subtle effects on signal transduction pathways, leading to disturbances in cellular ho...

2017
Jian Ji Pei Zhu Fangchao Cui Fuwei Pi Yinzhi Zhang Yun Li Jiasheng Wang Xiulan Sun

Metabolic profiling in liver and serum of mice was studied for the combined toxic effects of deoxynivalenol (DON) and zearalenone (ZEN), through gas chromatography mass spectrum. The spectrum of serum and liver sample of mice, treated with individual 2 mg/kg DON, 20 mg/kg ZEN, and the combined DON + ZEN with final concentration 2 mg/kg DON and 20 mg/kg ZEN for 21 days, were deconvoluted, aligne...

2015
Fang Ji Jirong Wu Hongyan Zhao Jianhong Xu Jianrong Shi

A total of 122 wheat varieties obtained from the Nordic Genetic Resource Center were infected artificially with an aggressive Fusariumasiaticum strain in a field experiment. We calculated the severity of Fusarium head blight (FHB) and determined the deoxynivalenol (DON) content of wheat grain, straw and glumes. We found DON contamination levels to be highest in the glumes, intermediate in the s...

Journal: :Military medicine 2004
Valerie A Stander Susan M Hilton Kevin R Kennedy Danisha L Robbins

In 1999, the Department of the Navy (DoN) began a suicide surveillance program using the DoN Suicide Incident Report (DONSIR) to collect data on completed suicides in the Navy and Marine Corps. The DONSIR significantly advances the capability of DoN to track and analyze data on completed suicides over time. The long-term goal of this program is to improve suicide prevention by identifying and m...

Journal: :Journal of animal science 2013
L R Klunker S Kahlert P Panther A-K Diesing N Reinhardt B Brosig S Kersten S Dänicke H-J Rothkötter J W Kluess

We investigated a proposed synergistic effect of deoxynivalenol (DON) and lipopolysaccharides (LPS) on small intestinal architecture and epithelial barrier integrity in pigs. Crypt depth and intestinal cell proliferation were analyzed, as well as expression of zonula occludens protein-1 (ZO-1) and β-catenin of the apical junction complex along the small intestine. Barrows (26.2±4.1 kg) were fed...

2005
Don Gotterbarn

This paper uses a cases study about a technical decision to review to computerethics decision procedures. 1. Decision making for the ethical Even before Jim Moor’s seminal paper on Core Values, Kidder [2002] declares “... that despite differences in religion, philosophy, geographical location, nationality, and race, human beings have a common belief in five core values: honesty, responsibility,...

2010
Jonah Lehrer

2015
Yousef I. Hassan Christena Watts Xiu-Zhen Li Ting Zhou Marc Maresca

Deoxynivalenol (DON) is a type B trichothecene mycotoxin that is commonly detected in cereals and grains world-wide. The low-tolerated levels of this mycotoxin, especially in mono-gastric animals, reflect its bio-potency. The toxicity of DON is conventionally attributed to its ability to inhibit ribosomal protein biosynthesis, but recent advances in molecular tools have elucidated novel mechani...

Journal: :Toxicological sciences : an official journal of the Society of Toxicology 2007
Jennifer S Gray James J Pestka

The trichothecene mycotoxin deoxynivalenol (DON), commonly present in contaminated grains worldwide, induces expression of the chemokine interleukin (IL)-8 in human monocytes. The purpose of this study was to test the hypothesis that DON modulates transcriptional and posttranscriptional regulation of IL-8 expression in the U937 human monocyte model. When U937 cells were transfected with a wild-...

A.M. Pacin, M.P. Salas, M.S. Munitz, P.S. Pok, S.L. Resnik,

Background: Deoxynivalenol (DON) is a mycotoxin produced mainly by Fusarium graminearum in grains such as wheat and maize. The aim of this study was to evaluate the inhibitory effects of citrus flavanones including, naringin (NAR), hesperidin (HES), and neohesperidin (NEO) on deoxynivalenol production using Response Surface Methodology (RSM). Methods: The studied flavanones were extracted fr...

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

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

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