نتایج جستجو برای: millipore and whatman filters

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

The notion of absorbent ordered filters in implicative semigroupsis introduced, and its fuzzification is considered. Relations among (fuzzy) orderedfilters, (fuzzy) absorbent ordered filters, and (fuzzy) positive implicativeordered filters are stated. The extensionproperty for (fuzzy) absorbent orderedfilters is established. Conditions for (fuzzy) ordered filters to be (fuzzy)absorbent ordered ...

Journal: :international journal of occupational hygiene 0
ehsan farvaresh department of occupational health engineering, school of public health,tehran university of medical sciences, tehran, iran. farideh golbabaei department of occupational health engineering, school of public health,tehran university of medical sciences, tehran, iran. mansour ghiyaseddin department of occupational health engineering, school of public health,tehran university of medical sciences, tehran, iran. ali behdashti managing director of imen sarv co. keramatollah nouri-jaliani department of epidemiology & biostatics, school of public health, tehran university of medical sciences, tehran, iran. mehrdad karimi department of epidemiology & biostatics, school of public health, tehran university of medical sciences, tehran, iran.

the aim of this study was to evaluate the effect of evaporative media as gas turbine intake air cooling method on pressure drop of cartridge air filters. this study performed under the laboratory condition, using stainless steel test rig with specified dimensions to investigate the role of evaporative media in air cooling as well as its effects on new and used cartridge filters (as representati...

Journal: :iranian journal of parasitology 0
a fata a khamesipour m mohajery z hosseininejad m afzalaghaei f berenji

background: diagnosis of cutaneous leishmaniasis (cl) is often made based on clinical manifesta­tion. correct diagnosis and identification of the parasite are crucial for choosing the effective treat­ment and for epidemiological studies. on the other hand, determination of leishmania species is nec­essary for designing appropriate control programs. diagnosis by pcr is becoming a 'gold standard'...

Journal: :The Journal of biological chemistry 1974
M J Miller A Niveleau A J Wahba

Escherichia coli MRE 600 ribosomes was found to inhibit translation of R17 RNA or poly(U) and initiation complex formation with R17 RNA. The effect of this protein on poly(U) translation was used as the basis of a simple and specific assay for its purification. The factor was purified to homogeneity by chromatography on DEAE-cellulose, hydroxyapatite, and Sephadex G-150, and its molecular weigh...

Journal: :Diseases of aquatic organisms 2003
Catherine M Collins Maire F Mulcahy

A haemic neoplasm occurs in populations of the common cockle Cerastoderma edule L. along the coast of Ireland. The morphology, epizootiology and distribution of the disease have previously been described. The aetiology of the neoplasm is unknown. In this study transmission of the neoplasm between cockles was accomplished using both whole neoplastic cells and neoplastic cell-free homogenates whi...

Journal: :iranian journal of toxicology 0
sanaz pashapour pharmacology & toxicology department, pharmacy faculty, pharmaceutical sciences branch, islamic azad university, tehran, iran zahra mousavi mosavi50@yahoo.com parisa ziarati medicinal chemistry department, pharmacy faculty, pharmaceutical sciences branch, islamic azad university, tehran, iran karim ebrahim najafabadi pharmacology & toxicology department, pharmacy faculty, shahid beheshti university of medical sciences, tehran, iran

background: cigarette butts have been shown to release numerous kinds of chemicals such as heavy metals in water and may be a continual source of aquatic environments contamination after discarding. the objective of the present study was to determine the concentration of cd and pb in cigarette filters of different iranian and non-iranian brands in smoked and non-smoked samples. methods: ten dif...

Journal: :Journal of bacteriology 1963
M A LISTGARTEN W J LOESCHE S S SOCRANSKY

Listgarten, M. A. (Harvard School of Dental Medicine and Forsyth Dental Infirmary, Boston, Mass.), W. J. Loesche, and S. S. Socransky. Morphology of Treponema microdentium as revealed by electron microscopy of ultrathin sections. J. Bacteriol. 85:932-939. 1963.-Broth cultures of a strain of Treponema microdentium were harvested on Millipore filters, fixed in osmic acid, and sectioned for electr...

Journal: :Proceedings of the National Academy of Sciences of the United States of America 1976
G E Sonenshein T E Geoghegan G Brawerman

Translation of total polysomal RNA from sarcoma 180 ascites cells in a wheat germ cell-free system produces two major polypeptides, A and B, with molecular weights of 50,000 and 45,000, respectively. Fractionation on Millipore filters or on oligo(dT)-cellulose leads to retention of the mRNA specific for protein A in the poly(A)-containing fraction and to accumulation of the B mRNA in the unadso...

Journal: :Blood 1961
J H JANDL R L SIMMONS W B CASTLE

By JAMES H. JANDL, RICHARD L. SI f sfoNS AND WILLIAM B. CAsTLE T HERE APPEAR to be two mechanisms whereby red cells are destroyed in vivo. First, they may undergo disruption or dissolution within the general circulation, as by the action of immune, bacterial, or chemical lysins, causing the clinical picture of “intravascular hernolvsis.” Second, and more commonly, red cells may be trapped or se...

Journal: :The Journal of Cell Biology 1975
L Meier E D Hay

The present study was undertaken to determine whether or not physical contact with the substratum is essential for the stimulatory effect of extracellular matrix (ECM) on corneal epithelial collagen synthesis. Previous studies showed that collagenous substrata stimulate isolated epithelia to produce three times as much collagen as they produce on noncollagenous substrate; killed collagenous sub...

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

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

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