نتایج جستجو برای: ie 12 sfa

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

Journal: :The Journal of Experimental Medicine 1975
E Ruoslahti A Vaheri

A cell-type specific glycoprotein antigen (SFA) from fibroblast surface appears in human plasma and serum. The amount of SFA in serum was reduced if the blood coagulation clot was removed at a low temperature. SFA could be bound to Sepharose-conjugated fibrinogen and to fibrin powder at 0 degrees C and was subsequently released when the temperature was elevated to plus 37 degrees C. This proced...

Journal: :Journal of immunology 2004
Andrea M Woltman Nicole Schlagwein Sandra W van der Kooij Cees van Kooten

Sanglifehrin A (SFA) is a recently developed immunosuppressant that belongs to the family of immunophilin-binding ligands. SFA is a cyclophilin A-binding immunosuppressive drug with a novel, but unidentified, mechanism of action. Several reports exist about the effect of SFA on T cells, but its effect on the initiators of the immune response, i.e., dendritic cells (DCs), is relatively unknown. ...

Journal: :NeuroImage 2010
Alexander J. Shackman Brenton W. McMenamin Jeffrey S. Maxwell Lawrence L. Greischar Richard J. Davidson

Recent years have seen an explosion of interest in using neural oscillations to characterize the mechanisms supporting cognition and emotion. Oftentimes, oscillatory activity is indexed by mean power density in predefined frequency bands. Some investigators use broad bands originally defined by prominent surface features of the spectrum. Others rely on narrower bands originally defined by spect...

2014
Yumi Matsushita Toru Nakagawa Michihiro Shinohara Shuichiro Yamamoto Yoshihiko Takahashi Tetsuya Mizoue Tetsuji Yokoyama Mitsuhiko Noda

BACKGROUND Waist circumference (WC) is used as a risk assessment for metabolic syndrome, diabetes, and cardiovascular disease (CVD). WC consists of visceral fat area (VFA), subcutaneous fat area (SFA), muscle, intramuscular fat, viscera, and bone. Each component of the WC may differ between the sexes and generations, even if they have the same WC. However, this has not been measured in an epide...

Journal: :International journal of antimicrobial agents 1993
J Hacker M Ott H Hof

S fimbrial adhesins (Sfa) represent virulence factors of E. coli wild-type strains causing urinary tract infections and meningitis of the new born. In order to determine the influence of subinhibitory concentration of antibiotics on the expression of the sfa gene cluster, a wild-type strain carrying the lacZ gene, coding for the enzyme beta-galactosidase fused to the sfa determinant was used. T...

Journal: :Physical review letters 2007
Guido Gigante Maurizio Mattia Paolo Del Giudice

We study the dynamics of a noisy network of spiking neurons with spike-frequency adaptation (SFA), using a mean-field approach, in terms of a two-dimensional Fokker-Planck equation for the membrane potential of the neurons and the calcium concentration gating SFA. The long time scales of SFA allow us to use an adiabatic approximation and to describe the network as an effective nonlinear two-dim...

2016
T.C. Lin P.L. Chen I.M. Chen

INTRODUCTION A hybrid Viabahn-assisted bypass (VAB) technique is introduced for revascularizing chronic total occlusion (CTO) in superficial femoral artery (SFA) when bypass surgery is difficult or endovascular intervention fails. REPORT This technique combines extra-arterial flossing wiring with antegrade-retrograde intervention via traditional open exposure of middle SFA and deploying a Via...

Journal: :The Journal of Experimental Medicine 1976
A Vaheri E Ruoslahti B Westermark J Ponten

Fibroblast surface antigen (SFA) is a high molecular weight protein antigen, first shown on the surface of cultured fibroblasts in fibrillar structures. It is shed to the extracellular medium and also present in the circulation (serum and plasma). Fibroblasts transformed by tumor viruses produce SFA but do not retain it on cell surface. In this report we show that SFA is also present in culture...

Journal: :The Journal of nutrition 2015
Nathalie Genevieve Puaschitz Elin Strand Tone Merete Norekvål Jutta Dierkes Lisbeth Dahl Gard Frodahl Tveitevåg Svingen Jörg Assmus Hall Schartum-Hansen Jannike Øyen Eva Kristine Ringdal Pedersen Christian Andrè Drevon Grethe Seppola Tell Ottar Nygård

BACKGROUND Data from recent meta-analyses question an association between dietary intake of saturated fatty acids (SFAs) and risk of cardiovascular disease (CVD). Moreover, the prognostic effect of dietary SFA in patients with established CVD treated with modern conventional medication has not been extensively studied. OBJECTIVE We investigated the associations between self-reported dietary S...

2014
Weiwei Wu Surong Hua Yongjun Li Wei Ye Bao Liu Yuehong Zheng Xiaojun Song Changwei Liu Hiroyoshi Ariga

OBJECTIVE Percutaneous transluminal angioplasty and stenting (PTA + stent) has gained acceptance as a primary treatment modality for the superficial femoral artery (SFA) diseases. Popliteal artery embolization (PAE) is a severe complication in SFA interventions. The purpose of this study was to evaluate the incidence, risk factors, treatment and prognosis of PAE in primary SFA PTA + stent. ME...

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

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

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