نتایج جستجو برای: organic functional

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

Journal: :European Journal of Inorganic Chemistry 2012

Background: The present research made an attempt to study the prevalence and factors associated with functional constipation in nurses at the medical sciences universities in Tehran. Methods: This cross-sectional study was conducted in 2017 on nurses at the medical sciences universities of Tehran. The research questionnaire was designed, and the personal information on the participants includi...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه رازی - دانشکده علوم 1390

در قسمت اول، طراحی و ساخت یک سنسور الکتروشیمیایی با انتخابگری بالا با استفاده ازmolecularly imprinted polymer (mip) به عنوان عنصر شناساگر برای داروی مترونیدازول معرفی شده است. mip انتخابگر نسبت به مترونیدازول وnonimprinted polymer (nip) سنتز شدند وسپس در الکترود خمیر کربن قرار گرفتند. این الکترود برای اندازه گیری مترونیدازول با استفاده از روش cathodic stripping voltammetry به کار برده شد. الکتر...

2003
Peter M.W. Gill

Introduction The 1998 Nobel Prize for Chemistry was awarded jointly to Professors Pople and Kohn for the development of computational methods in quantum chemistry and, in particular, for the development of density-functional theory (DFT). The award acknowledges the enormous strides that these men and their disciples have taken during the last three decades and celebrates the revolution in chemi...

In this paper the bituminous water proof mortar, which has been used between the bricks in the Achaemenes monument of Tall-e-Ajori in Persepolis, has been analyzed by different instrumental chemical analysis methods, such as Fourier transform infrared spectroscopy (FTIR), X ray diffraction (XRD and X ray florescence spectroscopies (XRF). Moreover, due to identifying the chemical structure and e...

Journal: :Chemical Society reviews 2008
Eric L Margelefsky Ryan K Zeidan Mark E Davis

Hybrid inorganic-organic materials comprising organic functional groups tethered from silica surfaces are versatile, heterogeneous catalysts. Recent advances have led to the preparation of silica materials containing multiple, different functional groups that can show cooperative catalysis; that is, these functional groups can act together to provide catalytic activity and selectivity superior ...

Journal: :The Tohoku journal of experimental medicine 1973
M Shirai M Nakamura S Matsuda

SHIRAI, M., NAKAMURA, M. and MATSUDA, S. Differential Diagnosis between Functional and Organic Impotence by Radioisotope Penogram Following Visual Sexual Stimulation. Tohoku J. exp. Med., 1973, 111 (2), 187-195 The radioisotope penogram, which measures changes of blood flow through the penis, was developed and applied as a measure of objective differentiation between functional and organic impo...

Journal: :Journal of pediatric psychology 2014
Petra Warschburger Johanna Hänig Michael Friedt Carsten Posovszky Maike Schier Claudia Calvano

OBJECTIVE Comparing health-related quality of life (HRQOL) in children suffering from functional and organic gastrointestinal disorders and to identify predictors for HRQOL. METHODS Children with functional (n = 70) and organic (n = 100) gastrointestinal disorders, aged 8-18 years and referred to a pediatric gastroenterologist, completed questionnaires assessing pain severity, coping, and HRQ...

2012

This chapter is written with the assumption that the reader has a basic knowledge of organic chemistry and is at least familiar with the terminology used to describe the parts of an organic molecule. The goals of this chapter are to define the term functional group, review the major chemical properties or characteristics inherent to any given functional group, relate these chemical properties o...

Journal: :Journal of bacteriology 2006
Tatsanee Chuchue Weerachai Tanboon Benjaphorn Prapagdee James M Dubbs Paiboon Vattanaviboon Skorn Mongkolsuk

The genes involved in organic hydroperoxide protection in Agrobacterium tumefaciens were functionally evaluated. Gene inactivation studies and functional analyses have identified ohr, encoding a thiol peroxidase, as the gene primarily responsible for organic hydroperoxide protection in A. tumefaciens. An ohr mutant was sensitive to organic hydroperoxide killing and had a reduced capacity to met...

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

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

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