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

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

2015
Katrina Archer Kevin Coughlan David Forsey Sonja Struben

Forensic artists use tissue thicknesses at well known landmarks on the craniofacial skeleton to generate a potential likeness of an individual from a skull. This is a very subjective and time consuming process. We present two prototype software packages: one for simulating the growth of a craniofacial skeleton either forwards or backwards in time, and the other for generating a facial reconstru...

2017
Xiaoxi Wei Neil Thomas Nan E. Hatch Min Hu Fei Liu

The craniofacial skeleton is a complex and unique structure. The perturbation of its development can lead to craniofacial dysmorphology and associated morbidities. Our ability to prevent or mitigate craniofacial skeletal anomalies is at least partly dependent on our understanding of the unique physiological development of the craniofacial skeleton. Mouse models are critical tools for the study ...

Journal: :European journal of orthodontics 2014
Pietro Auconi Marco Scazzocchio Efisio Defraia James A McNamara Lorenzo Franchi

AIM To develop a mathematical model that adequately represented the pattern of craniofacial growth in class III subject consistently, with the goal of using this information to make growth predictions that could be amenable to longitudinal verification and clinical use. MATERIALS AND METHODS A combination of computational techniques (i.e. Fuzzy clustering and Network analysis) was applied to ...

2015
Siddharth R. Vora Esra D. Camci Timothy C. Cox

Growth of the craniofacial skeleton is a complex process controlled by both genetic and epigenetic factors, perturbations of which can lead to varying degrees of dysmorphology. Mouse models that recapitulate clinical craniofacial phenotypes are instrumental in studying the morphogenetic progression of diseases as well as uncovering their genetic and molecular bases. Commonly encountered phenoty...

Journal: :acta medica iranica 0
m. pourissa s. refahi n. garaaghagi

the robert/sc (pseudothalidomide) syndrome is a rare autosomal recessive disorder, associated with phocomelia and craniofacial abnormalities. an anomalous fetus with lower limb phocomelia and micromelia, lumbar myeloschisis, upper limb and ribs defects and craniofacial abnormalities is reported whose diabetic mother took mebendazole and glibenclamide in early pregnancy. ultrasonographic finding...

Journal: :Kokubyo Gakkai zasshi. The Journal of the Stomatological Society, Japan 1989
T Z Lin

The purpose of this study is to investigate the craniofacial morphology and the growth pattern in the frontal dimension of Japanese children with malocclusion. Nine hundred twenty-one subjects composed of 343 males and 578 females without any orthodontic treatment, age ranging from 7 years to 18 years, were classified into 3 types of facial skeletal pattern according to the A-B difference in la...

Journal: :American Journal of Orthodontics 1983

Journal: :European journal of orthodontics 1998
R Van Erum M Mulier C Carels F de Zegher

Recently, children born small for gestational age (SGA) with a catch-up growth failure, have been selected for high dose growth hormone (GH) treatment. In order to gain greater insight concerning dentofacial growth and maturation of these patients, and to evaluate the possible effects of high does GH administration on facial structures, craniofacial growth and dental maturation were evaluated i...

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

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

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