نتایج جستجو برای: slavic racial origins

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

2017
Crystal Y. Lumpkins Jarron M. Saint Onge

Low birth weight (LBW) rates remain the highest among African Americans despite public health efforts to address these disparities; with some of the highest racial disparities in the Midwest (Kansas). The Developmental Origins of Health and Disease (DOHaD) perspective offers an explanation for how LBW contributes to racial health disparities among African Americans and informs a community direc...

Journal: :Journal of the history of the behavioral sciences 2002
Michael G Kenny

The Pioneer Fund was created in 1937 "to conduct or aid in conducting study and research into problems of heredity and eugenics . . . and problems of race betterment with special reference to the people of the United States." The Fund was endowed by Colonel Wickliffe Preston Draper, a New England textile heir, and perpetuates his legacy through an active program of grants, some of the more cont...

Journal: :Vilnius University open series 2021

Lithuanian conjurations (zagovory) constitute a unique part of folklore. In the collection conjurations’ manuscripts described in publication Daiva Vaitkevičienė (2008), we will find records these archaic texts various languages, including Polish. Polish-language separate subgroup Balto-Slavic context. Following chronological criterion, are dealing with pre-Christian and after-Christ origins. D...

2010
Khalil Iskarous Darya Kavitskaya

Russian maintains a contrast between non-palatalized and palatalized trills that has been lost in most Slavic languages. This research investigates the phonetic expression of this contrast in an attempt to understand how the contrast is maintained. One hypothesis is that the contrast is stabilized through resistance to coarticulation between the trill and surrounding vowels and prosodic positio...

2016
Keith Langston

The alternation of vowels with zero in Croatian and the other Slavic lan­ guages is a complex phenomenon that has lang attracted the attention of linguists. This article examines previous phonological analyses that have been developed to account for these alternations in the contemporary Slavic linguistic systems and proposes an alternative approach to this problem within the theoretical framew...

2003
Stephen M. Dickey Marc Greenberg Marta Greenberg STEPHEN M. DICKEY

This article presents a discussion of differences between the Slavic languages regarding the historical productivity of -no ̨as an aspectual suffix. It is shown that a class of prefixed pf a-stem/n-stem doublets has been more productive in a group of western languages (primarily Czech, Slovak, Upper Sorbian) and that this productivity declines in the languages farther to the east, reaching a min...

Journal: :Archivum immunologiae et therapiae experimentalis 2003
Magdalena Prussak Maria Mańczak Bogusława Pochroń Izabela Nowak Piotr Kuśnierczyk

We typed 100 unrelated, healthy Poles from the region of Lower Silesia for HLA-C using low-resolution polymerase chain reaction sequence-specific primers (PCR-SSP) and compared the observed allele frequencies with data published for other human populations. Poles appeared to be most similar to the Germans and English more distant from the French, Catalans and Basques and most dissimilar to non-...

2008
Brian D. Joseph

Opshta i lokalna dijalectologija na Balkanot: Podatoci od slovenskite jazici [ " Broad versus Localistic Dialectology in the Balkans: Evidence from Slavic " ]

Journal: :journal of dental school, shahid beheshti university of medical sciences 0
مسعود اجلالی massoud ejlali dental school, shahid beheshti university of medical sciences,tehran-iran (drm_ejlali33@yahoo.com)دانشکده دندانپزشکی، دانشگاه علوم پزشکی شهید بهشتی راحیل احمدی rahil ahmadi

background & aim: the artificial teeth are produced with same standards for all the ethnics and countries in the world. the purpose of this study was to establish a normative size distribution in a group of students and staffs of shahid beheshti university of medical sciences. methods & materials: 320 individuals participated in this descriptive study. a vernier caliper was used to measure the ...

2004
Silke Hamann S. Hamann

The present study explores the phonetic and phonological grounds on which postalveolar fricatives in Polish can be analysed as retroflex, and considers whether postalveolar fricatives in other Slavic languages are retroflex as well. Velarization and incompatibility with front vowels are introduced as articulatory criteria for retroflexion, based on cross-linguistic data. According to these crit...

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

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

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