نتایج جستجو برای: extra cellular water

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

Journal: :Anusandhaan - Vigyaan Shodh Patrika 2017

2010
Moo-Seung Lee Rama P. Cherla Vernon L. Tesh

Despite efforts to improve hygenic conditions and regulate food and drinking water safety, the enteric pathogens, Shiga toxin-producing Escherichia coli (STEC) and Shigella dysenteriae serotype 1 remain major public health concerns due to widespread outbreaks and the severity of extra-intestinal diseases they cause, including acute renal failure and central nervous system complications. Shiga t...

Journal: :Plant physiology and biochemistry : PPB 2012
Yan Wu Xiaofang Liu Weifeng Wang Suiqi Zhang Bingcheng Xu

Soil water shortages can decrease root hydraulic conductivity and affect Ca uptake and movement through the plant. In this study, the effects of extra Ca(2+) applied in nutrient solution on the hydraulic properties of the whole roots (Lp(r)) and cortical cells (Lp(cell)) of maize (Zea mays L.) subjected to variable water conditions were investigated. Under well-watered conditions, extra Ca(2+) ...

2016
Basharat Mujtaba Arif Hussain Sarmast Nida Farooq Shah Hakim Irfan Showkat

Sodium as a major extra cellular ion is of primary importance is reflecting changes of water and electrolytes status in the body [1]. Postoperative hyponatremia and its relative complications can occur after any surgical procedure [2], particularly in elderly patients. The early symptoms can be mild which if not recognized on time, can progress to severe neurological manifestations and can even...

2015
Babul Reddy G. Babul Reddy K.Venkatanand Reddy

The fungus, Trichoderma reesei NCIM 1052 was used for the production of extra cellular amylase on agricultural residues viz. Soy cake, Wheat bran, Rice bran and Ragi (Eleusine corocana Gaertn.) in solid state fermentation (SSF). Maximum enzyme activity (324.45 IU g-1) was obtained in a medium having Soy cake as the substrate, moisture level 1:1 (distilled water) and incubation for 72 hours with...

Journal: :The European respiratory journal 2006
T Mueller M Haltmayer

I n the 1950s and 60s, the possible role of the heart in the control of renal excretion of salt and water, and thereby of the extra cellular fluid volume, as well as the presence of specific granules within atrial muscle cells was recognised [1, 2]. Nevertheless, little attention was paid to the possibility of the existence of an endocrine cardiac natriuretic hormone system until the landmark e...

Journal: :International Journal of Engineering Research and Applications 2017

Journal: :European neuropsychopharmacology : the journal of the European College of Neuropsychopharmacology 2006
Ahmed Nadeem Anbrin Masood Nahid Masood Rabia Afzal Gilani Zahoor Ahmad Shah

Stress has been shown to be associated with altered homeostasis that may lead to oxidant-antioxidant imbalance. Non-enzymatic antioxidants are important regulators of reactive oxygen species produced in extra-cellular milieu and represent the first line of defense against them. Extra-cellular non-enzymatic antioxidants may be disturbed by the production of superoxide and nitric oxide and this h...

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

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

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