نتایج جستجو برای: in recent decade

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

Journal: :journal of medical ethics and history of medicine 0
bagher larijani farzaneh zahedi

health statistics demonstrate remarkable progresses in the field of primary health care and academic education in iran within recent decades. iran has also had obvious progresses in the field of research and the international publication rate of iranian scientists has been quadrupled over the past decade. progresses in biomedical researches have been associated with considerable activities in b...

Azizi, Yaser, Fanaei, Hamed, Khayat, Samira,

Recent studies have shown that reactive oxygen species (ROS) have a very important role in the intracellular signaling process in physiological conditions. On the other hand, during the recent decade it has been indicated that ROS play a role in various types of male infertility and it is due to the overproduction of ROS or decrease in the antioxidant defense system in the reproductive system a...

Nowadays, there is much attention for planning of container terminals in the global trade centers. The high cost of quay cranes motivates both scholars and industrial practitioners especially in the last decade to develop novel optimization models to address this dilemma. This study proposes a coordinated optimization model to cover both Quay Crane Scheduling Problem (QCSP) and Quay Crane Assig...

Journal: :تحقیقات اقتصادی 0
محسن ابراهیمی دانشیار، دانشگاه بوعلی سینا علی اکبر قلی زاده استادیار گروه اقتصاد دانشگاه بوعلی سینا امیرحسین علی پور کارشناس ارشد اقتصاد دانشگاه بوعلی سینا

in the recent decade, supply of labour force has increased which may causes theovereducation. overeducation is potentially costly for any economy. in this study,we examine the effective factors on overeducation, undereducation and returns ofyears of schooling, by using the mean realized match method, over iscoclassification data from household socio-economic survey in year 2003 usinglogit,mince...

Journal: :بینا 0
حمید احمدیه h ahmadieh ophthalmic research center, shahid beheshti university of medical sciences, tehran, iranتهران- پاسداران- خیابان امیر ابراهیمی- نبش بوستان نهم- پلاک 5- مرکز تحقیقات چشم منصور همایونی m homayooni ophthalmic research center, shahid beheshti university of medical sciences, tehran, iranتهران- پاسداران- خیابان امیر ابراهیمی- نبش بوستان نهم- پلاک 5- مرکز تحقیقات چشم

the most important progress in the field of retinal diseases during recent years might be the introduction of pharmacotherapy. age-related macular degeneration for instance was an irreversible disease leading to permanent anatomical and functional changes in the macula up to the previous decade; however, the use of anti-vascular endothelial growth factor agents (anti-vegfs) not only stops the p...

This article ties to survey the evolution trend of development theories to demonstrate that such theories have undergone impressive transformation within the recent 60 years. The first generation of the thinkers paid attention to the macroeconomic neo-classical models and the second generation of them took various factors ranging from market mechanisms to human capital. However, the governance ...

جنیدی جعفری, احمد, دولتی, محسن, رضایی کلانتری, روشنک, کرمانی, مجید,

Background: Air pollution, especially the phenomenon of dust and particulate matter can cause mortality of many civilians, and causes various diseases including cardiovascular and respiratory diseases. One of the major pollutants in the air is particulate matter that concentration has increased over recent years. So, present study with aim of Quantification Health Endpoints Attributed to partic...

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

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

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