نتایج جستجو برای: آزمون aas

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

2014
Bombi Lee Bongjun Sur Mijung Yeom Insop Shim Hyejung Lee Dae-Hyun Hahm

We investigated the anxiolytic-like activity of α-asarone (AAS) from Acorus gramineus in an experimental rat model of anxiety induced by repeated administration of the exogenous stress hormone corticosterone (CORT). The putative anxiolytic effect of AAS was studied in behavioral tests of anxiety, such as the elevated plus maze (EPM) test and the hole-board test (HBT) in rats. For 21 consecutive...

Journal: :Journal of investigational allergology & clinical immunology 2014
K Kowal M Moniuszko A Bodzenta-Lukaszyk

BACKGROUND AND OBJECTIVE CD163 is a monocyte/macrophage-specific molecule whose expression is induced by corticosteroids and IL-10. The aim of this study was to evaluate the concentration of soluble CD163 (sCD163) in the induced sputum of asthmatic patients before and after therapy with inhaled corticosteroids (ICSs). PATIENTS AND METHODS The study was performed in 24 patients with mild aller...

Journal: :Human reproduction 2006
Marcin Józwik Maciej Józwik Cecilia Teng Frederick C Battaglia

BACKGROUND This study aimed to determine amino acid (AA), ammonia and urea concentrations in human ovarian follicular fluid and to compare these concentrations with those in the circulation. METHODS Samples of pre-ovulatory follicular fluid and peripheral venous blood were obtained from 14 IVF patients. High-performance liquid chromatography (HPLC) measurements of 25 AAs were the main outcome...

2011
Chandramani Panjabi Ashok Shah

Allergic Aspergillus sinusitis (AAS) is a three decade old clinicopathologic entity in which mucoid impaction akin to that of allergic bronchopulmonary aspergillosis (ABPA) occurs in the paranasal sinuses. Features such as radiographic evidence of pansinusitis, passage of nasal plugs and recurrent nasal polyposis in patients with an atopic background is suggestive of AAS. Histopathlogic confirm...

M. H. Eikani M. Honarvar M. R. Omidkhah M. Varaee N. Mooraki

Molasses is a significant by-product of sugar beet or sugar cane refining industry. In this work, the effects of storage temperature and packaging on the contents of free amino acids (AAs) in sugar beet and sugar cane molasses after freeze drying were inquired. The effect of different variables such as, temperature (4 and 25˚C) and light (Metallized polypropylene container and Normal polypropyl...

2012
Thomas O. Obisesan Richard F. Gillum Stephanie Johnson Nisser Umar Deborah Williams Vernon Bond John Kwagyan

Prevalence of Alzheimer's disease (AD) will reach epidemic proportions in the United States and worldwide in the coming decades, and with substantially higher rates in African Americans (AAs) than in Whites. Older age, family history, low levels of education, and ɛ4 allele of the apolipoprotein E (APOE) gene are recognized risk factors for the neurodegeneration in AD and related disorders. In A...

2011
Abdelgadir A. Abdelgadir Elhadi M. Ahmed Mahgoub Sharif Eltohami

BACKGROUND Aristolochic Acids (AAs) are major components of plants in Aristolochia and have been found to be nephrotoxic, carcinogenic and mutagenic. Herein reported are the isolation, identification and quantity determination methods of Aristolochic Acid-I (AA-I) and Aristolochic Acid-II (AA-II) toxic compounds of Aristolochia bracteolata indigenous to Central Sudan and medicinally used in div...

Journal: :Asian journal of andrology 2008
Kenneth D Fitch

Androgenic-anabolic steroids (AAS) have been misused by athletes at the Olympic Games, both before and after they were prohibited in sport in 1974. Systematic doping with AAS occurred in the German Democratic Republic (GDR) from 1965 to 1989 which assisted that country to win many medals at Olympic Games, especially in female events. Currently, AAS are the most frequent category of prohibited s...

Journal: :Journal of analytical toxicology 2007
Sergi Díez Paolo Montuori Xavier Querol Josep M Bayona

A simple and rapid procedure for measuring total mercury in human hair was evaluated and compared with a conventional technique. An Advanced Mercury Analyzer (AMA-254) based on sample catalytic combustion, preconcentration by gold amalgamation, thermal desorption, and atomic absorption spectrometry (AAS) (Comb-AAS) was assessed for the direct determination of milligram quantities of human hair....

Objectives: To determine the prevalence of androgenic anabolic steroids (AAS) use among bodybuilders in different cities of Pakistan. Methods: This cross-sectional study recruited 380 bodybuilders utilizing convenience sampling from different cities of Pakistan, including Karachi, Lahore, Multan, Quetta, Peshawar, Faisalabad, Rawalpindi, and Islamabad. The study was conducted over a period of ...

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

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

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