نتایج جستجو برای: body packer

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

Journal: :Circulation 2004
James L Januzzi Alan S Maisel

Guide the Diagnosis and Management of Chronic Heart Failure To the Editor: We read with interest the viewpoint of Dr Milton Packer in a recent editorial1 accompanying a study examining the behavior of B-type natriuretic peptides in outpatients with congestive heart failure (CHF).2 Dr Packer1 suggested that B-type natriuretic peptides (BNPs) have not been shown to “improve upon the information d...

Journal: :Journal of biomolecular NMR 2009
Jianyang Zeng Jeffrey Boyles Chittaranjan Tripathy Lincong Wang Anthony Yan Pei Zhou Bruce Randall Donald

We present a novel structure determination approach that exploits the global orientational restraints from RDCs to resolve ambiguous NOE assignments. Unlike traditional approaches that bootstrap the initial fold from ambiguous NOE assignments, we start by using RDCs to compute accurate secondary structure element (SSE) backbones at the beginning of structure calculation. Our structure determina...

Journal: :Thin-walled Structures 2021

This study presents a comprehensive finite element (FE) analysis of cold-formed high strength steel (CFHSS) tubular T-joints. The brace members T-joints were made up rectangular (including square) and circular hollow sections (RHS CHS), whereas the chord RHS. nominal yield strengths (i.e. 0.2% proof stresses) 900 960 MPa for S900 S960 steels, respectively. Finite models developed verified again...

Journal: :Zootaxa 2015
Rafael R Ferrari

A new species of the bee genus Geodiscelis Michener & Rozen, 1999, G. antiminera sp. nov., is here described and illustrated. This is the sixth species of the genus, and the second recorded from Peru. The combination of malar area ~1.5x longer than wide, wing veins dark-brown, metepisternum nearly glabrous, and medioventral process on gonocoxa conical and well-developed, separates G. antiminera...

2003
Hay-Wai Chan Igor L. Markov

The block-packing problem has applications in chip design, factory layout, container shipment optimization, scheduling and other areas. It has been actively studied in the last 20 years, but symmetry in packings has been neglected. Our work deals with symmetry in several formulations of block-packing, including optimization and constraint-satisfaction variants, as well as slicing and non-slicin...

Journal: :Inf. Process. Lett. 2006
Ioannis Koutis

We consider the problem of computing the squared volume of the largest j-simplex contained in an n-dimensional polytope presented by its vertices (a V -polytope). We show that the related decision problem is W [1]-complete, with respect to the parameter j. We also improve the constant inapproximability factor given in [Packer, 2004, Discrete Applied Mathematics, 134], by showing that there are ...

1999
LAURENCE PACKER SHEILA DUMESH

The bee genus Mirnapis is revised. Mirnapis ohloweni Packer and Dumesh new species, is described from East of Nazca, Peru and compared to both sexes of the type species, M. inca Urban, based upon material from northern Chile. Thus, the female of the genus is described for the first time. Both sexes of both species are illustrated and variation in some important characteristics noted. The new ma...

2012
Helena I. Gomes Celia Dias-Ferreira Alexandra B. Ribeiro Sibel Pamukcu

Electrokinetic Enhanced Transport of Zero Valent Iron Nanoparticles for Chromium(VI) Reduction in Soils Helena I. Gomes*, Celia Dias-Ferreira, Alexandra B. Ribeiro, Sibel Pamukcu Department of Civil and Environmental Engineering, Fritz Engineering Laboratory, 13 E. Packer Avenue, Lehigh University, Bethlehem, PA 18015-4729, USA b CENSE, Departamento de Ciências e Engenharia do Ambiente, Faculda...

Journal: :Operations Research 2011
Mohammad R. Oskoorouchi Hamid R. Ghaffari Tamás Terlaky Dionne M. Aleman

An interior point constraint generation algorithm for semi-infinite optimization with healthcare application* Mohammad R. Oskoorouchi† College of Business Administration, California State University San Marcos, San Marcos, California 92096, USA, Email: moskooro@csusm.edu Hamid R. Ghaffari Department of Mechanical and Industrial Engineering, University of Toronto, Toronto ON, M5S 3G8, Canada, Em...

2002
LISA BOMGAARS MARC C. CHAMBERLAIN DAVID G. POPLACK SUSAN M. BLANEY

1. Carcinomatous meningitis (metastases caused by carcinoma such as lung and breast) 2. Meningeal gliomatosis (dissemination of CSF caused by malignant glial tumors) 3. Leptomeningeal metastases secondary to other underlying solid tumors (e.g., rhabdomyosarcoma, neuroblastoma, medulloblastoma, other primitive neuroectodermal tumors) 4. Lymphomatous meningitis (metastases caused by lymphoma) 5. ...

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

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

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