نتایج جستجو برای: carrier pressure

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

Journal: :iranian journal of microbiology 0
v noaman center for ticks and tick- borne diseases, faculty of veterinary medicine, university of tehran, tehran, iran and veterinary department of isfahan research center for agriculture and natural resources, isfahan, iran. p shayan center for ticks and tick- borne diseases, faculty of veterinary medicine, university of tehran, tehran, iran.

background and objectives: anaplasma phagocytophilum is a zoonotic, tick borne rickettsial pathogen. a. phagocytophilum has been detected in north america, europe, africa and asia by molecular methods. in iran we have little information about the distribution of this agent in human and animals. materials and methods: from march 2007 to july 2007, one hundred and fifty blood samples and correspo...

Journal: :iranian journal of parasitology 0
vahid noaman parviz shayan narges amininia

background: anaplasmosis belongs to the complex of several tick-borne diseases and can cause diseases in the livestock with high economical losses. cattle that recover from acute infection become carriers and the parasite can persist most probably for the lifetime in the blood. the aim of the present study was the determination of the persistently infected cattle in a region of iran with the pr...

Journal: :international journal of nanoscience and nanotechnology 2010
k. khosravi-darani m. r. mozafari

liposomes have attracted great interest as efficient carriers for nutrients, drugs and other bioactive agents as well as ideal models for biological membranes. this article intends to provide an overview of liposomes and nanoliposomes definition as well as their properties and preparation methods. also it elaborates on various applications of nanoliposomes in nanotherapy including diagnostics, ...

Journal: :international journal of nanoscience and nanotechnology 2008
z. babaei m. jahanshahi m. h. sanati

the aim of present study was to prepare gelatin nanoparticle for drug and gene delivery applications. these nanoparticles were prepared by two-step desolvation method. the body distribution of colloidal drug delivery systems was mainly influenced by two physicochemical properties namely particle size and surface characteristics. the influence of several factors on the fabrication process includ...

Journal: :journal of nanostructures 2013
m. zahedifar m. farangi m. h. pakzamir

germanium nanowires (genws) were synthesized using chemical vapor deposition (cvd) based on vapor–liquid–solid (vls) mechanism with au nanoparticles as catalyst and germanium tetrachloride (gecl4) as a precursor of germanium. au catalysts were deposited on silicon wafer as a thin film, firstly by sputtering technique and secondly by submerging the silicon substrates in au colloidal solution, wh...

Journal: :international journal of marine science and engineering 0
f. azarsina department of marine science and technology, science and research branch, islamic azad university, tehran, iran 2ministry of road and urban development, tehran, iran r. panahi ministry of road and urban development, tehran, iran,

this paper assesses the design guidelines of different classification codes for the liquefied natural gas carriers considering the effect of liquid sloshing. with regard the increasing importance of lng carriers in today’s marine transportation, and also considering that the marine accidents involve significant loss, classification societies by regulating national and international standards ai...

Journal: :Energy 2021

In this work, an integrated conversion system of coal to ammonia (NH3) is developed with the objectives total energy efficiency maximization and process simplification. The integrates drying, chemical looping hydrogen production, cryogenic nitrogen separation, NH3 synthesis, power generation. Due integration, exergy destruction from each individual process, as well whole system, can be reduced ...

Journal: :Energies 2022

This publication explores how the existing synergies between conventional liquefied natural gas regasification and hydrogen hydrogenation dehydrogenation processes can be exploited. Liquid Organic Hydrogen Carrier methodology has been analyzed for from a thermodynamic point of view to propose an energy integration system improve efficiency during hybridization periods. The proposed neural netwo...

Journal: :Indian Journal of Pharmaceutical Sciences 2022

In this study, bovine serum albumin-paclitaxel nanoparticles were prepared by high-pressure homogenization method with halogenated salt as coagulant. The effect of process parameters such albumin concentration, coagulant homogenisation time, pressure, water/ethanol ratio and was analyzed to optimize nanoparticle size, conversion rate encapsulation efficiency. Bovine concentration pressure found...

Journal: :The Journal of General Physiology 1952
W. J. V. Osterhout

When a compound enters a living cell until its activity becomes greater inside than outside, it may be said to accumulate. Since it moves from a region where its activity is relatively low to a region where its activity is relatively high, it is evident that work must be done to bring this about. The following explanation is suggested to account for accumulation. The protoplasmic surface is cov...

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

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

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