نتایج جستجو برای: published composition

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

Journal: :مجله ایرانی آموزش در علوم پزشکی 0
فریدون عزیزی fereidoun azizi

introduction. in order to improve planning, educational methodology, and evaluation in medical education, well-proportioned, exact and prospective programs are needed. without doubt, the main changes in medical education programs have resulted from researches performed in this area during the last decades. revision of medical education in iran began by the cultural revolution council by order o...

Journal: :Biomedical Journal of Scientific and Technical Research 2023

The use of palm oil increases every year [1-5]. published facts show that there are differences in the composition some types oil, which determine and change effects on metabolism [1-2].

Journal: :The Japanese journal of veterinary research 1969
N Kumazawa R Yanagawa

2016
Antonio Sorgente Antonio Calabrese Gianluca Coda Paolo Vanacore Francesco Mele

In this paper, we present our ongoing research about the composition of syncretic text for artificial museum guides. During a museum visit, the visitors receive information about the cultural assets and responses to their questions. The aim is to reuse existing texts(for example those already published on the web) to compose responses for visitors that take into account the time at their dispos...

2002

The local structure of La 1 .~Ca~MnO 3 is determined from pair-distribution function (PDF) analysis of pulsed neutron diffraction. We have compared the effect on the local structure of crossing the metal-insulator transition as a function of temperature and composition. Crossing the metal insulator boundary at low temperature by varying the composition yields similar distortions to those seen i...

Journal: :The British journal of nutrition 2013
Nathalie M Delzenne Audrey M Neyrinck Patrice D Cani

Experimental data in animals, but also observational studies in obese patients, suggest that the composition of the gut microbiota differs in obese v. lean individuals, in diabetic v. non-diabetic patients or in patients presenting other diseases associated with obesity or nutritional dysbalance, such as non-alcoholic steatohepatitis. In the present review, we will describe how changes in the g...

Journal: :JUSPN 2014
S. M. F. D. Syed Mustapha Hui-Na Chua

As communication networks have evolved towards IP (Internet Protocol) networks, telecommunication operators has expanded its reach to internet multimedia web content services while operating circuit-switch networks in parallel. With the adoption of SOA (Service Oriented Architecture) that enables service capability interfaces to be published and integrated with other service capabilities into n...

2007

The manuscript presents a very rich dataset containing aerosol microphysical, cloud microphysical, and chemical properties measured at two sites in Puerto Rico. Four analyses are presented. First, a comparison between measured hygroscopic growth and cloud condensation nucleus activity, second a qualitative comparison between observed composition and measured hygroscopicity , third a comparison ...

2009
Brad E. Rosenheim Peter K. Swart Philippe Willenz

A revised calibration is presented relating the oxygen isotope composition of the aragonite-secreting sclerosponge Ceratoporella nicholsoni, oxygen isotope composition of seawater, and ambient water temperature. This new relationship has been obtained using high-resolution dO data measured in sclerosponges from the Bahamas and Jamaica compared to ambient temperature measurements and dO values o...

2017
IONUT BANU IOANA STOICA GHEORGHE BUMBAC GRIGORE BOZGA

In a fixed bed of porous catalyst pellets, there are developed two composition and temperature fields, one in the fluid phase and the other one at the level of solid pellets. The objective of this work is to evaluate, by numerical simulation, the unsteady state behavior of a catalyst pellet in typical operating conditions for methanol synthesis reactors. The process kinetics was described by th...

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

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

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