نتایج جستجو برای: about 28 degrees

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

Journal: :British medical journal 1971
V C Roberts S Sabri M C Pietroni V Gurewich L T Cotton

The effect of rhythmic passive flexion of the foot on femoral vein blood volume flow rate has been investigated in 11 patients undergoing surgery for varicose veins. With rates of flexion varying from 24 to 50 per minute and with amplitudes varying from 20 degrees to 50 degrees it has been shown that the peak femoral vein flow can be increased to twice its normal value and that its pulsatility ...

Journal: :The Journal of General Physiology 2003
E. F. B. Fries

The frequency of pulsation of the intact heart in nymphs (final (?) instar) of Blatta orientalis L. increases with the temperature according to the equation of Arrhenius. The constant micro has typically the same value, within reasonable limits of error, as that (12,200) deduced for other, homologous activities of arthropods where the rate of central nervous discharge is perhaps the controlling...

Journal: :IJCCS (Indonesian Journal of Computing and Cybernetics Systems) 2020

Journal: :The Southeast Asian journal of tropical medicine and public health 2009
A Rohani Y C Wong I Zamre H L Lee M N Zurainee

Dengue 2 and 4 viruses obtained from dengue-infected patients were maintained in a C6/36 Aedes albopictus Skuse cell line and used to infect adult female Aedes aegypti mosquitoes. Each serotype was mixed separately with fresh human erythrocytes and fed to adult female mosquitoes using an artificial membrane feeding technique. Fully engorged mosquitoes were selected and retained at 26 degrees C,...

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

this exploratory study aimed to investigate a possible relationship between learners’ beliefs about language learning and one of their personality traits; that is,locus of control (loc). both variables, beliefs and locus of control, are assumed to influence the language learning process. the internal control index (ici) and the beliefs about language learning inventory (balli) were administered...

Journal: :The Journal of experimental biology 2005
Renate Kopp Thorsten Schwerte Bernd Pelster

In the Tubingen screen a breakdance mutant of zebrafish (bre) was described as an arrhythmia, in which the ventricle beats only with every second atrial contraction (2:1 rhythm). Surprisingly, a careful analysis of the effect of the breakdance mutation on cardiac performance of the zebrafish during development between 3 d.p.f. and 14 d.p.f revealed that homozygous bre mutants did not always sho...

Journal: :The Journal of General Physiology 1996
S Hollingworth M Zhao S M Baylor

Bundles of 10-100 fibers were dissected from the extensor digitorum longus muscle of mouse, mounted in an apparatus for optical recording, and stretched to long sarcomere length (> or = 3.6 microns). One fiber within the bundle was microinjected with furaptra, a fluorescent indicator that responds rapidly to changes in myoplasmic free [Ca2+] (delta [Ca2+]). Twitches and brief tetani were initia...

Journal: :Acta orthopaedica Belgica 2011
Ilse Degreef Luc De Smet

The elbow joint needs to be both mobile and stable to exercise its hinge function, which is the key to a normal upper limb. Loss of motion in the elbow joint leads to an exponential functional handicap. Elbow trauma is a common cause of elbow stiffness. Open elbow arthrolysis with release of the capsule has been demonstrated to be a very useful treatment. Arthroscopic elbow arthrolysis has now ...

Journal: :Proceedings of the National Academy of Sciences of the United States of America 1977
K A Krolick J Wisnieski E E Sercarz

Anti-Ig induced redistribution of different Ig subclasses was studied as a function of temperature and correlated with membrane phase transitions as revealed by electron spin resonance spectroscopy. Fluorescein isothiocyanate-coupled anti-IgG2 and anti-IgM antibodies induced patching and capping that proceeded with increasing rates from 2 degrees to 40 degrees (measured at 2 degrees intervals)....

Journal: :Foodborne pathogens and disease 2006
Manpreet Singh Shawna M Simpson Holly R Mullins James S Dickson

Thermal tolerance of acid-adapted Escherichia coli O157:H7 or Salmonella in ground beef was evaluated during storage at 4 degrees C or -20 degrees C. Both pathogens were adapted to acidic conditions (pH approximately 4.6) by growing in tryptic soy broth supplemented with 1% glucose. A five-strain cocktail of E. coli O157:H7 or Salmonella was grown separately in TSB (pH approximately 6.6) and TS...

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

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

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