نتایج جستجو برای: royal jelly and bee pollenon performance

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

2015
Takayuki Ueno Hideaki Takeuchi Kiyoshi Kawasaki Takeo Kubo Olav Rueppell

The hypopharyngeal glands (HPGs) of worker honeybees undergo physiological changes along with the age-dependent role change from nursing to foraging: nurse bee HPGs secrete mainly major royal jelly proteins, whereas forager HPGs secrete mainly α-glucosidase III, which converts the sucrose in the nectar into glucose and fructose. We previously identified two other genes, Apis mellifera buffy (Am...

2017
Kegan Zhu Minghui Liu Zheng Fu Zhen Zhou Yan Kong Hongwei Liang Zheguang Lin Jun Luo Huoqing Zheng Ping Wan Junfeng Zhang Ke Zen Jiong Chen Fuliang Hu Chen-Yu Zhang Jie Ren Xi Chen

The major environmental determinants of honeybee caste development come from larval nutrients: royal jelly stimulates the differentiation of larvae into queens, whereas beebread leads to worker bee fate. However, these determinants are not fully characterized. Here we report that plant RNAs, particularly miRNAs, which are more enriched in beebread than in royal jelly, delay development and decr...

Anbara H, Malekinejad H Razi M Shahrooz R

Background: Phenylhydrazine (PHZ) is used to induce experimental anemia in animal models. On the other hand royal jelly is known as antioxidant compound. Therefore, here in present study we aimed to evaluate the protective effect of royal jelly on PHZ-induced damages in testicular tissue and compare its impact with vitamin C. Materials and Methods: Eighteen mature male mice were randomly divide...

Nafiseh Sadat Naghavi Shiva Salimi Vajiheh Karbasizadeh

New approaches for treatment of infectious diseases in aquatic animals have important roles in aquaculture technology progress. In the present study, In vitro effects of different extracts of propolis, royal jelly and pollen obtained from beehives have been investigated on aquatic pathogenic bacterial isolates. The isolated bacteria identified on the basis of their biochemical properties and se...

انصاریان, عاطفه, خزاعی, مظفر, قنبری, الهام, یوسف‌زایی, فروغ,

Background and Objective: Diabetes mellitus is one of the most common metabolic disorders worldwide. Numerous natural compounds have been developed to treat diabetes mellitus. Royal jelly (RJ) has antioxidant and antidiabetic properties. This study was carried out to investigate the effects of RJ on antioxidant status, lipid peroxidation and liver tissue in diabetic rats. Materials and Metho...

نجاتی, وحید, نجفی تازه کند, غلامرضا, نهاوندی, فاطمه,

Background and purpose: Chronic stress is known as a state that disrupts the body homeostasis that could cause significant behavioral and hormonal changes. In this study the changes in estrogen, progesterone, cortisol, and testosterone hormonal level and histological changes in uterus tissue induced by immobilization stress were studied. Also, the protective effect of royal jelly was investigat...

Background and purpose: Studies showed that biocompatible and biodegradable materials in tissue engineering can be used to heal wounds. The aim of this study was to fabricate polyurethane/royal jelly/hyaluronic acid scaffold with suitable biological properties for wound healing using electrospinning method. Materials and methods: In this applied experimental study, to make a nanofiber scaffold...

Anbara H, Malekinejad H Razi M Shahrooz R

Background: Phenylhydrazine (PHZ) is used to induce experimental anemia in animal models. On the other hand royal jelly is known as antioxidant compound. Therefore, here in present study we aimed to evaluate the protective effect of royal jelly on PHZ-induced damages in testicular tissue and compare its impact with vitamin C. Materials and Methods: Eighteen mature male mice were randomly divide...

Journal: :Biologija 2022

As antimicrobial drugs destroy microorganisms or stop their growth, they are used to treat infections. Due the increasing resistance of infectious agents drugs, there is a need find new natural products with properties. Natural such as bee honey, propolis, pollen, bread, and royal jelly important numerous different active biological features, antiviral among them. The aim this study was investi...

Journal: :Turkish journal of medical sciences 2016
Özlem Saral Oktay Yildiz Rezzan Aliyazicioğlu Esin Yuluğ Sinan Canpolat Ferhat Öztürk Sevgi Kolayli

BACKGROUND/AIM Our objective was to identify the antioxidant properties of honeybee products from Turkey, chestnut honey, pollen, propolis, and royal jelly, and their hepatoprotective activity against CCl4-induced hepatic damage in rats. MATERIALS AND METHODS Animals were fed with honeybee products for 7 days following CCl4 injection. Development of liver damage and oxidative stress were moni...

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

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

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