نتایج جستجو برای: ginger waste material

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

L. N. Padhy, R. Bhima Rao, R. Swain,

Partially Lateritised Khondalite (PLK) rocks are the waste materials generated as a result of mining of bauxite. The major discolouring elemental impurity in the PLK is iron oxides, which render it unsuitable for its use as a refractory material. The iron can be removed by suitable beneficiation methods. The main aim of this present investigation is to prepare a value added material from the mi...

2013
Srinath Setty Victor Vu Nikhil Panpalia Benjamin Braun Andrew J. Blumberg Michael Walfish

We describe GINGER, a built system for unconditional, general-purpose, and nearly practical verification of outsourced computation. GINGER is based on PEPPER, which uses the PCP theorem and cryptographic techniques to implement an efficient argument system (a kind of interactive protocol). GINGER slashes query costs via protocol refinements; broadens the computational model to include (primitiv...

Journal: :Nutrition 2015
Hossein Imani Hadi Tabibi Iraj Najafi Shahnaz Atabak Mehdi Hedayati Leila Rahmani

OBJECTIVE The aim of this study was to investigate the effects of ginger supplementation on serum glucose, advanced glycation end products, oxidative stress, and systemic and vascular inflammatory markers in patients on peritoneal dialysis (PD). METHODS In this randomized, double-blind, placebo-controlled trial, 36 patients on PD were randomly assigned to either the ginger or the placebo grou...

2012
Ismail I. Abo-Ghanema

In this study, we investigated the effects of ginger and L-carnitine on the reproductive performance of male rats with respect to semen parameters, male sex hormones and the testicular antioxidant system. A total of sixty mature male albino rats were divided into four groups of fifteen rats. The control group received saline, whereas the other three groups received ginger (100 mg kg d 1 .), L-c...

2014
Md. Kamrul Hasan Serajul Islam

The study estimated the benefit and rate of returns to investment on ginger research and extension in Bangladesh. The Economic Surplus Model with ex-post analysis was used to determine the returns to investment and their distribution between production and consumption. Several discounting techniques were also used to assess the efficiency of ginger research. The adoption rate was found increasi...

Journal: :Planta medica 2012
Yiming Li Van H Tran Colin C Duke Basil D Roufogalis

In this study we investigate the active constituents of the rhizome of Zingiber officinale, Roscoe (ginger) and determine their activity on glucose uptake in cultured L6 myotubes and the molecular mechanism underlying this action. Freeze-dried ginger powder was extracted with ethyl acetate (1 kg/3 L) to give the total ginger extract, which was then separated into seven fractions, consisting of ...

Journal: :Journal of the Egyptian Society of Parasitology 2016
Mohamed F Abouel-Nour Dina Magdy M El-Shewehy Shadia F Hamada Tosson A Morsy

Cryptosporidiosis parvum is a zoonotic protozoan parasite infects intestinal epithelial cells of man and animals causing a major health problem. This study was oriented to evaluate the protective and curative capacity of garlic, ginger and mirazid in comparison with metronidazole drug (commercially known) against Cryptosporidium in experimental mice. Male Swiss Albino mice experimentally infect...

Journal: :American family physician 2007
Brett White

Ginger (Zingiber officinale) is one of the more commonly used herbal supplements. Although often consumed for culinary purposes, it is taken by many patients to treat a variety of conditions. Ginger has been shown to be effective for pregnancy-induced and postoperative nausea and vomiting. There is less evidence to support its use for motion sickness or other types of nausea and vomiting. Mixed...

2013
K. Mythili

This paper deals with the status of solid waste pollution in touristic spots of North coastal Andhra Pradesh. Case studies of Eco tourism, cultural tourism and pilgrim tourism are elaborately discussed and the study is based on both primary and secondary data. Data collection includes field collection of solid waste, semi structured interviews and observation of tourists. Results indicate gener...

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

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

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