نتایج جستجو برای: توزیع nh

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

Journal: :The Journal of chemical physics 2007
L Adam W Hack G C McBane H Zhu Z-W Qu R Schinke

Experimental rate coefficients for the removal of NH(a (1)Delta) and ND(a (1)Delta) in collisions with H and D atoms are presented; all four isotope combinations are considered: NH+H, NH+D, ND+H, and ND+D. The experiments were performed in a quasistatic laser-flash photolysis/laser-induced fluorescence system at low pressures. NH(a (1)Delta) and ND(a (1)Delta) were generated by photolysis of HN...

Journal: :Journal of molecular biology 2013
Stuart J Edelstein Nicolas Le Novère

Cooperativity of ligand binding to allosteric receptors can be quantified using the Hill coefficient (nH) to measure the sigmoidal character of the binding curve. However, for measurements of the transition between conformational states, nH values can be misleading due to ambiguity of the reference state. For cooperative ligand binding, the reference state is a hyperbolic curve for a monomer wi...

2000
John T. Walker Viney P. Aneja David A. Dickey

Wet deposition and transport analysis has been performed for ammonium (NH` 4 ) in North Carolina, USA. Multiple regression analysis is employed to model the temporal trend and seasonality in monthly volume-weighted mean NH` 4 concentrations in precipitation from 1983 to 1996 at six National Atmospheric Deposition Program/National Trends Network (NADP/NTN) sites. A signi"cant (p(0.01) increasing...

2007
W. Hack G. C. McBane R. Schinke

Experimental rate coefficients for the removal of NH a 1 and ND a 1 in collisions with H and D atoms are presented; all four isotope combinations are considered: NH+H, NH+D, ND+H, and ND+D. The experiments were performed in a quasistatic laser-flash photolysis/laser-induced fluorescence system at low pressures. NH a 1 and ND a 1 were generated by photolysis of HN3 and DN3, respectively. The tot...

2016
Lauren J. Campbell Xueya Cai Shan Gao Yue Li

Objectives: Racial/ethnic disparities in nursing homes (NHs) are associated with lower quality of care, and state Medicaid payment policies may influence NH quality. However, no studies analyzing disparities in NH quality of life (QoL) exist. Therefore, this study aims to estimate associations at the NH level between average number of QoL deficiencies and concentrations of racial/ethnic minorit...

Journal: :Journal of Physical Chemistry C 2022

Hybrid organic-inorganic halide perovskites for photovoltaics have attracted research interest due to their unique material properties, but suffered from poor stability. In this work, we investigated the surface phase diagrams of PbI$_2$ and cubic CH$_3$NH$_3$PbI$_3$ (MAPbI$_3$) a better understanding precursor effect on perovskite synthesis via solid-gas reaction, by density functional theory ...

Journal: :Journal of applied physiology 2006
Mona Esbjörnsson Jens Bülow Barbara Norman Lene Simonsen Jacek Nowak Olav Rooyackers Lennart Kaijser Eva Jansson

This study evaluates a possible contribution of adipose tissue to the elimination of plasma ammonia (NH(3)) after high-intensity sprint exercise. In 14 healthy men and women, repeated blood samples for plasma NH(3) analyses were obtained from brachial artery and from a subcutaneous abdominal vein before and after three repeated 30-s cycle sprints separated by 20 min of recovery. Biopsies from s...

2012
Arnold J. Bloom Lesley Randall Alison R. Taylor Wendy K. Silk

This study measured total osmolarity and concentrations of NH(4)(+), NO(3)(-), K(+), soluble carbohydrates, and organic acids in maize seminal roots as a function of distance from the apex, and NH(4)(+) and NO(3)(-) in xylem sap for plants receiving NH(4)(+) or NO(3)(-) as a sole N-source, NH(4)(+) plus NO(3)(-), or no nitrogen at all. The disparity between net deposition rates and net exogenou...

Journal: :Journal of the American Medical Directors Association 2010
Suzanne M Gillespie Lauren J Gleason Jurgis Karuza Manish N Shah

OBJECTIVES To characterize the beliefs and opinions of nursing home (NH) and emergency medicine providers about communication between NH and emergency departments (ED) during transitions of care of NH residents. DESIGN A cross-sectional study using a mailed and Internet survey. PARTICIPANTS AND SETTING Physicians, nurse practitioners, physicians assistants, and nurses who practice in ED set...

Journal: :Molecules 2017
Malgorzata Anna Dawgul Katarzyna Ewa Greber Sylwia Bartoszewska Wioletta Baranska-Rybak Wieslaw Sawicki Wojciech Kamysz

Owing to their excellent antimicrobial activities with a relatively low cost of production, lipopeptides are being intensively investigated as potential alternatives to popular antimicrobials. However, a critical obstacle for their application is a relatively high toxicity, hence a lot of attention has been paid to designing new molecules with optimal properties. In this study we synthesized th...

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

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

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