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

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

Journal: :International journal of systematic bacteriology 1996
S Artiushin F C Minion

Mycoplasma hyopneumoniae is the primary agent of mycoplasmal pneumonia in swine. In this study we performed an arbitrarily primed PCR (AP-PCR) analysis, in which low-stringency amplification with a single primer was used, to investigate genetic variability in M. hyopneumoniae strains and field isolates. We performed preliminary experiments to examine the efficacy of 40 different 10-mer oligonuc...

Journal: :Minerals 2021

Strong chemical gradients between clay and concrete porewater lead to diffusive transport across the interface subsequent mineral reactions in both materials. These may influence properties such as swelling behaviour, permeability or radionuclide retention, which are relevant for safety of a radioactive waste repository. Different cement types different interactions with Opalinus Clay (OPA), mu...

Journal: :International journal of food microbiology 2008
Manuel Simões Lúcia C Simões Sara Cleto Maria O Pereira Maria J Vieira

Application of antimicrobial chemicals is a general procedure in the cleaning and disinfection of food-contacting surfaces. Adhesion to glass surfaces and chemically induced detachment of Pseudomonas fluorescens ATCC 13525(T) were studied in situ, under flow conditions, in a well-controlled parallel plate flow chamber (PPFC). Ortho-phthalaldehyde (OPA) and cetyltrimethyl ammonium bromide (CTAB)...

Journal: :Occupational medicine 2005
A Franchi G Franco

BACKGROUND ortho-Phthalaldehyde (OPA) can cause mucous irritation, respiratory symptoms and IgE-mediated hypersensitivity reactions. Very little information is available about OPA-related effects in health personnel. AIM To report the decision-making process for the case of an endoscopy nurse complaining of cough and burning of the nose and throat during OPA exposure at work. METHODS The pr...

Journal: :Medicine and science in sports and exercise 2001
E T Howley

PURPOSE To define and describe the essential terminology associated with dose-response issues in physical activity and health. METHODS Recent consensus documents, position stands, and reports were used to provide reference definitions and methods of classifying physical activity and exercise. RESULTS The two principal categories of physical activity are occupational physical activity (OPA) ...

Journal: :Development 1998
D Bilder Y Graba M P Scott

Hox genes have large expression domains yet control the formation of fine pattern elements at specific locations. We have examined the mechanism underlying subdivision of the abdominal-A (abdA) Hox domain in the visceral mesoderm. AbdA directs formation of an embryonic midgut constriction at a precise location within the broad and uniform abdA expression domain. The constriction divides the abd...

2016
Eric Ryndock Richard Robison Craig Meyers

Ultrasound probes used in endocavitary procedures have been shown to be contaminated with high-risk HPV after routine use and HPV is also known to be resistant to some high level disinfectants (HLDs). This study compared efficacy of two leading ultrasound probe HLD methods; liquid ortho-phthalaldehyde (Cidex® OPA) and an automated device using sonicated hydrogen peroxide (trophon® EPR) against ...

2015
Jorge FRAGA Lázara ROJAS Idalia SARIEGO Aymé FERNÁNDEZ-CALIENES

BACKGROUND As for human trichomoniasis the host-parasite relationship is very complex, and the broad ranges of clinical symptoms are unlikely be attributable to a single pathogenic mechanism. Specific Random Amplified Polymorphic DNA (RAPD) markers of 490 bp, 720 bp and 460 bp using the primers Tv-5, OPA-6 and OPA-11, respectively, were reported. This was the first description of possible genet...

Journal: :The Journal of antimicrobial chemotherapy 2003
S Fraud A C Hann J-Y Maillard A D Russell

The mechanisms of the mycobactericidal action of ortho-phthalaldehyde (OPA), glutaraldehyde (GTA) and chlorhexidine diacetate (CHA) were investigated using mycobacterial spheroplasts of two reference strains, Mycobacterium chelonae NCTC 946, Mycobacterium abscessus NCTC 10882 and two GTA-resistant strains, M. chelonae Epping and M. chelonae Harefield. Transmission electron microscopy of the sph...

Journal: :International Journal of Health Sciences (IJHS) 2022

This study was accomplished to detect variation generated through eposure of fenugreek (trigonella foenum-graecum L.) seeds seven gamma irradiation doses (0,25,50,100,150,300 and 400) GY by using twenty RAPDs primers as molecular marker ,results indicated that OPA-14 ,OPC-19 OPH-01success in giving five treatments a unique fingerprint. Molecular size amplicon ranged between 2913 bp produced pri...

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

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

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