نتایج جستجو برای: chickpea descriptor

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

Journal: :Plant physiology 2017
Stephen Ridge Amit Deokar Robyn Lee Ketema Daba Richard C Macknight James L Weller Bunyamin Tar'an

In climates that experience short growing seasons due to drought, heat, or end-of-season frost, early flowering is a highly desirable trait for chickpea (Cicer arietinum). In this study, we mapped, sequenced, and characterized Early flowering3 (Efl3), an ortholog of Arabidopsis (Arabidopsis thaliana) EARLY FLOWERING3 (ELF3) that confers early flowering in chickpea. In a recombinant inbred line ...

2016
Gaurav Agarwal Vanika Garg Himabindu Kudapa Dadakhalandar Doddamani Lekha T. Pazhamala Aamir W. Khan Mahendar Thudi Suk‐Ha Lee Rajeev K. Varshney

APETALA2/ethylene response factor (AP2/ERF) and heat-shock protein 90 (HSP90) are two significant classes of transcription factor and molecular chaperone proteins which are known to be implicated under abiotic and biotic stresses. Comprehensive survey identified a total of 147 AP2/ERF genes in chickpea, 176 in pigeonpea, 131 in Medicago, 179 in common bean and 140 in Lotus, whereas the number o...

A Ronaghi R Ghasemi Fasaei

ABSTRACT- The effects of iron (Fe) and zinc (Zn) treatments on the growth and nutrient composition of chickpea were studied in a greenhouse experiment arranged in a completely randomized design. While the application of Fe decreased mean shoot dry weight of chickpea, that of Zn had no significant effect on chickpea shoot dry weight. Increasing Fe levels drastically decreased Mn concentration an...

2015
Shouvik Das Hari D. Upadhyaya Deepak Bajaj Alice Kujur Saurabh Badoni Laxmi Vinod Kumar Shailesh Tripathi C. L. Laxmipathi Gowda Shivali Sharma Sube Singh Akhilesh K. Tyagi Swarup K. Parida

A rapid high-resolution genome-wide strategy for molecular mapping of major QTL(s)/gene(s) regulating important agronomic traits is vital for in-depth dissection of complex quantitative traits and genetic enhancement in chickpea. The present study for the first time employed a NGS-based whole-genome QTL-seq strategy to identify one major genomic region harbouring a robust 100-seed weight QTL us...

Introduction: to identify the pattern-reversal visual evoked potential (PRVEP) waveform descriptor by evaluating discrete wavelet transform (DWT) in order to optimize stimulus in the diagnosis of anisometropia amblyopia. Materials and Methods: The PRVEP testing was performedfor 31 normal individuals and 35 patients with amblyopia. The stimuli were consisted of spatial frequencies of 1, 2, and 4...

2003
Tilahun Amede Sven Schubert

When crops are exposed to drought there is commonly an increase in solute-pool of the plant tissue. A series of experiments were conducted in 1994 and 1995 in the University of Hohenheim, Germany, to evaluate whether drought-induced solute accumulation per se will improve drought resistance, to determine the species of active osmotica involved, and to identify alternative mechanisms in grain le...

Journal: :Journal of experimental botany 2006
Jehan Bakht Asghari Bano Peter Dominy

The frost hardiness of many plants such as chickpea can be increased by exposure to low non-freezing temperatures and/or the application of abscisic acid (ABA), a process known as frost acclimation. Experiments were conducted to study the response over a 14 d period of enriched plasma membrane fractions isolated from chickpea plants exposed to low temperature and sprayed with exogenous ABA. Mea...

Journal: :Plant science : an international journal of experimental plant biology 2016
Deepak Bajaj Hari D Upadhyaya Shouvik Das Vinod Kumar C L L Gowda Shivali Sharma Akhilesh K Tyagi Swarup K Parida

The present study exploited integrated genomics-assisted breeding strategy for genetic dissection of complex branch number quantitative trait in chickpea. Candidate gene-based association analysis in a branch number association panel was performed by utilizing the genotyping data of 401 SNP allelic variants mined from 27 known cloned branch number gene orthologs of chickpea. The genome-wide ass...

2016
Shouvik Das Mohar Singh Rishi Srivastava Deepak Bajaj Maneesha S. Saxena Jai C. Rana Kailash C. Bansal Akhilesh K. Tyagi Swarup K. Parida

The present study used a whole-genome, NGS resequencing-based mQTL-seq (multiple QTL-seq) strategy in two inter-specific mapping populations (Pusa 1103 × ILWC 46 and Pusa 256 × ILWC 46) to scan the major genomic region(s) underlying QTL(s) governing pod number trait in chickpea. Essentially, the whole-genome resequencing of low and high pod number-containing parental accessions and homozygous i...

In order to investigate the effect of deficit water stress and different combinations of relay intercropping of chickpea with barley on some biochemical traits and grain yield, a field experiment was conducted at College of Agriculture and Natural Resources of Darab, Shiraz University during 2017-2018 cropping season, as split plot based on a randomized complete block design with three replicat...

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

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

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