نتایج جستجو برای: chinese mulberry tree

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

Journal: :iranian journal of virology 0
zahra jahanshahi shiraz university keramat izadpanah shiraz university alireza afsharifar shiraz university seyed ali akbar behjatnia shiraz university

plant samples were collected from yazd, isfahan, fars and tehran provinces and examined for their possible infection by hop stunt viroid (hsvd). the experimental host range of the viroid was determined by injection of infected sap into greenhouse grown seedlings and subsequent assay of inoculated plants by rt-pcr. fig, mulberry and citrus isolates of the viroid were compared with respect to hos...

2017

Nuclear polyhedrosis, that is jaundice, is distinguished among other mulberry silkworm diseases by its pathogenicity. It is a powerful viral, hereditary disease of mulberry silkworm that results in mass destruction of mulberry silkworm. Polyhedrose is spread in all silk manufacturer countries and incurs the losses to sericulture more than any infectious diseases of mulberry silkworm. Viruses wh...

2013
Narendra Reddy Yiqi Yang

This paper shows that silk fibers produced by cecropia (Hyalophora cecropia) have similar tensile properties but different amino acid composition than that of mulberry (Bombyx mori) silk. The cecropia fibers are also much finer and have better strength and modulus than tasar silk, the most common non-mulberry silk. Cecropia is one of the largest silk producing moths and has similar lifecycle to...

Journal: :caspian journal of environmental sciences 2007
w. kerenhap

the genetic variation and diversity among fifty-eight polyvoltine silkworm genotypes was estimated by using ten economic traits. the results revealed that the single shell weight showed higher genetic variation such as pcv% (17.20%), gcv% (12.93%), and heritability (56.5%) followed by single cocoon weight, shell ratio and matured larval weight. the d2 (mahalonobis? distance) statistics revealed...

2011
Mohammad Iqbal Hossain Bhuiyan Hyun-Bok Kim Seong Yun Kim Kyung-Ok Cho

In this study, cyanidin-3-glucoside (C3G) fraction extracted from the mulberry fruit (Morus alba L.) was investigated for its neuroprotective effects against oxygen-glucose deprivation (OGD) and glutamate-induced cell death in rat primary cortical neurons. Cell membrane damage and mitochondrial function were assessed by LDH release and MTT reduction assays, respectively. A time-course study of ...

2012
Pratchaya Kaewkaen Terdthai Tong-un Jintanaporn Wattanathorn Supaporn Muchimapura Wiroje Kaewrueng Sathaporn Wongcharoenwanakit

Nowadays, the preventive strategy of vascular dementia, one of the challenge problems of elderly, has received attention due to the limitation of therapeutic efficacy. In this study, we aimed to determine the protective effect and possible mechanism of action of mulberry fruit extract on memory impairment and brain damage in animal model of vascular dementia. Male Wistar rats, weighing 300-350 ...

2014
Ji-Rui Wang Zao-Qin Song Yu-Zhou Du

To determine the species of whiteflies occurring on mulberry, Morus alba L. (Rosales: Moraceae) in China, we collected samples in more than 87 sites in 16 provinces of China from 2008 to 2011. In total, 10 species, representing seven genera of the subfamily Aleyrodinae, were identified. Of these, six species are newly recorded on mulberry in China, namely, Aleuroclava ficicola Takahashi, Aleuro...

Journal: :Diabetes care 2007
Mitchell Mudra Nacide Ercan-Fang Litao Zhong Julie Furne Michael Levitt

In Asia, type 2 diabetes is treated with mulberry leaf. Studies supporting this usage include the demonstration that mulberry leaf 1) reduced blood glucose in normal rats (1) and rats with diabetes induced by streptozotocin (2) or alloxan (3), 2) reduced fasting blood glucose and A1C concentrations in 12 subjects with type 2 diabetes (4), and 3) relative to glybenclamide therapy, reduced fastin...

Journal: :BIO web of conferences 2023

Apriori algorithm was used to analyze 480 hypoglycemic health products for component association. Meanwhile, plain Bayesian the properties and flavors according Chinese Pharmacopoeia on former basis. The results showed that chromium pyridinecarboxylate, magnesium stearate Astragalus single ingredient played an important role lowering blood glucose. extracts of huangjing mulberry leaf as well co...

2014
Saurabh Bajpai Bhaskara Rao

Mulberry is the chief food plant for silkworm further mulberry is also having many active pharmacokinetics principles. DNJ is one of the active pharmacokinetic principles with potent capability of inhibiting hyperglycemia. In our study, we screened some of the important mulberry varieties of south India to identify the DNJ content. Derivatized samples of each variety of mulberry leaves were ana...

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

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

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