نتایج جستجو برای: activity recovery

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

Journal: :iranian journal of catalysis 2013
bijan mombani godajdar ali reza kiasat

regarding the green chemistry's goals, dicationic magnetic room temperature ionic liquid open up new avenue to introduce an amazing and efficient system for facilitating catalyst recovery in different organic reactions. ability of this dicationic magnetic room temperature ionic liquid catalyst in the one-pot three-components condensation reaction of benzil, aromatic aldehyde, and ammonium aceta...

Journal: :Journal of vestibular research : equilibrium & orientation 1996
C L Darlington P F Smith

This theoretical paper describes the "intrinsic mechanism hypothesis," a new hypothesis of vestibular compensation, the behavioral recovery that follows unilateral deafferentation of the vestibular labyrinth (UVD). The most salient characteristic of vestibular compensation is the decrease in the severity of the static ocular motor and postural symptoms that follow UVD, associated with a recover...

پایان نامه :دانشگاه آزاد اسلامی - دانشگاه آزاد اسلامی واحد تهران مرکزی - دانشکده علوم پایه 1389

nowadays, the development of anti cancer drugs is an important subject in pharmacology. bisphosphonates (b.p) are a great choice for design and production of the types of drugs which not only could perform as anti cancer agents but also could inhibit the function of acetyl cholinesterase (ache). ache hydrolyzes the acetylcholine (which is a neurotransmitter in nervous system) using the oh in i...

1998
O. R. Hainaut K. J. Meech H. Boehnhardt R. M. West

We present recovery observations of the parent of the Leonid meteor stream – comet 55P/Tempel-Tuttle using the Keck II telescope. At recovery, the comet was at r = 4.5 AU, with m R = 22.6, and there was no indication of coma or activity. Pre-and post-recovery observations from 6 observing runs (1994–1997 June) are presented. From these measurements we estimate that the nucleus radius is R N = 1...

2015
Lena Wiese

The data replication problem (DRP) describes the task of distributing copies of data records (that is, database fragments) among a set of servers in a distributed database system. For the application of flexible query answering, several fragments can be overlapping (in terms of tuples in a database table). In this paper, we provide a formulation of the DRP for horizontal fragmentations with ove...

Journal: :Archives of internal medicine 2005
Susan E Hardy Thomas M Gill

BACKGROUND Recent evidence indicates that most older persons who develop disability in their activities of daily living (ADLs) regain independent function, but many of these persons subsequently experience recurrent disability. The aims of this study were to identify independent predictors of time to and duration of recovery of independent ADL function among newly disabled community-dwelling ol...

Journal: :Blood 1984
E Alhanaty M Snyder M P Sheetz

In the human erythrocyte, the maintenance of the biconcave disc shape is important for cell viability as well as cell function. Previous studies have indicated the involvement of the hexose monophosphate shunt in the recovery of discoid shape after perturbation of echinocytic agents. In glucose-6-phosphate-dehydrogenase-deficient (Gd-) erythrocytes, the shunt activity is significantly decreased...

Journal: :Journal of psychiatric research 2000
S M Strakowski J R Williams D E Fleck M P Delbello

The aim of this study was to identify how different areas of function (role performance, interpersonal relationships, sexual activity and recreational enjoyment) differentially recover from a manic episode during the 8 months following a first psychiatric hospitalization. Fifty patients with bipolar disorder, 16-45 years of age, who met the criteria for a current manic episode were recruited du...

Journal: :The Journal of antimicrobial chemotherapy 2013
C H Chilton J Freeman S D Baines G S Crowther S Nicholson M H Wilcox

OBJECTIVES Previous work suggests oritavancin may be inhibitory to Clostridium difficile spores. We have evaluated the effects of oritavancin exposure on C. difficile spore germination, outgrowth and recovery. METHODS Germination and outgrowth of C. difficile spores exposed to different concentrations of oritavancin, vancomycin, or metronidazole (0.1-10 mg/L) were monitored at 0, 2, 4, 6, 24 ...

2013
Heather M. Gransee Wen-Zhi Zhan Gary C. Sieck Carlos B. Mantilla

Progressive recovery of rhythmic phrenic activity occurs over time after a spinal cord hemisection involving unilateral transection of anterolateral funiculi at C2 (SH). Brain-derived neurotrophic factor (BDNF) acting through its full-length tropomyosin related kinase receptor subtype B (TrkB.FL) contributes to neuroplasticity after spinal cord injury, but the specific cellular substrates remai...

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

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

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