نتایج جستجو برای: cv pishtaz

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

2012
Qing-Bin Lu Xiao-Ai Zhang Ying Wo Hong-Mei Xu Xiu-Jun Li Xian-Jun Wang Shu-Jun Ding Xiao-Dan Chen Cui He Li-Juan Liu Hao Li Hong Yang Ting-Yu Li Wei Liu Wu-Chun Cao

Coxsackieviruses A10 (CV-A10) and A6 (CV-A6) have been associated with increasingly occurred sporadic hand-foot-mouth disease (HFMD) cases and outbreak events globally. However, our understanding of epidemiological and genetic characteristics of these new agents remains far from complete. This study was to explore the circulation of CV-A10 and CV-A6 in HFMD and their genetic characteristics in ...

Journal: :Mediators of Inflammation 1994
T. Ganbo K. Hisamatsu H. Inoue T. Nakajima Y. Murakami

The effect of lyso-PAF on ciliated cells was investigated in vitro. Normal mucosa was surgically obtained from human paranasal sinuses and incubated in the form of tissue culture. Ciliated epithelium was magnified under an inverted microscope, and ciliary movement was photo-electrically measured. Ciliary activity was significantly inhibited by 10(-8) M lyso-PAF and could be restored. The effect...

Journal: :Japanese journal of pharmacology 1984
A Nagaoka A Shino M Kakihana H Iwatsuka

The effects of a novel compound, 6-(10-hydroxydecyl)-2,3-dimethoxy-5-methyl-1,4-benzoquinone (idebenone, CV-2619), on cerebral and renal vascular changes were examined in stroke-prone spontaneously hypertensive rats (SHRSP) and in rats with experimentally induced hypertension. CV-2619 (35 mg/kg/day, p.o.) significantly inhibited the onset of cerebrovascular lesions (stroke) and the elevation of...

Journal: :Ecological applications : a publication of the Ecological Society of America 2015
Gabriel I Yospin Scott D Bridgham Ronald P Neilson John P Bolte Dominique M Bachelet Peter J Gould Constance A Harrington Jane A Kertis Cody Evers Bart R Johnson

We developed a new climate-sensitive vegetation state-and-transition simulation model (CV-STSM) to simulate future vegetation at a fine spatial grain commensurate with the scales of human land-use decisions, and under the joint influences of changing climate, site productivity, and disturbance. CV-STSM integrates outputs from four different modeling systems. Successional changes in tree species...

2011

Copyright © 200x Inderscience Enterprises Ltd. Abstract—Employers collect a large number of resumes from job portals, or from the company’s own website. These documents are used for an automated selection of candidates satisfying the requirements and therefore reducing recruitment costs. Various approaches for process documents have already been developed for recruitment. In this paper we prese...

Journal: :Japanese journal of pharmacology 1977
M Hirata K Kawazoe M Tanabe K Kikuchi

In dogs, intracoronary doses of CV-1674, adenosine ( ADS) and 2-Cl-ADS for doubling coronary flow were estimated as 5.0, 2.0 and 0.4 microgram/dog, and i.v. doses 31, 71 and 2.5 microgram/kg, respectively. ADS and 2-Cl-ADS decreased, while CV-1674 increased LV dp/dt. Intravenous infusion (30 min) of CV-1674 (10 microgram/kg per min) and ADS (700 microgram/kg per min) decreased coronary resistan...

Journal: :ACP journal club 2003
Brigitta C Brott

M a i n o u t c o m e m e a s u r e s Total mortality, cardiovascular (CV) mortality, and CV morbidity. M a i n r e s u l t s At median follow up of 5.4 years, 96 deaths (11.5%) occurred and 171 patients (20.5%) had CV morbidity. At 10 years, total mortality was 19%, CV mortality was 9%, and CV morbidity was 30%. After adjustment for age, sex, and comorbid conditions, moderate-to-severe MR and ...

2014
Wei Wei Haoran Guo Jingliang Li Sangsang Ren Zhenhong Wei Wanguo Bao Xiaoming Hu Ke Zhao Wenyan Zhang Yulai Zhou Fei Sun Richard Markham Xiao-Fang Yu

Human enteroviruses (HEV) have been linked to hand, foot, and mouth disease (HFMD) in the Pacific and Southeast Asia for decades. Many cases of HFMD have been attributed to coxsackievirus A16 (CV-A16, CA16), based on only partial viral genome determination. Viral phenotypes are also poorly defined. Herein, we have genetically and phenotypically characterized multiple circulating CV-A16 viruses ...

Journal: :Chest 2002
Günter Lehmann Jörg Horcher Karl Dennig Andreas Plewan Kurt Ulm Eckhard Alt

OBJECTIVES To compare the time course of resumption of mechanical performance of the left and right atrium after the novel method of internal low-energy cardioversion (CV) and conventional external CV of atrial fibrillation (AF). BACKGROUND Right atrial performance has been shown to normalize before the left atrium after external CV. However, no data on atrial function after internal CV are a...

Journal: :The Journal of experimental biology 1998
Tominaga Allen Naitoh

The freshwater protozoan Paramecium multimicronucleatum maintains a constant cytosolic osmolarity through the exocytotic activity of its contractile vacuole complex. The contractile vacuole (CV) expels the excess cytosolic water, acquired osmotically, to the exterior of the cell at fairly regular intervals. In a single exocytotic cycle, the CV swells as the cytosolic water enters the vacuole, r...

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

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

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