نتایج جستجو برای: mozaffar al

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

2004
M. da Paz Lima Patrícia A. de Campos Braga Mario Lopes Macedo Gilberto Ferreira João B. Fernandes Paulo C. Vieira

O estudo de Trattinnickia burserifolia levou ao isolamento dos triterpenos conhecidos ursanos α-amirenona, α-amirina, 3-epi-α-amirina, 3α,16β-diidroxiurs-12-eno; oleananos β-amirenona, βamirina, 3-epi-β-amirina, 3α,16β-diidroxiolean-12-eno; tirucalanos ácidos 3α-hidroxitirucal-8,24dien-21-óico, 3α-hidroxitirucal-7,24-dien-21-óico, e 3-oxotirucal-8,24-dien-21-óico; damaranos dammarenediol-II e 3...

Journal: :Public health reports 2005
Librada C Estrada Michael R Fraser Joan P Cioffi DeAnne Sesker Laurie Walkner Michael W Brand Dave S Kerby David L Johnson Gary Cox Lou Brewer

Effective partnerships between local and state public health agencies and schools of public health have tremendous potential to improve the health of communities nationwide. This article highlights successful collaboration between local public health agencies (LPHA), state health departments, and Academic Centers for Public Health Preparedness (ACPHP) in schools of public health developed throu...

2003
TIMOTHY N. CASON Stephan Haggard

A fast-growing theoretical literature on the political economy of reform has provided a sizable collection of models that have deepened our understanding concerning how distributional conflict manifests itself in the political process and can prevent efficiency-enhancing economic reform from taking place (see e.g., Allan Drazen [2000 Ch. 10, 13] for an insightful review). Unfortunately, systema...

2014
Serdar Sargın Aziz Atik Gökhan Meriç Ahmet Aslan

(http://creativecommons.org/licenses/by-nc-nd/3.0/), which permits the noncommercial use, distribution, and reproduction of the article in any medium, provided the original author and source are credited. You may not alter, transform, or build upon this article without the permission of the Author(s). For reprints and permission queries, please visit SAGE’s Web site at http://www.sagepub.com/jo...

Journal: :Language, speech, and hearing services in schools 2005
Lisa M Bedore Elizabeth D Pen A Melissa Garci A Celina Cortez

PURPOSE This study evaluates the extent to which bilingual children produce the same or overlapping responses on tasks assessing semantic skills in each of their languages and whether classification analysis based on monolingual or conceptual scoring can accurately classify the semantic development of typically developing (TD) bilingual children. METHOD In Study 1, 55 TD children (ages 4;0 [y...

2005
Marlena Lee Christian Opp Marcus Opp

This paper analyzes the impact of biased beliefs on the structure of informational equilibria in classical self-selection models. Using the intuitive insurance market example of Rothschild-Stiglitz (1976) I show that biases of high-risk individuals have fundamentally different effects on equilibrium contracts than biases of low-risk individuals. Whereas equilibrium contracts of both groups are ...

2013
Mahmoud Keyvanara Seyed Ghafour Mousavi Zahra Karami

INTRODUCTION Suicide is one of the most prominent problems in health care system in current Iran. It could be impacted by various factors such as social, economic, individual and so on. Researchers show that socio-economic factors and suicide has significantly related. The people in low social class may more engage with social problems than higher social class. They may confront to problems suc...

2017

Through joined two sensitive methods solvation and cloud point extraction separated and determined micro amount of Ce(III) from aqueous solutions by using organic reagent 2,4-Dimethyl pentan-3-one (2,4-DMP) as extractant and non-ionic surfactant 1% TritonX-100 , the experimental study shows the solvation species of Ce+3 extracted into cloud point layer (CPL) have a wavelength for maximum absorb...

Journal: :The Journal of parasitology 1988
D R Brooks T L Deardorff

The new species is a member of an apparently monophyletic group within the genus that includes R. flexile, R. walga, R. himanturi, R. burgeri, R. euzeti, R. hawaiiensis, R. urobatidium, R. paratrygoni, R. ditesticulum, R. tetralobatum, R. margaritense, R. biorchidum, and R. spinicephalum. All of these species have bothridia with medial longitudinal septa, a constriction at mid-bothridium, and, ...

Journal: :دراسات الادب المعاصر 0
فیروز حریرچی سیدة رقیة مهری نژاد

jahez is one m of the most prominent character in the field of science and literature in the world.in addition to his proficiency in sciences,education and literature,he is one of the most celebrated one in discourse science and beliefs.he innovated a new religion called “jahezie religion’’ in the history of discourse  cience.from among his important works which are famous in all over the world...

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

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

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