نتایج جستجو برای: 2680 percent high

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

Journal: :The Veterinary quarterly 2014
P O Okumu P K Gathumbi D N Karanja J D Mande M M Wanyoike C K Gachuiri N Kiarie R N Mwanza D K Borter

BACKGROUND The potential for rabbit production in Kenya is high. However, high morbidity and mortality of domestic rabbits were reported. OBJECTIVE The aim of the study was to determine the pathology, prevalence and the predisposing factors to coccidiosis in domestic rabbits in selected regions in Kenya. ANIMALS AND METHODS A total of 61 farms keeping rabbits in six different counties were ...

2014
Samir Ben Ali Hanen Belfki-Benali Hajer Aounallah-Skhiri Pierre Traissac Bernard Maire Francis Delpeuch Noureddine Achour Habiba Ben Romdhane

OBJECTIVES This study aimed to evaluate the effect of menopausal status on the risk of metabolic syndrome (MetS) in Tunisian women. METHODS We analyzed a total of 2680 women aged between 35 and 70 years. Blood pressure, anthropometric indices, fasting glucose, and lipid profile were measured. The MetS was assessed by the modified NCEP-ATPIII definition. RESULTS The mean values of waist circ...

2007
A. M. Koekemoer H. Aussel

We describe the details of the Hubble Space Telescope (HST) Advanced Camera for Surveys / Wide Field Channel (ACS/WFC) observations of the COSMOS field, including the data calibration and processing procedures. We obtained a total of 583 orbits of HST ACS/WFC imaging in the F814W filter, covering a field that is 1.64 degrees2 in area, the largest contiguous field ever imaged with HST. The media...

Journal: :The New England journal of medicine 2001
R S Vasan M G Larson E P Leip J C Evans C J O'Donnell W B Kannel D Levy

BACKGROUND Information is limited regarding the absolute and relative risk of cardiovascular disease in persons with high-normal blood pressure (systolic pressure of 130 to 139 mm Hg, diastolic pressure of 85 to 89 mm Hg, or both). METHODS We investigated the association between blood-pressure category at base line and the incidence of cardiovascular disease on follow-up among 6859 participan...

Today, urban and regional issues related to sustainable development is a key challenge for policy-makers, planners and specialists in various disciplines. Geomorphologic studies can be useful and effective in analyzing and deriving acceptable means to assess the growth and development of the city, and to set criteria to determine the directions of urban development.    Landslides ran...

2014
DAN MCCULLOUGH

The referendum on yesterday’s ballot w h ich recommended the adoption o f a bilateral freeze on nuclear weapons was passed overwhelm ingly by the student body. The final ta lly showed those favor­ ing the referendum w inn ing by a margin o f 2770, o r 76.9 percent, to 832, o r 231 percent. 53 percent o f the student body voted in the elec­ tion. people were not really aware o f the issue.” The ...

1996
J. H. Atkinson

A fter four years of hardly keeping up with inflation, Indiana cropland values jumped around 10% in the year ending in June 1994 according to the Purdue land values survey. The USDA reported a 7.8% increase for the year ending January 1. Likely causes of strength in the land market include low interest rates (affecting both borrowers and equity investors), generally good yields in Indiana in 19...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه شهید باهنر کرمان - دانشکده عمران 1391

اَبَر بتن خودمتراکم (high performance high strength self compacting concrete, hphsscc)، بتن نسبتا جدیدی است بدون نیاز به ویبره و با مقاومتی حدود 800 kg/cm2 که در صورت استفاده از آن در سیستم های پس تنیده، صرفه جوئی های بیشتری نسبت به چنین بتن هائی با نیاز به ویبره را بدست خواهد داد.

ژورنال: طلوع بهداشت یزد 2013
توکلی, رضا , رشیدی جهان, حجت , سنائی‌نسب, هرمز , کریمی زارچی, علی اکبر , گل ریحان, محمد حسن ,

  Background: physical activity at teenage time is known as Health determinant at adolescence and elderly. The aim of this study is determining of Intended level of physical activity and effective factors in boy high school students advice on a housing town in Tehran.   Methods: A cross-sectional study done on 179 boy students. Data was collected through researchers made questionnaire. Validity...

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

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

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