نتایج جستجو برای: 8 mpa and non

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

Journal: :علوم گیاهان زراعی ایران 0
مهدی سیدان جاسبی دانشجوی کارشناسی ارشد گروه زراعت و اصلاح نباتات، دانشکدۀ کشاورزی، دانشگاه صنعتی اصفهان پرویز احسان زاده دانشیار گروه زراعت و اصلاح نباتات، دانشکدۀ کشاورزی، دانشگاه صنعتی اصفهان

investigation of physiological responses to water deficit in sesame (sesamum indicum l.) genotypes can help to identify effective mechanisms of plant resistance to stress. therefore, chlorophyll content, proline, soluble carbohydrates, net photosynthesis rate, stomatal conductance, maximum quantum efficiency (fv/fm), plant height and shoot dry weight in a complete block factorial pot experiment...

2012
Mohammad Hossein Abbaspour-Fard Rasool Khodabakhshian Bagher Emadi Hasan Sadrnia

The elastic modulus of two varieties of Iranian pumpkin seed and its kernel (namely, Zaria and Gaboor) were evaluated as a function of size (large, medium, and small), loading rate (2, 5, 8, and 10 mm/min), and moisture content (4, 7.8, 14, and 20% d.b) under quasistatic compression loading. The results showed that elastic modulus of pumpkin seed and its kernel decreased with increasing moistur...

2016
Surojit Gupta Yun Ji

In this paper, we report the synthesis and characterization of ultra-high molecular weight polyethylene (UHMWPE)-lignin composites. During this study four different compositions, namely UHMWPE, UHMWPE-13 wt. % lignin, UHMWPE-25 wt. % lignin and UHMWPE-42.5 wt. % lignin were fabricated by hot pressing. Detailed microstructural studies by scanning electron microscopy (SEM) showed that UHMWPE and ...

Journal: :Drug metabolism and disposition: the biological fate of chemicals 2006
Ian S Westley Leonie R Brogan Raymond G Morris Allan M Evans Benedetta C Sallustio

Mycophenolic acid (MPA) is part of the immunosuppressant therapy for transplant recipients. This study examines the role of the canalicular transporter, Mrp2, and the effect of cyclosporin A (CsA), on the biliary secretion of the ether (MPAGe) and acyl (MPAGa) glucuronides of MPA. Isolated livers from Wistar rats (n = 6), or Wistar TR- rats (n = 6) were perfused with MPA (5 mg/l). A third group...

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

abstract: the present study was undertaken to investigate whether 1) there is any significant correlation between iranian efl/eap learners’ l2 writing proficiency and their willingness to communicate, 2) there is any significant difference between efl and eap learners in terms of willingness to communicate, 3) there is any significant difference in wtc of iranian efl/eap learners with 1- nati...

Journal: :Circulation. Cardiovascular imaging 2012
Quynh A Truong Joseph M Massaro Ian S Rogers Amir A Mahabadi Matthias F Kriegel Caroline S Fox Christopher J O'Donnell Udo Hoffmann

BACKGROUND Main pulmonary artery diameter (mPA) and ratio of mPA to ascending aorta diameter (ratio PA) derived from chest CT are commonly reported in clinical practice. We determined the age- and sex-specific distribution and normal reference values for mPA and ratio PA by CT in an asymptomatic community-based population. METHODS AND RESULTS In 3171 men and women (mean age, 51±10 years; 51% ...

2011
Bernardino Marcos Lorena Bouzas J. Carlos Tutor

OBJECTIVES Gastrointestinal side-effects caused by mycophenolic acid (MPA) are frequent in liver transplant recipients, and in these cases a switch from two to three daily doses is usually recommended. However, a limited sampling strategy for the estimation of MPA area under the curve from 0 to 8 hours (AUC(0-8h)) has not been made. DESIGN AND METHODS In 22 liver transplant patients who were ...

2009
Ji Seon Oh Chang-Keun Lee Yong Gil Kim Seong-Su Nah Hee-Bom Moon Bin Yoo

Microscopic polyangiitis (MPA) is a systemic vasculitis affecting small vessels. To determine the clinical features and outcomes of MPA in Korean patients, we retrospectively reviewed the medical records of patients diagnosed with MPA at a single medical center in Korea between 1989 and 2006. The 18 patients who met the Chapel Hill criteria for MPA had a mean (+/-SD) age at the time of diagnosi...

2015
Naoki Morimoto Atsushi Mahara Kouji Shima Mami Ogawa Chizuru Jinno Natsuko Kakudo Kenji Kusumoto Toshia Fujisato Shigehiko Suzuki Tetsuji Yamaoka

We previously reported that high hydrostatic pressure (HHP) of 200 MPa for 10 minutes could induce cell killing. In this study, we explored whether HHP at 200 MPa or HHP at lower pressure, in combination with hyposmotic distilled water (DW), could inactivate the skin, as well as cultured cells. We investigated the inactivation of porcine skin samples 4 mm in diameter. They were immersed in eith...

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

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

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