نتایج جستجو برای: activation energy and sol

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

2014
Benedikt Lauber Glen A. Lichtwark Andrew G. Cresswell

While medial gastrocnemius (MG) and soleus (SOL) are considered synergists, they are anatomically exclusive in that SOL crosses only the ankle, while MG crosses both the knee and ankle. Due to the force-length properties of both active and passive structures, activation of SOL and MG must be constantly regulated to provide the required joint torques for any planned movement. As such, the aim of...

Journal: :Journal of neurophysiology 2001
J A Hodgson S Wichayanuparp M R Recktenwald R R Roy G McCall M K Day D Washburn J W Fanton I Kozlovskaya V R Edgerton

Continuous intramuscular electromyograms (EMGs) were recorded from the soleus (Sol), medial gastrocnemius (MG), tibialis anterior (TA), and vastus lateralis (VL) muscles of Rhesus during normal cage activity throughout 24-h periods and also during treadmill locomotion. Daily levels of MG tendon force and EMG activity were obtained from five monkeys with partial datasets from three other animals...

پایان نامه :وزارت علوم، تحقیقات و فناوری - پژوهشگاه مواد و انرژی - پژوهشکده سرامیک 1392

thermal barrier coatings (tbcs) are used to provide thermal insulation to the hot section components of gas turbines in order to enhance the operating temperature and turbine efficiency. hot corrosion and thermal shocks are the main destructive factors in tbcs which comes as a result of oxygen and molten salt diffusion into the coating. in this thesis atmospheric plasma spraying was used to dep...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه سیستان و بلوچستان 1390

cement is an essential ingredient in the concrete buildings. for production of cement considerable amount of fossil fuel and electrical energy is consumed. on the other hand for generating one tone of portland cement, nearly one ton of carbon dioxide is released. it shows that 7 percent of the total released carbon dioxide in the world relates to the cement industry. considering ecological issu...

Journal: :journal of agricultural science and technology 2012
r. amiri chayjan

drying properties of high moisture potato slices with initial moisture content of about 4.06 (db) under thin layer fixed, semi fluidized and fluidized bed conditions were studied. drying air temperatures of 40, 50, 60 and 70°c were applied in experiments using a laboratory fluidized bed convective dryer. in order to predict the drying behavior of potato slices, seven thin layer drying models we...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه یاسوج - دانشکده علوم 1391

in this investigation the effect of external field on the electron density of nanostructures of cds, cdse, cdte, gaas and polymeric structure of three, four, five and six units of cds as a kind of nanosolar cells has been studied theoretically. as modeling this system in nanodimension, molecular structures has used. specific properties of molecular structures permit us to consider different sym...

Journal: :journal of the iranian chemical research 0
mohammad taghi taghizadeh department of physical chemistry, faculty of chemistry, university of tabriz, tabriz, iran parinaz seifi-aghjekohal department of physical chemistry, faculty of chemistry, university of tabriz, tabriz, iran ali bahadori, department of physical chemistry, faculty of chemistry, university of tabriz, tabriz, iran banafsheh zeraatkar department of physical chemistry, faculty of chemistry, university of tabriz, tabriz, iran

the thermal degradation of polyethylene (pe) was carried out in the absence and presence ofcatalystes x-zeolite and silica-alumina at different temperatures. the optimum pe/catalysisratio was 0.25:0.05 g/g, which produced highest degradation value. pe and pe/catalysis werecharacterized by thermogravimetric analysis. the thermal degradation properties of polymerhave been studied by infrared spec...

Journal: :Journal of the Royal Society, Interface 2008
Motoshi Kaya Tim R Leonard Walter Herzog

It has been shown that cat soleus (SOL) forces remain nearly constant despite increases in electromyography (EMG) activity for increasing speeds of locomotion, while medial gastrocnemius (MG) forces and EMG activity increase in parallel. Furthermore, during jumping, average cat SOL forces decrease, while average EMG activity increases dramatically compared with walking conditions. Finally, duri...

Journal: :Journal of neurophysiology 2013
Kathleen J Manella Kathryn E Roach Edelle C Field-Fote

Ankle clonus is common after spinal cord injury (SCI) and is attributed to loss of supraspinally mediated inhibition of soleus stretch reflexes and maladaptive reorganization of spinal reflex pathways. The maladaptive reorganization underlying ankle clonus is associated with other abnormalities, such as coactivation and reciprocal facilitation of tibialis anterior (TA) and soleus (SOL), which c...

Ali Bahadori, Banafsheh Zeraatkar Mohammad Taghi Taghizadeh, Parinaz Seifi-Aghjekohal

The thermal degradation of polyethylene (PE) was carried out in the absence and presence ofcatalystes X-Zeolite and Silica-Alumina at different temperatures. The optimum PE/Catalysisratio was 0.25:0.05 g/g, which produced highest degradation value. PE and PE/Catalysis werecharacterized by thermogravimetric analysis. The thermal degradation properties of polymerhave been studied by Infrared spec...

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

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

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