نتایج جستجو برای: شاخص tol

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

Journal: :Chemistry 2004
Fanny Bonnet Marc Visseaux Denise Barbier-Baudry Estelle Vigier Marek M Kubicki

Genuine heteroleptic neodymium and samarium complexes of formula [Cp*'Ln[(p-tol)NN](BH4)] (Cp*' = C5Me4(nPr), (p-tol)NN = (p-tol)NC(Me)CHC(Me)N(p-tol), Ln = Sm: 1a, Ln = Nd: 1b) have been synthesized for the first time. These unprecedented homologues of early lanthanocenes are prepared by a metathetic reaction between their monocyclopentadienylbisborohydrido precursors with the corresponding po...

Journal: :Journal of child psychology and psychiatry, and allied disciplines 2004
Rebecca Bull Kimberly Andrews Espy Theresa E Senn

BACKGROUND The Towers of London (TOL) and Hanoi (TOH) have been viewed as equivalent measures of planning and/or problem solving, although recent evidence in adults suggests that the underlying measurement characteristics of these two tasks may differ. As tower tasks are one of the few instruments that can be used to assess executive functioning in young children, the cognitive demands for both...

Journal: :Chemical communications 2014
Anjana Chanthapally Wei Ting Oh Jagadese J Vittal

Two polymorphic forms of a ladder coordination polymer [Zn2(μ-O2C-p-Tol)2(O2C-p-Tol)2(bpe)2] have parallel and criss-cross alignments of the C=C bond pairs. Both polymorphs undergo 100% [2+2] cycloaddition reaction but the one with a parallel orientation of C=C bonds (thermodynamic product) retains its single crystallinity after the reaction.

2017
Timothy Collins Maureen Kearney David Maddison

In August 2011, a week-long NSF-sponsored workshop focusing on the Tree of Life (ToL) took place in Lake Placid, New York. This workshop, called AVAToL (Assembling Visualizing, and Analyzing the Tree of Life), was the first application of NSF’s Ideas Lab concept to systematics. In this article we outline the history and motivation for the Ideas Lab approach and its application to the ToL, expla...

Journal: :Journal of Automata, Languages and Combinatorics 1999
Frank Drewes Renate Klempien-Hinrichs Hans-Jörg Kreowski

In this paper, we introduce the notions of context-sensitive and TOL collage grammars as generalizations of context-free collage grammars. Both kinds of picture generating devices are more powerful than the context-free case. Nevertheless, the sizes of collages in a TOL collage language can be shown to grow at most exponentially. In contrast to this, there are no such bounds for context-sensiti...

Journal: :Chemical communications 2012
Nancy Weisbach Zuzana Baranová Sébastien Gauthier Joseph H Reibenspies John A Gladysz

The platinum butadiynyl complex trans-(C(6)F(5))(p-tol(3)P)(2)Pt(C≡C)(2)H and a CuI adduct of a 1,10-phenanthroline based 33-membered macrocycle react in the presence of K(2)CO(3) and I(2) or O(2) to give a rotaxane (ca. 9%) in which the macrocycle is threaded by the sp carbon chain of trans,trans-(C(6)F(5))(p-tol(3)P)(2)Pt(C≡C)(4)Pt(Pp-tol(3))(2)(C(6)F(5)). The crystal structure and macrocycle...

Journal: :Philosophical transactions of the Royal Society of London. Series B, Biological sciences 2015
Richard Gouy Denis Baurain Hervé Philippe

This article aims to shed light on difficulties in rooting the tree of life (ToL) and to explore the (sociological) reasons underlying the limited interest in accurately addressing this fundamental issue. First, we briefly review the difficulties plaguing phylogenetic inference and the ways to improve the modelling of the substitution process, which is highly heterogeneous, both across sites an...

Journal: :Turkish Journal of Veterinary & Animal Sciences 2023

This study aimed to evaluate and compare the efficacy of treatment with a single dose toltrazuril 5% (Baycox), thymol (Versatile, Nine Life, United Arab Emirates), + combination control Eimeria spp. infection in lambs intensive feeding. The was designed five groups these aligned as; group 1 (negative group; NEG), 2 (positive POZ), 3 (thymol; THY), 4 (toltrazuril; TOL) 5 [(thymol toltrazuril; (T...

Journal: :Chemical communications 2015
Guang-jian Liu Xiao-tai Zhang Guo-wen Xing

Based on a preactivation strategy using the (p-Tol)2SO/Tf2O system, a series of nucleosides were synthesized by coupling various thioglycosides with pyrimidines and purines under mild conditions. High yields and excellent β-stereoselectivities were obtained with either armed or disarmed N-glycosylation donors by tuning the amount of (p-Tol)2SO additive.

Journal: :Journal of managed care pharmacy : JMCP 2008
Anna O D'Souza Michael J Smith Lesley-Ann Miller Joseph Doyle Rinat Ariely

BACKGROUND Pharmacotherapy constitutes an important adjunct to behavioral therapy for the treatment of overactive bladder (OAB). Tolterodine and oxybutynin are commonly prescribed drugs for OAB treatment that exert their beneficial effect by suppressing bladder muscle contractions. However, high discontinuation rates have been observed for these drugs in clinical trials, as well as in real-worl...

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

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

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