نتایج جستجو برای: molecular absorption methods

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

Journal: :Physical chemistry chemical physics : PCCP 2012
Fan Gao Erdong Yao Wei Wang Hao Chen Yuguo Ma

We have developed an absorption spectrum based molecular ruler that measures the distance between two mercapto groups. The conformation of the molecular rulers changes with the distance, which induces an absorption spectrum change. DFT calculation has been carried out to elucidate the relation between the molecular conformation and the absorption spectrum. With this simple method, we can estima...

1996
M. J. Drinkwater F. Combes T. Wiklind

We describe a search for molecular absorption at millimetre wavelengths associated with dusty molecular tori in active galactic nuclei (AGN). The sample observed consists of 11 flat-spectrum radio sources known to have red optical to infra-red colours plus two steep-spectrum narrow-line radio galaxies. Spectra of the sources were obtained in the 3-, 2-and 1.3-millimetre bands at frequencies cor...

ژورنال: Medical Laboratory Journal 2014
Chaichi, MJ, Khosravi, F, Mohadjerani, M, Mohseni, M,

Abstract Background and Objectives: Contamination of environment to lead and copper is rising due to human activities. One of the best methods to remove heavy metals from the environment is bacterial remediation. This study aimed to isolate bacteria and investigate the mechanism of lead and copper bioremediation. Material and Methods: Heavy metal resistant bacteria were isolated from contaminat...

1998
Karl M. Menten Christopher L. Carilli Mark J. Reid

We have made radioand millimeter-wavelength interferometric observations of a variety of molecular absorption lines toward the gravitational lens systems B0218+357 and PKS 1830−211. The absorption occurs in the lensing galaxies at redshifts of 0.685 and 0.89, respectively. The high spatial resolution of our VLA and VLBA observations allows imaging of the background continuum emission and the ab...

Fatemeh Kheradmand, Issa Nourmohammadi, Mohammad Amin Ahmadi-Faghih, Mohammad Hossein Modarressi, Mohsen Firoozrai,

Background: Zinc (Zn) as an important trace element is essential for testicular development and spermatogenesis. Molecular mechanism of Zn action in the reproductive system may be related to metal binding low-molecular weight proteins, metallothioneins (MT). Our objective was to determine the effect of Zn on two important isoforms of MT, MT1M and MT1G genes expression on testicular sertoli cell...

Clinical manifestations of the brucellosis may show extensive appearance because of its wide signs and symptoms. Patients with brucellosis are usually symptomatically treated by using different antibiotics at private clinics due to misdiagnosis of clinical laboratory findings specially those chronic forms. These subjects will have been hospitalized with a complicated form of signs after changin...

A.R. Khan Ahmadi E. Dehnavi, L. Shahmohamadi M. Ahani Azari M. Mohajer M.R. Nassiry S. Hasani S. Yousefi

Genotypes of Iranian Zel sheep for Calpastatin(CAST) locus were determined by polymerase chain reaction-restriction fragment length polymorphism (PCR-RFLP) and polymerase chain reaction-single strand conformation polymorphism (PCR-SSCP) methods and for Calpain(CAPN) locus by PCR-SSCP. Blood samples were collected from 200 purebred Zel sheep of Zel Breeding Station located in Golestan province i...

ژورنال: Medical Laboratory Journal 2014
Ahmadi, M, Banihashemi, R, Eramabadi, M, Eramabadi, P, Ghaderi, R, Keshavarz, R, Khodaverdi Daryan, E, Mosavari, N, Sekhavati, M, Tadayon, K,

Abstract Background and Objective: A high level of homogeneity observed within all bacteria in the Mycobacterium tuberculosis complex makes a property that seriously challenges traditional biochemical-based identification methods of these pathogens in the laboratory. The work presented here was conducted to characterize Mycobacterium tuberculosis complex isolates in Golestan, Northern Iran. ...

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

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

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