نتایج جستجو برای: dermatoglyphic

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

Journal: :American Journal of Medical Genetics Part B: Neuropsychiatric Genetics 2004

Journal: :Indian journal of forensic medicine and toxicology 2021

Dermatoglyphics is the science which deals with study of dermal ridge configuration on digits, palmsand soles. Etymologically this term harmonious blend two words Derma – skin; Glyphe carve. It givesthe impression that something has been carved out skin. The entire human body clothed theskin happens to be largest and most important organ body. However, skin ventralsides hands plantar sides feet...

Journal: :Acta Scientiarum. Health Science 2023

Dermatoglyphics can be used as a supporting tool in the early detection of type 2 Diabetes Mellitus women. The present study aims to investigate fingerprints women with diabetes mellitus through dermatoglyphic method, and compare them without disease. It was conducted by obtaining all 10 fingers 268 – which is known method –, using Dermatoglyphic Reader®, data processed SPSS (IBM SPSS), version...

Journal: :Journal of Physical Education 2020

2015
Seile Yohannes Getachew Alebie

50 PRACTICAL DIABETES VOL. 32 NO. 2 COPYRIGHT © 2015 JOHN WILEY & SONS Introduction Dermatoglyphics are ridged patterns on the palmar and plantar surfaces of humans (fingerprints, palm prints and foot prints), which develop approximately between the 13th and 18th weeks of gestation. They manifest complex genetic backgrounds that are currently not fully explained, but polygenic multifactorial in...

2008
Ana Ţarcă

A study of the palmar dermatoglyphics pathology, on a group of 54 mongoloid children (33 boys and 21 girls) in order to know the main malformative stigmata specific to Down syndrome have been set up. A large scale of palmar dermatoglyphic anomalies have been found, most of which were on both hands of patients; they were correlated with a high degree of their somatic, physiological, neuropsychic...

Journal: :Collegium antropologicum 2009
Sudip Datta Banik Paramita Pal Deba P Mukherjee

The Rengma Nagas are one of the major Mongoloid tribal populations in the North-Eastern state of Nagaland in India. Population variation and sexual dimorphism in respect of finger dermatoglyphic characteristics in 207 adult individuals (104 males and 103 females) are reported in this present context. Frequency distribution of finger pattern types in different digits (both left and right sides c...

Journal: :iranian journal of medical sciences 0
mansoureh kazemi department of biology, mashhad branch, islamic azad university, mashhad, iran mohammad reza fayyazi-bordbar department of psychiatry, mashhad university of medical sciences, mashhad, iran nasser mahdavi-shahri department of biology, kavian institute of education, mashhad, iran

autism is a neurodevelopmental disorder originating from early childhood; nevertheless, its diagnosis is in older ages. in addition to heredity, environmental factors are also of great significance in the etiology of the disease. dermatoglyphic patterns, albeit varied, remain stable for a lifetime and yield a large number of patterns upon examination. studies have shown a significant associatio...

2015
C. S. MELLOR

Fluctuatingasymmetry provides a measure of an organism's capacity to buffer adverse factors that coulddisturbitsdevelopment.It isestimatedfromthe differencesbetweentheoretically identicalrightand left-sidedstructures. Dermatoglyphicfluctuating asymmetryhas been recently used to investigate developmental disorders. Fingerprintsand palm prints of schizophrenic patients, which had been the subject...

Journal: :Human biology 1992
M H Crawford R Duggirala

Dermatoglyphic traits have been used to assess population affinities and structure. Here, we describe the digital patterns of four Eskimo populations from Alaska: two Yupik-speaking villages from St. Lawrence Island and two Inupik groups presently residing on mainland Alaska. For a broader evolutionary perspective, these four Eskimo populations are compared to other Inuit groups, to North Ameri...

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

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

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