نتایج جستجو برای: during 150 days thus

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

ژورنال: Basic and Clinical Neuroscience 2016
Akbari, Akhtar, Ezzatpanah, Somayeh, Manaheji, Homa, Nazemian, Vida, Shadnoush, Mahdi, Zali, Alireza, Zaringhalam, Jalal,

Introduction: Immune system is involved in the etiology and pathophysiology of inflammation and vitamins are important sources of substances inducing nonspecific immunomodulatory effects. Given the proinflammatory role of cytokines in the inflammation and pain induction, this study aimed to assess the effects of long-term administration of vitamin B1 on the proinflammatory cytokines, edema, and...

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

this study was carried out to evaluate the effect of commercial live bakery’s’ yeast( saccharomyces cerevisiae ), (marketed as amax), on growth and survival of persian sturgeon( acipenser persicus) larvae (74.9 ± 9.7mg) during 30 days. sturgeon larvae were fed on daphnia magna enriched at three suspensions of yeast, amax, (0, 50, 100, and 150 mg yeast per litter). the feeding level was 30 perce...

2017
Poulami Chatterjee Sandipan Samaddar Rangasamy Anandham Yeongyeong Kang Kiyoon Kim Gopal Selvakumar Tongmin Sa

Soil salinity, being a part of natural ecosystems, is an increasing problem in agricultural soils throughout the world. Pseudomonas frederiksbergensis OS261 has already been proved to be an effective bio-inoculant for enhancing cold stress tolerance in plants, however, its effect on salt stress tolerance is unknown. The main aim of the present study was to elucidate P. frederiksbergensis OS261 ...

Journal: :Circulation: Cardiovascular Genetics 2013

Journal: :Canadian Medical Education Journal 2017

Journal: :Genetics and molecular research : GMR 2015
B Li H Y Liu S H Guo P Sun F M Gong B Q Jia

The impact of early enteral nutrition (EEN) on clinical outcomes of gastric cancer patients was investigated. Three hundred pa-tients undergoing gastric cancer surgery from July 2010 to May 2014 were randomly divided into experimental and control groups (n = 150/group). Experimental group patients received enteral nutrition in water during the early postoperative period. Control group patients ...

Journal: :journal of agricultural science and technology 2010
m. zaghari m. shivazad a. kamyab a. nikkhah

an experiment was conducted to determine the dietary digestible lysine requirement of male and female broiler chickens (arian) during the period from 6 to 21 days post-hatching. an amino acid-fortified basal diet containing corn and soybean meal as intact protein sources provided 20 % cp, and 3200 kcal amen / kg. in this experiment 150 male and 150 female chicks were allocated on the basis of b...

2015
C.J. Finno K.E. Estell S. Katzman L. Winfield A. Rendahl J. Textor D.L. Bannasch B. Puschner

BACKGROUND Equine neuroaxonal dystrophy/equine degenerative myeloencephalopathy (NAD/EDM) is a neurodegenerative disorder affecting genetically predisposed foals maintained on α-tocopherol (α-TP)-deficient diet. OBJECTIVE Intramuscular α-TP and selenium (Se) administration at 4 days of age would have no significant effect on serum or cerebrospinal fluid (CSF) α-TP in healthy foals. Serum and ...

Journal: :Interactive cardiovascular and thoracic surgery 2012
Alberto Repossini Daniel Bloch Claudio Muneretto Paolo Piccoli Gianluigi Bisleri Sven Beholz

The aim of the study was to investigate the multi-factorial phenomenon of possible postoperative thrombocytopenia after aortic valve replacement (AVR) with the freedom SOLO (FS) bioprosthesis. A total of 254 patients underwent AVR with FS bioprosthesis in two cardiac surgery institutes. Platelet counts were measured preoperatively, immediately postoperatively and daily until the 11th day postop...

Objectives: weight loss as a consecution of losing appetite in post-operative patients and those suffering from HIV, cancer, cachexia and inflammatory diseases are the main inducements of morbidity and mortality. There is an increasing demand for more efficacious and endurable appetite stimulating treatment for patients with cachexia. Health economics is influenced by the malnutrition which was...

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

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

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