نتایج جستجو برای: robinow syndrome

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

Journal: :Human molecular genetics 2011
Bing Wang Tanvi Sinha Kai Jiao Rosa Serra Jianbo Wang

Brachydactyly type B (BDB1) and Robinow syndrome (RRS) are two skeletal disorders caused by mutations in ROR2, a co-receptor of Wnt5a. Wnt5a/Ror2 can activate multiple branches of non-canonical Wnt signaling, but it is unclear which branch(es) mediates Wnt5a/Ror2 function in limb skeletal development. Here, we provide evidence implicating the planar cell polarity (PCP) pathway as the downstream...

Journal: :Quality & safety in health care 2010
S Galhotra M A Devita M A Dew R L Simmons

OBJECTIVE To study the incidence, patient and event characteristics, and outcome of rapid response system (RRS) activation on an in-hospital haemodialysis unit. DESIGN Retrospective review of all RRS events on an in-hospital 10-bed haemodialysis unit over a 64-month period (November 2001 to February 2007). SETTING University of Pittsburgh Medical Center Presbyterian Hospital, a 730-bed acad...

Journal: :The British journal of nutrition 2016
Matthew J Kuchan Søren K Jensen Elizabeth J Johnson Jacqueline C Lieblein-Boff

α-Tocopherol is the principal source of vitamin E, an essential nutrient that plays a crucial role in maintaining healthy brain function. Infant formula is routinely supplemented with synthetic α-tocopherol, a racaemic mixture of eight stereoisomers with less bioactivity than the natural stereoisomer RRR-α-tocopherol. α-Tocopherol stereoisomer profiles have not been previously reported in the h...

Journal: :Journal of bacteriology 1956
S TSUDA

The ultrathin sectioning technique, developed since the invention of the electron microscope, made it possible to study the finer structures of microorganisms. Cytological studies using the electron microscope have been made by Hillier et al. (1949), Robinow (1953), Chapman and Hillier (1953), Tsujita et al. (1954), Maal0e et al. (1953a, 1953b), Higashi (1953), Tsuda et al. (1954), and Tsuda (1...

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

مقدمه. سندرم زجرتنفسی نوزادان (infant respiratory distress syndrome) ، یک بیماری حاد ریوی است که معمولا نوزادان نارس به آن مبتلا می شوند. در این بیماری، ریه نابالغ و غیر عملکردی است. در واقع نقص در سورفاکتانت باعث ایجاد این بیماری می شود. سورفاکتانت باعث کاهش کشش سطحی آلوئول ها می شود و در نتیجه از کلاپس و بسته شدنشان جلوگیری می کند. پروتئین abca3 ترنسپورتر لیپیدهای سورفاکتانت، نقش بسیار مهمی د...

2010
Gianni Bellocchi Marzia De Giacomo Nicoletta Foti Marco Mazzara Eleonora Palmaccio Cristian Savini Chiara Di Domenicantonio Roberta Onori Guy Van den Eede

BACKGROUND The modular approach to analysis of genetically modified organisms (GMOs) relies on the independence of the modules combined (i.e. DNA extraction and GM quantification). The validity of this assumption has to be proved on the basis of specific performance criteria. RESULTS An experiment was conducted using, as a reference, the validated quantitative real-time polymerase chain react...

Journal: :Physical chemistry chemical physics : PCCP 2015
Linzhi Yang Wenpeng Wu Yi Zhao

It is well known that interfacial structures and charge transfer in dye-sensitized solar cells are extremely important for the enhancement of cell efficiency. Here, the normal Raman spectra (NRS) and resonance Raman spectra (RRS) of a C343-sensitized TiO2 cluster (Ti9O18) are theoretically predicted from combined electronic structure calculations and a vibrationally-resolved spectral method to ...

Journal: :The American journal of clinical nutrition 2010
Susan T Mayne Brenda Cartmel Stephanie Scarmo Haiqun Lin David J Leffell Erin Welch Igor Ermakov Prakash Bhosale Paul S Bernstein Werner Gellermann

BACKGROUND Resonance Raman spectroscopy (RRS) has been suggested as a feasible method for noninvasive carotenoid measurement of human skin. However, before RRS measures of dermal carotenoids can be used as a biomarker, data on intra- and intersubject variability and validity are needed. OBJECTIVE The purpose of this study was to evaluate the reproducibility and validity of RRS measures of der...

2012
Kwok-Kei Mak Ching-Man Lai

BACKGROUND The psychometric properties of the Revised Restraint Scale (RRS) have been well established in western populations but not in Chinese adolescents. PURPOSE This study investigated the psychometric properties of RRS and its validity in different subgroups for Hong Kong Chinese adolescents. METHOD In 2007, 909 Hong Kong students aged 12 to 18 years (55.3% boys) completed a questionn...

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

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

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