نتایج جستجو برای: experimental design with pre

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

2016
Luiz Gustavo Dias Lopes Tarcísio Gonçalves de Brito Anderson Paulo de Paiva Rogério Santana Peruchi Pedro Paulo Balestrassi

In this Data in Brief paper, a central composite experimental design was planned to collect the surface roughness of an end milling operation of AISI 1045 steel. The surface roughness values are supposed to suffer some kind of variation due to the action of several factors. The main objective here was to present a multivariate experimental design and data collection including control factors, n...

Bakhshi Pour, Abolfazl , Isazadegan, Ali , Mikaeli, Farzaneh ,

Introduction: Training based on emotional regulation and social skills strategies is one of the most important factors in the desirable growth of the personality of delinquent adolescents. The present study aims to compare the education based on emotional regulation strategies with social correlational education in reducing the aggression symptoms in delinquent adolescents. North Khorasan and R...

ژورنال: رویش روانشناسی 2020

The purpose of the present study was to determine the effectiveness of psychodrama treatment on social anxiety of migrant adolescent girls. The research design was quasi-experimental with pre-test /post-test with control group. The statistical population consisted of all Afghan female students in two public schools in District 12 who were educated in the year 2018-19. 28 subjects were selected ...

Journal: :iranian journal of hydrogen & fuel cell 2014
najmeh hoshyar abdullah irankhah

nanocrystalline ceria has been considered as support for carbon monoxide preferentially oxidation. in this study ceria was prepared by precipitation method and the effects of preparation conditions, such as ph of solution (8-10), aging time (1-12 hr), drying temperature (80-120 °c), calcination time (2-6 hr) and temperature (400-600 °c) were investigated on ceria synthesized powders properties....

Journal: Addiction and Health 2018
Ali Bahramnejad, Ghodratollah Rajabizadeh Marjan Rabani-Bavojdan Mehdi Shafiei-Bafti Mozhgan Rabani-Bavojdan Nahid Kaviani, Zohreh Ghaffari

Background: The aim of this study was to investigate the effectiveness of the harm reduction group therapy based on Bandura's self-efficacy theory on risky behaviors of sex workers in Kerman, Iran.Methods: A quasi-experimental two-group design (a random selection with pre-test and post-test) was used. A risky behaviors questionnaire was used to collect. The sample was selected among sex workers...

Journal: :iranian rehabilitation journal 0
shirin valizadeh central tehran branch, islamic azad university, tehran, iran.

objectives: the purpose of this study was to investigate the effectiveness of group anger management skills training on reducing aggression of mothers with adhd children's. methods: the research method was quasi experimental with pre-test and post-test design with a control group. population of the study was all of the mothers of children's with adhd that referred to counseling and ps...

Aims: The present study was conducted with the aim of investigating the effects of repeated magnetic brain stimulation on cognitive functions of police personnel with post-traumatic stress disorder (PTSD). This research was applied and semi-experimental with a pre-test-post-test research design with a control group. Materials and Methods: The statistical population included Naja police officer...

Journal: :international journal of foreign language teaching and research 0
belilew molla gebre assistant professor, dilla university, dilla

abstract the present study was carried out to investigate the effect of short stories on students’ reading comprehension, vocabulary power and attitude towards the skill and the new instructional materials. the participants of the study were 120 grade 9 students of dilla secondary and preparatory school. in order to gather data for the study, pre- and posttest of reading comprehension, pre and ...

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

seismic retrofit strategies have been developed in the past few decades following the introduction of new seismic provisions and the availability of advanced materials and methods. it can be observed that new approaches to deal with more lateral forces are more innovative and more energy absorbent. in line with this, there is a growing trend toward the use of steel shear walls as a system with ...

Journal: :The Journal of chemical physics 2014
Arijit K De Daniele Monahan Jahan M Dawlaty Graham R Fleming

We present a novel experimental scheme for two-dimensional fluorescence-detected coherent spectroscopy (2D-FDCS) using a non-collinear beam geometry with the aid of "confocal imaging" of dynamic (population) grating and 27-step phase-cycling to extract the signal. This arrangement obviates the need for distinct experimental designs for previously developed transmission detected non-collinear tw...

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

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

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