نتایج جستجو برای: cold heading

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

2011
Masako Seki Makiko Chono Hitoshi Matsunaka Masaya Fujita Shunsuke Oda Katashi Kubo Chikako Kiribuchi-Otobe Hisayo Kojima Hidetaka Nishida Kenji Kato

The genotypes of photoperiod response genes Ppd-B1 and Ppd-D1 in Japanese wheat cultivars were determined by a PCR-based method, and heading times were compared among genotypes. Most of the Japanese wheat cultivars, except those from the Hokkaido region, carried the photoperiod-insensitive allele Ppd-D1a, and heading was accelerated 10.3 days compared with the Ppd-D1b genotype. Early cultivars ...

2012
Juan Li Huangwei Chu Yonghong Zhang Tongmin Mou Changyin Wu Qifa Zhang Jian Xu

Heading date and grain weight are two determining agronomic traits of crop yield. To date, molecular factors controlling both heading date and grain weight have not been identified. Here we report the isolation of a hemizygous mutation, heading and grain weight (hgw), which delays heading and reduces grain weight in rice. Analysis of hgw mutant phenotypes indicate that the hemizygous hgw mutati...

2003
Jaap A. Beintema Albert V. van den Berg Markus Lappe

Recent years have brought forward different models on how the brain might encode heading from optic flow. Neurons in these models can encode heading for a variety of self-motion conditions, while responding to optic flow stimuli similarly as found in electrophysiological studies. Yet, little attention has been given to the receptive field structure of neurons that integrate local motion signals...

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

to evaluate interaction of salinity stress and nitrogen use methods on yield and yield components, in experiment was conducted in split plot in randomized complete block with 3 replications. treatments included: salinity of irrigation water levels 1.5, 4.4 and 7.9 ds/m as main plots, and nitrogen treatments 1. using n fertilizer at 3 stage in soil, 2. using two third n fertilizer in soil at pla...

2007
Y. W. Huang H. W. Wu H. W. Chang H. W. Hu K. W. Chiang

Integrated GPS/INS systems provide an enhanced navigation system that has superior performance in comparison with either system operating in stand-alone mode as it can overcome each of their limitations. The high cost and government regulations prevent the wider inclusion of high quality IMUs to augment GPS as a commercialized navigation system in many navigation applications. The progress in M...

Journal: :Radiology 2013
Michael L Lipton Namhee Kim Molly E Zimmerman Mimi Kim Walter F Stewart Craig A Branch Richard B Lipton

PURPOSE To investigate the association of soccer heading with subclinical evidence of traumatic brain injury. MATERIALS AND METHODS With institutional review board approval and compliance with HIPAA guidelines, 37 amateur soccer players (mean age, 30.9 years; 78% [29] men, 22% [eight] women) gave written informed consent and completed a questionnaire to quantify heading in the prior 12 months...

Journal: :Cognition 2014
Weimin Mou Lei Zhang

This project examined the roles of idiothetic cues due to individuals' movement and allothetic cues independent of individuals' movement in individuals' estimations of their position and heading during locomotion. In an immersive virtual environment, participants learned the locations of five objects and then moved along two legs of a path before positioning the origin and the objects. Particip...

2008
Britt-Marie Stålnacke Peter Sojka

OBJECTIVES: The aim of the study was to analyse whether the controlled heading of soccer balls elicits increased serum concentrations of a biochemical marker of brain tissue damage S-100B. METHODS: Nineteen male soccer players were randomly divided into two groups, A and B. Group A headed a soccer ball falling from 18 m five times, while group B served as controls (no heading). Blood samples we...

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

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

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