نتایج جستجو برای: roman yakubson

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

Journal: :Cahiers de Narratologie 2008

2010
David Hartley Noele Nelson Ronald Walters Ray Arthur Roman Yangarber Larry Madoff Jens Linge Abla Mawudeku Nigel Collier John Brownstein Germain Thinus Nigel Lightfoot DM Hartley NP Nelson R Walters R Arthur R Yangarber L Madoff JP Linge A Mawudeku N Collier JS Brownstein G Thinus N Lightfoot

The landscape of international event-based biosurveillance David Hartley, Noele Nelson, Ronald Walters, Ray Arthur, Roman Yangarber, Larry Madoff, Jens Linge, Abla Mawudeku, Nigel Collier, John Brownstein, Germain Thinus & Nigel Lightfoot To cite this article: David Hartley, Noele Nelson, Ronald Walters, Ray Arthur, Roman Yangarber, Larry Madoff, Jens Linge, Abla Mawudeku, Nigel Collier, John B...

2017
Pedro J Ruiz

By Gustavo C Roman MD (Dr. Roman, Director of the Alzheimer Center of Excellence at the Methodist Neurological Institute in Houston, Texas, has no relevant financial relationships to disclose.) Pedro J Ruiz MD (Dr. Ruiz of the California Pacific Medical Center in San Francisco, California, has no relevant financial relationships to disclose.) Originally released June 28, 2006; last updated June...

A Roman dominating function (RDF) on a graph $G = (V, E)$ is a labeling $f : V rightarrow {0, 1, 2}$ suchthat every vertex with label $0$ has a neighbor with label $2$. The weight of $f$ is the value $f(V) = Sigma_{vin V} f(v)$The Roman domination number, $gamma_R(G)$, of $G$ is theminimum weight of an RDF on $G$.An RDF of minimum weight is called a $gamma_R$-function.A graph G is said to be $g...

Journal: :Acta medico-historica adriatica : AMHA 2016
Dunja Peko Marin Vodanović

Roman city Cibalae (Vinkovci) - the birthplace of Roman emperors Valentinian I and Valens was a very well developed urban ares in the late antique what was evidenced by numerous archaeological findings. The aim of this paper is to get insight in dental health of antique population of Cibalae. One hundred individuals with 2041 teeth dated to 3rd - 5th century AD have been analyzed for caries, an...

2017
Christian Mulder

Despite a long tradition on the extent to which Romanisation has improved human health, some recent studies suggest that Romanisation in general, and Roman sanitation in particular, may not have made people any healthier, given that in Roman times gastrointestinal parasites were apparently widespread, whilst in the present day such parasites rarely cause diseases. Unfortunately, this novel clai...

Journal: :Collegium antropologicum 2016
Marijan Cesarik Nikola Cesarik Darko Duplančić David Štrmelj

This article offers a general examination of the sources responsible for understanding Roman military medicine, starting with literal and epigraphical sources all the way to archaeological remains consisting of hospitals, the infrastructure of military garrisons and small medical tools. Given that not one of the literary sources does not directly mention the medical personnel within the various...

Journal: :Kennedy Institute of Ethics journal 2002
M Cathleen Kaveny

eThis article draws upon the Roman Catholic distinction between "ordinary" and "extraordinary" means of medical treatment to analyze the case of "Jodie" and "Mary," the Maltese conjoined twins whose surgical separation was ordered by the English courts over the objection of their Roman Catholic parents and Cormac Murphy-O'Connor, the Roman Catholic Cardinal Archbishop of Westminister. It attemp...

Journal: :Cognitive, affective & behavioral neuroscience 2005
Alan C N Wong Isabel Gauthier Brion Woroch Casey DeBuse Tim Curran

Expertise with print is likely to optimize visual processes for recognizing characters of a familiar writing system. Although brain activations have been identified for words and letter strings in contrast with other stimuli, relatively little work has focused on the neural basis of single-letter perception. English readers and Chinese-English bilinguals participated in an ERP study and perform...

2003
Takashi Otake Miki Komatsu

Recent models in word recognition have assumed that a word activation device which is based upon phonemes is universal. The present study has attempted to investigate this proposal with Japanese school children without knowledge of Roman alphabet. The main question addressed in this study is to test whether Japanese school children without Roman alphabet could activate word candidates on the ba...

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

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

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