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

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

Journal: :Infection and immunity 2010
Jessica G Cole Nanette B Fulcher Ann E Jerse

The neisserial opacity (Opa) proteins are a family of antigenically distinct outer membrane proteins that undergo phase-variable expression. Opa(+) variants of Neisseria gonorrhoeae strain FA1090 are selected in a cyclical pattern from the lower genital tract of estradiol-treated mice. Here we show that cyclical recovery of Opa(+) gonococci does not occur in ovariectomized mice; therefore, the ...

Journal: :The British journal of ophthalmology 2002
Kiho Kawabata Tairo Kimura Keiko Fujiki Akira Murakami

PURPOSE The aim of this study was to compare the ocular pulse amplitude (OPA) in patients with different types of glaucoma, and also to evaluate the usefulness of OPA for the elucidation of normal-tension glaucoma (NTG). OPA is thought to reflect choroidal circulation. SUBJECTS Sixty-six patients with normal-tension glaucoma (NTG), 52 patients with primary open angle glaucoma (POAG), 42 with ...

Journal: :Analytical chemistry 2010
Heng-Yong Nie

Condensed octadecylphosphonic acid (OPA) dimers, i.e., two OPA molecules combined with the loss of a water molecule, were detected by time-of-flight secondary ion mass spectrometry (TOF-SIMS) on OPA self-assembled monolayers (SAMs) that are only weakly bonded on the native oxide layer of a silicon wafer. In contrast, these condensed dimers were absent on OPA SAMs formed on the oxide layer of an...

2015
Meghan M. JaKa Jacob L. Haapala Julian Wolfson Simone A. French

OBJECTIVE Physical inactivity is a major health risk for working adults, yet the interplay between physical activity levels in work and non-work settings is not well understood. The association between occupational physical activity (OPA) and non-occupational physical activity (non-OPA), and associations by sex, were examined in a group of 233 working adults in the Minneapolis, MN metro area be...

Journal: :The journal of physical chemistry. B 2006
Heng-Yong Nie Mary J Walzak N Stewart McIntyre

We describe a simple experimental approach for delivering self-assembled monolayers (SAMs) of octadecylphosphonic acid (OPA) on many oxide surfaces using a nonpolar medium with a dielectric constant around 4 (e.g., trichloroethylene). This approach readily results in the formation of full-coverage OPA SAMs on a wide variety of oxide surfaces including cleaved mica, Si wafer, quartz, and aluminu...

2009
Pejvak Khaki Preena Bhalla Ahmad Mir Fayaz Sohiela Moradi Bidhendi Majid Esmailzadeh Pawan Sharma

Control and preventive measures for gonococcal infections are based on precise epidemiological characteristics of N. gonorrhoeae isolates. In the present study the potential utility of opa-typing and ribotyping for molecular epidemiological study of consecutive gonococcal strains was determined. Sixty gonococcal isolates were subjected to ribotyping with two restriction enzymes, AvaII and HincI...

Journal: :PloS one 2015
Daniel C Stein Adriana LeVan Britney Hardy Liang-Chun Wang Lindsey Zimmerman Wenxia Song

Neisseria gonorrhoeae (GC) establishes infection at the mucosal surface of the human genital tract, most of which is lined with polarized epithelial cells. GC can cause localized as well as disseminated infections, leading to various complications. GC constantly change their surface structures via phase and antigenic variation, which has been implicated as a means for GC to establish infection ...

Journal: :The Journal of Experimental Medicine 1999
Martine P. Bos Daniel Hogan Robert J. Belland

The immunoglobulin-like family of CD66 antigens, present on human neutrophils and epithelial cells, are used as receptors for adhesins expressed by the pathogenic Neisseriae. N. gonorrhoeae strain MS11 can express 11 isoforms of these adhesins, called opacity-related (Opa) proteins. Each MS11 Opa protein recognizes a distinct spectrum of CD66 receptors. CD66-Opa binding is mediated by the NH(2)...

Background: Occupational physical activity (OPA) is prevalent in the general population. However, its influence on the health status of manual workers is unclear. This study examined the impact of OPA on the health-related quality of life (HRQoL) of vocational-skilled workers (VSWs) in Nigeria.  Materials and Methods: This cross-sectional study was conducted on 354 male VSWs from six cities in...

Journal: :Infection and immunity 2006
Martin J Callaghan Keith A Jolley Martin C J Maiden

The opacity (Opa) proteins mediate a variety of interactions between the bacterium Neisseria meningitidis and its human host. These interactions are thought to be of central importance in both the asymptomatic colonization of the nasopharynx and the sporadic occurrence of meningococcal disease. The receptor specificities of a limited number of Opa protein variants have been explored, but the hi...

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

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

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