نتایج جستجو برای: plusmn

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

Journal: :Neurologia medico-chirurgica 1988
A Suzuki N Yasui H Hadeishi I Sayama K Asakura

  The outcome of cerebral vasospasm in aged patients with ruptured intracranial aneurysms was compared with that in younger patients. Patients with brain damage due to previous stroke, in tracerebral hematoma, or surgical complications were excluded from the study. The study popula tion consisted of 143 patients hospitalized between 1982 and 1986. Neck clipping of ruptured aneurysms and co...

Journal: :IEEJ Transactions on Fundamentals and Materials 1997

Journal: :The Journal of experimental biology 1997
Lou Curtin Woledge

The energetic cost of activation was measured during an isometric tetanus of white muscle fibres from the dogfish Scyliorhinus canicula. The total heat production by the fibres was taken as a measure of the total energetic cost. This energy consists of two parts. One is due to crossbridge interaction which produces isometric force, and this part varies linearly with the degree of filament overl...

Journal: :Psicothema 2015
Daniel Ferreira Rut Correia Antonieta Nieto Alejandra Machado Yaiza Molina José Barroso

BACKGROUND To define the profile of age-related differences in cognition in healthy middle-aged adults in order to identify the most sensitive measures of early cognitive decline. To study whether these differences precede cognitive decline in the elderly. METHOD 141 cognitively normal participants (101 middle-aged adults with age 40-50±2; and 40 elderly individuals with age 65±...

Journal: :Applied and environmental microbiology 1996
G M King

Methane oxidation associated with the belowground tissues of a common aquatic macrophyte, the burweed Sparganium eurycarpum, was assayed in situ by a chamber technique with acetylene or methyl fluoride as a methanotrophic inhibitor at a headspace concentration of 3 to 4%. Acetylene and methyl fluoride inhibited both methane oxidation and peat methanogenesis. However, inhibition of methanogenesi...

Journal: :Archivio italiano di urologia, andrologia : organo ufficiale [di] Societa italiana di ecografia urologica e nefrologica 2013
Yuksel Aliyazicioglu Emin Ozbek Levent Ozcan S Sami Cakir Murat Dursun

Varicocele is the most common and surgically correctible cause of male infertility in men attending to infertility clinics. Infertility affects 15% of all couples and male factor is the primary or contributing cause in 40% to 60% of cases. Varicocele has been shown to cause male infertility in about 15% of infertile couples. Molecular mechanisms responsible from varicocele induced testicular dy...

Journal: :Neurologia medico-chirurgica 1983
T Ikota H Kikuchi J Karasawa Y Kuriyama

Noninvasive measurement of human spinal cord blood flow (SCBF) has not yet been established. The authors successfully measured human SCBF by using xenon and a CT scanner (Shuttle method). This method was clinically applied in 10 patients without spinal cord pathology . Mean SCBF of the normal adult at the C5 level was 42.3 ± 6.3 l/ 100 g/min. CO2 reactivity i...

Journal: :Chinese Science Bulletin 1996

Journal: :Journal of food research 2021

Interest on Trinitario cocoa has continuously increased due to the fact that some genotypes of this group had inherited characters vigorosity from Forastero and flavor grade Criollo. The pronounced incompatibility between clones orientates research crossing with other varieties in order increase productivity beans quality. Polyphenols methylxanthines are bioactive compounds responsible for heal...

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

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

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