نتایج جستجو برای: serumglucose deprivation

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

ژورنال: طب کار 2011
حسین‌زاده, غلامرضا, دهپور, احمدرضا, صادق نیت حقیقی, خسرو, نوری, ارشاد,

Abstract Background: Nowadays, working long hours and shift work are inevitable, even though these working schedules are associated with several physical and mental effects. Gastrointestinal complaints are common among their physical effects. Recent studies have shown organoprotective effect of melatonin in gastrointestinal tract. In this study we investigated gastric mucosal damage due to par...

2003
Monika Keller Orlando Lourenço Tina Malti Henrik Saalbach

This study examines whether German and Portuguese fiveto six-, and eightto nine-year-old children distinguish between the feelings attributed to a victimizer or to themselves if they were the victimizers in two hypothetical moral violations (stealing and breaking a promise), and how they morally evaluate the emotions they attribute to victimizers and the person of the victimizer. The results sh...

Journal: :American journal of physiology. Regulatory, integrative and comparative physiology 2000
T Yoda L I Crawshaw K Yoshida L Su T Hosono O Shido S Sakurada Y Fukuda K Kanosue

Homeothermic animals regulate body temperature (T(b)) by using both autonomic and behavioral mechanisms. In the latter process, animals seek out cooler or warmer places when they are exposed to excessively hot or cold environments. Thermoregulation is affected by the state of energy reserves in the body. In the present study, we examine the effects of 4-day food deprivation on circadian changes...

2018
Susanne Skora Fanny Mende Manuel Zimmer

Neural information processing entails a high energetic cost, but its maintenance is crucial for animal survival. However, the brain's energy conservation strategies are incompletely understood. Employing functional brain-wide imaging and quantitative behavioral assays, we describe a neuronal strategy in Caenorhabditis elegans that balances energy availability and expenditure. Upon acute food de...

2017
Alan B. Bond

The course of repletion and the effects of food deprivation on meal size were explored in three experiments on larvae of Chrysopa carnea (Neuroptera). Feeding to repletion was found to occur within the first 30 min of exposure to food. Meal size increased as an ogival function of deprivation, up to the limit of gut capacity. Behavioral components involved in the initiation of feeding were littl...

Journal: :Cell 2016
Keith B. Hengen Alejandro Torrado Pacheco James N. McGregor Stephen D. Van Hooser Gina G. Turrigiano

Homeostatic mechanisms stabilize neural circuit function by keeping firing rates within a set-point range, but whether this process is gated by brain state is unknown. Here, we monitored firing rate homeostasis in individual visual cortical neurons in freely behaving rats as they cycled between sleep and wake states. When neuronal firing rates were perturbed by visual deprivation, they graduall...

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

sleep deprivation has negative effects on performance and resulted in elevating of mortality risk, cardiovascular disease and diabetes. the purpose of this study was to investigate the effects of 30 hour sleep deprivation on serum levels of c-reactive protein, blood lactate, muscular strength and physiological factors of rast test in active students. the present study was a semi-experimental on...

Ali Shamsizadeh, Hossein Aminizadeh, Mohamadreza Afarineshkhaki, Saeed Azizolahi, Somaye Arabzadeh, Vahid Sheibani,

Introduction: Barrel cortex of rats is a part of somatosensory cortex, which receives information from facial whiskers. Vibrisectomy by sensory deprivation leads to some changes in the barrel cortex, which have been known as experience dependent plasticity. On the other hand, Norepinephrine (NE) and locus coeruleus, which is the main source of NE, influenced response properties of cortical bar...

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

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

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