نتایج جستجو برای: ساختار pop

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

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

منطقه ی مورد مطالعه در ابتدای پهنه ی خاوری گسل درونه و در جنوب خاوری تربت حیدریه ( شمال خاور ایران ) ، بین طول های جغرافیایی59 16 21 تا 59 25 1 شمالی و عرض های جغرافیایی 35 8 58 تا 35 12 35 خاوری قرار دارد. این منطقه شامل گسل هایی موازی با امتداد n100 است که مرزهای شمالی و جنوبی ناودیس های پهنه را می سازند. ناودیس ها، چین هایی بسته و نامتقارنی، متشکل از ماسه سنگ های الیگوسن هستند که به رده ی 1c...

2002
Akira Nakano Tsukasa Hirashima Akira Takeuchi

A learner who can solve a problem cannot always understand the problem adequately. In order to deeply understand a problem, it is necessary that he/she poses various problems which can be solved by the “solution method” of the problem. Moreover, after he/she poses problems, it is necessary that he/she considers and indicates differences between the problems posed by him/her, too. So, we develop...

Background and aims: Pelvic organ prolapse (POP) is a common condition which affects on a large proportion of women. The objective of this study was to determine the risk factors of POP in Iranian women. Methods: This cross-sectional study was carried out to examine the role of demographic, anthropometric and clinical characteristics in POP disease in a sample of 365 females in Ilam, Iran. Exa...

ژورنال: :مجله دندانپزشکی 0
وجیه‎السادات مرتضوی v. mortazavi محمد حسین فتحی mh. fathi امیر احمد عجمی aa ajami

بیان مسأله: آلودگی سطح عاج به خون در حین ترمیم دندانها می تواند استحکام اتصال مواد چسبنده به عاج را تحت تأثیر قرار دهد. روشهای مختلف پاکسازی خون نیز ممکن است تأثیر آلودگی را از بین ببرد و استحکام اتصال را افزایش دهد. هدف: مطالعه حاضر با هدف ارزیابی تأثیر آلودگی خون بر استحکام باند برشی کامپوزیت و کامپومر به عاج با استفاده از ادهزیو promt l-pop و مؤثر بودن اصلاح سازیهای مختلف سطح بر روی استحکام ...

Journal: :international journal of epidemiologic research 2014
ashraf direkvand-moghadam zeynab ghazanfari ali montazeri ali delpisheh azadeh direkvand-moghadam

background and aims: pelvic organ prolapse (pop) is a common condition which affects on a large proportion of women. the objective of this study was to determine the risk factors of pop in iranian women. methods: this cross-sectional study was carried out to examine the role of demographic, anthropometric and clinical characteristics in pop disease in a sample of 365 females in ilam, iran. exam...

2015
Erica L. Snow Danielle S. McNamara Matthew E. Jacovina Laura K. Allen Amy M. Johnson Cecile A. Perret Jianmin Dai G. Tanner Jackson Aaron D. Likens Devin G. Russell Jennifer L. Weston

Metacognitive awareness has been shown to be a critical skill for academic success. However, students often struggle to regulate this ability during learning tasks. The current study investigates how features designed to promote metacognitive awareness can be built into the game-based intelligent tutoring system (ITS) iSTART-2. College students (n=28) interacted with iSTART-2 for one hour, comp...

2012
Camelia Şerban

2012 ACKNOWLEDGMENTS I would like to thank all people which have made this work possible. I express my sincere gratitude to my supervisor, Professor Militon Frent¸iu, for his help during these years. I also thank Professor Horia F. Pop for research opportunities offered and valuable ideas. The passion for research, encouragements and many ideas came from my coleague Andreea Vescan to whom I am ...

2004
Michael Mayer Wolfgang J. Duschl

We present stationary models of protostellar population  (Pop , for short) accretion discs, compare them to Pop  discs, and investigate the influence of the different chemical compositions on the occurence of gravitational, thermal and thermal-viscous instabilities in the discs. In particular in the cooler regions, we find major differences between Pop  and Pop  discs, both in the st...

Ensiye Sadati Hossein Mirzaii Leila Fathi Mehdi Akbariyan Rahele Kardavani*

This research was done in order to describe the content of proposed lyrics’ concepts in permissible pop music based on published audio works’ list of music publication office in 2009 among 200 albums of music office published audio works,  the 10 number of pop singers were randomly selected and the lyrics’ concept of 70 music were also investigated. In the process of data analysis in the first ...

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

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

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