نتایج جستجو برای: triethyl phosphate tep

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

Journal: :Journal of immunology 2008
Thomas D Manes Jordan S Pober

TCR engagement on adherent human effector memory CD4(+) T cells by TNF-treated HUVECs under flow induces formation of a transendothelial protrusion (TEP) by the T cell but fails to induce transendothelial migration (TEM). In contrast, TCR engagement of the same T cell populations by TNF-treated human dermal microvascular cells (HDMEC) not only induces TEP formation, but triggers TEM at or near ...

Journal: :Polymer 2022

This study prepared shape-memory thermoplastic epoxy (TEP)-polyethylene glycol (PEG) filaments for the first time, and heat-stimuli controllability of shape memory function was innovatively endowed by adding PEG in an environmentally friendly way. regulates glass transition temperature PEG-modified (TEP–PEG) without interfering with polymerization reaction epoxy. The melt spinning TEP–PEG is al...

Journal: :International Small Business Journal 2022

Research has acknowledged the outcomes of entrepreneurial passion, but little is known in regard to how it occurs. In this article, we shift focus team level and investigate emergence passion (TEP) from helping perspective. Drawing on affective events theory (AET), examine help-seeking -giving facilitate TEP. Team-level analyses were performed data drawn 487 members 112 new venture teams an acc...

Journal: :The Laryngoscope 2014
Christian Meerwein Roman Laske Kristina Castiglioni Joerg E Bohlender Gerhard F Huber

INTRODUCTION After total laryngectomy, voice rehabilitation can be achieved by use of voice prosthesis insertion (e.g., BlomSinger, InHealth Technologies, Carpinteria, CA; Provox, Atos Medical, H€orby, Sweden; Tracoe, Tracoe Medical, Frankfurt, Germany) or an esophageal voice or assistive digital speech device (e.g., Servox, Servox AG, Troisdorf, Germany). Various studies have shown that insert...

Journal: :British Journal of Surgery 2023

Abstract The rates of major complications associated with totally extraperitoneal (TEP) inguinal hernia repair are reportedly low, and intra-abdominal rare. However, here we present a case series small bowel obstruction through herniation the into peritoneal defect after TEP, which is rare complication. first case, 71year old male two weeks post-TEP left repair, presented abdomen pain, vomiting...

2012
Jong Won Lim Jin Yong Lee Sang Eok Lee Ju Ik Moon Yu Mi Ra In Seok Choi Won Jun Choi Dae Sung Yoon Hyun Sik Min

PURPOSE Laparoscopic totally extraperitoneal (TEP) herniorrhaphy has been recognized as a treatment option for inguinal hernia. The objective of this study was to clarify the learning curve for laparoscopic TEP herniorrhaphy using the moving average method. METHODS A total of 90 patients underwent laparoscopic TEP herniorrhaphy by a single surgeon between March 2009 and March 2011. We analyze...

Journal: :Revista do Colegio Brasileiro de Cirurgioes 2013
Alberto Meyer Pierre Blanc Jean Gabriel Balique Masaya Kitamura Ramon Trullenque Juan Franck Delacoste Jérôme Atger

OBJECTIVE To identify and assess the complications of laparoscopic inguinal hernia treatment with totally extraperitoneal mesh placement (TEP). METHODS We included patients who had undergone the TEP procedure in a consecutive series of 4565 laparoscopic hernia repairs between January 2001 and January 2011. Inclusion criteria were diagnosis with symptomatic inguinal hernia, including recurrenc...

Journal: :Head & neck 2011
Katherine A Hutcheson Jan S Lewin Erich M Sturgis Asha Kapadia Jan Risser

BACKGROUND Enlargement of the tracheoesophageal puncture (TEP) is a challenging complication after laryngectomy with TEP. We sought to estimate the rate of enlarged puncture, associated pneumonia rates, potential risk factors, and conservative treatments excluding complete surgical TEP closure. METHODS A systematic review was conducted (1978-2008). A summary risk estimate was calculated using...

2011
F. G. Caballero C. Capdevila L. F. Alvarez

In this work the different contributions to the thermoelectric power (TEP) measurement during the dissolution process of M23C6 carbides in an X45Cr13 stainless steel have been evaluated. Thus, the influences of carbon and chromium contents in solid solution in the austenite, the austenite grain boundaries and the microstructure on the TEP have been determined.

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

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

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