نتایج جستجو برای: volatile degradation products

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

Journal: :Molecules 2014
Melyssa Negri Tânia P Salci Cristiane S Shinobu-Mesquita Isis R G Capoci Terezinha I E Svidzinski Erika Seki Kioshima

Nosocomial infections caused by fungi have increased greatly in recent years, mainly due to the rising number of immunocompromised patients. However, the available antifungal therapeutic arsenal is limited, and the development of new drugs has been slow. Therefore, the search for alternative drugs with low resistance rates and fewer side effects remains a major challenge. Plants produce a varie...

Journal: :Phytotherapy research : PTR 2004
Mouhssen Lahlou

Many essential oils are extracted, analysed and their main components are identified, characterised and then published without any biological testing whatsoever. Their useful biological activities can remain unknown for years. Yet, the search for these activities often increases our knowledge of the potential use of oils in therapeutics. Therefore, there is a real need for a simple, reliable an...

Abdoalrahim Parvaresh, Ali Vafaee, Ali Asghar Najafpoor, Hosein Alidadi, Roya Peiravi,

  Aims of the Study: The aim of this study was to determine the amount of lignin degradation and biodegradation of organic matter and change of biomass under compost and vermicomposting of sewage sludge. Materials & Methods: Sawdust was added to sewage sludge at 1:3 weight bases to Carbon to Nitrogen ratio of 25:1 for composting or vermicomposting. Lignin and volatile solids were deter...

Journal: :Gut 1973
D Gompertz A P Brooks H Gaya A S Spiers

Faecal volatile fatty acids represent the end products of the metabolism of the anaerobic flora of the large bowel. The excretion of these volatile acids has been investigated in five leukaemic patients maintained in plastic ;germ-free' isolators. Under ;isolator' conditions there is a pronounced fall in volatile fatty acid excretion. The possibility that the measurement of these acids may be u...

Journal: :Aerosol and Air Quality Research 2022

The total volatile organic compound (VOC) content and VOC composition of 12 consumer products is determined using the headspace method chamber testing. Several hazardous or toxic VOC’s are present in abundance. Some from same category vary significantly terms species. Spray adhesive for this study have high contents. results show that three spray adhesives low moisture (0-35.87 wt.%) a (63.41-9...

Gloria Shalviri Homa Hajimehdipoor, Maral Shekarchi Maryam Imaninejad Maryam Shekarchi Noushin Adib

During the standard heat sterilization process of the lactate–buffered peritoneal dialysis solutions, glucose (an osmotic active substance) degrades to form compounds called glucose degradation products which are cytotoxic and affect the survival of the peritoneal membrane. This case presentation is based on an observation of 224 aseptic peritonitis cases of unknown etiology. For the purpose of...

Journal: :Radiation Physics and Chemistry 2023

The formation of volatile radioactive species is a major concern in severe nuclear reactor accident scenarios. Release material to the environment highly governed by volatility and therefore it its crucial understand behavior any such during days weeks following. One volatile, yet understudied fission products tellurium. Although tellurium has been released significant amounts accidents that ha...

Journal: :Thermal Science 2022

One of the biggest problems related to mandatory tanks oil and derivatives are evaporative losses in tanks. It is well known that storage, manipulation transport results evaporation liquid. In case where commodity reserves stored for a long period time, most pronounced "breathing" degradation quality petroleum products. Many these volatile organic compounds also have strong negative impact harm...

Journal: Pollution 2018

The present study aims at phytoremediation of Lemna gibba L. in aqueous solutions with different concentrations of TC and Degradation Products (DPs). It also tries to determine whether there are differences in TC, ETC, EATC, and ATC levels, accumulated by Lemna gibba L. Exposure concentrations of 50, 100, and 300 ppb have been selected for TC and DPs, showing that the highest TC50, TC100, and T...

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

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

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