نتایج جستجو برای: portulaca oleracea l purslane

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

Journal: :Jurnal Penelitian Pendidikan IPA (JPPIPA) 2023

Purslane has many benefits as food or raw material for medicine. It is rich in beneficial compounds, such omega-3 and vitamins. However, it not been cultivated yet. Organic input cultivation essential to ensure safety humans. Using organic inputs can avoid the yield from chemical biological contaminants that threaten health. Thus, source of growing media fertilizer must be considered. Because u...

Journal: :Tarim Bilimleri Dergisi-journal of Agricultural Sciences 2021

In this study, in vitro and vivo genotoxic effects of Bifenthrin (BIF), an important insecticide used agricultural production, storage processing, were investigated. The genoprotective properties purslane (Portulaca oleracea L.) against the BIF also determined by using methanol (POmet) extract plant. experiments performed with somatic mutation recombination test (SMART) Drosophila melanogaster....

Journal: :Eastern-European Journal of Enterprise Technologies 2023

Bread and bakery products are the most common food that have a significant impact on biological energy value of human diet. The presence proteins, fats, vitamins, mineral components, dietary fiber in them depends assortment, recipe, cooking technology. use dried purslane powder form as semi-finished product (raw material additive) development various technologies with it at same time can provid...

2015
Seyyedeh Zahra Hosseini Akbar Sharifi

Background and Objective: Many studies show that there is a relationship between asthma and obesity. Weight management is important in patients with asthma. In some countries, people used Portulaca oleracea seeds for lose weight. The experiment is designed to study the effect of Portulaca oleracea seeds on anthropometric measurements in asthmatic patients with overweight and obesity. Material a...

Journal: :Acta Societatis Botanicorum Poloniae 2023

1. Bulakh E., Shevera M., Szkudlarz P., Celka Z. (2022). Identification of New Taxa Portulaca oleracea L. Aggregate from Poland based on seed coat micromorphological characteristics Acta Societatis Botanicorum Poloniae. 91. Google Scholar

ژورنال: :تحقیقات گیاهان دارویی و معطر ایران 2014
مه لقا قربانلی عادله کیاپور

گیاه خرفه (portulaca oleracea l.) متعلق به تیره portulacaceae، عموماً به عنوان علف هرز شناخته شده و از نقطه نظر فیزیولوژیکی دارای قابلیت تحمل پذیری بسیار بالا در محیط های شور یا آلوده به فلزات سنگین بوده و گیاه مناسبی جهت کاشت و پالایش محیط و خاک از این گونه تنش ها به شمار می رود. به منظور نشان دادن اثرات دو فلز سنگین سرب و مس بر مالون دآلدهید، پرولین و آنزیم های آنتی اکسیدان آزمایشهایی در طرحی ...

2018
Rui Kong Hui Luo Nan Wang Jingjing Li Shizan Xu Kan Chen Jiao Feng Liwei Wu Sainan Li Tong Liu Xiya Lu Yujing Xia Yanhong Shi Yingqun Zhou Weigang He Qi Dai Yuejuan Zheng Jie Lu

Portulaca oleracea L. is a traditional Chinese medicine, which has been used as adjuvant therapy for inflammatory bowel disease (IBD). However, the mechanism of its activity in IBD still remains unclear. Since previous studies have documented the anti-inflammatory effect of peroxisome proliferator activated receptors-γ (PPAR-γ), Portulaca regulation of PPAR-γ in inflammation was examined in cur...

2013
Christopher A. Proctor Zachary J. Reicher

Common purslane (Portulaca oleracea L.) can be problematic in thin turf, along sidewalks and drives, and especially during turfgrass establishment. Little published research exists evaluating herbicides that will control purslane and are also labeled for turfgrass. Thus, our objective was to evaluate the efficacy of preemergence (PRE) or postemergence (POST) herbicides labeled for use in turf f...

Journal: Nanomedicine Journal 2014
Gholamreza Asghari Jaleh Varshosaz, Nafiseh Shahbazi,

Objective(s): To evaluate the influences of aqueous extracts of plant parts (stem, leaves, and root) of Portulaca oleracea L. on bioformation of silver nanoparticles (AgNPs).Materials and Methods: Synthesis of silver nanoparticles by different plant part extracts of Portulaca oleracea L. was carried out and formation of nanoparticles were confirmed and evaluated using UV-Visible spectroscopy an...

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

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

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