نتایج جستجو برای: craniofacial abnormalities

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

Journal: :The Australian and New Zealand journal of surgery 1987
J C van der Meulen J A Trott

This paper illustrates the surgical principles employed in the management of a case of incomplete nasomaxillary dysplasia or Tessier Type 11 Cleft. All pre-operative work-up on this case was performed at The Adelaide Children’s Hospital by members of The South Australian Craniofacial Unit and hospital staff. The surgical treatment was planned and executed by Professor 1. C. van der Meulen who w...

Journal: :Journal of the College of Physicians and Surgeons--Pakistan : JCPSP 2012
Zafar-Ul-Islam Attiya Shaikh Mubassar Fida

OBJECTIVE To determine the dentoalveolar heights (mm) in skeletal class I normodivergent facial pattern and compare the same heights in male and female subjects. STUDY DESIGN Cross-sectional observational study. PLACE AND DURATION OF STUDY Orthodontics Clinic, The Aga Khan University Hospital, Karachi, from July to October 2009. METHODOLOGY Eighty one subjects were selected from the ortho...

Journal: :Development 1992
A Zimmer A Zimmer

The hormone retinoic acid (RA) has been implicated in the organization of the anteroposterior (AP) body axis. In this paper, we describe the effects of RA on the activity of the RA-inducible retinoic acid receptor-beta 2 (RAR beta 2) promoter. When transgenic embryos carrying a RAR beta 2-lacZ reporter gene were exposed to a single dose of RA between gestational days 8.5 to 10.5, lacZ expressio...

Journal: :Journal of clinical and diagnostic research : JCDR 2016
Vinuta Siddayya Hiremath Ashwini Budunur Lingegowda Sounyala Rayannavar Nirmala Kumari

Cleft lip and cleft palate are one of the most common craniofacial anomalies. Infants suffer a lot of difficulty in sucking during the initial few days after birth. There is even psychological stress to the parents due to improper feeding and the infants lose weight and are prone to nutritional insufficiency. Due to recent advancement in the medical field, there is a total repair of cleft lip a...

Journal: :Journal of the Indian Society of Pedodontics and Preventive Dentistry 2006
B J Shilpa L Ashok P A Sattur

Presented here is a case of a 8 year old boy with typical clinical manifestations of Acrocallosal syndrome. The characteristic features of this syndrome are craniofacial abnormalities, distinctive digital malformation, mental retardation. The clinical and major nosologic aspects of this condition are discussed.

Journal: :American journal of physical anthropology 1987
F L Bookstein

An intergroup comparison of cephalometric landmark configurations by the finite-element method elegantly depicts the algebra of some of the size and shape change measures that one may define by reference to those landmarks. In studies of mean differences between groups, the statistical analysis of these finite elements is equivalent to competent statistical analysis of the same data using any o...

Journal: :Journal of medical genetics 1998
M R Passos-Bueno A Richieri-Costa A L Sertié A Kneppers

Apert syndrome, characterised by craniosynostosis, craniofacial anomalies, and symmetrical syndactyly of the digits (cutaneous and bony fusion), has been associated with two canonical mutations in the FGFR2 gene (S252W, P253R) in the great majority of cases. Since these two alterations have been observed exclusively among these patients, it has been suggested that the S252W and P253R changes ma...

2013
Yme U. van der Velden Liqin Wang Laia Querol Cano Anna-Pavlina G. Haramis

Polycomb group (PcG) genes are chromatin modifiers that mediate epigenetic silencing of target genes. PcG-mediated epigenetic silencing is implicated in embryonic development, stem cell plasticity, cell fate maintenance, cellular differentiation and cancer. However, analysis of the roles of PcG proteins in maintaining differentiation programs during vertebrate embryogenesis has been hampered du...

2014
JAYANTI PATEL RAJESH SETHURAMAN KHUSHBOO MUFTI

Treacher Collin Syndrome is a rare dominant congenital hereditary disorder. The syndrome is characterized by craniofacial deformities affecting about more than 1 in 50,000 births. Rehabilitating these patients involves a multidisciplinary approach with the prosthodontists rehabilitating various deformities involving the clinical features. This case report describes the rehabilitation of a suspe...

2013
Eamon C Francis Eimhear Quinn John Ryan

BACKGROUND Pneumocephalus is uncommon in craniofacial trauma and a rare occurrence in non-contact sports. It may be asymptomatic or present with signs of increased intracranial pressure and the majority of cases will resolve with conservative management. However, there should be a high index of clinical suspicion to recognise, diagnose, and manage it appropriately, as complications may be fatal...

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

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

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