نتایج جستجو برای: production peak

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

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه بوعلی سینا - دانشکده علوم پایه 1386

چکیده ندارد.

Journal: :Journal of strength and conditioning research 2011
Matt Brughelli John Cronin Anis Chaouachi

Sixteen semiprofessional Australian football players performed running bouts at incremental velocities of 40, 60, 80, and 100% of their maximum velocity on a Woodway nonmotorized force treadmill. As running velocity increased from 40 to 60%, peak vertical and peak horizontal forces increased by 14.3% (effect size [ES] = 1.0) and 34.4% (ES = 4.2), respectively. The changes in peak vertical and p...

Journal: :Journal of invertebrate pathology 2008
Jayne M Christen James F Campbell Ludek Zurek David I Shapiro-Ilan Edwin E Lewis Sonny B Ramaswamy

Entomopathogenic nematodes of the family Steinernematidae and their mutualistic bacteria (Xenorhabdus spp.) are lethal endoparasites of insects. We hypothesized that growth of the nematode's mutualistic bacteria in the insect host may contribute to the production of cues used by the infective juveniles (IJs) in responding to potential hosts for infection. Specifically, we tested if patterns of ...

Journal: :The Australian journal of physiotherapy 2004
Susan Berney Linda Denehy Jeff Pretto

The purpose of this prospective randomised cross-over study was to measure peak expiratory flow rates during manual hyperinflation and to determine if the addition of a head-down tilt to physiotherapy treatment increased sputum production in patients who are intubated and ventilated. Twenty patients who were intubated, ventilated and haemodynamically stable were randomised to a sequence of phys...

Journal: :پژوهش های علوم دامی ایران 0
مسعود محمد حسین رحمتی علی اصغر ساکی امیر اسکندرلو پویا زمانی

the aim of current study was to determine the effects of vitamin c on bone mineral density (in terms of osteoporosis), eggshell quality and investigation of correlation between these factors in laying hens reared under normal condition. one hundred and ninety two 24 - weeks - old laying hens diet was supplemented with 4 levels of vitamin c (0, 250, 500 and 750 mg/kg diet). the experimental desi...

دهقانی, علی, طاوسی, مهرزاد, موسوی‌ فضل, سید محمدهادی,

In order to evaluate the effects of plastic bed mulch and sowing date on early maturity, growth and yield of Ahvazi-Okra and obtaining the highest production during the peak price period, an experiment was executed in Agricultural and Natural Resources Research Center of Khuzestan. The experiment was laid out as split plot design in RCBD with four replications. Four sowing dates including Feb. ...

Journal: :Bioresource technology 2012
Jason C Quinn Tracy Yates Nathaniel Douglas Kristina Weyer Joel Butler Thomas H Bradley Peter J Lammers

Commercial production of renewable energy feedstocks from microalgae will require reliable and scalable growth systems. Two and one half years of biomass and lipid productivity data were obtained with an industrial-scale outdoor photobioreactor operated in Fort Collins, Colorado (USA). The annualized volumetric growth rates for Nannochloropsis oculata (CCMP 525) and Nannochloropsis salina (CCMP...

2011
Emma L Dewberry

The relationship between design and sustainability (DfS) is forever evolving: from the early focus on cleaner production processes and resource efficiencies to more recent endeavours to promote environmentally benign behaviours or to counter the increasing impacts of climate change. The uncomfortable truth though is that the majority of design activity serves market forces at a global scale and...

Journal: :American journal of physiology. Endocrinology and metabolism 2004
Valeria B Braulio Gabrie A M Ten Have Yvonne L J Vissers Nicolaas E P Deutz

Nitric oxide (NO) regulates numerous processes during endotoxemia and inflammation. However, the sequential changes in whole body (Wb) nitric oxide (NO) production during endotoxemia in vivo remain to be clarified. Male Swiss mice were injected intraperitoneally with saline (control group) or lipopolysaccharide (LPS group). After 0, 2, 4, 6, 9, 12, and 24 h, animals received a primed constant i...

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

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

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