نتایج جستجو برای: shoot regeneration

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

Journal: :journal of plant physiology & breeding 2014
esmaeil nezami g. ali garoosi raheem haddad ramin hosseini

abstract in vitro leaf explants of gf677 hybrid rootstock and rabi cultivar were placed on mql medium supplemented with bap at 0, 1, 2, 3 and 4 mg/l and naa at 0, 0.15 and 0.3 mg/l concentrations. the results revealed that bap, naa, genotype and their interactions had significant effect on both percentage and mean number of the regenerated shoots. for gf677, the highest percentage of shoot rege...

2008
Michel Aoun Jean-Yves Cabon Annick Hourmant

The present work describes a novel neoformation process of Brassica juncea (L.) Czern. seedlings from transverse thin cell layers in the presence of CdCl2. In order to investigate the regeneration ability of this crop, the effect of CdCl2 on shoot regeneration (frequency of regeneration and bud number per tTCL) was examined. The tTCL explants were excised from cotyledon, petiole and hypocotyl o...

2014
A. Sharafi H. Hashemi Sohi A. A. Sharafi P. Azadi A. Mousavi

WHO recommends artemisinin-based combination therapies (ACTs) as the most effective choice to treat malaria. For developing transgenic plants with high accumulation of artemisinin (by introducing genes encoding enzymes which regulate the biosynthetic pathway of artemisinin), an efficient protocol for tissue culture and plant regeneration is necessary. In the present study, leaf explants of Arte...

Journal: :journal of ornamental plants 2015
m.s. kavitha e.g. wesely p. mehalingam

in vitro multiple shoot regeneration of solanum nigrum l., an indian medicinal plant was accomplished on ms medium utilizing shoot tip and nodal explants. direct multiple shoots differentiated within 6 weeks when explants were cultured on ms medium containing bap (1.0-5.0 mg/l) and kin (1.0-5.0 mg/l) individually. among various concentrations of cytokinins tested, maximum number of multiple sho...

Nitraria schoberi (Ghar-e-Daghin in Persian) from Zygophyllaceae (Nitrariaceae) family is considered as a wonderful exquisite plant in terms of its economical, medicinal, animal feed, significant values and also its unique characteristics of being tolerant to the soil salinity, drought and erosion. On the other hand, this plant is challenging with severe problems such as seed dormancy, plant gr...

Journal: : 2021

Chrysanthemum indicum plant is a valuable and beneficial herb for human health. In this paper, we present the results of in vitro propagation Da Lat. The showed that MS medium supplemented with 25 g/l sucrose, 9 agar, pH 5.8 was best shoot regeneration growth (shoot height 2.41 - 2.47 cm, 1 shoot/explant). media BA (0.1, 0.5, 1, 1.5, 2 mg/l), Kinetin mg/l ) TDZ mg/l) were unsuitable C. indicum....

2015
Iram Siddique Najat Abdullah Wahab Bukhari Kahkashan Perveen

An effective and improved plant regeneration system was successfully developed using shoot tip explants taken from a two years old mature plant of Cassia angustifolia. The effect of different cytokinins, [6-benzyladenine (BA), Kinetin (Kin) and thidiazuron (TDZ)] at different concentrations (0.5-10 μM) were evaluated as augmented with Murashige and Skoog (MS 1962) medium. Among all the cytokini...

Journal: :Plant Tissue Culture and Biotechnology 2022

Cotyledonary leaf from 12 days old aseptically grown seedlings were used as explant. explants of two BINA varieties tomato cultured on MS medium containing different concentrations and combinations BAP, Kn IAA for multiple shoot formation via organogenesis. 100% induction was observed when the supplemented with IAA. Earliest within four weeks. The media 1.5 mg/l BAP + 0.5 0.2 found to be best r...

2014
Iyyakkannu Sivanesan Byoung Ryong Jeong

We investigated the effect of Si concentration on shoot regeneration and salinity tolerance of Ajuga multiflora. Addition of Si to the shoot induction medium significantly increased the frequency of shoot induction. The average number of shoots regenerated per explant decreased on the medium containing NaCl alone, while there was less decrease when the shoot induction medium was supplemented wi...

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

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

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