نتایج جستجو برای: 1 m 50 percent cf and 15 tha

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

2003
HARUMI JYONOUCHI PAUL W. KINCADE KENNETH S. LANDRETH GRACE LEE ROBERT A. GOOD ERIC GERSHWIN

Animals wi th genet ical ly de te rmined defects in the deve lopment of l y m p h o i d and hemopoie t ic systems have proven useful for unde r s t and ing how these processes are normal ly regula ted (1-4). There is reason to believe that New Z e a l a nd strain mice, which have long been used as a model for a u t o i m m u n e disease, will s imilar ly be impor t an t for studies of B lymphoc...

Journal: :مجله دانشکده پرستاری و مامایی ارومیه 0
معصومه خوش کلام m khoshkalam جمیله امیرزاده ایرانق j jamirzadeh

he epidemiological study of burned patients in   west azarbalian (1382)   m. khoshkalam [1] ,m.s. jamirzadeh [2] , m.s .     abstract     introduction: bum injuries still produce a significant morbidity and mortality in iran. this study was carried out to show the epidemiology, mortality, and etiological factors of burned patients in province of west azarbaijan.   methods & materials: this stud...

سعید نورمحمدی عبدالامیر راهنما عزیز فومن اجیرلو, علی اکبر مختارزاده علیرضا بهشتی فتح اله نادعلی محمدرضا شیری هادی حسن زاده مقدم

  Pegah is a new forage sorghum cultivar, improved in Iran. It is derived from progenies of a cross made between Early orange (Farian) and LFS56 (Local selected germ[lasm) cultivars. Its improvement took 15 years from crossing up to releazing time. All selections and evaluations were made in SPII and its associated research centers in Iran. Pegah is a pure line variety and its seed production i...

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

the present study aimed at investigating the relationship between iranian efl teachers’ classroom management orientations and their teaching styles. additionally, the difference between male and female teachers’ teaching styles and classroom management orientations and their relationship with experience and age were explored. three hundred efl teachers filled in attitudes and beliefs on classro...

2015
B. Li C. H. Fan Z. Q. Xiong Q. L. Li M. Zhang

An experiment was conducted to study the influences of nitrification inhibitor (NI) and biochar incorporation on yield-scaled N2O using the static chamber method and gas chromatography in an intensively managed vegetable field with seven consecutive vegetable crops from 2012 to 2014 in southeastern China. With an equal annual nitrogen (N) application rate (1217 kgNha yr), six treatments under t...

Mint is one of the most important medicinal and aromatic plants in the world, however, the effects of shading levels on growth and quality of mint accessions have not been well documented. Therefore, the purpose of this experiment was to determine the effects of five shade levels on production of nine mint genotypes. For this purpose a completely randomized design with three replications was c...

2014
Dimitrios Michelakis Vinicio Linares Iain H. Woodhouse

Fine-scale biomass maps offer forest managers the prospect of more detailed and locally accurate information for measuring, reporting and verification activities in contexts, such as sustainable forest management, carbon stock assessments and ecological studies of forest growth and change. In this study, we apply a locally validated method for estimating aboveground woody biomass (AGWB) from Ad...

2003
DAVID W. ROWE ERMONA B. McGOODWIN GEORGE R. MARTIN MICHAEL D. SUSSMAN DOUGLAS GRAHN BARBARA FARIS CARL FRANZBLAU

Mice wi th alleles a t the X-chromosomal locus, Mottled, have connective tissue abnormali t ies tha t are, in m a n y respects, similar to those found in la thyr i t ic animals. Like animals raised on lathyrogens, these mice have aort ic aneurysms, reduced tensile s t rength of the skin, and bone abnormali t ies (1). D a t a is presented to indicate tha t the low tensile s t rength is due to im...

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

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

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