نتایج جستجو برای: lycopersicun esculentum

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

2015
Tsun-Thai Chai Loo-Yew Yeoh Nor Ismaliza Mohd Ismail Hean-Chooi Ong Fazilah Abd Manan Fai-Chu Wong

Purpose: To evaluate the glucosidase inhibitory and cytotoxic activities of five selected edible and medicinal ferns, namely, Blechnum orientale, Davallia denticulata, Diplazium esculentum, Nephrolepis biserrata, and Pteris vittata. Methods: The aqueous extracts of the five ferns were prepared by water extraction at 90 oC for 1 h. Antiglucosidase assay was used to determine the effect of each e...

Journal: :نامه انجمن حشره شناسی ایران 0
b. mallik z. saeidi

two-spotted spider mite (tssm) is becoming resistant to many of the pesticides used in the tomatofields. a potential alternative method of control is host plant resistance, which may be mediated byglandular trichomes. in this experiment, level of entrapment and mortality of the pest by type ivglandular trichomes were studied on accessions of lycopersicon hirsutum humb & bonpl, l. pennellii(cor....

Journal: :Science 2002
Julia Krüger Colwyn M Thomas Catherine Golstein Mark S Dixon Matthew Smoker Saijun Tang Lonneke Mulder Jonathan D G Jones

Little is known of how plant disease resistance (R) proteins recognize pathogens and activate plant defenses. Rcr3 is specifically required for the function of Cf-2, a Lycopersicon pimpinellifolium gene bred into cultivated tomato (Lycopersicon esculentum) for resistance to Cladosporium fulvum. Rcr3 encodes a secreted papain-like cysteine endoprotease. Genetic analysis shows Rcr3 is allelic to ...

Journal: :Chemical & pharmaceutical bulletin 2008
Toshihiro Nohara Eriko Iwakawa Sayaka Matsushita Yukio Fujiwara Tsuyoshi Ikeda Hiroyuki Miyashita Masateru Ono Hitoshi Yoshimitsu

A new pregnane glycoside, 3-O-beta-lycotetraosyl 5alpha-pregna-3beta,26beta-diol-20-one was isolated from overripe tomato, the fruit of Lycopersicon esculentum MILL.

Journal: :health scope 0
hossein alidadi health sciences research center, department of environmental health engineering, mashhad university of medical sciences, mashhad, ir iran; health sciences research center, department of environmental health engineering, mashhad university of medical sciences, mashhad, ir iran. tel: +98-5138552610, fax: +98-5138522775 ali reza saffari recycle organization of mashhad municipality, mashhad, ir iran damon ketabi health sciences research center, department of occupational health engineering, mashhad university of medical sciences, mashhad, ir iran roya peiravi health sciences research center, department of environmental health engineering, mashhad university of medical sciences, mashhad, ir iran ahmad hosseinzadeh health sciences research center, department of environmental health engineering, mashhad university of medical sciences, mashhad, ir iran

conclusions the vermicompost as a potential source of plant nutrients for sustainable tomato production can reduce health and environmental problems. results the analysis of the variance results revealed that the effect of the type and amount of fertilizers on tomato yield was significant at 1% level. the results of this study showed that using the vermicompost dosage to cow manure of 500 g/m2 ...

Journal: :Cytologia 2022

The 45S and 5S rDNA loci were physically mapped by double-probe FISH on mitotic metaphase chromosomes in the six strains of F. esculentum tataricum. Results showed that tataricum very small similar. diploid karyotype formulas these two species 2n=2x=16=12m+4m (SAT) 2n=2x=16=12m+4sm (SAT), respectively. Four pairs IS, IIS, IIIL, VL, as well IL IVS esculentum, five VIIS, three IL, IVS, VIS There ...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه شهید چمران اهواز 1388

گوجه فرنگی (lycopersicun esculentum l.) از مهمترین سبزی های میوه ای به شمار می رود. سالانه حدود 129 میلیون تن گوجه فرنگی در دنیا تولید می شود و ایران با تولید حدود 5 میلیون تن تولید در سال، هفتمین کشور تولید کننده این محصول به شمار می رود. پژوهش حاضر به منظور مقایسه فناوری های جدید بر بهبود خصوصیات کیفی و عمر انباری میوه گوجه فرنگی رقم verona برداشت شده در مرحله سبز بالغ در قالب دو آزمایش مورد ...

Ashokkumar Durairaj, Malaya Gupta, Subrata Kumar ray, Upal Kanti Mazumder,

The diuretic activity of methanol extract of Oxystelma esculentum aerial parts (MEOE) was studied in male Wister albino rats at 5h and 24h interval. The animals were divided into 5 groups: control, urea, furosemide and 200mg/kg and 400mg/kg MEOE. The extract was administered intraperitoneally (i.p) pretreated and all animals were saline MEOE. The urine volume (in mL) and electrolytes excretio...

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

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

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