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

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

Journal: :Journal of nuclear medicine : official publication, Society of Nuclear Medicine 2015
Andrei Iagaru

In the 1970s, 18F-labeled sodium fluoride (18F-NaF), one of the most ubiquitous positron-emitting radiopharmaceuticals, was briefly used for skeletal scintigraphy before the introduction of 99mTc-labeled diphosphonates with optimal characteristics for conventional g cameras (1,2). 18F-NaF is an analog of the hydroxyl group found in hydroxyapatite bone crystals and therefore an avid bone seeker ...

Journal: :Annals of hepatology 2017
Jonathan Paz-Delgadillo Roberto Monreal-Robles Jesús Z Villarreal-Pérez Héctor J Maldonado-Garza Francisco J Bosques-Padilla Francisco J Lavalle-González

INTRODUCTION AND AIMS Adrenal insufficiency (AI) is common in patients with cirrhosis. We aimed to assess the presence of AI in stable patients with cirrhosis using the gold-standard insulin tolerance test (ITT) and to propose an algorithm for screening AI in these patients. MATERIAL AND METHODS We studied 40 stable patients with cirrhosis. We determined the basal total (BTC) and peak cortiso...

Journal: :The Biochemical journal 1978
J L Young D A Stansfield

1. Adenylate cyclase activity of the washed 600g sediment of bovine corpus-luteum homogenate was solubilized by Lubrol-PX, Triton X-100 and digitonin. Digitonin was the least destructive of NaF-stimulated activity. 2. NaF, present in the solubilization medium together with MgSO4, increased the percentage yields of soluble activity from untreated 600g sediment and 600g sediment which had been pr...

Journal: :BMC Proceedings 2009
S Krishnamurthy

Nipple aspiration fluid (NAF) can be useful for studying relevant changes in breast parenchyma and identification of potential biomarkers for detection, monitoring therapy and risk assessment of breast cancer. NAF has been investigated extensively for identification of protein biomarkers using approaches such as ELISA, immunoassay, western blot for chosen individual protein markers such as pros...

2014
Aung Zaw Win Carina Mari Aparici

BACKGROUND The primary aim of this study was to examine if factors such as renal function, height, weight and age could affect the uptake of sodium fluoride-18 (NaF-18) by the normal bone. This is the first study to examine the possible factors that can influence NaF-18 uptake in the normal bone. METHODS A retrospective study was done on NaF-18 PET/CT bone scans from January 2010 to May 2012 ...

2011
Sebastian Klie Stephan Krueger Leonard Krall Patrick Giavalisco Ulf-Ingo Flügge Lothar Willmitzer Dirk Steinhauser

With the development of high-throughput metabolic technologies, a plethora of primary and secondary compounds have been detected in the plant cell. However, there are still major gaps in our understanding of the plant metabolome. This is especially true with regards to the compartmental localization of these identified metabolites. Non-aqueous fractionation (NAF) is a powerful technique for the...

2014
Yoshiaki Tabuchi Tatsuya Yunoki Nobuhiko Hoshi Nobuo Suzuki Takashi Kondo

Here, to understand the molecular mechanisms underlying cell death induced by sodium fluoride (NaF), we analyzed gene expression patterns in rat oral epithelial ROE2 cells exposed to NaF using global-scale microarrays and bioinformatics tools. A relatively high concentration of NaF (2 mM) induced cell death concomitant with decreases in mitochondrial membrane potential, chromatin condensation a...

Journal: :Revista espanola de medicina nuclear e imagen molecular 2015
R Quirce I Martínez-Rodríguez I Banzo M de Arcocha-Torres J F Jiménez-Bonilla N Martínez-Amador S Ibáñez-Bravo L Ramos J A Amado J M Carril

Diabetes is a major frequent cause of atherosclerosis vascular disease. Arterial calcification in diabetic patients is responsible for peripheral vascular involvement. Molecular imaging using (18)F-sodium fluoride ((18)F-NaF) positron emission tomography (PET)/computed tomography (CT) has been recently proposed as a marker to study the in vivo mineralization process in the atheroma plaque. A 69...

2015
Kristian Moss Bendtsen Mogens H. Jensen Sandeep Krishna Szabolcs Semsey

Oscillators and switches are important elements of regulation in biological systems. These are composed of coupling negative feedback loops, which cause oscillations when delayed, and positive feedback loops, which lead to memory formation. Here, we examine the behavior of a coupled feedback system, the Negative Autoregulated Frustrated bistability motif (NAF). This motif is a combination of tw...

2016
Xiaoqiu Cui Guoliang Zhu Haishan Liu Guoliang Jiang Yi Wang Weiming Zhu

The diversity and ecological function of microorganisms associated with Euphausia superba, still remain unknown. This study identified 75 microbial isolates from E. superba, that is 42 fungi and 33 bacteria including eight actinobacteria. And all the isolates showed NaF tolerance in conformity with the nature of the fluoride krill. The maximum concentration was 10%, 3% and 0.5% NaF for actinoba...

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

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

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