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

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

Journal: :Neurology India 2006
Aysegül Bayir Erdal Kalkan Sedat Koçak Ahmet Ak Basar Cander Said Bodur

AIMS To determine the usefulness of fibrinolytic markers as early prognostic indicators in patients with isolated head trauma. MATERIALS AND METHODS Sixty-two consecutive patients (26 women and 36 men; mean age 61 years, range 2-76 years) with isolated head trauma seen within the first three hours of the trauma were included in the study. The Glasgow Coma score (GCS), platelet counts (Plt), p...

2014
Anouk Magara Robert Bühler David Moser Milek Kowalski Payam Pourtehrani Daniel Jeanmonod

BACKGROUND Radiofrequency (RF) subthalamotomies have been proposed since the 1960s to treat patients suffering from Parkinson's disease (PD). Recently, the magnetic resonance (MR)-guided focused ultrasound technology (MRgFUS) offers the possibility to perform subthalamic thermocoagulations with reduced risks and optimized accuracy. We describe here the initial results of the MRgFUS pallidothala...

Journal: :Microprocessors and Microsystems - Embedded Hardware Design 2016
Alair Dias Junior Srinivasan Murali Francisco J. Rincón David Atienza

Hypertension is known to affect around one third of adults globally and early diagnosis is essential to reduce the effects of this affliction. Today’s Blood Pressure (BP) monitoring cuffs are obtrusive and inconvenient for performing regular measurements, and continuous non-invasive blood pressure devices are too complex and expensive for ambulatory use. Hence, there is a strong need for afford...

Journal: :Proceedings of the Human Factors and Ergonomics Society ... Annual Meeting 2022

Nurses are exposed to incidents of workplace violence involving patients and their family members, also coworkers. Studies occupational stressors generally rely on subjective self-reports, questionnaires, or biometric biochemical markers in long-cycle time intervals, but such assessments offer little guidance HF/E intervention efforts. This study examined the viability using wearable sensors de...

2009
Hannes Rieser Massimo Poesio

Gestures are usually looked at in isolation or from an intra-propositional perspective essentially tied to one speaker. The Bielefeld multi-modal Speech-AndGesture-Alignment (SAGA) corpus has many interactive gestures relevant for the structure of dialogue (Rieser 2008, 2009). To describe them, a dialogue theory is needed which can serve as a speechgesture interface. PTT (Poesio and Traum 1997,...

Journal: :ACS applied nano materials 2021

Interfacial localization of conductive fillers in a cocontinuous immiscible polymer blend is an efficient way improving the electrical and thermal conductivities composite. Conductive path formation at interface structure expected to provide high conductivity by smaller amount filler, which can be used for applications as materials. In this study, biobased poly(lactic acid) (PLA) was blended wi...

Journal: :AIP Advances 2023

Based on the photonic topological transition (PTT), transmission properties of a black phosphorus/aluminum oxide multilayered hyperbolic metamaterial (HMM) are theoretically investigated in mid-infrared region. The results demonstrate that an angular transparency window appears near point PTT, which is achieved by tailoring topology HMM’s equi-frequency surface. full width at half maximum 2.34°...

Journal: :The British journal of ophthalmology 2000
C Giusti R Schiaffini D Bosco P Ciampalini A Pantaleo E M Vingolo P Gargiulo

AIMS To investigate whether lupus anticoagulant (LA) positivity, a marker of endothelial dysfunction, might be relevant to the pathogenesis of diabetic retinopathy (DR). METHODS 32 IDDM patients were examined for LA, fibrinogen, prothrombin (PT), PTT, prothrombin degradation products (F1+2), and activated protein C (APC). RESULTS APC decreased and F1+2 increased significantly in LA positive...

2008
Rossita M Yunus Shahjahan Khan

This paper develops robust test procedures for testing the intercept of a simple regression model when it is apriori suspected that the slope has a specified value. Defining unrestricted test (UT), restricted test (RT) and pre-test test (PTT) corresponding to the unrestricted (UE), restricted (RE), and preliminary test estimators (PTE) in the estimation case, the M-estimation methodology is use...

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

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

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