نتایج جستجو برای: clostridium tetani

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

2014
Hannah Akinosho Kelsey Yee Dan Close Arthur Ragauskas

First isolated in 1926, Clostridium thermocellum has recently received increased attention as a high utility candidate for use in consolidated bioprocessing (CBP) applications. These applications, which seek to process lignocellulosic biomass directly into useful products such as ethanol, are gaining traction as economically feasible routes toward the production of fuel and other high value che...

Journal: :Journal of bacteriology 1969
F A Waldvogel M N Swartz

Actively growing aerobic and anaerobic bacteria were screened by a plate assay, with reconstituted guinea pig collagen as a substrate, for their ability to produce a collagenolytic factor. Collagenolytic activity was not demonstrated among the aerobic organisms tested, with the exception of one strain of Staphylococcus aureus (only when grown under anaerobic conditions). Collagenolytic activity...

1937
C. L. Pasricha G. Panja

Sixty samples of soil collected from different areas were examined for the presence of Clostridium tetani. The samples were collected during the pre-monsoon hot weather and the methods employed in the isolation and study of the cultures we're on the lines found satisfactory by Fildes (1925a and b). A summary of the methods employed is outlined below :? Approximately 2 to 3 c.cm. of ground-up so...

2015
Kenjiro Nagamine Guo-Chiuan Hung Bingjie Li Shyh-Ching Lo

Using Streptococcus pyogenes as a model, we previously established a stepwise computational workflow to effectively identify species-specific DNA signatures that could be used as PCR primer sets to detect target bacteria with high specificity and sensitivity. In this study, we extended the workflow for the rapid development of PCR assays targeting Enterococcus faecalis, Enterococcus faecium, Cl...

Journal: :Acta biochimica Polonica 2013
Dorota Samul Paulina Worsztynowicz Katarzyna Leja Włodzimierz Grajek

Bacteria of the Clostridium genus are often described only as a biological threat and a foe of mankind. However, many of them have positive properties and thanks to them they may be used in many industry branches (e.g., in solvents and alcohol production, in medicine, and also in esthetic cosmetology). During the last 10 years interest in application of C. botulinum and C. tetani in medicine si...

2005
THOMAS R. BYRD

BYRD, THOMAS R. (Harvard University School of Public Health, Boston, Mass.), AND H. L. LEY, JR. Clostridium tetani in a metropolitan area: limited survey incorporating a simplified in vitro identification test. Appl. Microbiol. 14:993-997.1966In a limited survey, three toxigenic and one nontoxigenic strains of Clostridium tetani were isolated from 18 environmental samples from metropolitan Bost...

2018
Rochelle C. Joseph Nancy M. Kim Nicholas R. Sandoval

The Clostridium genus is a large, diverse group consisting of Gram-positive, spore-forming, obligate anaerobic firmicutes. Among this group are historically notorious pathogens as well as several industrially relevant species with the ability to produce chemical commodities, particularly biofuels, from renewable biomass. Additionally, other species are studied for their potential use as therape...

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

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

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