نتایج جستجو برای: iranian azeris

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

2010
Willy Pieter Mohsen Rostami Vahid Ziaee

PURPOSE The objective of this study was to compare the Iranian taekwondo-in statistically in terms of total injury rates to international counterparts as gleaned from the extant literature. METHODS The Iranian sample consisted of 204 male taekwondo-in participating in the national championship. The international sample included the participants in national and international tournaments. Valid...

2017
Farnaz Sinaei Farzad Fatehi

Neuromuscular disorders constitute a significant proportion of neurologic complaints. However, it has not been very long since they came into focus in Iran. The first specialized meeting on muscle and nerve disorders was held in Isfahan, 2010. The second gathering took place soon after in Tehran 2011 as a joint program with French experts.1 Kerman was the third place to contribute to neuromuscu...

Journal: :Aging & mental health 2013
Mustafa Bolghan-Abadi Daniel L Segal Frederick L Coolidge Juliana Gottschling

OBJECTIVE The Geriatric Anxiety Scale (GAS) is a new self-report screening measure designed for older adults. Due to the burgeoning Iranian population of older adults and the need for validated, culturally-appropriate screening measures for anxiety in Iran, the purposes of the present study were to translate the GAS into Persian and to explore its preliminary psychometric properties. METHOD I...

Journal: :Archives of osteoporosis 2013
Marjan Jeddi Mohammad Jafar Roosta Mohammad Hossein Dabbaghmanesh Gholamhossein Ranjbar Omrani Sayed Mohammad Taghi Ayatollahi Zahra Bagheri Ali Reza Showraki Marzieh Bakhshayeshkaram

UNLABELLED We provide the first reference values for bone mineral content and bone mineral density according to age and sex in Iranian children and adolescents. The prevalence of hypovitaminosis D was high, and levels of physical activity were low in our sample. Multiple regression analyses showed age, BMI, and Tanner stage to be the main indicators of bone mineral apparent density. PURPOSE N...

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

why some learners are willing to communicate in english, concurrently others are not, has been an intensive investigation in l2 education. willingness to communicate (wtc) proposed as initiating to communicate while given a choice has recently played a crucial role in l2 learning. it was hypothesized that wtc would be associated with language learning orientations (llos) as well as social suppo...

Journal: :Research in Sport Management & Motor Behavior 2019

2014
Seyran Naghdi Hesam Ghiasvand Nasrin Shaarbafchi Zadeh Saeidreza Azami Tayebeh Moradi

BACKGROUND Inequality in households' and individuals' consumption expenditures is one of the most important aspects of health status difference among households and individuals. OBJECTIVES We investigated the impact of some macro-economic factors specially inequality factors on the Iranian rural health status since 1986 through 2012. PATIENTS AND METHODS We conducted a longitudinal ecologic...

2016
Esmaeil Babaeian Alireza Saboori Dariusz J. Gwiazdowicz Vahid Etemad

Two new species records of Oplitidae, Oplitis exopodi Hunter & Farrier, 1975 and Oplitis sarcinulus Hunter & Farrier, 1976 are redescribed based on Iranian specimens from leaf-litter forest in Mazandaran province, northern Iran. A key to the Iranian species of Oplitis is presented.

2017
Sara Forootan Mohammad Reza Forootan Yalda Mousazadeh

Sara Forootan, Mohammad Reza Forootan, Yalda Mousazadeh. Iranian Center of Excellence in Health Management, School of Management and Medical Informatics, Tabriz University of Medical Sciences, Tabriz, Iran; Medical Student in Bushehr University of Medical Science, Bushehr, Iran; Iranian Center of Excellence in Health Management, School of Management and Medical Informatics, Tabriz University of...

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

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

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