نتایج جستجو برای: herbal distillate

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

Journal: :journal of ornamental plants 2015
maryam nasouri gazani shahab shariati ali rafizadeh mohammad naghi safarzadehvishekaei

plants re-emit a substantial fraction of their assimilated carbon into the atmosphere as biogenic volatile organic compound. according to the presence of relatively high amount of methanol in herbal distillates, finding different concentrations of ethanol in such drinks is expectable, as several studies appeared that produced ethanol by plants emits into the atmosphere as do methanol. in this s...

2008
Andrew Miller

Emissions from two biofuels, a soy-based biodiesel and an animal-based biodiesel, were measured and compared to emissions from a distillate petroleum fuel oil. The three fuels were burned in a small (3.5x10 Btu/hr) firetube boiler designed for use in institutional, commercial, and light industrial applications. Emissions were measured for carbon monoxide (CO), carbon dioxide (CO2), oxides of ni...

Journal: :Biomedical and environmental sciences : BES 2009
M P Gururaja A B Joshi Himanshu Joshi D Sathyanarayana E V S Subrahmanyam K S Chandrashekhar

OBJECTIVE To study the carbon tetrachloride-induced hepatoprotective activity in cow urine. METHODS Effect of cow urine distillate on liver function was studied in vivo in rats intoxicated with carbon tetrachloride (CCl4). Hepatotoxicity was induced by a 1:1 (v/v) mixture of CCl4 in olive oil (5 mL/kg i.p). Protective effect of cow urine distillate (in three dose levels) and standard drug Sil...

2014
Dong-Hyun Lee Sung-Su Kim Shin Seong Chang-Ryoul Woo Jae-Bok Han

This case report is aimed to investigate the effects of Korean medicine therapy (KMT) including oral herbal medicine and herb nebulizer therapy in treating metastatic bladder cancer in the lungs. A 74-year-old man was diagnosed with metastatic bladder cancer in both lungs in August 2013. He refused any chemotherapy and was admitted to our hospital in a much progressed state on January 11, 2014....

Journal: :international journal of advanced design and manufacturing technology 0
hitesh n panchal p. k. shah

abstract: there is always a need to increase a distillate output of solar still. if plates will be used inside solar still then distillate output of solar still are expected to increase. hence, an experimental study is conducted to improve distillate output of basin solar stills by increasing the effective surface area with the help of different plates. for the purpose of experiment, three sola...

Journal: :Yakushigaku zasshi 2001
T Baba T Tani

Two kinds of creosote have been found based on historical evidence of the medicinal uses and origins. One is wood creosote, and distillate of wood-tar containing guaiacol and creosol. The other type of creosote is coal-tar creosote, obtained from coal-tar, containing naphthalene and anthracene as the major constituents. Wood creosote was prepared for the first time in Germany in 1830 and was us...

2010
K. F. Lam A. Gavriilidis

A silicon-based microscale distillation chip was fabricated consisting of a micro-channel 600 μm in width and 40 cm in length. Micropillars were incorporated in the micro-channel to direct liquid flow from the cooled to the heated end by capillarity. A feed of a 19 mol% acetone-water mixture was separated to 95+ mol% acetone in the distillate and 11 mol% in the bottom stream. This distillation ...

Ali Rafizadeh Maryam Nasouri Gazani Mohammad Naghi SafarzadehVishekaei Shahab Shariati

Plants re-emit a substantial fraction of their assimilated carbon into the atmosphere as biogenic volatile organic compound. According to the presence of relatively high amount of methanol in herbal distillates, finding different concentrations of ethanol in such drinks is expectable, as several studies appeared that produced ethanol by plants emits into the atmosphere as do methanol. In this s...

2013
Xue-Song Zhang Guang-Xi Yang Hong Jiang Wu-Jun Liu Hong-Sheng Ding

Production of renewable commodity chemicals from bio-oil derived from fast pyrolysis of biomass has received considerable interests, but hindered by the presence of innumerable components in bio-oil. In present work, we proposed and experimentally demonstrated an innovative approach combining atmospheric distillation of bio-oil with co-pyrolysis for mass production of renewable chemicals from b...

Journal: :Biotechnology and bioengineering 1982
L W Hillen G Pollard L V Wake N White

Hydrocarbon oils of the alga Botryococcus braunii, extracted from a natural "bloom" of the plant, have been hydrocracked to produce a distillate comprising 67% gasoline fraction, 15% aviation turbine fuel fraction, 15% diesel fuel fraction, and 3% residual oil. The distillate was examined by a number of standard petroleum industry test methods. This preliminary investigation indicates that the ...

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

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

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