نتایج جستجو برای: active ingredient pressure

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

Journal: :international journal of optimaization in civil engineering 0
p. hamidi t. akhlaghi m. hajialilou bonab

calculation of lateral earth pressure on retaining walls is one of the main issues in geotechnics. the upper and lower bound theorems of plasticity are used to analyze the stability of geotechnical structures include bearing capacity of foundations, lateral earth pressure on retaining walls and factor of safety of slopes. in this paper formulation of finite element limit analysis is introduced ...

Journal: :international journal of automotive engineering 0
younesian hamzavi rostam

in recent years, need to increase the convenience of trips in railway vehicles causes that train operators and manufacturers focus on reducing the noise level which is sensed by passengers. in this paper, first the state of modeling acoustic noise in cab train is discussed and natural frequencies and acoustic mode shapes are derived and then formulation of acoustic pressure in the cab will be o...

Journal: :Gut 1992
B A Hills C A Kirwood

A simple experiment is described which shows how the highly surface active ingredient of gastric surfactant (DPPC) can be deposited on a filter paper to reduce the rate of transmission of hydrogen ions by one to two orders of magnitude. This finding is compatible with previous studies implying that the hydrophobic layer of surface active phospholipid provides the gastric mucosal barrier as a di...

Journal: :The American journal of orthopsychiatry 2012
Junlei Li Megan M Julian

Developmental relationships are characterized by reciprocal human interactions that embody an enduring emotional attachment, progressively more complex patterns of joint activity, and a balance of power that gradually shifts from the developed person in favor of the developing person. The working hypothesis of this article is that developmental relationships constitute the active ingredient of ...

2015
Ahmed M Kabel

Silymarin is the active ingredient of milk thistle. Several studies proved that silymarin has antioxidant, anti-inflammatory and anti-cancer properties. Silymarin is widely used for treatment of hepatic and biliary disorders, renal toxicity and is recently used as adjuvant agent for treatment of cancer.

Journal: :Environmental toxicology and chemistry 2004
Rick A Relyea

The global decline of amphibians has sparked interest in the role that pesticides may play. Pesticides in nature typically exist in combinations, but given the vast number of chemicals used, most toxicological experiments necessarily have examined one pesticide at a time. I examined how four commercial formulations of pesticides (diazinon, carbaryl, malathion, and glyphosate) affected the survi...

2009
A. A. TANIMOLA

Pot experiment on the comparison of the nematicidal potentials of poultry manure with carbofuran on M. incognita infected cowpea was carried out to determine whether poultry manure can be substituted for carbofuran. Carbofuran and poultry manure were applied at doses of 2 kg active ingredient (a.i.)/ha and 2t/ha respectively, singly and in combination to potted cowpea plants arranged in Complet...

Journal: :Applied and environmental microbiology 1976
R Olivieri P Bacchin A Robertiello N Oddo L Degen A Tonolo

The improved cleanup of marine oil spills by stimulating biodegradation through the use of a slow-release fertilizer is reported. A paraffin-supported fertilizer containing MgNH4PO4 as active ingredient was developed and evaluated in laboratory and field experiments using quantitative infrared spectrometry and chromatographic techniques. The biodegradation of Sarir crude oil in the sea was cons...

2006
E. D. Gonias D. M. Oosterhuis A. C. Bibi R. S. Brown

The active ingredient of TrimaxTM insecticide is Imidacloprid. This insecticide provides control of the major sucking/piercing insects of cotton. In addition, there have been anecdotal reports of yield and growth enhancement in cotton after multiple foliar applications of Trimax. However, the information on the mode of action of the growth-and-yield enhancement properties imposed by Trimax is l...

Journal: :Memorias do Instituto Oswaldo Cruz 2002
Miguel Angel Mazariego-Arana Eduardo Ramirez-San Juan Ricardo Alejandre-Aguilar Benjamín Nogueda-Torres

The insecticidal activity and residual effect of two formulations of lambdacyhalothrin were evaluated with Rhodnius prolixus; laboratory and field tests were conducted in the State of Chiapas, Mexico. The results indicate that the lethal concentrations of the active ingredient of SC (LC50 = 2.37 and LC90 = 8.5 mg, a.i./m2) were 4-8 times than those with the insecticide WP applied on R. prolixus...

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

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

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