نتایج جستجو برای: show significantly higher values

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

Journal: :journal of pharmaceutical and health sciences 0
narges esmaeili fard دانش آموخته کارشناسی ارشد، گروه آموزشی علوم و صنایع غذایی، دانشکده فناوری های نوین، واحد علوم دارویی دانشگاه آزاد اسلامی manochehr bahmaei north tehran branch parvin eshratabadi institute of standard and induatrial research

margarine contains a higher level of unsaturated and trans-fatty acids (tfa) than butter. the aim of this study was to investigate the physicochemical properties of these products in iranian market during storage. physicochemical analyses included fatty acid composition, peroxide and anisidine values, slip melting point (smp), color, chlorophyll content, solid fat content (sfc) and texture anal...

Journal: :medical journal of islamic republic of iran 0
maryam kashanian iran university of medical sciences, tehran, iran.سازمان اصلی تایید شده: دانشگاه علوم پزشکی ایران (iran university of medical sciences) elaheh sariri iran university of medical sciences, tehran, iran.سازمان اصلی تایید شده: دانشگاه علوم پزشکی ایران (iran university of medical sciences) mansoureh vahdat iran university of medical sciences, tehran, iran.سازمان اصلی تایید شده: دانشگاه علوم پزشکی ایران (iran university of medical sciences) maryam ahmari iran university of medical sciences, tehran, iran.سازمان اصلی تایید شده: دانشگاه علوم پزشکی ایران (iran university of medical sciences) yousef moradi department of epidemiology, iran university of medical sciences, tehran, iran.سازمان اصلی تایید شده: دانشگاه علوم پزشکی ایران (iran university of medical sciences) narges sheikhansari faculty of medicine, university of southampton, southampton,uk.

background: the purpose of the present study was to compare the serum levels of il6 and ca125 in women with and without endometriosis. they were also compared in mild, moderate and severe cases. methods: in this case-control study, ca125 and il6 levels in 76 women with laparoscopic proven endometriosis were compared with 76 women without evidence of endometriosis. sensitivity, specificity, posi...

A. Ghoroghi, H. Pourgholam, M. Soltani, M.D. Hassan, R. Pourgholam, R. Nahavandi,

Toxicity of the organophosphate, diazinon was studied in grass carp (Cetenopharyngodon idella) weighing 5±1.0g, under static water quality condition at 16°C. Also, some hematological and biochemical variables of fish weighing 50±5.0g were studied 12 hours post-exposing fish to the toxicant at sublethal concentration of 5.6mg/L at 16°C. Values of 18.19, 17.21, 16.68, and 15...

2012
Mbuyu Sumbwanyambe

Developing countries have embarked on the promotion of “ICT access for all” through subsidized Information and Communication Technologies (ICTs), especially in underserviced areas of such countries. The main aim of the “ICT access for all” is to extend the communication services to the large areas of underserviced regions through subsidized communication services. In some instances, subsidies m...

2004
Salvatore Caporaso Michele Zito

If uniform coding (Gödelization) of potentially infinite sequences of numbers can be performed in PSPACEF, then PSPACE = EXPTIME 6= EXPSPACE = 2-EXPTIME, and, for all p, we have p−EXPSPACE = p+1-EXPTIME; if it can be performed in LINSPACEF, we also have LINSPACE = DTIME(2); the proof fails, when relativized to oracle-TM’s. A by-product of this research is that PTIMEF is not closed under number-...

Journal: :journal of electrical and computer engineering innovations 2014
shahram jamali neda alipasandi bita alipasandi

random early detection (red) is one of the most commonly used active queue management (aqm) algorithms that is recommended by ietf for deployment in the network. although red provides low average queuing delay and high throughput at the same time, but effectiveness of red is highly sensitive to the red parameters setting. as network condition varies largely, setting red's parameters with fixed ...

Fair premium pricing is one the main concerns in actuarial science. In this paper, by considering the demand functions, costs of claims and values at risks in homogenous risk groups of cargo insurance policies, we determine the optimum premiums. Higher prices lead to have higher income from policy, meanwhile the number of customers will be reduced. Therefore, optimizing the prices is necessary....

Kailash Lachhwani Mahaveer Prasad Poonia

In this paper, we show a procedure for solving multilevel fractional programming problems in a large hierarchical decentralized organization using fuzzy goal programming approach. In the proposed method, the tolerance membership functions for the fuzzily described numerator and denominator part of the objective functions of all levels as well as the control vectors of the higher level decision ...

  Margarine contains a higher level of unsaturated and trans-fatty acids (TFA) than butter. The aim of this study was to investigate the physicochemical properties of these products in Iranian market during storage. Physicochemical analyses included fatty acid composition, peroxide and Anisidine values, slip melting point (SMP), color, chlorophyll content, solid fat content (SFC) and texture an...

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

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

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