نتایج جستجو برای: h plasma treatment

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

Journal: :International Journal of scientific research and management 2016

Journal: :Energies 2021

The aim of the study was to investigate process electrostatic fabrication cellulose acetate (CA) nanofibers containing methylene blue (MB) as a photosensitizer. electrical, physicochemical, and biocidal properties prepared material were given. CA by electrospinning method using solvent mixture acetone distilled water (9:1 vv?1) different concentrations (i.e., 10–21%). Additionally, implemented ...

Journal: :iranian journal of veterinary research 2009
p. v. gohil u. d patel s. k. bhavsar a. m. thaker

pharmacokinetics of ceftriaxone was studied in buffalo calves (bubalus bubalis) after single intravenousand intramuscular administration of 10 mg/kg body weight. the drug concentrations in plasma samples weremeasured by high performance liquid chromatography with uv detection. following intravenousadministration, the drug was rapidly distributed (cpo: 106.5 ± 9.64 μg/ml; t1/2α: 0.09 ± 0.01 h; v...

دوستی, محمود, رضایی, شهلا, صالحی‌پور, مسعود, نفیسی, شهریار, ورداسبی جویباری, صفورا, گلستانی, ابوالفضل, گلمحمدی, تقی,

Background: Thymidine phosphorylase (TP) catalyses the conversion of thymidine into thymine. Mitochondrial neurogastrointestinal encephalomyopathy (MNGIE) is an autosomal recessive disease which is caused by mutations in the nuclear gene encoding TP, bringing about severe impairment of TP-enzyme specific activity and accumulation of thymidine in plasma. The clinical manifestations of MNGIE are ...

Journal: :Journal of Endocrinology 2021

The role of glucagon-like peptide-1 (GLP-1) on gonadotropin-releasing hormone (GnRH) secretion was investigated in ovariectomised (OVX) ewes, which GnRH and luteinising (LH) had been restrained by treatment with oestrogen progesterone. Guide tubes for microinjection were placed above the median eminence (ME) animals allowed to recover 1 month. Jugular venous blood samples taken via cannulae at ...

2016
Ning Zhang Jian Zhang Zhuo Cao Liancheng Deng Yifen Wu Hong Liu Zeliang Qiu

The expression level and prognosis of Toll-like receptor 2 (TLR2) mRNA in peripheral blood mononuclear cells of patients with severe sepsis after applying pulse high-volume hemofiltration (PHVHF) were investigated. Sustained PHVHF treatment was carried out on 40 patients on the basis of conventional treatment for up to 72 h. Acute physiology and chronic health evaluation (APACHE) II scores of p...

Journal: :Nephrology, dialysis, transplantation : official publication of the European Dialysis and Transplant Association - European Renal Association 1997
A Blumberg H W Roser C Zehnder J Müller-Brand

BACKGROUND Chronic haemodialysis (HD) patients may present with severe predialysis hyperkalaemia which is improved by dialytic treatment. However, factors influencing the behaviour of postdialysis plasma potassium (plasma K) are not well known. METHODS In this prospective study 14 patients (7 female, 7 male) on chronic HD were investigated during a standardized 4-h HD with a 2 m2 high-flux di...

Journal: :Plasma Processes and Polymers 2022

Acceleration in germination time by 12–24 h for barley seeds treated with atmospheric air plasmas may have a significant economic impact on malting processes. In this study, the increase rate and decrease contamination level upon plasma treatment could not be directly correlated any water uptake capacity, except exposed to mild drying treatment. A variety of essays been carried out impregnated ...

Journal: :Pharmacological reports : PR 2014
Betül Evran Hande Karpuzoğlu Seval Develi Esra Betül Kalaz Merva Soluk-Tekkeşin Vakur Olgaç Semra Doğru-Abbasoğlu Müjdat Uysal

Rats were injected with isoproterenol (ISO; 110 mg/kg, ip, 2 doses, 24 h interval) to induce acute myocardial infarction (AMI) and were sacrificed 6 and 24 h after the last ISO injection. The heart tissue, plasma and erythrocytes of these rats were evaluated for cardiac markers and oxidative stress parameters. Levels of cardiac troponin T (cTnT) and the activities of creatine kinase (CK), lacta...

2011
Tran Van Thang Katsunori Sunagawa Itsuki Nagamine

In large-type goats that were fed on dry forage twice daily, dry forage intake was markedly suppressed after 40 min of feeding had elapsed. The objective of this study was to clarify whether or not increases in plasma osmolality and subsequent thirst sensations produced by dry forage feeding suppress dry forage intake. Eight large-type male esophagealand ruminal-fistulated goats (crossbred Japa...

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

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

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