نتایج جستجو برای: partial immobilization model

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

Mahsa Hasani, Maryam Mohammadalizadeh, Mohammad Javad Kharazifard, Mohammad Reza Khami, Samaneh Razeghi,

Background and Aim: Management of children’s behavior is fundamental to a successful and effective dental treatment for children. This study aimed to evaluate the perceptions of dental students towards behavior guidance techniques in pediatric dentistry. Materials and Methods: This cross-sectional study was carried out on dental students from three different levels of education. A questionnair...

Journal: :international journal of environmental research 2012
m. abbasi m.a. abduli b. omidvar a. baghvand

forecasting of municipal waste generation is a critical challenge for decision making and planning,because proper planning and operation of a solid waste management system is intensively affected by municipal solid waste (msw) streams analysis and accurate predictions of solid waste quantities generated. due to dynamic and complexity of solid waste management system, models by artificial intell...

Journal: :international journal of bio-inorganic hybrid nanomaterials 0

in this work, the effect of immobilization of bread yeast (saccharomyces cerevisiae) by sol-gel technique combined with functionalized nanoporous silica was investigated in different weight ratios of silica containing materials (tmos: lus-1). the activities of immobilized yeast in days after immobilization were examined. the results showed immobilization maintain the yeast life for a longer tim...

2009
Annabelle Z. Caron Geneviève Drouin Justine Desrosiers Frédéric Trensz Guillaume Grenier

Caron AZ, Drouin G, Desrosiers J, Trensz F, Grenier G. A novel hindlimb immobilization procedure for studying skeletal muscle atrophy and recovery in mouse. J Appl Physiol 106: 2049–2059, 2009. First published April 2, 2009; doi:10.1152/japplphysiol.91505.2008.—Skeletal muscle atrophy is a serious concern for patients afflicted by limb restriction due to surgery (e.g., arthrodesis), several art...

In this work, the effect of immobilization of bread yeast (Saccharomyces cerevisiae) by sol-gel technique combined with functionalized nanoporous silica was investigated in different weight ratios of silica containing materials (TMOS: LUS-1). The activities of immobilized yeast in days after immobilization were examined. The results showed immobilization maintain the yeast life for a longer tim...

In this work, the effect of immobilization of bread yeast (Saccharomyces cerevisiae) by sol-gel technique combined with functionalized nanoporous silica was investigated in different weight ratios of silica containing materials (TMOS: LUS-1). The activities of immobilized yeast in days after immobilization were examined. The results showed immobilization maintain the yeast life for a longer tim...

Aboutorab Tabatabaei Naeini Nasser Vesal,

Case Description- Five lions (one female and 4 male) were presented for diagnostic andsurgical treatment (wound management, castration and radiography). Immobilization oranesthesia was necessary to complete the procedure.Treatment and Outcome - Immobilization was induced using intramuscular injection ofvarious drug combinations (xylazine, diazepam or midazolam in combination withketamine). Inha...

Magnetic silica aerogel in hydrophobic and hydrophilic forms were used as support to immobilize Candida rugosa lipase by adsorption method. Response surface methodology (RSM) was employed to study the effects of the three most important immobilization parameters, namely enzyme/support ratio (0.3-0.5, w/w), immobilization time (60-120 min) and alcohol percentage (20-40, %v/v) on the specific act...

Journal: :Applied Nanoscience 2021

Abstract In the work, possibility of using nanoparticles gold (AuNPs) to upgrade bioselective elements biosensors in order improve their analytical characteristics is considered. The based on acetylcholinesterase (AChE), butyryl cholinesterase (BuChE) and glucose oxidase (GOD) were used as an experimental model. Immobilization enzymes surfaces conductometric transducers was performed by crossli...

Journal: :caspian journal of mathematical sciences 2015
a. a. neamaty y. khalili

in this paper, we obtain a suitable mathematical model for the seismic response of dams. by using the shear beam model (sb model), we give a mathematical formulation that it is a partial differential equation and transform it to the sturm-liouville equation.

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

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

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