نتایج جستجو برای: chronic effects

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

2012

CV and usually in the first 12 h of life. Data Collection and Analysis: The methodological quality of each trial was independently reviewed by the various authors. The standard effect measures are relative risk (RR) and risk difference (RD). From 1/RD the number needed to treat to produce one outcome were calculated. For all measures of effect, 95% confidence intervals were used. In subgroup an...

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

in this study, the effects of oleothermal modification on physical and mechanical peroperties of fir wood (abeis sp.) blocks were examined. at first, some blocks of fir wood with 5 × 20 × 120 cm dimensions were prepared. the blocks were treated in soybean oil. the effects of 3 factors such as treatments temperature (180and 200 °c), holding time (12 and 15 h) and initial moisture content of wood...

Background and Aims: Interferon alpha is an effective cytokine in viral infections, where it has various roles in immune function. The use of this antiviral agent in the treatment of viral infections and even cancers is common, although, the beneficial effects of this antiviral agent in high doses can be associated with side effects that limit its use. In this project, we tried to investigate t...

Journal: :Discover Mental Health 2022

Abstract Objectives The duration of administration (e.g., subchronic or chronic) haloperidol may influence its adverse effects. We studied the effects on body weight and fasting blood sugar (FBS). In addition, we examined whether orally administered cannabidiol (CBD) had any putative mitigating haloperidol-induced changes FBS elevation. Methods Haloperidol (5 mg/kg/day) was for 21 days (subchro...

Journal: :hepatitis monthly 0
suheyla komur department of infectious diseases, cukurova university, adana, turkey; department of infectious diseases, cukurova university, adana, turkey. tel: +90-5052677498, fax: +90-3223387164 behice kurtaran department of infectious diseases, cukurova university, adana, turkey ayse seza inal department of infectious diseases, cukurova university, adana, turkey husnu pullukcu department of infectious diseases, ege university, izmir, turkey aslihan ulu department of infectious diseases, cukurova university, adana, turkey ferit kuscu numune training and research hospital, adana, turkey

background in patients with chronic hepatitis c, triple drug regimens containing a protease inhibitor, peginterferon and ribavirin were found to significantly increase sustained virologic response rates compared to dual drug regimen containing pegylated interferon and ribavirin, especially in genotype 1. objectives in turkey, telaprevir has been used since march 2013. we aimed to evaluate resul...

Journal: :international journal of hematology-oncology and stem cell research 0
mehrdad payandeh medical biology research center, kermanshah university of medical sciences, kermanshah, iran. edris sadeghi department of nursing, borujerd branch, islamic azad university, borujerd, iran. reza khodarahmi medical biology research center, kermanshah university of medical sciences, kermanshah, iran. masoud sadeghi medical biology research center, kermanshah university of medical sciences, kermanshah, iran.

chronic lymphocytic leukemia (cll) and chronic myeloid leukemia (cml) are the most common leukemias of the elderly (>43 year). however, the sequential occurrence of cml followed by cll in the same patient is extremely rare. in our report, a 52-year-old female was diagnosed with cll (type of bone marrow (bm) infiltration was nodular and interstitial) and was treated with chlorambucil. 64 months ...

Journal: :international journal of preventive medicine 0
hooman sharifi mohammad reza masjedi habib emami mostafa ghanei sonia buist

background: chronic obstructive pulmonary diseases (copd) are planned to rank fifth in burden of disease and third with respect to mortality by 2020. carrying out research regarding different aspects of copd is mentioned as important health priorities by academic institutions and governments. the burden of lung disease (bold) initiative was designed a decade ago to develop robust models that ca...

2011
Ovi Bachmann Bernhardt Messner Richard Messnarz

Functional safety standards (ISO 26262, IEC 61508) require a safety life cycle which demands additional design and engineering tasks to be managed. This paper addresses how the existing FMEAs have to be extended and refocused to address and overview signal paths throughout the system. The safety standards require to classify signals with a SIL (Safety Integrity Level) and the higher the SIL the...

2010
R. Harald BAAYEN Petar MILIN

Reaction times (rts) are an important source of information in experimental psychology. Classical methodological considerations pertaining to the statistical analysis of rt data are optimized for analyses of aggregated data, based on subject or item means (c.f., Forster & Dickinson, 1976). Mixedeffects modeling (see, e.g., Baayen, Davidson, & Bates, 2008) does not require prior aggregation and ...

2009
John D. Kloke Joseph W. McKean

Rank-Based methods for iid linear models have been developed over the past 30 years. However, little work has been done in the area of mixed models. In this paper, we discuss a transformation approach to modeling a particular mixed model: one with an arbitrary number of fixed effects and covariates but only one random effect. Discussion of the asymptotic theory is given and the results of a sim...

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

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

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