نتایج جستجو برای: feeding regime

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

Journal: :Open Journal of Animal Sciences 2021

Microbial resistance in livestock has become a subject of great concern public and scientific interest. This study was designed to assess the effects methenamine feeding regime on growth performances broilers chickens. For this purpose, 120 chicks Cobb 500 strain, including 60 males females 21 days old with an average weight 639 g 584 respectively were used. They randomly distributed experiment...

Journal: :Proceedings. Biological sciences 2008
T D Clark B D Taylor R S Seymour D Ellis J Buchanan Q P Fitzgibbon P B Frappell

Owing to the inherent difficulties of studying bluefin tuna, nothing is known of the cardiovascular function of free-swimming fish. Here, we surgically implanted newly designed data loggers into the visceral cavity of juvenile southern bluefin tuna (Thunnus maccoyii) to measure changes in the heart rate (fH) and visceral temperature (TV) during a two-week feeding regime in sea pens at Port Linc...

2012
Vibha Dwivedi E. M. Anandan Rajesh S. Mony T. S. Muraleedharan M. S. Valiathan Mousumi Mutsuddi Subhash C. Lakhotia

BACKGROUND Ayurveda represents the traditional medicine system of India. Since mechanistic details of therapy in terms of current biology are not available in Ayurvedic literature, modern scientific studies are necessary to understand its major concepts and procedures. It is necessary to examine effects of the whole Ayurvedic formulations rather than their "active" components as is done in most...

Journal: :Current Biology 2010
Xi-guang Zhang Andreas Maas Joachim T. Haug David J. Siveter Dieter Waloszek

A new eucrustacean arthropod, Wujicaris muelleri gen. et sp. nov, is represented by a Lower Cambrian early metanauplius of strikingly modern morphology despite being the oldest known fossil of such an early immature crustacean larva. The morphology of the metanauplius closely mirrors that of corresponding developmental stages of living barnacles and copepods, and it is likely that its appendage...

Journal: :Science 1981
P J Berger N C Negus E H Sanders P D Gardner

In a replicated experiment, nonbreeding winter populations of Microtus montanus were given supplements of rolled oats coated with 6-methoxybenzoxazolinone, a naturally occurring plant derivative. After 3 weeks of this feeding regime, samples from the populations demonstrated a high incidence of pregnancy in females and testicular hypertrophy in males. Control populations receiving rolled oats c...

Journal: :Wissenschaftliche Beitrage der Martin-Luther-Universitat Halle-Wittenberg 2012
Micha Horacek Martina Burnik Sturm Petra Kaczensky

Stable isotope analysis has become a powerful tool to study feeding ecology, water use or movement pattern in contemporary, historic and ancient species. Certain hair and teeth grow continuously, and when sampled longitudinally can provide temporally explicit information on dietary regime and movement pattern. In an initial trial, we analysed a tail sample of an Asiatic wild ass (Equus hemionus...

2006
Jacques Schmitz Alexander S. McNeish

In different countries and societies there is a variety of successful weaning practices. This empirical observation leads immediately to the conclusion that there is a range of practices—qualitative, quantitative, and temporal—within which infants can thrive. In the elusive search for the "optimal" feeding regime, the changing nutritional requirements of the growing and developing infant must b...

آدمی, علی, رضایی, نیما,

The concept of "Regime" is one of the most widely used concepts not only in international relations, but in economics, law, environment and more. In this study, we have examined three different approaches in the definition of regimes, "behavioral", "knowledge" and "formal", and to scrutinize the definition of Regimes that have presented by Scholars Such as Krasner, Young, Kratochwil & Ruggie, K...

2017
Epaminondas Markos Valsamis Ian Smith Adri De Sousa

A patient previously diagnosed with motor neurone disease (MND) and gastrostomy-fed was under surveillance for ventilatory decline via our respiratory centre. At a planned review she was found to be hypercapnic, which would usually prompt an offer of non-invasive ventilation for home use. However, she was alkalotic and not acidotic as we might expect. Her serum potassium was checked urgently an...

2005
Camille Stephan-Otto Attolini Peter F. Stadler Christoph Flamm

We study the evolution of simple cells that are equipped with a genome, a rudimentary gene regulation network at transcription level and two classes of functional genes: motion effectors allow the cell to move in response to nutrient gradients while nutrient importers are required to actually feed from the environment. The model is inspired by the protist Naegleria gruberi which can switch betw...

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

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

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