نتایج جستجو برای: or npl

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

Journal: :Otolaryngology--head and neck surgery : official journal of American Academy of Otolaryngology-Head and Neck Surgery 2017
Albert Y Han Edward C Kuan Jose E Alonso Karam W Badran Maie A St John

Objectives To describe the incidence and determinants of survival of patients with nasopharyngeal lymphoma (NPL) between 1973 and 2012 using the Surveillance, Epidemiology, and End Results (SEER) database. Study Design Retrospective cohort study using a national database. Methods The SEER registry was used to calculate survival trends for patients with NPL between 1973 and 2012. Patient data we...

2015
Jonathan Richter

The problem of the Chinese financial system with non performing loans is significant and murky. If China's non performing loan problem exists on a certain level of severity and is not trending toward a more manageable state, then China could be moving toward financial crisis. Empirical and theoretical studies in recent years have implied that this might be the case. It might be impossible to co...

Journal: :Human molecular genetics 2000
T Sander H Schulz K Saar E Gennaro M C Riggio A Bianchi F Zara D Luna C Bulteau A Kaminska D Ville C Cieuta F Picard J F Prud'homme L Bate A Sundquist R M Gardiner G A Janssen G J de Haan D G Kasteleijn-Nolst-Trenité A Bader D Lindhout O Riess T F Wienker D Janz A Reis

Genetic factors play a major role in the aetiology of idiopathic generalised epilepsies (IGEs). The present genome scan was designed to identify susceptibility loci that predispose to a spectrum of common IGE syndromes. Our collaborative study included 130 IGE-multiplex families ascertained through a proband with either an idiopathic absence epilepsy or juvenile myoclonic epilepsy, and one or m...

2016
Liyun Chang Sheng-Yow Ho Tsair-Fwu Lee Hueisch-Jy Ding Pang-Yu Chen

A comprehensive review for the in-air calibration of an Ir-192 high-dose-rate brachytherapy source in terms of air kerma strength (AKS) and reference air kerma rate (RAKR) using the Farmer chamber was conducted. The reviewed calibration methods include the National Physical Laboratory (NPL) calibration standard in the UK, the 7-distance technique with the standard calibration of the National In...

Journal: :Hypertension research : official journal of the Japanese Society of Hypertension 2002
Shao L Chu Ding L Zhu Mo M Xiong Gu L Wang Wei Z Zhang Huai F Zhou Di Shen Ping J Gao Yi M Zhan Li Jin

To investigate the relationship between 12 candidate genes responsible for water regulation, sodium metabolism and membrane ion transport and essential hypertension (EH) in the Chinese. Linkage analysis of EH was performed in 95 Chinese nuclear families including 477 subjects using a technique of fluorescence-based gene scanning with 12 microsatellite markers. Markers were selected on the chrom...

2001
Shili Lin Mark E. Irwin Fred A. Wright

Parametric and nonparametric statistical methods have been applied to the alcohol dependence dataset collected in the Collaborative Study on the Genetics of Alcoholism (COGA). Our nonparametric linkage analyses (NPL) were based on the Sall statistic of GENEHUNTER [Kruglyak et al., 1996] and the improved NPL statistic of GENEHUNTER-Plus [Kong and Cox, 1997]. Based on likely regions for alcohol s...

2005
H. Palmans R. Thomas D. Shipley P. Sharpe S. Duane A. DuSautoy

A Strategic Research project was performed at NPL with the aim of investigating issues and potential improvements for light-ion dosimetry. The objectives of the project were: a literature survey, testing a number of dosimeters in the proton therapy beam of Clatterbridge Centre of Oncology (CCO), measurement of dose distributions, measurement and calculation of detector perturbations, explore th...

Journal: :Biomedical and environmental sciences : BES 2010
Yun Wang Xin Li Wen-Li Zhu Jin-Zhen Guo Xiao-Ming Song Shu-Qin Li Yong Li

OBJECTIVES To identify the loci involved in nonsyndromic cleft lip with or without cleft palate (NSCL/P) in Northern Chinese people in Shenyang by using genomewide and interaction linkage scan. METHODS Two multiplex families in Shenyang from North China were ascertained through probands with NSCL/P. Blood of every member was drawn for DNA extraction and analysis. Genotypes were available for ...

Journal: :Cancer research 2011
Sanjay Shete Ching C Lau Richard S Houlston Elizabeth B Claus Jill Barnholtz-Sloan Rose Lai Dora Il'yasova Joellen Schildkraut Siegal Sadetzki Christoffer Johansen Jonine L Bernstein Sara H Olson Robert B Jenkins Ping Yang Nicholas A Vick Margaret Wrensch Faith G Davis Bridget J McCarthy Eastwood Hon-chiu Leung Caleb Davis Rita Cheng Fay J Hosking Georgina N Armstrong Yanhong Liu Robert K Yu Roger Henriksson Beatrice S Melin Melissa L Bondy

Gliomas, which generally have a poor prognosis, are the most common primary malignant brain tumors in adults. Recent genome-wide association studies have shown that inherited susceptibility plays a role in the development of glioma. Although first-degree relatives of patients exhibit a two-fold increased risk of glioma, the search for susceptibility loci in familial forms of the disease has bee...

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

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

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