نتایج جستجو برای: shukla stability variance

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

In order to determine the genotype × environment (GE) interactions and yield stability, an experiment was conducted with 10 promising genotypes of rice and two control varieties (Shiroudi and Fajr) in four regions of Mazandaran (Amol , Babol, Sari and Tonkabon) using randomized complete blocks design with four replications during two cropping seasons (2012-2013). Analysis of variance showed sig...

2014
Lori Haase Nathaniel J. Thom Akanksha Shukla Paul W. Davenport Alan N. Simmons Martin P. Paulus Douglas C. Johnson

Lori Haase, Nathaniel J. Thom, Akanksha Shukla, Paul W. Davenport, Alan N. Simmons, Martin P. Paulus, and Douglas C. Johnson Department of Psychiatry, University of California, Warfighter Performance Department, Navel Health Research Center, San Diego, CA, Department of Applied Health Science, Wheaton College, Wheaton, IL, Department of Physiological Sciences, University of Florida, Gainesville...

2010
Diwakar Shukla Shweta Ojha

Diwakar Shukla Department of Mathematics and Statistics, Sagar University, Sagar, M.P. ,470003, India. Email: diwakarshukla@rediffmail.com Shweta Ojha Department of Computer Science & Applications, Sagar University, Sagar, M.P., 470003, India. Email: meshwetaojha@gmail.com Saurabh Jain Department of Computer Science & Applications, Sagar University, Sagar, M.P., 470003, India. Email: iamsaurabh...

2010
A. K. SINGH A. PANDEY M. TEWARI KUMAR PRAKASH H. S. SHUKLA H. P. PANDEY

A. K. SINGH, A. PANDEY, M. TEWARI, KUMAR PRAKASH, H. S. SHUKLA, H. P. PANDEY Department of Biochemistry, Faculty of Science, Banaras Hindu University, Varanasi, India Department of Surgical Oncology, Institute of Medical Sciences, Banaras Hindu University, Varanasi, India Department of Biotechnology, IBMER, Mangalayatan University, Aligarh, India Department of Statistics, Faculty of Science, Ba...

2006
J. W. Kooi A. Baryshev R. Schieder

In this paper we discuss the stability of heterodyne terahertz receivers based on small volume NbN phonon cooled hot electron bolometers HEBs . The stability of these receivers can be broken down in two parts: the intrinsic stability of the HEB mixer and the stability of the local oscillator LO signal injection scheme. Measurements show that the HEB mixer stability is limited by gain fluctuatio...

2008
Padma K. Shukla Lennart Stenflo

Dastgeer Shaikh, Institute of Geophysics and Planetary Physics (IGPP), University of California, Riverside, CA 92521. USA. (dastgeer@ucr.edu) Padma K. Shukla, Institut für Theoretische Physik IV and Centre for Plasma Science and Astrophysics, Fakultät für Physik und Astronomie, Ruhr-Universität Bochum, D-44780 Bochum, Germany. (ps@tp4.rub.de) Lennart Stenflo, Department of Physics, Umea Univers...

2006
N. A. Choudhury A. K. Shukla S. Sampath S. Pitchumani

D Cross-Linked Polymer Hydrogel Electrolytes for Electrochemical Capacitors N. A. Choudhury, A. K. Shukla,* S. Sampath, and S. Pitchumani Solid State and Structural Chemistry Unit, Indian Institute of Science, Bangalore-560 012, India Inorganic and Physical Chemistry Department, Indian Institute of Science, Bangalore-560 012, India Central Electrochemical Research Institute, Karaikudi-630 006, ...

Journal: :Twin research and human genetics : the official journal of the International Society for Twin Studies 2015
Michel G Nivard Christel M Middeldorp Conor V Dolan Dorret I Boomsma

Longitudinal studies of neuroticism have shown that, on average, neuroticism scores decrease from adolescence to adulthood. The heritability of neuroticism is estimated between 0.30 and 0.60 and does not seem to vary greatly as a function of age. Shared environmental effects are rarely reported. Less is known about the role of genetic and environmental influences on the rank order stability of ...

Journal: :Genetics 1999
P David

Negative relationships between allozyme heterozygosity and morphological variance have often been observed and interpreted as evidence for increased developmental stability in heterozygotes. However, inbreeding can also generate such relationships by decreasing heterozygosity at neutral loci and redistributing genetic variance at the same time. I here provide a quantitative genetic model of thi...

ژورنال: علوم زراعی ایران 2021

The interaction of genotype × environment creates complications in yield prediction and is a challenge for agronomy and plant breeding programs. To evaluate grain yield stability and genotype × environment interaction for 18 local and exotic grain sorghum cultivars, lines, and hybrids, a field experiment was conducted using randomized complete block design with three replications in four region...

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

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

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