نتایج جستجو برای: 109 and 157

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

2003
Helen H. Cagampang Richard P. Barth Meg Korpi Douglas Kirby

poning sexual activity, and reproductive health educators who traditionally provide information about contraception and disease prevention (information that is not part of the curriculum) eventually came to support ENABL’s approach for middle school youths.5 Three and one-half years after its launch, ENABL had evolved from a groundbreaking health education campaign into a way of life for the ag...

2012
Danika M. Martyn Breige A. McNulty Anne P. Nugent Michael J. Gibney

Food additives have been used throughout history to perform specific functions in foods. A comprehensive framework of legislation is in place within Europe to control the use of additives in the food supply and ensure they pose no risk to human health. Further to this, exposure assessments are regularly carried out to monitor population intakes and verify that intakes are not above acceptable l...

2017
Péter Gáspár Tamás Szirányi Levente Hajder Alexandros Soumelidis Zoltán Fazekas Csaba Benedek Christian Zinner

2012
Shifang Ding Na Yang Qing Lu Zhigang Gong Juquan Jiang Zhinan Chen Zhigang Li Renxue Wang

The objective of the present study is to investigate the relationship between the lesion characteristics of coronary artery and risk factors of coronary heart disease (CHD). A total of 430 patients underwent coronary angiography (CAG) were recruited from January 2008 to October 2009 and divided into CHD group (n=282) and non-CHD group (control group, n=148) according to the findings on CAG. The...

2018
Yu-Yao Huang Cheng-Wei Lin Hui-Mei Yang Shih-Yuan Hung I-Wen Chen

Background Infectious gangrene of the foot is a serious complication of diabetes that usually leads to a certain level of lower-extremity amputation (LEA). Nevertheless, the long-term survival and factors associated with mortality in such patients have yet to be elucidated. Methods A total of 157 patients with type 2 diabetes who received treatment for infectious foot gangrene at a major diab...

2016
Jing Li Qingnian Zhang

In this paper, from the perspective of spatial economics, we studied the spatial spillover of public services and their effect on factor income. We establish a Nonlinear General Equilibrium Model, which contains “two regions, two sectors and two elements". For the determination of the spill-over effect, using Matlab mathematical software to draw a furger, through the mathematical method of deri...

2004
M. D. SANDERS

The text is clear and amplified by numerous illustrations but the bibliography, although considerable, lacks many important recent references. The English is excellent although terms such as dysoric retinopathy (page 87) might elude the most knowledgeable reader. This book obviously suffers from certain disadvantages when an ophthalmologist enters such a complex and changing field. There is thu...

2017
Joshua D. Kertzer

Why do some actors in international politics display remarkable persistence in wartime, while others “cut and run” at the first sign of trouble? I offer a behavioral theory of resolve, suggesting that variation in time and risk preferences can help explain why some actors display more resolve than others. I test the theory experimentally in the context of public opinion about military intervent...

2004
David L. Cochran Peter Weber

The group was asked to develop evidence-based reviews on topics related to various loading protocols for dental implants. Three reviews were prepared: the first addressed the literature related to different loading protocols for partially edentulous cases, the second examined the literature for loading protocols in completely edentulous cases, and the third addressed clinical procedures for the...

2007
Nina Schulman Johanna Vilkki Pekka Uimari

Conventional breeding schemes for dairy cattle are based on phenotypic information obtained from individuals and/or their relatives and progeny testing of the young bull candidates. The genetic model used in the evaluation process of the animals does not assume the underlying genes of the quantitative traits to be known. Knowing the chromosomal areas or actual genes affecting the traits would a...

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

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

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