نتایج جستجو برای: 000 cubic meters per day

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

Journal: :The Journal of urology 2012
Alan J Wein

BACKGROUND Menopausal hormone therapy to prevent chronic conditions is currently not recommended because of its adverse effects. PURPOSE To update evidence about the effectiveness of hormone therapy in reducing risk for chronic conditions and adverse effects, and to examine whether outcomes vary among women in different subgroups. DATA SOURCES MEDLINE (January 2002 to November 2011), Cochra...

2009
Christopher D. Elvidge Daniel Ziskin Kimberly E. Baugh Benjamin T. Tuttle Tilottama Ghosh Edward H. Erwin Mikhail Zhizhin

We have produced annual estimates of national and global gas flaring and gas flaring efficiency from 1994 through 2008 using low light imaging data acquired by the Defense Meteorological Satellite Program (DMSP). Gas flaring is a widely used practice for the disposal of associated gas in oil production and processing facilities where there is insufficient infrastructure for utilization of the g...

Journal: :Voprosy pitaniia 1983
V V Efremov R V Kudrova A S Ushakov Iu I Khmelevskiĭ

The authors describe the experience gained with nutrition for participants of ski transitions over drifting ice of the Arctic, organized by the newspaper "Komsomolskaya Pravda" in 1972, 1976 and 1979, including a 76-day transition towards the North Pole. Use was made of dehydrated products with a daily diet mass of 800-3300 g per man, in which fat content was 40-45% of total caloricity, and tha...

Journal: :The European respiratory journal 2016
Jennifer K Quint Elizabeth R C Millett Miland Joshi Vidya Navaratnam Sara L Thomas John R Hurst Liam Smeeth Jeremy S Brown

There is a paucity of data on incidence, prevalence and mortality associated with non-cystic fibrosis bronchiectasis.Using the Clinical Practice Research Datalink for participants registered between January 1, 2004 and December 31, 2013, we determined incidence, prevalence and mortality associated with bronchiectasis in the UK and investigated changes over time.The incidence and point prevalenc...

2011
Michael J. Coleman Frank Baginski

Nomenclature A Aperture area of the antenna (square meters) D Diameter of antenna aperture (meters) Ef Gravitational potential energy due to film (Joules) Ep Hydrostatic pressure potential energy (Joules) ET Total energy of the inflatable reflector system (Joules) F Focal length of antenna (meters) G Effective antenna gain GI Ideal antenna gain g Acceleration due to gravity (meters per square s...

Journal: :European heart journal 2000
L Bossaert

In this issue, Arntz and colleagues published an interesting report on the daily (circadian), weekly (circaseptan) and monthly (circannual) variation in the occurrence of sudden death in West Berlin during the 5-year period from 1987 to 1991. The city of West Berlin, with about 2 million inhabitants, offered a unique opportunity of studying a population that was clearly defined within ‘the Wall...

2014

A considerable contribution to the worlds total GHG emission originates from gas flaring: According to a World Bank estimation an amount of around 150 billion cubic meters of natural gas is flared around the world annually, contaminating the environment with 400 million tons of CO2. This is equivalent to around 25 % of the United States’ gas consumption, or 30 % of gas consumption in the Europe...

Journal: :Plant physiology 1978
R M Quedado D J Friend

The saturating photon flux density (400 to 700 nanometers) for induction of flowering of the long day plant Anagallis arvensis L. was 1,900 micromoles per square meter per second (6,000 foot-candles) when an 8-hour daylength was extended to 24 hours by a single period of supplementary irradiation. The saturating photon flux density for photosynthetic CO(2) uptake during the same single suppleme...

Journal: :Diabetes technology & therapeutics 2008
Brad S Karon Laurie Griesmann Renee Scott Sandra C Bryant Jeffrey A Dubois Terry L Shirey Steven Presti Paula J Santrach

BACKGROUND Most glucose meter comparisons to date have focused on performance specifications likely to impact subcutaneous dosing of insulin. We evaluated four hospital-based glucose meter technologies for accuracy, precision, and analytical interferences likely to be encountered in critically ill patients, with the goal of identifying and discriminating glucose meter performance specifications...

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

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

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