نتایج جستجو برای: 019 and grain yield027

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

Journal: :Physical review. E, Statistical, nonlinear, and soft matter physics 2006
Lina Uri Dag Kristian Dysthe Jens Feder

Ductile compaction is common in many natural systems, but the temporal evolution of such systems is rarely studied. We observe surprising oscillations in the weight measured at the bottom of a self-compacting ensemble of ductile grains. The oscillations develop during the first ten hours of the experiment, and usually persist through the length of an experiment (one week). The weight oscillatio...

2008
Sukalyan Dash Sabita Patel Bijay K. Mishra

Oxidation by permanganate: synthetic and mechanistic aspects Sukalyan Dash , Sabita Patel , Bijay K. Mishra a,* Centre of Studies in Surface Science and Technology, Department of Chemistry, Sambalpur University, Jyoti Vihar, Burla 768 019, India Department of Chemistry, University College of Engineering, Burla 768 018, India Department of Chemistry, National Institute of Technology, Rourkela 76...

2006
Leifa Fan Huijuan Pan Andrea Thomaz Soccol Ashok Pandey Carlos Ricardo Soccol

Leifa Fan1*, Huijuan Pan1, Andrea Thomaz Soccol2, Ashok Pandey3 and Carlos Ricardo Soccol2 Institute of Horticulture, Zhejiang Academy of Agricultural Sciences, 198 Shiqiao Road, 310021 Hangzhou-ZJ, PR China Bioprocess Engineering and Biotechnology Division, Department of Chemical Engineering, Federal University of Parana, Curitiba-PR, Brazil Biotechnology Division, Regional Research Laboratory...

2012
Zuofa Zhang Guoying Lv Huijuan Pan Leifa Fan Carlos Ricardo Soccol Ashok Pandey

Zuofa Zhang, Guoying Lv, Huijuan Pan, Leifa Fan*, Carlos Ricardo Soccol and Ashok Pandey Institute of Horticulture, Zhejiang Academy of Agricultural Science, Hangzhou, ZJ 310021, PR China Biotechnological Process Laboratory, Department of Chemical Engineering, Federal University of Paraná, Curitiba, PR 81531-970, Brazil Biotechnology Division, National Institute for Interdisciplinary Science an...

2017
Enrique Ibarra-Laclette Diana Sánchez-Rangel Eric Hernández-Domínguez Claudia-Anahí Pérez-Torres Randy Ortiz-Castro Emanuel Villafán Alexandro Alonso-Sánchez Benjamín Rodríguez-Haas Abel López-Buenfil Clemente García-Avila José-Abrahán Ramírez-Pool

Here, we report the genome of Fusarium euwallaceae strain HFEW-16-IV-019, an isolate obtained from Kuroshio shot hole borer (a Euwallacea sp.). These beetles were collected in Tijuana, Mexico, from elm trees showing typical symptoms of Fusarium dieback. The final assembly consists of 287 scaffolds spanning 48,274,071 bp and 13,777 genes.

ژورنال: علوم آب و خاک 2005
سید علی‌محمد میر‌محمدی‌میبدی, , عبدالمجید رضائی, , حسین صبوری, , مسعود اصفهانی, ,

An experiment was conducted at Rasht Rice Research Institute, in 2001 to study trait relationships and to determine the direct and indirect effects of different characteristics on grain yield of rice (Orgza sativa L.). A 9x2 factorial experiment in complete randomized block design with 3 replications was used. The two factors were 9 cultivars, namely: Hashemi, Ali Kazemi, Binam, Sepeedroud, Nem...

Journal: :Neuro-oncology 2016
Regina I Jakacki Kenneth J Cohen Allen Buxton Mark D Krailo Peter C Burger Marc K Rosenblum Daniel J Brat Ronald L Hamilton Sandrah P Eckel Tianni Zhou Robert S Lavey Ian F Pollack

BACKGROUND The prognosis for children with malignant glioma is poor. This study was designed to determine whether lomustine and temozolomide following radiotherapy and concurrent temozolomide improves event-free survival (EFS) compared with historical controls with anaplastic astrocytoma (AA) or glioblastoma (GBM) and whether survival is influenced by the expression of O6-methylguanine-DNA-meth...

Behrooz Esmaielpour Saeid Hokmalipour

In order to investigate the effect of pruning and potassium nutrition on pumpkin grain yield and quality, a factorial experiment based on complete block design with four replications was carried out in nooshar village of ardabil province, Ardabil, Iran, in 2007. Experimental factors include potassium nutrition in three level (0, 75 and 150 kg/ha from potassium sulfate) and stem pruning (without...

Journal: :Journal of clinical microbiology 2008
P L Ho M P Wong Eileen L Lai K H Chan Susan S Chiu

This paper describes a fatal case of culture-confirmed, community-associated methicillin-resistant Staphylococcus aureus (MRSA) pneumonia in an 8-month-old child in Hong Kong in 2001. Stored cytological materials prepared from the pleural fluid were retrieved for molecular analysis. The result indicates the presence of a Panton-Valentine leucocidin-positive, spa type 019 MRSA.

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

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

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