نتایج جستجو برای: over design with four 21

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

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

abstract this study aimed at investigating the possible relationship between self-assessment in writing and self-regulation of iranian efl learners. the main purpose of the study was not only to report and inform about this relationship, but also to investigate and find practical outcomes of the incorporation of self-assessment in writing, such as improving writing skill. the research was carr...

Fazeli Nejad, Saied, Moazzami, Majied, Shahgholian, Ghazanfar,

To improve the stability of the power system, the design of a PSS and STATCOM controller parameters using ABC is presented as an optimization problem in this paper. The ABC is a collective intelligence based on the optimization algorithm and inspired by the bee feeding behavior in finding food. Fast convergence and high accuracy are the capabilities of this algorithm. The effectiveness and robu...

K. Jesunathan M Basri M.B. Abdul Rahman Naz Chaibakhsh

Esterification of chitosan with adipic acid catalyzed by immobilized Candida antarctica lipase B was carried out in this study. Response surface methodology (RSM) based on a four-factor- five-level small central composite design (SCCD) was employed to model and analyze the reaction. A total of 21 experiments representing different combinations of the four reaction parameters including ch...

A. Efthimiadou A. Karkanis D.J. Bilalis, I. Eleftherohorinos R.J. Froud-Williams

Field experiments were conducted to determine the effects of organic andinorganic amendments on weed suppression in sweet maize cultivation (Zea maysL.). A randomized complete block design was employed with four replicates pertreatment with each organic amendment used at half (x/2), single (x=10 t ha-1) anddouble (2x) rates (organic fertilization: cow manure, poultry manure and barleymulch; syn...

Journal: :چغندرقند 0
محمدرضا جهاد اکبر اعضای هئیت علمی مرکز تحقیقات کشاورزی و منابع طبیعی استان اصفهان رضا طباطبایی نیم آورد اعضای هئیت علمی مرکز تحقیقات کشاورزی و منابع طبیعی استان اصفهان حمیدرضا ابراهیمیان اعضای هئیت علمی مرکز تحقیقات کشاورزی و منابع طبیعی استان اصفهان

to study the critical period of weeds competition with sugar beet and determine the duration that the crop can tolerate the weeds, a field experiment was carried out at esfahan agicultural research center, in kabotarabad-esfahan during 1999-2000.  the experiment conducted in rcb design with 14 treatments and four replications. the treatments included control throughout the growth season (as a c...

Journal: :Journal of medical genetics 1977
C G Palmer M E Hodes T Reed J Kojetin

Four new cases of ring G chromosomes are presented including one family in which the ring 21 is present in a mother and in her daughter, who has 47, XXX, r(21) chromosomes. The clinical and dermatoglyphic findings in r21 and r22 syndromes are reviewed.

پایان نامه :دانشگاه امام رضا علیه اسلام - دانشکده ادبیات و زبانهای خارجی 1393

abstract this mixed method study examines whether there is any relationship among the variables of the study (job satisfaction, social capital and motivation). the researcher considered job satisfaction and social capital as independent variables; motivation is the dependent variable of the study. the researcher applied a questionnaire to assess each variable. to measure efl teachers’ job sati...

2014
Farhan Durrani

Implant retained over denture (IRO) is a satisfactory treatment modality for edentulous patient with problems with their lower denture. There are good reasons why this treatment should be selected in preferences to using tissue supported dentures. There are certain rules that provide a method to control the mechanical environment, addressing factors effecting implant and prosthesis longevity, i...

Journal: :dental research journal 0
mansour rismanchian reza birang mahdi shahmoradi hassan talebi reza jabar zare

background: as various implant geometries present different biomechanical behaviors, the purpose of this work was to study stress distribution around tapered and cylindrical threaded implant geometries using three-dimensional finite element stress analysis.     methods: seven implant models were constructed using the cad system. after digitized models of mandibular section, the crowns were crea...

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

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

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