نتایج جستجو برای: inflorescence length

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

Journal: :Current Opinion in Plant Biology 2005

2017
John Doebley JOHN DOEBLEY

Maize (Zea mays ssp. mays) and its wild progenitor, teosinte (Z. mays ssp. parviglumis) differ dramatically in inflorescence and plant architecture despite the fact that their evolutionary divergence occurred within the past 10,000 years or less. To elucidate the genetic control of the morphological differences between maize and teosinte, my colleague and I employed quantitative trait locus map...

2014
Yao-Wen Yang Xiao-Li Liu Chun-Xia Pu Zi-Gang Qian Kai-Yun Guan

Objective: To explore the effect of altitude and latitude on breeding of Amomum tsaoko Crevost et Lemaire, a flexistylous ginger, which fruit is used as common materia medica and a food condiment. Methods: The 7 populations were selected randomly from the three floristic zones of Yunnan. Adult plants and infructescences were chosen randomly to gain flower number and fructification percentage pe...

Journal: :Journal of experimental botany 2006
Teemu H Teeri Anne Uimari Mika Kotilainen Roosa Laitinen Hanna Help Paula Elomaa Victor A Albert

Flowering plants go through several phases between regular stem growth and the actual production of flower parts. The stepwise conversion of vegetative into inflorescence and floral meristems is usually unidirectional, but under certain environmental or genetic conditions, meristems can revert to an earlier developmental identity. Vegetative meristems are typically indeterminate, producing orga...

2016
Keishi Okamoto Haruko Ueda Tomoo Shimada Kentaro Tamura Yasuko Koumoto Masao Tasaka Miyo Terao Morita Ikuko Hara-Nishimura

A significant feature of plant cells is the extensive motility of organelles and the cytosol, which was originally defined as cytoplasmic streaming. We suggested previously that a three-way interaction between plant-specific motor proteins myosin XIs, actin filaments, and the endoplasmic reticulum (ER) was responsible for cytoplasmic streaming. (1) Currently, however, there are no reports of mo...

Journal: :The Plant cell 1997
L Chen J C Cheng L Castle Z R Sung

Mutations in EMBRYONIC FLOWER (EMF) genes EMF1 and EMF2 abolish rosette development, and the mutants produce either a much reduced inflorescence or a transformed flower. These mutant characteristics suggest a repressive effect of EMF activities on reproductive development. To investigate the role of EMF genes in regulating reproductive development, we studied the relationship between EMF genes ...

2017
Sebastian Gnan Tom Marsh Paula X Kover

Leaves are thought to be the primary carbon source for reproduction in plants, so a positive relationship between vegetative size and reproductive output is expected, establishing a trade-off between time to reproduction and reproductive output. A common response to higher temperatures due to climate changes is the induction of earlier transition into reproduction. Thus, in annual plants, earli...

Journal: :Annals of botany 2010
Rowan H Brookes Linley K Jesson Martin Burd

BACKGROUND AND AIMS Resource allocation to flowers, fruits and seeds can vary greatly within an inflorescence. For example, distal fruits are often smaller and produce fewer and smaller fruits and seeds than more basal fruits. To assess the causes and functional significance of intra-inflorescence variation, pollen and resources were manipulated to test whether such patterns could be altered wi...

2014
Liangyu Liu Sara Farrona Sonja Klemme Franziska K. Turck

FLOWERING LOCUS T (FT) encodes a systemic signal communicating the perception of long day photoperiod from leaves to the shoot apex to induce the floral transition. Transient expression of FT in the phloem companion cells of rosette leaves for one to several days was previously shown to be sufficient to commit plants to flowering. Here we show that partial commitment results in pleiotropic infl...

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

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

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